@charset "UTF-8";
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: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

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;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .btn-base>.caret,
    .dropup>.btn>.caret,
    .dropup>.btn-base>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    box-sizing: border-box
}

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

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

body {
    font-family: "OpenSans", "sans-serif";
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

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

a:focus {
    outline: 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;
    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;
    padding: 0;
    margin: -1px;
    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,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

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

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

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

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

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

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

small,
.small {
    font-size: 85%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

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

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

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

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

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "— "
}

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

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

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: " —"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    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;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

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

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

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

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

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

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

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

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

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

.table .table {
    background-color: #fff
}

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

.table-bordered {
    border: 1px solid #ddd
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm>.input-group-btn>input[type="date"].btn-base,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm>.input-group-btn>input[type="time"].btn-base,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-base,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm>.input-group-btn>input[type="month"].btn-base,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg>.input-group-btn>input[type="date"].btn-base,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg>.input-group-btn>input[type="time"].btn-base,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn-base,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg>.input-group-btn>input[type="month"].btn-base,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg,
.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-group-btn>.form-control-static.btn-base,
.form-control-static.input-sm,
.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-group-btn>.form-control-static.btn-base {
    padding-right: 0;
    padding-left: 0
}

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

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.btn-base {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.btn-base,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>select[multiple].btn-base {
    height: auto
}

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

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

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

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

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.btn-base {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.btn-base {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.btn-base,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>select[multiple].btn-base {
    height: auto
}

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

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

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

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

.has-feedback {
    position: relative
}

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

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

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.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-group-btn>.btn-base+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.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-group-btn>.btn-base+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .radio-inline,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .radio-inline label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .radio-inline input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

.form-horizontal .radio,
.form-horizontal .radio-inline,
.form-horizontal .checkbox {
    min-height: 27px
}

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

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

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

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

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

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

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

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

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

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

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

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

a.btn.disabled,
a.disabled.btn-base,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-base {
    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:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

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

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

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

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

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

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

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

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

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

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

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

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

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.btn-base {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

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

.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>.btn-base {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

.fade {
    opacity: 0;
    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;
    transition-property: height, visibility;
    transition-duration: .35s;
    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
}

.dropup,
.dropdown {
    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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.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:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .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,
.btn-group>.btn-base,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-base {
    position: relative;
    float: left
}

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

.btn-group .btn+.btn,
.btn-group .btn-base+.btn,
.btn-group .btn+.btn-base,
.btn-group .btn-base+.btn-base,
.btn-group .btn+.btn-group,
.btn-group .btn-base+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-base,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-base,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-base,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-base:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.btn-group>.btn-base:first-child {
    margin-left: 0
}

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

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

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-base {
    border-radius: 0
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-base+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-base+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

.btn .caret,
.btn-base .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.btn-group-lg>.btn-base .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.btn-base .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-base,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-base {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-base {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn-base+.btn,
.btn-group-vertical>.btn+.btn-base,
.btn-group-vertical>.btn-base+.btn-base,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-base+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-base,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-base:not(:first-child):not(:last-child) {
    border-radius: 0
}

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-base {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-base: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,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-base:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-base,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

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

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    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,
.input-group-sm>.input-group-btn>.input-group-addon.btn-base {
    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,
.input-group-lg>.input-group-btn>.input-group-addon.btn-base {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-base,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.btn-base,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-base:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-base {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-base,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.btn-base,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-base:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-base {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.input-group-btn>.btn-base {
    position: relative
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn-base+.btn,
.input-group-btn>.btn+.btn-base,
.input-group-btn>.btn-base+.btn-base {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn-base:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn-base:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn-base:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-base,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-base,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

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

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

.nav:after {
    clear: both
}

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

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

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

.nav>li.disabled>a {
    color: #777
}

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    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:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.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:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .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.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

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

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

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

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

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

.navbar:after {
    clear: both
}

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

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

.navbar-header:after {
    clear: both
}

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

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

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

.navbar-collapse:after {
    clear: both
}

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

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

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

.navbar-brand>img {
    display: block
}

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

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    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:768px) {
    .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:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

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

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .radio-inline,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .radio-inline label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .radio-inline input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
.btn-group-sm>.navbar-btn.btn-base {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
.btn-group-xs>.navbar-btn.btn-base {
    margin-top: 14px;
    margin-bottom: 14px
}

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

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

@media(min-width:768px) {
    .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 {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

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

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

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

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

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

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

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

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

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

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

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

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

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

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

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

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

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

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

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

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

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

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.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-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-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-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.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:hover,
.pager li>a:focus {
    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:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.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,
.btn-base .label {
    position: relative;
    top: -1px
}

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

.label-default {
    background-color: #777
}

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

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

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

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

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

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

.label-danger {
    background-color: #d9534f
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge,
.btn-base .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn-base .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn-base .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
}

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 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;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    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: bold
}

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

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

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

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

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

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

.alert-success .alert-link {
    color: #2b542c
}

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

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

.alert-info .alert-link {
    color: #245269
}

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    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;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

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

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    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-striped .progress-bar-info {
    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-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    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-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    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)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.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-left,
.media-right,
.media-body {
    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 {
    padding-left: 0;
    margin-bottom: 20px
}

.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-left-radius: 4px;
    border-top-right-radius: 4px
}

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    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: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,
.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 {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.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 .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    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 .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    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 .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    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 .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    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;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.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-left-radius: 3px;
    border-top-right-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-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.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,
.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-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-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 {
    border-top-left-radius: 3px
}

.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,
.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-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-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 {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr: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 {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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,
.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 {
    border-bottom-left-radius: 3px
}

.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,
.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 {
    border-bottom-right-radius: 3px
}

.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>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

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

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.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,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>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 {
    margin-bottom: 0;
    border: 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-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    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: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/areas/PCG/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(/areas/PCG/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/areas/PCG/assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/areas/PCG/assets/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/areas/PCG/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/areas/PCG/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    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
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-lock:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-bookmark:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-camera:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-fire:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-calendar:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-bell:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-wrench:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-paperclip:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-pushpin:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-cd:before {
    content: ""
}

.glyphicon-save-file:before {
    content: ""
}

.glyphicon-open-file:before {
    content: ""
}

.glyphicon-level-up:before {
    content: ""
}

.glyphicon-copy:before {
    content: ""
}

.glyphicon-paste:before {
    content: ""
}

.glyphicon-alert:before {
    content: ""
}

.glyphicon-equalizer:before {
    content: ""
}

.glyphicon-king:before {
    content: ""
}

.glyphicon-queen:before {
    content: ""
}

.glyphicon-pawn:before {
    content: ""
}

.glyphicon-bishop:before {
    content: ""
}

.glyphicon-knight:before {
    content: ""
}

.glyphicon-baby-formula:before {
    content: ""
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: ""
}

.glyphicon-bed:before {
    content: ""
}

.glyphicon-apple:before {
    content: ""
}

.glyphicon-erase:before {
    content: ""
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: ""
}

.glyphicon-duplicate:before {
    content: ""
}

.glyphicon-piggy-bank:before {
    content: ""
}

.glyphicon-scissors:before {
    content: ""
}

.glyphicon-bitcoin:before {
    content: ""
}

.glyphicon-btc:before {
    content: ""
}

.glyphicon-xbt:before {
    content: ""
}

.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-jpy:before {
    content: "¥"
}

.glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-rub:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: ""
}

.glyphicon-ice-lolly:before {
    content: ""
}

.glyphicon-ice-lolly-tasted:before {
    content: ""
}

.glyphicon-education:before {
    content: ""
}

.glyphicon-option-horizontal:before {
    content: ""
}

.glyphicon-option-vertical:before {
    content: ""
}

.glyphicon-menu-hamburger:before {
    content: ""
}

.glyphicon-modal-window:before {
    content: ""
}

.glyphicon-oil:before {
    content: ""
}

.glyphicon-grain:before {
    content: ""
}

.glyphicon-sunglasses:before {
    content: ""
}

.glyphicon-text-size:before {
    content: ""
}

.glyphicon-text-color:before {
    content: ""
}

.glyphicon-text-background:before {
    content: ""
}

.glyphicon-object-align-top:before {
    content: ""
}

.glyphicon-object-align-bottom:before {
    content: ""
}

.glyphicon-object-align-horizontal:before {
    content: ""
}

.glyphicon-object-align-left:before {
    content: ""
}

.glyphicon-object-align-vertical:before {
    content: ""
}

.glyphicon-object-align-right:before {
    content: ""
}

.glyphicon-triangle-right:before {
    content: ""
}

.glyphicon-triangle-left:before {
    content: ""
}

.glyphicon-triangle-bottom:before {
    content: ""
}

.glyphicon-triangle-top:before {
    content: ""
}

.glyphicon-console:before {
    content: ""
}

.glyphicon-superscript:before {
    content: ""
}

.glyphicon-subscript:before {
    content: ""
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.glyphicon-menu-down:before {
    content: ""
}

.glyphicon-menu-up:before {
    content: ""
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

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

.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:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn,
.modal-footer .btn-base+.btn,
.modal-footer .btn+.btn-base,
.modal-footer .btn-base+.btn-base {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn-base+.btn,
.modal-footer .btn-group .btn+.btn-base,
.modal-footer .btn-group .btn-base+.btn-base {
    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:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "OpenSans", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.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 {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "OpenSans", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: 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;
    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>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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 {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -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 {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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,
.carousel-caption .btn-base {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        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 {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

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

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

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

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

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

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

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

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

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

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

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

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

@media(min-width:768px) {
    form select,
    form textarea,
    form input,
    form input:focus,
    form input:hover {
        font-size: 16px !important
    }
}

.alert {
    border-radius: 0;
    position: relative
}

.alert-danger {
    background-color: #fff;
    border-color: #7c2529;
    color: #333
}

.alert-danger ul {
    padding-left: 40px;
    list-style: none
}

.alert-danger ul::before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    color: #7c2529;
    padding-right: 15px;
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 10px
}

.alert-danger li {
    display: inline
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#crafty_postcode_result_display {
    position: relative;
    display: inline-block;
    width: 100%
}

select[multiple],
select[size] {
    height: 42px;
    width: 100%
}

.modal {
    z-index: 6150
}

.page-header {
    margin-top: 0
}

.img-responsive {
    width: auto
}

.modal.show {
    opacity: 1
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/areas/PCG/assets/images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(/areas/PCG/assets/fonts/slick.eot);
    src: url(/areas/PCG/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/areas/PCG/assets/fonts/slick.woff) format("woff"), url(/areas/PCG/assets/fonts/slick.ttf) format("truetype"), url(/areas/PCG/assets/fonts/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #2e6da4;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-block;
    padding-top: 24px;
    text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #2e6da4;
    margin-left: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-color: #cfcfcf;
    background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE', GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9', GradientType=0);
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
    position: absolute;
    cursor: pointer
}

.slider-selection {
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute
}

.slider-selection.tick-slider-selection {
    background-color: #86bae7;
    background-image: linear-gradient(to bottom, #8ac1ef, #82b3de);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac1ef', endColorstr='#82b3de', GradientType=0)
}

.slider-track-low,
.slider-track-high {
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    background: transparent
}

.slider-handle {
    background-color: #3174ad;
    background-image: linear-gradient(to bottom, #337ab7, #2e6da4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337ab7', endColorstr='#2e6da4', GradientType=0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 20px
}

.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom {
    background: transparent none
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '★';
    color: #726204
}

.slider-tick {
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-filter: none;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom {
    background: transparent none
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '★';
    color: #726204
}

.slider-tick.in-selection {
    background-color: #86bae7;
    background-image: linear-gradient(to bottom, #8ac1ef, #82b3de);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac1ef', endColorstr='#82b3de', GradientType=0);
    opacity: 1
}

select::-ms-value {
    background: none;
    color: inherit
}

body {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "OpenSans", "sans-serif";
    color: #333;
    padding-top: 0
}

body.bg-green {
    background-color: #e5eceb
}

body.bg-grey {
    background-color: #eee
}

header {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 4px solid #165c7d
}

.fi-logo {
    text-align: left;
    padding: 15px
}

footer {
    background-color: #165c7d;
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 30px;
    color: #fff;
    text-align: left
}

footer a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: border .3s ease-in-out
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #fff;
    border-bottom: 0 solid transparent
}

footer ul.fiFooterLinkList li {
    margin-right: 15px;
    margin-bottom: 7.5px
}

[class*='col-'] {
    transition: all .3s ease-in-out
}

a {
    color: #165c7d;
    text-decoration: underline
}

a:hover {
    color: #4e87a0;
    text-decoration: none
}

a:active {
    color: #333
}

.list-group a {
    text-decoration: none
}

nav a {
    text-decoration: none
}

h1 {
    font-family: "OpenSans", "sans-serif";
    font-size: 36px;
    color: inherit
}

h1 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

h2 {
    font-family: "OpenSans", "sans-serif";
    font-size: 26px;
    color: inherit
}

h2 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

h3 {
    font-family: "OpenSans", "sans-serif";
    font-size: 22px;
    color: inherit
}

h3 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

h4 {
    font-family: "OpenSans", "sans-serif";
    font-size: 16px;
    font-weight: bold;
    color: inherit
}

h4 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

p.displaimer {
    font-size: 14px
}

.quote {
    font-size: 20px;
    font-style: italic
}

.italy-logo {
    margin: 0 0 15px
}

.min-height-view {
    min-height: calc(100vh - 268px)
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 26px
    }
    h2 {
        font-size: 18px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px
    }
    p.displaimer {
        font-size: 14px
    }
    .quote {
        font-size: 18px
    }
    .fi-logo img {
        margin: 0 auto
    }
    .italy-logo {
        margin: 15px 0
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input,
    input:focus,
    input:hover {
        font-size: 16px !important
    }
}

html,
body {
    max-width: 100%;
    height: 100%
}

body {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "opensans", "sans-serif";
    color: #333;
    padding: 0 !important;
    overflow-x: hidden
}

section {
    padding: 20px 0
}

a {
    color: #165c7d
}

div:focus {
    outline: none
}

.validation-summary-valid {
    display: none
}

.validation-summary-errors {
    color: #7c2529
}

div.validation-summary-errors span {
    color: #7c2529
}

div.validation-summary-errors ul {
    display: none
}

span.RequiredFieldLabel.fielderror {
    color: #7c2529
}

.unsubscribe-form {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .slick-arrow {
        position: absolute;
        top: auto !important;
        bottom: -110px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        width: 50%;
        padding: 20px;
        font-size: 16px;
        text-align: center;
        background: #f3b61f;
        border-radius: 5px;
        color: #114761;
        width: 100%;
        max-width: 250px;
        padding: 10px;
        font-weight: bold;
        border: 0;
        box-shadow: 0 5px 0 #e5ac1d
    }
    .slick-arrow:hover {
        cursor: pointer
    }
    .slick-arrow.prev {
        left: 0
    }
    .slick-arrow.prev i {
        padding-right: 10px
    }
    .slick-arrow.next {
        right: 0
    }
    .slick-arrow.next i {
        padding-left: 10px
    }
}

@media(max-width:769px) {
    .slick-arrow.next {
        bottom: -170px
    }
    .slick-arrow.next,
    .slick-arrow.prev {
        left: 50%;
        right: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 90%
    }
}

.slick-dots li button {
    width: 15px;
    height: 15px
}

.slick-dots li button:before {
    width: 15px;
    height: 15px;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #2d2d2d;
    border-radius: 50%;
    content: '';
    opacity: 1
}

.slick-dots .slick-active button:before {
    background: #2d2d2d
}

@media(max-width:768px) {
    .hide-dots .slick-dots {
        display: none !important
    }
    .hide-arrows .slick-arrow {
        display: none !important
    }
}

a.ctalink {
    color: #165c7d
}

.style-logo {
    text-align: left
}

header {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0
}

h1,
.h1 {
    font-family: "opensans", "sans-serif";
    font-size: 36px;
    color: inherit
}

h1 a,
.h1 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

h2,
.h2 {
    font-family: "opensans", "sans-serif";
    font-size: 26px;
    color: inherit
}

h2 a,
.h2 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

h3,
.h3 {
    font-family: "opensans", "sans-serif";
    font-size: 24px;
    color: inherit
}

h3 a,
.h3 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

h4,
.h4 {
    font-family: "opensans", "sans-serif";
    font-size: 18px;
    color: inherit
}

h4 a,
.h4 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

h5,
.h5 {
    font-family: "opensans", "sans-serif";
    font-size: 16px;
    font-weight: bold;
    color: inherit
}

h5 a,
.h5 a {
    color: inherit;
    text-decoration: none;
    outline: none
}

p.displaimer {
    font-size: 14px
}

.quote {
    font-size: 20px;
    font-style: italic
}

@media screen and (max-width:767px) {
    body {
        padding: 0 !important
    }
    h1 {
        font-size: 26px
    }
    h2 {
        font-size: 18px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px
    }
    p.displaimer {
        font-size: 14px
    }
    .quote {
        font-size: 18px
    }
    .fi-logo img {
        margin: 0 auto
    }
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: .4s all
}

.youtube-player:hover {
    -webkit-filter: brightness(75%)
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -26px;
    position: absolute;
    background: url(/areas/PCG/assets/images/icon-youtube-dark.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: .9
}

.youtube-player:hover .play {
    background: url(/areas/PCG/assets/images/icon-youtube-red.png) no-repeat;
    background-size: contain
}

.sc-edit-mode .faq .collapse {
    display: block !important
}

.link-external {
    margin-right: .75em
}

.link-external::after {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: .9em;
    margin-left: .5em;
    margin-right: -2em;
    white-space: nowrap
}

.link-external.heading::after {
    font-size: 20px;
    top: 7px
}

@media(max-width:767px) {
    .link-external.heading::after {
        font-size: 1em
    }
}

.link-external h3 {
    color: #165c7d;
    display: inline;
    font-weight: normal;
    white-space: normal
}

.link-external .icon-pad {
    margin-right: -.25em
}

.byline {
    font-size: 1em
}

@media(max-width:768px) {
    .media-left,
    .media-right,
    .media-body {
        display: block;
        width: 100%
    }
}

.sc-edit-mode div.scLooseFrameZone {
    overflow-y: visible
}

@media(min-width:992px) {
    body:not(.is-home) .col-mg {
        margin-top: 15px
    }
}

body:not(.is-home) .col-mg>*:first-child {
    padding-top: 0;
    margin-top: 0
}

body:not(.is-home) .col-mg>*:first-child.form-builder {
    padding-top: 20px
}

.bg-dark-gray {
    background-color: #333 !important
}

.bg-light-gray {
    background-color: #f4f4f4 !important
}

.bg-green {
    background-color: #3f7267 !important
}

.bg-blue {
    background-color: #1e7fac !important
}

.bg-red {
    background-color: #ac4b20 !important
}

.font-dark-gray {
    color: #333 !important
}

.font-light-gray {
    color: #f4f4f4 !important
}

.font-green {
    color: #3f7267 !important
}

.font-blue {
    color: #1e7fac !important
}

.font-red {
    color: #ac4b20 !important
}

.padding-5 {
    padding: 5px 0 !important
}

.padding-10 {
    padding: 10px 0 !important
}

.padding-15 {
    padding: 15px 0 !important
}

.padding-20 {
    padding: 20px 0 !important
}

.mb-20 {
    margin-bottom: 20px
}

.form-control {
    box-shadow: none;
    border-radius: 2px;
    height: 45px;
    color: #333;
    border: 1px solid #d9d9d9
}

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

#findalocator h1 {
    margin: 0 0 30px
}

#findalocator #ddlCountryState {
    margin-bottom: 30px;
    max-width: 500px
}

#findalocator #locatorItems .result,
#findalocator #locatorItems .no-result {
    margin-bottom: 30px
}

#findalocator #locatorItems .no-result {
    text-align: center
}

#findalocator #PagerLocator {
    margin: 15px 0 30px
}

#findalocator #locatorPrevious {
    margin-right: 20px;
    text-decoration: none
}

#findalocator #locatorNext {
    margin-left: 20px;
    text-decoration: none
}

.locator-item-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 375px;
    max-height: 375px
}

.locator-item-img .img-box {
    display: block;
    position: relative;
    padding-bottom: 100%
}

.locator-item-img .img-box img {
    position: absolute
}

@media(min-width:768px) {
    .locator-item-img .img-box img {
        margin: 0
    }
}

.form-slider {
    padding: 40px 30px
}

.form-slider .slider {
    width: 100%
}

.form-slider .slider>span {
    margin-top: 5px
}

.form-slider .slider-track {
    background: #ebeae6
}

.form-slider .slider-selection {
    background: #165c7d
}

.form-slider .tooltip.top {
    margin-top: -46px
}

.form-slider .tooltip.top .tooltip-inner {
    padding: 6px 25px;
    border-radius: 0;
    background: #fff;
    color: #165c7d;
    font-weight: bold;
    border: 1px solid #e0e0e0
}

.form-slider .tooltip.top .tooltip-arrow {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-accordion {
    display: block
}

.bootstrap-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.bootstrap-accordion .panel-group {
    margin-top: 20px;
    margin-bottom: 20px
}

.bootstrap-accordion .panel-group .panel+.panel {
    margin: 0
}

.bootstrap-accordion .panel-heading {
    padding: 0
}

.bootstrap-accordion .panel-body {
    padding: 0 40px 15px 15px;
    transition: all .2s ease-in-out
}

.bootstrap-accordion .panel-body p:last-child {
    margin: 0
}

.bootstrap-accordion .panel-group .panel {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-accordion .panel-default>.panel-heading {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.bootstrap-accordion .panel-title>button {
    cursor: pointer;
    display: block;
    padding: 10px 50px 10px 15px;
    position: relative;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    width: 100%;
    border: 0;
    background-color: transparent
}

.bootstrap-accordion .panel-title>button[aria-expanded="true"] {
    background-color: #f4f4f4
}

.bootstrap-accordion .panel-collapse[aria-expanded="true"] {
    background-color: #f4f4f4
}

.bootstrap-accordion .panel-heading .accordion-toggle.collapsed:after,
.bootstrap-accordion .panel-heading .accordion-toggle:after {
    bottom: 0;
    color: #165c7d;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px
}

.bootstrap-accordion .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    bottom: 0;
    color: #165c7d;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin: auto;
    position: absolute;
    right: 17px;
    top: 10px
}

@media print {
    .breadcrumb-nav,
    footer,
    .email-signup,
    .sidebar-marketminder,
    .global-navigation .navigation-top-stripe,
    .site-navigation-toggle,
    .navigation-search,
    .share,
    .article-intro .article-intro-image,
    .related-articles {
        display: none !important
    }
    .global-navigation img {
        padding: 30px 0 30px 15px
    }
    .sidebar-promotional-item .media-object {
        margin: 0 !important
    }
    .navigation-branding-content a[href]:after,
    .article-intro-category a[href]:after,
    .author-byline-info a[href]:after {
        content: ""
    }
}

@font-face {
    font-family: font-icons;
    src: url(/areas/PCG/assets/fonts/font-icons.eot);
    src: url(/areas/PCG/assets/fonts/font-icons.eot?#iefix) format("embedded-opentype"), url(/areas/PCG/assets/fonts/font-icons.woff) format("woff"), url(/areas/PCG/assets/fonts/font-icons.ttf) format("truetype"), url(/areas/PCG/assets/fonts/font-icons.svg#font-icons) format("svg");
    font-weight: normal;
    font-style: normal
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "font-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

@font-face {
    font-family: OpenSans;
    font-display: swap;
    src: url(/areas/PCG/assets/fonts/OpenSans-Regular-webfont.eot);
    src: url(/areas/PCG/assets/fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(/areas/PCG/assets/fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(/areas/PCG/assets/fonts/OpenSans-Regular-webfont.woff) format("woff"), url(/areas/PCG/assets/fonts/OpenSans-Regular-webfont.ttf) format("truetype"), url(/areas/PCG/assets/fonts/OpenSans-Regular-webfont.svg#OpenSans) format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: OpenSans;
        font-display: swap;
        src: url(/areas/PCG/assets/fonts/OpenSans-Regular-webfont.svg#OpenSans) format("svg")
    }
}

@font-face {
    font-family: OpenSans;
    font-display: swap;
    src: url(/areas/PCG/assets/fonts/OpenSans-Bold-webfont.eot);
    src: url(/areas/PCG/assets/fonts/OpenSans-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(/areas/PCG/assets/fonts/OpenSans-Bold-webfont.woff2) format("woff2"), url(/areas/PCG/assets/fonts/OpenSans-Bold-webfont.woff) format("woff"), url(/areas/PCG/assets/fonts/OpenSans-Bold-webfont.ttf) format("truetype"), url(/areas/PCG/assets/fonts/OpenSans-Bold-webfont.svg#OpenSans) format("svg");
    font-weight: bold;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: OpenSans;
        font-display: swap;
        src: url(/areas/PCG/assets/fonts/OpenSans-Bold-webfont.svg#OpenSans) format("svg")
    }
}

.btn-base {
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    white-space: normal;
    width: 100%
}

@media(min-width:769px) {
    .btn-base {
        margin: 20px 0;
        max-width: 250px
    }
}

.btn,
.btn-base {
    font-weight: bold;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.btn,
.btn-base,
.btn-main,
button {
    white-space: normal
}

.btn-main {
    color: #165c7d !important;
    background-color: #f3b61f !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #e5ab1d !important
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    color: #165c7d !important;
    background-color: #ffbf21 !important
}

.btn-secondary {
    border-color: #d8d8d8;
    color: #165c7d !important;
    background-color: #f9f9f9 !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #d8d8d8 !important
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #165c7d !important;
    background-color: #fff !important
}

.btn-yellow {
    color: #fff !important;
    background-color: #f3b61f !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #e5ab1d !important
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    color: #fff !important;
    background-color: #ffbf21 !important
}

.btn-blue {
    color: #fff !important;
    background-color: #1e7fac !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #1b6f98 !important
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff !important;
    background-color: #228cc1 !important
}

.btn-green {
    color: #fff !important;
    background-color: #2b7e39 !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #266e32 !important
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    color: #fff !important;
    background-color: #319141 !important
}

.btn-orange {
    color: #fff !important;
    background-color: #ac4b20 !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #97421c !important
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #fff !important;
    background-color: #c75626 !important
}

.btn-dark-green {
    color: #fff !important;
    background-color: #42746a !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #034638 !important
}

.btn-dark-green:hover,
.btn-dark-green:focus,
.btn-dark-green:active {
    color: #fff !important;
    background-color: #034638 !important
}

.btn-gray {
    color: #fff !important;
    background-color: #333 !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #666 !important
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    color: #fff !important;
    background-color: #666 !important
}

.btn-ghost-blue {
    color: #1e7fac !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #1e7fac !important;
    border-top: 1px solid #1e7fac !important;
    border-right: 1px solid #1e7fac !important;
    border-left: 1px solid #1e7fac !important;
    border-bottom: 3px solid #1e7fac !important
}

.btn-ghost-blue:hover,
.btn-ghost-blue:focus,
.btn-ghost-blue:active {
    color: #1e7fac !important;
    background-color: #1e7fac !important
}

.btn-ghost-blue:hover {
    color: #fff !important
}

.btn-ghost-green {
    color: #034638 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #034638 !important;
    border-top: 1px solid #034638 !important;
    border-right: 1px solid #034638 !important;
    border-left: 1px solid #034638 !important;
    border-bottom: 3px solid #034638 !important
}

.btn-ghost-green:hover,
.btn-ghost-green:focus,
.btn-ghost-green:active {
    color: #034638 !important;
    background-color: #034638 !important
}

.btn-ghost-green:hover {
    color: #fff !important
}

.btn-ghost-red {
    color: #c17858 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #c17858 !important;
    border-top: 1px solid #c17858 !important;
    border-right: 1px solid #c17858 !important;
    border-left: 1px solid #c17858 !important;
    border-bottom: 3px solid #c17858 !important
}

.btn-ghost-red:hover,
.btn-ghost-red:focus,
.btn-ghost-red:active {
    color: #c17858 !important;
    background-color: #c17858 !important
}

.btn-ghost-red:hover {
    color: #fff !important
}

.btn-ghost-gray {
    color: #666 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid #666 !important;
    border-top: 1px solid #666 !important;
    border-right: 1px solid #666 !important;
    border-left: 1px solid #666 !important;
    border-bottom: 3px solid #666 !important
}

.btn-ghost-gray:hover,
.btn-ghost-gray:focus,
.btn-ghost-gray:active {
    color: #666 !important;
    background-color: #666 !important
}

.btn-ghost-gray:hover {
    color: #fff !important
}

.fi-call-link {
    text-decoration: none;
    text-align: center;
    color: #4e87a0;
    margin: 15px;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #4e87a0;
    cursor: pointer
}

.fi-call-link:hover,
.fi-call-link:focus,
.fi-call-link:active {
    color: #4e87a0 !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    outline: 0 !important
}

.btn-half-block {
    width: 50%
}

.btn:nth-child(1):nth-last-child(1),
.btn-base:nth-child(1):nth-last-child(1) {
    margin: 15px 0
}

.btn:nth-child(1):nth-last-child(2),
.btn-base:nth-child(1):nth-last-child(2),
.btn:nth-child(2):nth-last-child(1),
.btn-base:nth-child(2):nth-last-child(1) {
    margin: 15px 15px 15px 0
}

@media screen and (max-width:767px) {
    .btn-email {
        min-width: 50px
    }
}

.click-to-call {
    display: none;
    white-space: normal
}

@media(max-width:768px) {
    .click-to-call {
        display: inline-block
    }
}

.btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.btn-wrapper.btn-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-wrapper.btn-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-wrapper.btn-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn-unsubscribe {
    width: 100%
}

.btn-errorpage {
    width: auto;
    color: #165c7d;
    background-color: #f3b61f;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    border-bottom: 3px solid #e5ab1d;
    text-decoration: none;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

.btn-errorpage:hover,
.btn-errorpage:focus,
.btn-errorpage:active {
    background-color: #ffbf21 !important;
    color: #165c7d !important;
    border-color: #e5ab1d !important;
    text-decoration: none;
    outline: 0 !important
}

.glyphicon-earphone:before {
    font-size: 16px;
    margin: 0 7.5px 0 0
}

.fi-wizard {
    margin-top: 40px;
    margin-bottom: 60px
}

.fi-wizard>.fi-wizard-step {
    padding: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.fi-wizard>.fi-wizard-step .fi-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px
}

.fi-wizard>.fi-wizard-step .fi-wizard-info {
    color: #fff;
    font-size: 14px
}

.fi-wizard>.fi-wizard-step>.fi-wizard-dot {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #165c7d;
    top: 0;
    left: 35%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 1em
}

.fi-wizard>.fi-wizard-step>.fi-wizard-dot:hover {
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none
}

.fi-Progress {
    margin-bottom: 30px
}

.fi-bgProgress {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.progress {
    border-radius: 2px
}

.progress-bar-info {
    background-color: #165c7d
}

.fi-wizard>.fi-wizard-step>.progress {
    position: relative;
    border-radius: 0;
    height: 1px;
    box-shadow: none;
    margin: 15px 0 0;
    background-color: #efefef
}

.fi-wizard>.fi-wizard-step>.progress>.progress-bar {
    width: 0;
    box-shadow: none;
    background: #165c7d
}

.fi-wizard>.fi-wizard-step.complete>.progress>.progress-bar {
    width: 100%
}

.fi-wizard>.fi-wizard-step.active>.progress>.progress-bar {
    width: 50%
}

.fi-wizard>.fi-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%
}

.fi-wizard>.fi-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%
}

.fi-wizard>.fi-wizard-step.disabled>.fi-wizard-dot {
    background-color: #efefef
}

.fi-wizard>.fi-wizard-step.disabled>.fi-wizard-dot:after {
    opacity: 0
}

.fi-wizard>.fi-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%
}

.fi-wizard>.fi-wizard-step:last-child>.progress {
    width: 50%
}

.fi-wizard>.fi-wizard-step.disabled a.fi-wizard-dot {
    pointer-events: none
}

.awdContainer h3 {
    text-align: center;
    display: inline-block;
    width: 100%
}

.awdContainer h3:empty {
    display: none
}

.awdContainer h3 .awdRecognition {
    font-size: 50%;
    display: block;
    padding: 7.5px 0
}

.awdContainer .awdIcon {
    margin: 15px 0
}

.awdContainer .awdIcon>a img {
    margin: 0 auto 15px auto
}

.awdContainer .awdIcon>img {
    margin: 0 auto 15px auto
}

.col-lg-6 .awdContainer div .awdWrapper {
    width: 50%
}

.col-lg-6 .awdContainer div .awdWrapper:nth-child(1):nth-last-child(1) {
    width: 100%
}

.awdWrapper:nth-child(1):nth-last-child(1) {
    width: 100%
}

.awdWrapper:nth-child(1):nth-last-child(2),
.awdWrapper:nth-child(2):nth-last-child(1) {
    width: 50%
}

.awdWrapper:nth-child(1):nth-last-child(3),
.awdWrapper:nth-child(2):nth-last-child(2),
.awdWrapper:nth-child(3):nth-last-child(1) {
    width: 33.33333%
}

.awdWrapper:nth-child(1):nth-last-child(4),
.awdWrapper:nth-child(2):nth-last-child(3),
.awdWrapper:nth-child(3):nth-last-child(2),
.awdWrapper:nth-child(4):nth-last-child(1) {
    width: 25%
}

.awdWrapper:nth-child(1):nth-last-child(5),
.awdWrapper:nth-child(2):nth-last-child(4),
.awdWrapper:nth-child(3):nth-last-child(3),
.awdWrapper:nth-child(4):nth-last-child(2),
.awdWrapper:nth-child(5):nth-last-child(1) {
    width: 20%
}

.col-sm-8 .awdWrapper:nth-child(1):nth-last-child(1) {
    width: 100%
}

.col-sm-8 .awdWrapper:nth-child(1):nth-last-child(5),
.col-sm-8 .awdWrapper:nth-child(2):nth-last-child(4),
.col-sm-8 .awdWrapper:nth-child(3):nth-last-child(3),
.col-sm-8 .awdWrapper:nth-child(4):nth-last-child(2),
.col-sm-8 .awdWrapper:nth-child(5):nth-last-child(1) {
    width: 25%
}

@media screen and (max-width:767px) {
    .awdContainer h3 {
        text-align: center
    }
    .awdContainer .awdWrapper,
    .col-lg-6 .awdContainer .row .awdWrapper {
        width: 100%
    }
    .awdWrapper:nth-child(1):nth-last-child(1) {
        width: 100%
    }
    .awdWrapper:nth-child(1):nth-last-child(2),
    .awdWrapper:nth-child(2):nth-last-child(1) {
        width: 100%
    }
    .awdWrapper:nth-child(1):nth-last-child(3),
    .awdWrapper:nth-child(2):nth-last-child(2),
    .awdWrapper:nth-child(3):nth-last-child(1) {
        width: 103%
    }
    .awdWrapper:nth-child(1):nth-last-child(4),
    .awdWrapper:nth-child(2):nth-last-child(3),
    .awdWrapper:nth-child(3):nth-last-child(2),
    .awdWrapper:nth-child(4):nth-last-child(1) {
        width: 100%
    }
    .awdWrapper:nth-child(1):nth-last-child(5),
    .awdWrapper:nth-child(2):nth-last-child(4),
    .awdWrapper:nth-child(3):nth-last-child(3),
    .awdWrapper:nth-child(4):nth-last-child(2),
    .awdWrapper:nth-child(5):nth-last-child(1) {
        width: 100%
    }
}

.hvrawdContainer h3 {
    text-align: center;
    display: inline-block;
    width: 100%
}

.hvrawdContainer h3:empty {
    display: none
}

.hvrawdContainer h3 .awdRecognition {
    font-size: 50%;
    display: block;
    padding: 7.5px 0
}

.hvrawdContainer h4 {
    text-align: left
}

.hvrawdContainer .hvrawdIcon {
    margin: 15px 0;
    text-align: center
}

.hvrawdContainer .hvrawdIcon>a img {
    margin: 0 auto 0 auto
}

.hvrawdContainer .hvrawdIcon>img {
    margin: 0 auto 0 auto
}

.hvrawdContainer .hvrawdIcon .fi-hvrIcon {
    width: 100%;
    max-width: 181px;
    height: auto
}

.hvrawdContainer .hvrawdIcon .fi-popover {
    display: inline-block;
    cursor: pointer
}

.hvrawdContainer .popover {
    top: 135px !important;
    background-color: #f4f4f4;
    border-radius: 4px
}

.hvrawdContainer .popover .arrow:after {
    content: '';
    border-bottom-color: #f4f4f4
}

.hvrawdContainer .popover .popover-title {
    padding: 16px 14px 0;
    background-color: transparent;
    border-bottom: 0 solid transparent
}

.hvrawdContainer .popover .popover-content {
    padding: 0 14px 9px
}

.hvrawdContainer .popover h3 {
    font-weight: bold;
    text-align: left
}

.col-lg-6 .hvrawdContainer div .hvrawdWrapper {
    width: 50%
}

.col-lg-6 .hvrawdContainer div .hvrawdWrapper:nth-child(1):nth-last-child(1) {
    width: 100%
}

.hvrawdWrapper:nth-child(1):nth-last-child(1) {
    width: 100%
}

.hvrawdWrapper:nth-child(1):nth-last-child(2),
.hvrawdWrapper:nth-child(2):nth-last-child(1) {
    width: 50%
}

.hvrawdWrapper:nth-child(1):nth-last-child(3),
.hvrawdWrapper:nth-child(2):nth-last-child(2),
.hvrawdWrapper:nth-child(3):nth-last-child(1) {
    width: 33.33333%
}

.hvrawdWrapper:nth-child(1):nth-last-child(4),
.hvrawdWrapper:nth-child(2):nth-last-child(3),
.hvrawdWrapper:nth-child(3):nth-last-child(2),
.hvrawdWrapper:nth-child(4):nth-last-child(1) {
    width: 25%
}

.hvrawdWrapper:nth-child(1):nth-last-child(5),
.hvrawdWrapper:nth-child(2):nth-last-child(4),
.hvrawdWrapper:nth-child(3):nth-last-child(3),
.hvrawdWrapper:nth-child(4):nth-last-child(2),
.hvrawdWrapper:nth-child(5):nth-last-child(1) {
    width: 20%
}

.col-sm-8 .hvrawdWrapper:nth-child(1):nth-last-child(1) {
    width: 100%
}

.col-sm-8 .hvrawdWrapper:nth-child(1):nth-last-child(5),
.col-sm-8 .hvrawdWrapper:nth-child(2):nth-last-child(4),
.col-sm-8 .hvrawdWrapper:nth-child(3):nth-last-child(3),
.col-sm-8 .hvrawdWrapper:nth-child(4):nth-last-child(2),
.col-sm-8 .hvrawdWrapper:nth-child(5):nth-last-child(1) {
    width: 25%
}

@media screen and (max-width:767px) {
    .hvrawdContainer h3 {
        text-align: center
    }
    .hvrawdContainer h4 {
        text-align: center
    }
    .hvrawdContainer .hvrawdWrapper,
    .col-lg-6 .hvrawdContainer .row .hvrawdWrapper {
        width: 100%
    }
    .hvrawdWrapper:nth-child(1):nth-last-child(1) {
        width: 100%
    }
    .hvrawdWrapper:nth-child(1):nth-last-child(2),
    .hvrawdWrapper:nth-child(2):nth-last-child(1) {
        width: 100%
    }
    .hvrawdWrapper:nth-child(1):nth-last-child(3),
    .hvrawdWrapper:nth-child(2):nth-last-child(2),
    .hvrawdWrapper:nth-child(3):nth-last-child(1) {
        width: 103%
    }
    .hvrawdWrapper:nth-child(1):nth-last-child(4),
    .hvrawdWrapper:nth-child(2):nth-last-child(3),
    .hvrawdWrapper:nth-child(3):nth-last-child(2),
    .hvrawdWrapper:nth-child(4):nth-last-child(1) {
        width: 100%
    }
    .hvrawdWrapper:nth-child(1):nth-last-child(5),
    .hvrawdWrapper:nth-child(2):nth-last-child(4),
    .hvrawdWrapper:nth-child(3):nth-last-child(3),
    .hvrawdWrapper:nth-child(4):nth-last-child(2),
    .hvrawdWrapper:nth-child(5):nth-last-child(1) {
        width: 100%
    }
}

.dscrProductWrapper>p {
    font-size: 14px
}

header.default {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 4px solid #165c7d;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    transition: all .3s ease-in-out;
    display: inline-block
}

header.stickyHeader {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 4px solid #165c7d;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    transition: all .3s ease-in-out;
    display: inline-block
}

header.stickyHeader .headerCTAWrapper {
    background-color: #f4f4f4;
    text-align: right
}

header.stickyHeader .headerCTAWrapper .headerCTA {
    padding: 7.5px 15px;
    text-transform: uppercase
}

header.stickyHeader .headerCTAWrapper .headerCTA>a {
    color: #165c7d;
    cursor: pointer;
    text-decoration: none
}

header.stickyHeader .headerCTAWrapper .headerCTA>a:hover {
    text-decoration: none;
    color: #165c7d
}

.affix {
    position: relative
}

.ctaEmailDesktop:before {
    content: '';
    border-left: 1px solid #d9d9d9;
    margin: 0 15px 0 6.5px
}

header.fiBlueHeader {
    background-color: #165c7d
}

.clonedHeaderWrapper.stickyHeader {
    display: none;
    visibility: hidden
}

@media screen and (max-width:767px) {
    header.stickyHeader {
        z-index: 100000;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 0
    }
    header.stickyHeader .stickyHeaderCTAWrapper {
        text-align: center
    }
    .affix {
        position: fixed
    }
    .affix+.clonedHeaderWrapper.stickyHeader {
        display: block
    }
    .affix-top {
        min-height: 120px
    }
}

.fi-heroimgWrapper {
    width: 100%
}

.fi-heroImageContainer {
    margin-bottom: 50px
}

.fi-heroCover {
    position: absolute;
    left: 0;
    top: 60px
}

.fi-heroOverlay {
    position: absolute;
    right: 15px;
    bottom: -30px;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7
}

.fi-heroOverlay:after,
.fi-heroOverlay:before {
    top: 100%;
    left: 50%;
    border: 1px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.fi-heroOverlay:after {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px
}

.fi-heroOverlay:before {
    border-color: transparent;
    border-top-color: #d7d7d7;
    border-width: 21px;
    margin-left: -21px
}

.fi-heroOverlay {
    padding: 0
}

.fi-heroOverlay>.fi-heroHeadline {
    color: #fff;
    margin: 0;
    padding: 25px 15px;
    background-color: #1e7fac
}

.fi-heroOverlay>.fi-heroHeadline.blue {
    background-color: #1e7fac
}

.fi-heroOverlay>.fi-heroHeadline.red {
    background-color: #ac4b20
}

.fi-heroOverlay>.fi-heroHeadline.black {
    background-color: #000
}

.fi-heroOverlay>.fi-heroHeadline.green {
    background-color: #42746a
}

.fi-heroOverlay>.fi-heroHeadline>h2 {
    margin: 0
}

.fi-heroOverlay>.fi-heroContent {
    padding: 15px 15px 0;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

.fi-heroOverlay .fi-heroLink {
    width: 100%;
    padding: 15px 0
}

.fi-heroCTA {
    min-width: 250px
}

.fi-heroImg {
    position: relative
}

.fi-heroImg>img {
    background-size: cover;
    overflow: hidden;
    width: 100%
}

@media screen and (max-width:991px) {
    .fi-heroOverlay {
        position: relative;
        right: 0;
        top: -15px;
        margin: 0 15px;
        width: auto
    }
    .fi-heroCover {
        position: relative;
        right: 0;
        top: -15px;
        margin: 0 auto;
        width: 100%
    }
    .fi-heroCover>img {
        margin: 0 auto
    }
}

.imgcboProduct {
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 30px 15px
}

.imgcboProduct .btn,
.imgcboProduct .btn-base {
    color: #1e7fac;
    background-color: transparent;
    border: 1px solid #1e7fac;
    border-bottom: 3px solid #1e7fac
}

.imgcboProduct.blue {
    background-color: #1e7fac;
    color: #fff
}

.imgcboProduct.blue .btn,
.imgcboProduct.blue .btn-base {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff
}

.imgcboProduct.red {
    background-color: #ac4b20;
    color: #fff
}

.imgcboProduct.red .btn,
.imgcboProduct.red .btn-base {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff
}

.imgcboProduct.black {
    background-color: #000;
    color: #fff
}

.imgcboProduct.black .btn,
.imgcboProduct.black .btn-base {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff
}

.imgcboProduct.green {
    background-color: #42746a;
    color: #fff
}

.imgcboProduct.green .btn,
.imgcboProduct.green .btn-base {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff
}

.imgcboProduct.white {
    background-color: #fff;
    border: 1px solid #ccc
}

.imgcboProduct.white .btn,
.imgcboProduct.white .btn-base {
    color: #165c7d;
    background-color: #f3b61f;
    border: 1px solid transparent;
    border-bottom: 3px solid #e5ab1d
}

.imgcboProduct.white .btn:hover,
.imgcboProduct.white .btn-base:hover {
    color: #165c7d;
    background-color: #ffbf21
}

.imgcboProduct.gray {
    background-color: #f4f4f4
}

.imgcboProduct.gray .btn,
.imgcboProduct.gray .btn-base {
    color: #1e7fac;
    background-color: transparent;
    border: 1px solid #1e7fac;
    border-bottom: 3px solid #1e7fac
}

.imgcboImage,
.imgcboContent {
    padding: 0 15px;
    transition: all .3s ease-in-out
}

.col-lg-4 .imgcboImage,
.col-lg-6 .imgcboImage {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
    float: left;
    display: inline-block
}

.col-lg-4 .imgcboImage a img,
.col-lg-6 .imgcboImage a img {
    margin: 0 auto
}

.col-lg-6 .imgcboContent>.btn-block-mobile,
.col-lg-4 .imgcboContent>.btn-block-mobile {
    width: 100% !important
}

@media screen and (max-width:991px) {
    .imgcboImage {
        width: 100%;
        margin-bottom: 30px;
        float: left;
        transition: all .3s ease-in-out
    }
    .imgcboImage a img {
        margin: 0 auto
    }
    .btn-block-mobile {
        width: 100%
    }
}

.icons-container h2 {
    text-align: center
}

.icons-container ul {
    margin-top: 40px;
    padding-left: 0;
    list-style-type: none
}

.icons-container ul li {
    text-align: center;
    padding: 0 20px;
    margin: 0 auto 50px;
    max-width: 320px
}

.icons-container ul li a,
.icons-container ul li h3 {
    color: #4e87a0
}

.icons-container ul li p {
    margin: 20px 0
}

.icons-container ul li i {
    color: #034638;
    font-size: 40px
}

.icons-container ul li a {
    text-decoration: none
}

@media screen and (min-width:768px) {
    .icons-container ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .icons-container ul li {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0
    }
    .icons-container ul li:first-child {
        padding-left: 0
    }
    .icons-container ul li:last-child {
        padding-right: 0
    }
}

ul.lnklstBullets {
    color: #4e87a0
}

ul.lnklstBullets li {
    margin-bottom: 5px
}

ul.lnklstBullets li a {
    text-decoration: none;
    color: #4e87a0;
    border-bottom: 1px solid #4e87a0;
    transition: border .3s ease-in-out
}

ul.lnklstBullets li a:hover,
ul.lnklstBullets li a:focus,
ul.lnklstBullets li a:active {
    border-bottom: 0 solid transparent;
    text-decoration: none
}

ol.lnklstBullets {
    color: #4e87a0
}

ol.lnklstBullets li {
    margin-bottom: 5px
}

ol.lnklstBullets li a {
    text-decoration: none;
    color: #4e87a0;
    border-bottom: 1px solid #4e87a0;
    transition: border .3s ease-in-out
}

ol.lnklstBullets li a:hover,
ol.lnklstBullets li a:focus,
ol.lnklstBullets li a:active {
    border-bottom: 0 solid transparent;
    text-decoration: none
}

.custom-checkbox.button-label input,
.custom-radiobutton.button-label input,
.custom-checkbox.button-label>[type="checkbox"]:not(:checked)+label:before,
.custom-checkbox.button-label>[type="checkbox"]:checked+label:before {
    display: none
}

.custom-checkbox.button-label>[type="checkbox"]:not(:checked)+label:after,
.custom-checkbox.button-label>[type="checkbox"]:checked+label:after {
    content: none
}

.custom-checkbox.button-label label,
.custom-radiobutton.button-label label {
    padding: 15px 20px;
    width: 280px;
    max-width: 70%;
    text-align: center;
    border: 1px solid #c0bdbd;
    border-radius: 4px !important;
    color: #393939;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media screen and (max-width:991px) {
    .custom-checkbox.button-label label,
    .custom-radiobutton.button-label label {
        max-width: unset
    }
}

.custom-checkbox.button-label>input[type="checkbox"]:checked~label,
.custom-checkbox.button-label>input[type="checkbox"]~label:hover,
.custom-radiobutton.button-label>input[type="radio"]:checked~label,
.custom-radiobutton.button-label>input[type="radio"]~label:hover {
    border: 1px solid #d8d8d8;
    background-color: #d8d8d8
}

.custom-checkbox.button-label>input[type="checkbox"]:checked~label,
.custom-radiobutton.button-label>input[type="radio"]:checked~label {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

label.control-label.button-label {
    text-align: center
}

.custom-checkbox>[type="checkbox"],
.custom-checkbox>label {
    margin-bottom: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    display: inline-block
}

.custom-checkbox>[type="checkbox"]:not(:checked),
.custom-checkbox>[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label,
.custom-checkbox>[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    font-weight: normal
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:before,
.custom-checkbox>[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin-top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 2px;
    outline: 0
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:after,
.custom-checkbox>[type="checkbox"]:checked+label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '';
    position: absolute;
    top: 5px;
    margin-top: 0;
    left: 2px;
    color: #165c7d;
    transition: all .2s;
    outline: 0;
    border-color: #165c7d
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.custom-checkbox>[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.custom-checkbox>[type="checkbox"][data-indeterminate]+label:after,
.custom-checkbox>[type="checkbox"][data-indeterminate]+label:after {
    content: '−';
    left: 2px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.custom-checkbox>[type="checkbox"]:disabled:not(:checked)+label:before,
.custom-checkbox>[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    background-color: #eee;
    border-color: #eee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada
}

.custom-checkbox>[type="checkbox"]:disabled:checked+label:after {
    color: #dadada;
    cursor: not-allowed
}

.custom-checkbox>[type="checkbox"]:disabled+label {
    color: #aaa;
    cursor: not-allowed
}

.custom-checkbox>[type="checkbox"]:checked:focus+label:before,
.custom-checkbox>[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px solid #165c7d
}

.custom-checkbox>label:hover:before {
    border: 1px solid #165c7d !important
}

.custom-checkbox>[type="checkbox"]:disabled:not(:checked)+label:hover:before,
.custom-checkbox>[type="checkbox"]:disabled:checked+label:hover:before {
    border: 1px solid #d9d9d9 !important;
    color: #d9d9d9
}

.custom-radiobutton-check>[type="radio"],
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"],
.custom-radiobutton-check>label,
.form-builder .datepickerRadio.custom-radiobutton-check>label {
    display: inline-block;
    margin-bottom: 0 !important;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-radiobutton-check>[type="radio"]:checked,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:checked,
.custom-radiobutton-check>[type="radio"]:not(:checked),
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:not(:checked) {
    left: -9999px;
    position: absolute
}

.custom-radiobutton-check>[type="radio"]:checked+label,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:checked+label,
.custom-radiobutton-check>[type="radio"]:not(:checked)+label,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:not(:checked)+label {
    cursor: pointer;
    font-weight: normal;
    padding-left: 22px;
    position: relative
}

.custom-radiobutton-check>[type="radio"]:checked+label:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:checked+label:before,
.custom-radiobutton-check>[type="radio"]:not(:checked)+label:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:not(:checked)+label:before {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    content: '';
    height: 17px;
    left: 0;
    margin-top: 0;
    outline: 0;
    position: absolute;
    top: 3px;
    width: 17px
}

.custom-radiobutton-check>[type="radio"]:checked+label:after,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:checked+label:after,
.custom-radiobutton-check>[type="radio"]:not(:checked)+label:after,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:not(:checked)+label:after {
    border-color: #165c7d;
    color: #165c7d;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    left: 1px;
    margin-top: 0;
    outline: 0;
    position: absolute;
    top: 0;
    transition: all .2s
}

.custom-radiobutton--check>[type="radio"]:checked+label:after,
.custom-radiobutton--check>[type="radio"]:not(:checked)+label:after {
    border-color: #165c7d;
    color: #165c7d;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    left: 1px;
    margin-top: 0;
    outline: 0;
    position: absolute;
    top: 0;
    transition: all .2s
}

.custom-radiobutton-check>[type="radio"]:not(:checked)+label:after,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.custom-radiobutton-check>[type="radio"]:checked+label:after,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.custom-radiobutton-check>[type="radio"][data-indeterminate]+label:after,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"][data-indeterminate]+label:after,
.custom-radiobutton-check>[type="radio"][data-indeterminate]+label:after,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"][data-indeterminate]+label:after {
    content: '−';
    left: 2px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.custom-radiobutton-check>[type="radio"]:disabled:checked+label:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:disabled:checked+label:before,
.custom-radiobutton-check>[type="radio"]:disabled:not(:checked)+label:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:disabled:not(:checked)+label:before {
    background-color: #eee;
    box-shadow: none;
    border-color: #eee;
    color: #dadada;
    cursor: not-allowed;
    opacity: 1
}

.custom-radiobutton-check>[type="radio"]:disabled:checked+label:after,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:disabled:checked+label:after {
    color: #dadada;
    cursor: not-allowed
}

.custom-radiobutton-check>[type="radio"]:disabled+label,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:disabled+label {
    color: #aaa;
    cursor: not-allowed
}

.custom-radiobutton-check>[type="radio"]:checked:focus+label:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:checked:focus+label:before,
.custom-radiobutton-check>[type="radio"]:not(:checked):focus+label:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:not(:checked):focus+label:before {
    border: 1px solid #165c7d;
    box-shadow: none
}

.custom-radiobutton-check>label:hover:before,
.form-builder .datepickerRadio.custom-radiobutton-check>label:hover:before {
    border: 1px solid #165c7d !important
}

.custom-radiobutton-check>[type="radio"]:disabled:checked+label:hover:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:disabled:checked+label:hover:before,
.custom-radiobutton-check>[type="radio"]:disabled:not(:checked)+label:hover:before,
.form-builder .datepickerRadio.custom-radiobutton-check>[type="radio"]:disabled:not(:checked)+label:hover:before {
    border: 1px solid #d9d9d9 !important;
    color: #d9d9d9
}

.custom-radiobutton>input[type="radio"] {
    margin-left: 0;
    outline: 0;
    border: 1px solid #165c7d;
    box-shadow: 0
}

.custom-radiobutton>input[type="radio"]:checked~label {
    border-color: #165c7d
}

.custom-radiobutton>input[type="radio"]:checked:before {
    background: #165c7d;
    border-color: #165c7d
}

.custom-radiobutton>input[type='radio'] {
    -webkit-appearance: none;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #165c7d;
    border-radius: 50%;
    outline: 0;
    box-shadow: 0;
    margin-left: 0 !important;
    margin-bottom: 0 !important
}

.custom-radiobutton>input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
    cursor: pointer
}

.custom-radiobutton>input[type='radio']:checked:before {
    background: #165c7d
}

.custom-radiobutton>input[type="file"]:focus,
.custom-radiobutton>input[type="radio"]:focus,
.custom-radiobutton>input[type="checkbox"]:focus {
    outline: 0;
    border-color: #165c7d
}

.optional {
    font-size: 93%
}

.optional:before {
    content: ' '
}

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

.fiSliderContainer .slider.slider-horizontal {
    width: 100%;
    margin: 0;
    height: 45px
}

.fiSliderContainer .slider-handle {
    background-color: transparent;
    border-bottom: 0 solid transparent;
    background-image: none;
    height: 45px;
    width: 45px;
    box-shadow: none;
    border: none
}

.fiSliderContainer .slider-handle.round {
    border-radius: 0;
    margin-top: -7px
}

.fiSliderContainer .tooltip-inner {
    background-color: #f3b61f;
    border-bottom: 2px solid #e5ab1d;
    padding: 5px 20px;
    color: #165c7d;
    font-family: "OpenSans", "sans-serif";
    font-size: 16px;
    font-weight: bold;
    cursor: -webkit-grab
}

.fiSliderContainer .tooltip.in {
    opacity: 1
}

.fiSliderContainer .tooltip.top .tooltip-arrow {
    border-top-color: #e5ab1d
}

.fiSliderContainer .slider .tooltip.top {
    margin-top: -22px
}

.fiSliderContainer.custom .tooltip.top {
    margin-top: -50px
}

.fiSliderContainer .slider.slider-horizontal .slider-track {
    height: 45px;
    margin-top: -30px;
    background-color: #d9d9d9;
    background-image: none;
    border: 1px solid #d9d9d9
}

.fiSliderContainer .slider-selection {
    background-color: #165c7d;
    background-image: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fiSliderWrapper {
    margin: 30px 0 0
}

label {
    font-weight: bold
}

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

.help-block {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 0
}

.text-center .help-block {
    text-align: center
}

.submitWrapper {
    padding-top: 30px;
    display: inline-block;
    width: 100%
}

.btn-postal-code-top-label {
    margin-top: 20px
}

.form-group,
.form-inline .form-group {
    margin-bottom: 2em
}

.form-group.has-phone .has-phone__number,
.form-inline .form-group.has-phone .has-phone__number {
    width: 40px;
    display: inline-block;
    margin-left: 5px;
    padding-top: 16px;
    float: left
}

.form-group.has-phone .has-phone__number+.form-control,
.form-inline .form-group.has-phone .has-phone__number+.form-control {
    width: calc(100% - 45px)
}

.form-inline[class*=' col-'] {
    padding-left: 0;
    padding-right: 0
}

.form-control,
keygen,
select {
    -webkit-appearance: none;
    background: #fff;
    box-shadow: inset 0 0 0 0 transparent;
    border-radius: 2px !important;
    height: 45px;
    border: 1px solid #d9d9d9;
    font-weight: normal !important;
    color: #333
}

.form-control:focus,
keygen:focus,
select:focus {
    border-color: #66afe9
}

label {
    display: block
}

label.label-inline-block {
    display: inline-block
}

.label-tool-tip~.label-inline-block {
    margin-left: 2px
}

.label-inline-block~.label-tool-tip {
    margin-left: 2px
}

.radio-inline {
    margin-top: 0;
    padding-left: 0;
    margin-right: 20px
}

.checkbox-inline {
    margin-top: 0;
    margin-right: 20px;
    padding-left: 0
}

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

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
.radio-inline input[type="radio"] {
    outline: none;
    border: 1px solid #d9d9d9
}

.checkbox input[type="checkbox"]:focus::-ms-check,
.checkbox-inline input[type="checkbox"]:focus::-ms-check,
.radio input[type="radio"]:focus::-ms-check,
.radio-inline input[type="radio"]:focus::-ms-check,
.radio-inline input[type="radio"]:focus::-ms-check {
    border: 1px solid #66afe9
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    outline: none;
    border: 1px solid #d9d9d9
}

.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
    border: 1px solid #66afe9
}

.checkbox input[type="checkbox"]+label:before,
.checkbox-inline input[type="checkbox"]+label:before,
.radio input[type="radio"]+label:before,
.radio-inline input[type="radio"]+label:before,
.radio-inline input[type="radio"]+label:before {
    border: 1px solid #d9d9d9
}

.checkbox input[type="checkbox"]:focus+label:before,
.checkbox-inline input[type="checkbox"]:focus+label:before,
.radio input[type="radio"]:focus+label:before,
.radio-inline input[type="radio"]:focus+label:before,
.radio-inline input[type="radio"]:focus+label:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.requiredNote p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 17px;
    margin-top: 25px
}

.spinnerDiv {
    display: inline-block;
    width: 100%;
    text-align: center
}

.spinnerDiv img {
    transition: all .3s ease-in-out
}

.radio label,
.radio-inline label,
.radio-inline label {
    display: inline-block
}

.formbutton-custom-icon {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 147px 147px;
    grid-template-columns: 147px 147px;
    grid-gap: 0;
    grid-auto-rows: 1fr;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px -20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row
}

@media screen and (min-width:480px) {
    .formbutton-custom-icon {
        -ms-grid-columns: 147px;
        grid-template-columns: repeat(auto-fit, 147px);
        margin-left: auto;
        margin-right: auto
    }
}

.formbutton-custom-icon .custom-icon-mod {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-width: 147px;
    max-width: 147px
}

.formbutton-custom-icon .custom-icon-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-color: #333
}

.formbutton-custom-icon .custom-icon-item input[type="radio"],
.formbutton-custom-icon .custom-icon-item input[type="checkbox"] {
    display: none
}

.formbutton-custom-icon .custom-icon-item input[type="radio"]:checked~label,
.formbutton-custom-icon .custom-icon-item input[type="checkbox"]:checked~label {
    border-color: inherit !important
}

.formbutton-custom-icon .custom-icon-item label {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 127px;
    max-width: 127px;
    min-height: 127px;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-radius: 5px;
    overflow: hidden
}

.formbutton-custom-icon .custom-icon-item label:hover,
.formbutton-custom-icon .custom-icon-item label:focus,
.formbutton-custom-icon .custom-icon-item label:active {
    border-color: inherit !important
}

.formbutton-custom-icon .custom-icon-item label span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 10px;
    font-weight: bold
}

.formbutton-custom-icon .custom-icon-item .fa-feature-icon i::before,
.formbutton-custom-icon .custom-icon-item .fa-feature-icon i::after,
.formbutton-custom-icon .custom-icon-item .fa-feature-icon img,
.formbutton-custom-icon .custom-icon-item .fa-feature-icon svg {
    display: block;
    margin: 0 auto;
    font-size: 68px;
    color: inherit
}

.formbutton-custom-icon .custom-icon-item .fa-feature-icon i.fal {
    font-weight: 300
}

.formbutton-custom-icon .custom-icon-item .fa-feature-icon i.far,
.formbutton-custom-icon .custom-icon-item .fa-feature-icon i.fab {
    font-weight: 400
}

.formbutton-custom-icon .custom-icon-item .fa-feature-icon i.fas,
.formbutton-custom-icon .custom-icon-item .fa-feature-icon i.fad {
    font-weight: 900
}

.formbutton-custom-icon .custom-icon-item .fa-feature-icon img,
.formbutton-custom-icon .custom-icon-item .fa-feature-icon svg {
    width: 68px;
    height: 68px
}

.formbutton-custom-icon .custom-icon-svg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-color: #333
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"],
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"] {
    display: none
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~label,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~label {
    border-color: inherit !important
}

.formbutton-custom-icon .custom-icon-svg label {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 127px;
    max-width: 127px;
    min-height: 127px;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-radius: 5px;
    overflow: hidden
}

.formbutton-custom-icon .custom-icon-svg label span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 10px;
    font-weight: bold
}

.formbutton-custom-icon .custom-icon-svg .fa-feature-icon::before,
.formbutton-custom-icon .custom-icon-svg .fa-feature-icon::after {
    display: block;
    margin: 0 auto;
    font-size: 68px;
    color: inherit
}

.formbutton-custom-icon .custom-icon-svg .fa-feature-icon.fal {
    font-weight: 300
}

.formbutton-custom-icon .custom-icon-svg .fa-feature-icon.far,
.formbutton-custom-icon .custom-icon-svg .fa-feature-icon.fab {
    font-weight: 400
}

.formbutton-custom-icon .custom-icon-svg .fa-feature-icon.fas,
.formbutton-custom-icon .custom-icon-svg .fa-feature-icon.fad {
    font-weight: 900
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-yellow,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-yellow {
    color: #ffb500 !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-yellow:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-yellow:active {
    color: #ffb500 !important;
    border: 1px solid #ffb500 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-yellow,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-yellow {
    color: #ffb500 !important;
    background-color: #fff !important;
    border: 1px solid #ffb500 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-yellow:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-yellow:active {
    color: #ffb500 !important;
    border: 1px solid #ffb500 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-yellow,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-yellow {
    color: #ffa000 !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-yellow:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-yellow:active {
    color: #ffa000 !important;
    border: 1px solid #ffa000 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-yellow,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-yellow {
    color: #ffa000 !important;
    background-color: #fff !important;
    border: 1px solid #ffa000 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-yellow:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-yellow:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-yellow:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-yellow:active {
    color: #ffa000 !important;
    border: 1px solid #ffa000 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-soft-orange,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-soft-orange {
    color: #daa14b !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-soft-orange:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-soft-orange:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-soft-orange:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-soft-orange:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-soft-orange:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-soft-orange:active {
    color: #daa14b !important;
    border: 1px solid #daa14b !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-soft-orange,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-soft-orange {
    color: #daa14b !important;
    background-color: #fff !important;
    border: 1px solid #daa14b !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-soft-orange:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-soft-orange:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-soft-orange:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-soft-orange:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-soft-orange:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-soft-orange:active {
    color: #daa14b !important;
    border: 1px solid #daa14b !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-green,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-green {
    color: #2a8070 !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-green:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-green:active {
    color: #2a8070 !important;
    border: 1px solid #2a8070 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-green,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-green {
    color: #2a8070 !important;
    background-color: #fff !important;
    border: 1px solid #2a8070 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-green:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-green:active {
    color: #2a8070 !important;
    border: 1px solid #2a8070 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-green,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-green {
    color: #004434 !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-green:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-green:active {
    color: #004434 !important;
    border: 1px solid #004434 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-green,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-green {
    color: #004434 !important;
    background-color: #fff !important;
    border: 1px solid #004434 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-green:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-green:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-green:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-green:active {
    color: #004434 !important;
    border: 1px solid #004434 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-grayish-cyan,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-grayish-cyan {
    color: #8dbaae !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-grayish-cyan:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-grayish-cyan:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-grayish-cyan:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-grayish-cyan:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-grayish-cyan:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-grayish-cyan:active {
    color: #8dbaae !important;
    border: 1px solid #8dbaae !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-grayish-cyan,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-grayish-cyan {
    color: #8dbaae !important;
    background-color: #fff !important;
    border: 1px solid #8dbaae !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-grayish-cyan:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-grayish-cyan:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-grayish-cyan:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-grayish-cyan:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-grayish-cyan:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-grayish-cyan:active {
    color: #8dbaae !important;
    border: 1px solid #8dbaae !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-blue,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-blue {
    color: #1088a2 !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-light-blue:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-light-blue:active {
    color: #1088a2 !important;
    border: 1px solid #1088a2 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-blue,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-blue {
    color: #1088a2 !important;
    background-color: #fff !important;
    border: 1px solid #1088a2 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-light-blue:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-light-blue:active {
    color: #1088a2 !important;
    border: 1px solid #1088a2 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-blue,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-blue {
    color: #001d3f !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-dark-blue:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-dark-blue:active {
    color: #001d3f !important;
    border: 1px solid #001d3f !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-blue,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-blue {
    color: #001d3f !important;
    background-color: #fff !important;
    border: 1px solid #001d3f !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-dark-blue:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-blue:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-blue:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-dark-blue:active {
    color: #001d3f !important;
    border: 1px solid #001d3f !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-purple,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-purple {
    color: #642d60 !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-purple:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-purple:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-purple:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-purple:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-purple:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-purple:active {
    color: #642d60 !important;
    border: 1px solid #642d60 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-purple,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-purple {
    color: #642d60 !important;
    background-color: #fff !important;
    border: 1px solid #642d60 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-purple:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-purple:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-purple:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-purple:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-purple:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-purple:active {
    color: #642d60 !important;
    border: 1px solid #642d60 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-red,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-red {
    color: #902025 !important;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0) !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-red:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-red:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]~.custom-icon-color-red:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-red:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-red:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]~.custom-icon-color-red:active {
    color: #902025 !important;
    border: 1px solid #902025 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-red,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-red {
    color: #902025 !important;
    background-color: #fff !important;
    border: 1px solid #902025 !important
}

.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-red:hover,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-red:focus,
.formbutton-custom-icon .custom-icon-svg input[type="radio"]:checked~.custom-icon-color-red:active,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-red:hover,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-red:focus,
.formbutton-custom-icon .custom-icon-svg input[type="checkbox"]:checked~.custom-icon-color-red:active {
    color: #902025 !important;
    border: 1px solid #902025 !important
}

.selectionTitle {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
    background-position: 97% 50%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADxJaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTAyLTI4VDEwOjAxOjQxLTA2OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0wMi0yOFQxMDowMTo0MS0wNjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMDItMjhUMTA6MDE6NDEtMDY6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjBmM2I5NDE5LWVlMTMtNDI5NC05ZTQ3LTZiOTA4NTA3ZjMxODwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJmN2M1N2YzLTNiMjktMTE3YS1iYTBmLWJmYmQwOTQ0MGE1MDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjc0Njg4YmY2LWFmNjEtNDNkOC1hZGQxLWNiODQxM2YwYTNkYjwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo3NDY4OGJmNi1hZjYxLTQzZDgtYWRkMS1jYjg0MTNmMGEzZGI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDItMjhUMTA6MDE6NDEtMDY6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowZjNiOTQxOS1lZTEzLTQyOTQtOWU0Ny02YjkwODUwN2YzMTg8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDItMjhUMTA6MDE6NDEtMDY6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxwaG90b3Nob3A6VGV4dExheWVycz4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyTmFtZT5hcnJvdzwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+74G4PC9waG90b3Nob3A6TGF5ZXJUZXh0PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YjU5MmVlODAtMzg1Mi0xMTdhLTg0MmMtODg1YjdlYmE2YzY2PC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE1PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjEwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz6LhJvAAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACpSURBVHjahNCxDcIwEIXh36GivBUiFkAwAsgTJL0rVmCFjACN+9DSWGIEChYgK7hNSXNIhsTxVdb5viefDYBY1wM7YB+Dj2RKrGuAC3CKwd+Mwkbvh1yAwj5pHStAkkYNPMU6KUCAugJa4JELyMBzDP5qdEB04JAMDECnO/7DDsAkT5sLIAcBVt/D+H6N6832rr9el+APLgRM4ARnAmbhYol1ItYt7c9nAAP7RDhzemT4AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    z-index: 1;
    background-color: transparent
}

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

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

.has-success .form-control {
    border-color: #034638;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control {
    border-color: #7c2529;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-form {
    margin: 0 !important;
    width: 100%
}

.checkbox label,
.form-inline label,
.form-builder label.checkbox-inline {
    display: inline-block
}

.form-inline .radio,
.form-inline .radio-inline,
.form-inline .checkbox {
    display: block
}

.form-inline .form-group {
    display: table;
    width: 100%
}

.form-inline .control-label {
    vertical-align: middle;
    display: table-cell;
    width: 25%;
    margin-bottom: 0;
    padding-right: 5px
}

.form-inline .form-control {
    display: table-cell;
    margin-bottom: 0;
    width: 100%;
    vertical-align: middle
}

.form-inline .radio-inline {
    display: inline-block
}

@media screen and (max-width:991px) {
    .slider.slider-horizontal {
        width: 100%;
        margin: 0
    }
    .col-sm-4 .slider.slider-horizontal {
        width: 60%
    }
}

@media screen and (max-width:991px) {
    .slider.slider-horizontal {
        width: 100%
    }
    .col-sm-4 .slider.slider-horizontal {
        width: 64%
    }
    .formWrapper {
        background-color: #fff
    }
    .formWrapper~.privacyWrapper {
        background-color: #fff
    }
    .formBox {
        margin-bottom: 25px
    }
    .formRow {
        margin: 0
    }
    .formRow>div {
        margin: 0 0 15px
    }
}

@media screen and (max-width:767px) {
    .fiSliderContainer {
        text-align: center
    }
    input {
        font-size: 16px !important
    }
    .slider.slider-horizontal {
        width: 100%
    }
    .col-sm-4 .slider.slider-horizontal {
        width: 80%
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .text-center .radio>input,
    .text-center .radio-inline>input {
        position: relative;
        top: 2px
    }
    .text-center .radio>label,
    .text-center .radio-inline>label {
        padding-left: 0
    }
}

.spinnerDiv {
    display: inline-block;
    width: 100%;
    text-align: center
}

.spinnerDiv img {
    transition: all .3s ease-in-out
}

.spinnerDiv .circle-spinner {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    position: relative
}

.spinnerDiv .circle-spinner .spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.spinnerDiv .circle-spinner .spinner:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 30%;
    background-color: #ccc;
    border-radius: 100%;
    -webkit-animation: spinnerFadeDelay 1.2s infinite ease-in-out both;
    animation: spinnerFadeDelay 1.2s infinite ease-in-out both
}

.spinnerDiv .circle-spinner .spinner2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.spinnerDiv .circle-spinner .spinner2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinnerDiv .circle-spinner .spinner3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.spinnerDiv .circle-spinner .spinner3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinnerDiv .circle-spinner .spinner4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.spinnerDiv .circle-spinner .spinner4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinnerDiv .circle-spinner .spinner5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.spinnerDiv .circle-spinner .spinner5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.spinnerDiv .circle-spinner .spinner6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.spinnerDiv .circle-spinner .spinner6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.spinnerDiv .circle-spinner .spinner7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.spinnerDiv .circle-spinner .spinner7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.spinnerDiv .circle-spinner .spinner8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.spinnerDiv .circle-spinner .spinner8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.spinnerDiv .circle-spinner .spinner9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.spinnerDiv .circle-spinner .spinner9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.spinnerDiv .circle-spinner .spinner10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.spinnerDiv .circle-spinner .spinner10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.spinnerDiv .circle-spinner .spinner11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.spinnerDiv .circle-spinner .spinner11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.spinnerDiv .circle-spinner .spinner12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.spinnerDiv .circle-spinner .spinner12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes spinnerFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes spinnerFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.poll-question {
    display: block;
    padding: 0 20px 83px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.poll-question .control-label {
    position: relative;
    display: block;
    margin-top: 1em;
    font-size: 36px;
    text-align: center
}

.poll-question .poll-description {
    display: block;
    margin-bottom: 2em;
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

.poll-question .custom-radiobutton {
    max-width: 480px;
    margin: 0 auto 2em auto
}

.poll-question .custom-radiobutton>input[type="radio"],
.poll-question .custom-radiobutton>input[type="checkbox"] {
    display: none
}

.poll-question .custom-radiobutton label {
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    width: 100%;
    max-width: 100%;
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #034638;
    border: 3px solid #034638;
    border-radius: 4px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.poll-question .custom-radiobutton label:hover,
.poll-question .custom-radiobutton label:focus,
.poll-question .custom-radiobutton label:active,
.poll-question .custom-radiobutton>input[type="radio"]:checked~label,
.poll-question .custom-radiobutton>input[type="checkbox"]:checked~label {
    color: #034638 !important;
    background-color: #fff !important
}

.poll-question .btn-main {
    display: block;
    margin: 2em auto 0 auto;
    padding: 15px 20px;
    width: 100%;
    max-width: 480px;
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.poll-question .btn-main::after {
    content: "";
    margin-left: 10px;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto
}

.form-builder .datetimepickerWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 520px
}

.form-builder .datetimepickerWrapper .fa-calendar {
    display: block;
    position: relative;
    right: 22px;
    cursor: pointer;
    color: inherit
}

.form-builder .datetimepickerWrapper .datetimepickerTimeZone {
    display: block;
    width: auto;
    visibility: hidden
}

.form-builder .datetimepickerWrapper .datetimepickerTimeZone.active {
    visibility: visible
}

.form-builder .datetimepicker {
    display: block !important;
    margin-top: 5px;
    padding-right: 32px
}

.form-builder .datetimepickerclear {
    display: block;
    height: 0;
    clear: both
}

.form-builder .form-group.datepickerGroup.text-center .datetimepickerWrapper {
    margin-left: auto;
    margin-right: auto
}

.form-builder .form-inline .datetimepickerclear {
    display: none
}

@media(min-width:480px) {
    .form-builder .form-inline .form-group.datepickerGroup {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .form-builder .form-inline .form-group.datepickerGroup.text-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-builder .form-inline .form-group.datepickerGroup .control-label {
        display: block;
        width: auto;
        margin-right: 20px;
        margin-bottom: 5px
    }
    .form-builder .form-inline .form-group.datepickerGroup .datepickerRadio {
        display: block
    }
    .form-builder .form-inline .form-group.datepickerGroup .datetimepickerWrapper {
        margin-bottom: 5px
    }
}

.form-builder .datepickerRadioGroup {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline
}

.form-builder .datepickerRadio {
    margin: 0 10px 0 20px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle
}

.form-builder .datepickerRadio .datepickerRadioSel {
    outline: none;
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    box-shadow: 0;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    font-family: Roboto, serif;
    left: -20px
}

.form-builder .datepickerRadio .datepickerRadioSel:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
    cursor: pointer
}

.form-builder .datepickerRadio .datepickerRadioSel:focus {
    border: 1px solid #66afe9
}

.form-builder .datepickerRadio .datepickerRadioSel:checked:before {
    background: #165c7d;
    border-color: #165c7d
}

.form-builder .datepickerRadio.custom-radiobutton-check {
    margin-left: 0
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hdshdProduct {
    text-align: center;
    margin-bottom: 15px
}

.hdshdProduct .hdshdContent h3 {
    margin: 0 0 22px
}

.hdshdProduct .hdshdContent p {
    margin: 0 0 22px
}

.fi-checkmarkList,
.fi-dashList,
.fi-angle,
.fi-doubleAngle,
.fi-arrow {
    padding-left: 30px
}

.fi-checkmarkList li:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    float: left;
    margin-left: -1.5em
}

.fi-dashList li:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    margin-left: -1.5em
}

.fi-angle li:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    margin-left: -1.5em
}

.fi-doubleAngle li:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    margin-left: -1.5em
}

.fi-arrow li:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    margin-left: -1.5em
}

.errorPage {
    text-align: center
}

.errorPage h1 {
    font-weight: bold
}

.errorPage .error-center-block {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.award-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.award-container>div:first-child {
    width: 100%
}

.award-container__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width:992px) {
    .award-container__row {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(min-width:992px) {
    .award-container>.award-container__col {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .award-container>.award-container__col.award-container__row {
        width: 100%;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }
}

.award-container__header {
    margin-bottom: 30px;
    text-align: center
}

.award-container__header h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0
}

.award-container__header h3 {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    padding: 5px 0
}

.award-container__col {
    margin: 0 30px;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%
}

@media(min-width:992px) {
    .award-container__col {
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto
    }
}

.award-container__recipient {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 10px
}

.award-container__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width:992px) {
    .award-container__items {
        max-width: 1110px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.award-container__item {
    position: relative;
    margin: 10px;
    -webkit-flex: 1 40%;
    -ms-flex: 1 40%;
    flex: 1 40%;
    max-width: 175px
}

.award-container__item a {
    position: relative
}

.award-container__item img {
    width: auto;
    height: auto;
    margin: 0 auto
}

@media(min-width:992px) {
    .award-container__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .award-container__item img {
        width: 100%
    }
}

.sidebar .award-container .award-container__col {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.sidebar .award-container .award-container__col .award-container__row {
    width: 100%;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.sidebar .award-container__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar .award-container__item {
    margin: 10px 0;
    -webkit-flex: 1 40%;
    -ms-flex: 1 40%;
    flex: 1 40%
}

.sidebar .award-container__item img {
    width: 100%
}

.sidebar .award-container__item a {
    margin: 0 auto
}

.awards-container h2,
.awards-container h3 {
    text-align: center
}

.awards-container ul {
    margin-top: 20px;
    padding-left: 0;
    list-style-type: none;
    position: relative
}

@media(min-width:480px) {
    .awards-container ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .awards-container ul li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding: 0 5px
    }
    .awards-container ul li>a:hover {
        cursor: pointer;
        text-decoration: none
    }
}

.awards-container ul li {
    margin-bottom: 40px
}

.awards-container ul h4 {
    color: #165c7d;
    margin: 10px 0;
    text-align: center
}

.sc-edit-mode .awards-container ul {
    display: block
}

.modal-backdrop {
    z-index: 6000
}

#modal-redirect {
    z-index: 6001
}

#modal-redirect .modal-dialog {
    margin-top: 175px
}

#modal-redirect .modal-content {
    border-radius: 0;
    padding: 30px 40px
}

@media(min-width:768px) {
    #modal-redirect .modal-content {
        padding: 30px 100px
    }
}

#modal-redirect .modal-header,
#modal-redirect .modal-body,
#modal-redirect .modal-footer {
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    text-align: left
}

#modal-redirect .modal-header,
#modal-redirect .modal-body {
    margin-bottom: 20px
}

#modal-redirect .modal-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25
}

@media(min-width:768px) {
    #modal-redirect .modal-title {
        font-size: 28px
    }
}

#modal-redirect .form-group {
    margin-bottom: 25px
}

@media(min-width:768px) {
    #modal-redirect .form-control {
        width: 70%
    }
}

#modal-redirect #continue-btn {
    margin: 0
}

.multi-step-modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.multi-step-modal .modal-content .modal-header {
    border-bottom: none
}

.multi-step-modal .modal-content .modal-header h3 {
    margin-top: 0
}

.multi-step-modal .modal-content .modal-header .close {
    opacity: 1
}

.multi-step-modal .modal-content .modal-header .close i {
    color: #4e87a0
}

.multi-step-modal .modal-content .modal-body form {
    float: none;
    margin: inherit;
    width: inherit
}

.multi-step-modal .modal-content .modal-body form .form-control {
    border-radius: 0
}

.multi-step-modal .modal-content .modal-body form .alert {
    margin: 0 0 20px
}

.multi-step-modal .modal-content .modal-body form .button-label label,
.multi-step-modal .modal-content .modal-body form .button-label label.control-label.button-label {
    display: block
}

.multi-step-modal .modal-content .modal-body form label {
    display: inline-block
}

.multi-step-modal .modal-content .modal-body form .form-group {
    margin-bottom: 15px
}

.multi-step-modal .modal-content .modal-body .no-thx {
    text-decoration: none;
    text-align: center;
    display: block
}

.multi-step-modal .modal-content .modal-body .btn-block {
    width: 90%;
    margin: 15px auto;
    display: block;
    float: none
}

@media(min-width:481px) {
    .multi-step-modal .modal-content .modal-body .btn-block {
        width: 290px
    }
}

.multi-step-modal .modal-dialog {
    margin-top: 131px
}

@media(min-width:768px) {
    .multi-step-modal .modal-dialog {
        width: 768px;
        margin: 30px auto
    }
}

@media(min-width:992px) {
    .multi-step-modal .modal-content {
        padding: 20px 50px
    }
    .multi-step-modal .modal-content .close {
        margin-right: -50px;
        margin-top: -20px
    }
    .multi-step-modal .modal-dialog {
        width: 992px
    }
}

.form-builder {
    padding: 20px;
    background-color: #fff
}

.form-builder.green {
    background-color: #42746a;
    color: #fff
}

.form-builder.grey {
    background-color: #eee
}

.form-builder .form-header {
    text-align: center
}

.form-builder .form-header h3 {
    margin-top: 0
}

.form-builder .form-header p {
    margin-bottom: 20px
}

.form-builder .selectionTitle {
    background-color: #fff
}

.form-builder .btn-col {
    margin-top: 0
}

@media screen and (min-width:992px) {
    .form-builder .btn-col {
        margin-top: 27px
    }
}

.form-builder .form-inline .form-group {
    display: block
}

.form-builder .form-inline .form-group .control-label {
    vertical-align: inherit;
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px
}

@media screen and (min-width:480px) {
    .form-builder .form-inline .form-group .control-label {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
        margin-bottom: 0
    }
}

.form-builder .form-inline .form-group .form-control {
    display: block
}

@media screen and (min-width:480px) {
    .form-builder .form-inline .form-group .form-control {
        display: table-cell
    }
}

@media screen and (min-width:480px) {
    .form-builder .form-inline .form-group {
        display: table
    }
}

.form-builder .alert-warning-content::before,
.form-builder .alert-warning-content::after {
    display: table;
    content: " "
}

.form-builder .alert-warning-content::after {
    clear: both
}

.form-builder .alert-warning-content span button {
    margin: 0 !important
}

.form-builder .alert-warning-content span:nth-child(1n) {
    line-height: 2.5;
    float: left
}

.form-builder .alert-warning-content span:nth-child(2n) {
    float: right
}

.form-builder .alert-warning-content span:nth-child(2n) button:nth-child(2n) {
    margin-left: 15px !important
}

.form-slider {
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.form-slider__step {
    position: fixed;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
    width: 100%;
    max-height: unset;
    overflow: hidden;
    transition: all .3s;
    transition-timing-function: linear
}

.form-slider__step.active {
    position: relative;
    display: block;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    max-height: unset;
    transition: all .3s;
    transition-timing-function: linear
}

.sc-edit-mode .form-slider__step.active {
    transition: none
}

.form-slider__step.complete {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    transition: all .3s;
    transition-timing-function: linear
}

.form-slider.slide-up .form-slider__step {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.form-slider.slide-up .form-slider__step.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.form-slider.slide-up .form-slider__step.complete {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.form-slider__steps {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 0;
    margin: 0 auto
}

.form-slider__steps span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3
}

.form-slider__steps span.active {
    background: grey
}

.disclosures {
    margin: 20px 0
}

body.sc-edit-mode .sidebar .latest-insights__slider>div {
    display: block
}

body.sc-edit-mode .sidebar .publisher-logos .col-center {
    display: inline-block
}

body.sc-edit-mode .sidebar .latest-insights__btn {
    display: none
}

body {}

body .latest-insights {
    background: #f4f4f4;
    position: relative;
    padding: 30px
}

body .latest-insights:before {
    background: inherit;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1
}

body .latest-insights h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 30px
}

body .latest-insights__slider {
    padding: 0;
    font-size: 14px;
    margin: 0 auto
}

body .latest-insights__slider .slick-list {
    margin: 0 auto
}

body .latest-insights__slider .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

body .latest-insights__slider .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    float: none;
    margin: 15px;
    background: #fff
}

body .latest-insights__slider .slick-prev {
    height: 30px;
    width: 30px;
    left: -30px
}

body .latest-insights__slider .slick-next {
    height: 30px;
    width: 30px;
    right: -30px;
    font-size: 30px
}

body .latest-insights__slider .slick-dots {
    position: relative;
    margin: 0;
    bottom: 0
}

body .latest-insights__slider .slick-dots li button:before {
    background: #ccc;
    box-shadow: none
}

body .latest-insights__slider .slick-dots .slick-active button:before {
    background: #165c7d;
    opacity: 1
}

body .latest-insights__slider>div {
    display: none
}

body .latest-insights__slider>div:nth-child(-n+3) {
    display: block
}

@media(min-width:992px) {
    body .latest-insights__slider>div {
        display: block
    }
}

@media(min-width:768px) {
    body .latest-insights__slider {
        max-width: 514px;
        padding: 0 20px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    body .latest-insights__slider {
        max-width: 100%
    }
}

@media(min-width:1200px) {
    body .latest-insights__slider {
        max-width: 1018px
    }
}

body .latest-insights__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: none;
    background: #165c7d;
    color: #fff;
    line-height: .5
}

body .latest-insights__arrow--prev {
    left: -30px
}

body .latest-insights__arrow--prev:before {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 16px;
    left: -1px
}

@supports (-webkit-overflow-scrolling:touch) {
    body .latest-insights__arrow--prev:before {
        left: -5px;
    }
}

body .latest-insights__arrow--next {
    right: -30px
}

body .latest-insights__arrow--next:before {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 16px;
    left: 1px
}

@supports (-webkit-overflow-scrolling:touch) {
    body .latest-insights__arrow--next:before {
        left: -2px;
    }
}

body .latest-insights__card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    background: #fff;
    margin-bottom: 10px
}

@media(min-width:768px) {
    body .latest-insights__card {
        width: 225px;
        margin-bottom: 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    body .latest-insights__card {
        width: 190px
    }
}

body .latest-insights__card--featured .latest-insights__category {
    background: #f3b61f
}

@media(min-width:768px) {
    body .latest-insights__card--featured .latest-insights__category {
        min-height: 40px
    }
}

body .latest-insights__card--featured .latest-insights__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: left
}

@media(min-width:768px) {
    body .latest-insights__card--featured {
        width: 474px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    body .latest-insights__card--featured {
        width: 400px
    }
}

body .latest-insights__card--image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .latest-insights__card--image img {
    display: none
}

@media(min-width:768px) {
    body .latest-insights__card--image img {
        display: block;
        margin: 15px 0 10px 10px;
        max-height: 160px;
        max-width: 160px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media(min-width:1200px) {
    body .latest-insights__card--image img {
        margin: 15px 0 10px 20px
    }
}

body .latest-insights__card--image .latest-insights__featurewrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .latest-insights__card--image .latest-insights__category {
    width: 100%
}

body .latest-insights__card--image .latest-insights__content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: left;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media(min-width:768px) {
    body .latest-insights__card--image .latest-insights__content {
        width: 290px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    body .latest-insights__card--image .latest-insights__content {
        width: 220px
    }
}

body .latest-insights__card--image .latest-insights__link {
    width: 100%
}

body .latest-insights__featurewrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

body .latest-insights__category {
    background: #1e7fac;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    min-height: 5px;
    width: 100%
}

body .latest-insights__category img {
    display: none
}

@media(min-width:768px) {
    body .latest-insights__category img {
        max-height: 20px;
        display: block
    }
}

body .latest-insights__category span {
    display: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

body .latest-insights__category span.topic {
    display: block;
    padding: 10px 0
}

@media(min-width:768px) {
    body .latest-insights__category span {
        display: block
    }
}

@media(min-width:768px) {
    body .latest-insights__category {
        min-height: 40px
    }
}

@media(min-width:1200px) {
    body .latest-insights__category {
        padding: 0 20px
    }
}

body .latest-insights__category__featurewrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%
}

body .latest-insights .latest-insights-image {
    position: relative;
    display: none;
    float: left;
    max-width: 85px;
    margin: 10px 0 10px 10px
}

body .latest-insights .latest-insights-image img {
    display: block;
    width: 85px
}

@media(min-width:768px) {
    body .latest-insights .latest-insights-image {
        display: block
    }
}

@media(min-width:992px) {
    body .latest-insights .latest-insights-image {
        float: none;
        margin: 10px 0 0 10px
    }
}

@media(min-width:1200px) {
    body .latest-insights .latest-insights-image {
        float: left;
        margin: 15px 0 20px 20px
    }
}

body .latest-insights__content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
    width: 100%
}

@media(min-width:1200px) {
    body .latest-insights__content {
        padding: 10px 20px
    }
}

body .latest-insights__content .latest-insights__link {
    max-width: 100%
}

body .latest-insights__title {
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%
}

@media(min-width:768px) {
    body .latest-insights__title {
        font-size: 18px
    }
}

body .latest-insights__source {
    display: block;
    margin-bottom: 10px
}

body .latest-insights__source__item {
    display: inline-block
}

body .latest-insights__description {
    max-width: 100%;
    margin-bottom: 10px
}

body .latest-insights__description p.duration {
    margin-bottom: 11px !important
}

body .latest-insights__description p.duration em {
    font-size: 12px
}

body .latest-insights__link {
    display: block;
    margin-top: auto
}

body .latest-insights__link--video:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

body .latest-insights--dark {
    background: #165c7d
}

body .latest-insights--dark h2 {
    color: #fff
}

body .latest-insights--dark .latest-insights__arrow {
    background: #1e7fac
}

body .latest-insights--dark .latest-insights__slider .slick-dots button:before {
    background: #9b9b9b
}

body .latest-insights--dark .latest-insights__slider .slick-dots .slick-active button:before {
    background: #fff
}

body .latest-insights--dark .latest-insights__btn {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background: #165c7d;
    color: #fff;
    border-color: #fff;
    border-bottom-width: 3px
}

body .latest-insights__btn {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    color: #165c7d;
    border-color: #165c7d;
    border-bottom-width: 3px
}

@media(min-width:768px) {
    body .latest-insights__btn {
        display: none
    }
}

body .latest-insights .yellow {
    background: #f3b61f
}

body .latest-insights .red {
    background: #ac4b20
}

body .latest-insights .blue {
    background: #1e7fac
}

body .latest-insights .green {
    background: #417167
}

body .latest-insights .grey {
    background: #5a5a5a
}

body .latest-insights .latest-insights-podcast-image,
body .latest-insights .latest-insights-video-image {
    position: relative;
    display: block;
    overflow: hidden
}

body .latest-insights .latest-insights-podcast-image .play-btn::after,
body .latest-insights .latest-insights-video-image .play-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
    opacity: .65;
    transition: opacity .2s linear;
    border: 20px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 20px solid transparent
}

body .latest-insights .latest-insights-podcast-image .play-btn:hover::after,
body .latest-insights .latest-insights-podcast-image .play-btn:focus::after,
body .latest-insights .latest-insights-video-image .play-btn:hover::after,
body .latest-insights .latest-insights-video-image .play-btn:focus::after {
    opacity: 1
}

body .latest-insights .latest-insights-podcast-image img,
body .latest-insights .latest-insights-video-image img {
    display: block;
    max-width: 100%
}

body .threeCol .latest-insights:before,
body .threeCol .publisher-logos:before {
    background: none
}

body .threeCol .latest-insights__arrow--prev {
    left: -20px
}

body .threeCol .latest-insights__arrow--next {
    right: -20px
}

body .publisher-logos {
    background: #f4f4f4;
    position: relative;
    padding: 30px 20px;
    margin-bottom: 30px
}

body .publisher-logos .col-center {
    display: none
}

body .publisher-logos .col-center:nth-child(-n+4) {
    display: inline-block
}

@media(min-width:992px) {
    body .publisher-logos .col-center {
        display: inline-block
    }
}

body .publisher-logos:before {
    background: inherit;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1
}

body .publisher-logos__heading {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 30px
}

body .publisher-logos__logo {
    text-align: center;
    margin-bottom: 20px;
    display: block
}

body .publisher-logos__logo img {
    height: auto;
    max-width: 100%
}

body .publisher-logos--sidebar .publisher-logos__heading {
    padding: 20px;
    margin-bottom: 0
}

body .publisher-logos--sidebar .col-center {
    display: none
}

body .publisher-logos--sidebar .col-center:nth-child(-n+4) {
    display: inline-block
}

body .row-center {
    text-align: center
}

body .col-center {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px
}

body .twoThirds .latest-insights:before {
    content: none
}

body .twoThirds .latest-insights__slider {
    max-width: 514px
}

body .twoThirds .publisher-logos:before {
    content: none
}

body .sidebar .latest-insights {
    padding: 10px
}

body .sidebar .latest-insights:before {
    content: none
}

body .sidebar .latest-insights .latest-insights__videoduration {
    position: absolute;
    display: block;
    right: 2px;
    top: 2px;
    font-size: .75em;
    padding: 2px 3px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

body .sidebar .latest-insights__slider {
    padding: 0
}

body .sidebar .latest-insights__slider>div {
    display: none
}

body .sidebar .latest-insights__slider>div:nth-child(-n+3) {
    display: block
}

body .sidebar .latest-insights__category {
    height: auto;
    min-height: 5px
}

body .sidebar .latest-insights__category span {
    display: none
}

body .sidebar .latest-insights__category span.topic {
    display: block;
    padding: 10px 0
}

@media(min-width:992px) {
    body .sidebar .latest-insights__featurewrap {
        display: block
    }
}

@media(min-width:1200px) {
    body .sidebar .latest-insights__featurewrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

body .sidebar .latest-insights__content {
    max-width: 100%;
    height: auto;
    padding: 10px
}

body .sidebar .latest-insights__card {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

body .sidebar .latest-insights__card:before {
    display: table;
    content: " "
}

body .sidebar .latest-insights__card:after {
    display: table;
    content: " ";
    clear: both
}

@media(min-width:768px) {
    body .sidebar .latest-insights__card--image img {
        margin: 15px 0 10px 10px;
        max-width: 85px
    }
}

@media(min-width:1200px) {
    body .sidebar .latest-insights__card--image img {
        margin: 15px 0 10px 10px
    }
}

body .sidebar .latest-insights__card--featured {
    width: 100%
}

body .sidebar .latest-insights__btn {
    display: block
}

body .sidebar .publisher-logos {
    padding: 0
}

body .sidebar .publisher-logos:before {
    content: none
}

body .sidebar .publisher-logos__heading {
    padding: 20px;
    margin-bottom: 0
}

body .sidebar .publisher-logos .row-center {
    padding: 0 20px
}

body .sidebar .publisher-logos .col-center {
    display: none;
    width: 50%
}

body .sidebar .publisher-logos .col-center:nth-child(-n+4) {
    display: inline-block
}

body .ellip {
    display: block;
    height: 100%
}

body .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%
}

body .ellip,
body .ellip-line {
    position: relative;
    overflow: hidden
}

.value-slider-container .slider {
    width: 100%
}

.hide-masked-input-altmethod .value-slider {
    display: block !important;
    position: absolute;
    left: -1000em;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.value-slider-range {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.value-slider--range .slider-handle {
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: rgba(247, 247, 247, .5);
    background-image: none;
    border-radius: 0 !important;
    top: 18px;
    width: 30px;
    height: 18px;
    box-shadow: 1px 5px 10px -1px rgba(0, 0, 0, .5);
    border: none
}

.value-slider--range .slider.slider-horizontal {
    height: 55px
}

.value-slider--range .slider.slider-horizontal .slider-handle {
    margin-left: -15px
}

.value-slider--range .value-slider-wrapper {
    margin: 30px 0 0
}

.value-slider--range .slider.slider-horizontal .slider-track {
    height: 55px;
    margin-top: 0;
    top: 0
}

.value-slider--range .slider-selection.tick-slider-selection {
    background-color: #165c7d;
    background-image: none
}

.value-slider--range .slider-selection,
.value-slider--range .slider-track {
    background-color: #f7f7f7
}

.value-slider--range .slider.slider-horizontal .slider-tick-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px
}

.value-slider--range .slider.slider-horizontal .slider-tick-container:before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 100%;
    left: 0;
    height: 1px;
    top: 27px;
    z-index: 0
}

.value-slider--range .slider.slider-horizontal .slider-tick-container .slider-tick,
.value-slider--range .slider.slider-horizontal .slider-tick-container .slider-tick.in-selection {
    background: #ccc;
    width: 6px;
    height: 6px;
    margin-left: -3px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .value-slider--range .slider.slider-horizontal .slider-tick-container {
        height: 50px
    }
}

.value-slider--circle .slider .tooltip.top {
    margin-top: 15px
}

.value-slider--circle .tooltip {
    left: 47.8199%;
    top: -122px;
    position: absolute;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98px;
    height: 98px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #165c7d;
    margin-top: 20px;
    margin-left: -49px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px
}

.value-slider--circle .tooltip-inner {
    background-color: transparent;
    color: #000;
    width: 100%
}

.value-slider--circle .tooltip-arrow {
    display: none
}

.value-slider-txt {
    border-radius: 1px !important;
    background-color: #fff;
    font-size: 16px;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    width: 150px;
    padding-left: 5px
}

.value-slider-txt.value-slider-label {
    border: none;
    background: transparent;
    width: auto;
    text-align: left;
    font-size: 22px;
    padding: 0
}

.value-slider-txt.disabled {
    display: none
}

.slider-handle.custom {
    background: transparent none;
    border: none;
    border-radius: 0
}

.fiSliderContainer .slider.slider-horizontal .slider-handle.custom {
    margin-left: -22px;
    top: -7px
}

.slider-handle.custom::before {
    content: '';
    color: transparent
}

.slider-label {
    border: none;
    background: transparent;
    width: auto;
    text-align: left;
    font-size: 22px;
    color: green
}

.slider-handle {
    border: 2px solid #034638;
    border-radius: 25px;
    background: #034638;
    width: 30px;
    height: 30px;
    box-shadow: none;
    top: -5px
}

.slider-handle.round {
    border-radius: 25px
}

.slider.slider-horizontal .slider-handle {
    margin-left: -15px
}

.slider .tooltip.top {
    margin-top: -41px
}

.slider-selection,
.slider-track {
    background-color: #c1c1c1;
    background-image: none;
    box-shadow: none
}

.tooltip.right.horizontal {
    margin-top: -2px
}

.cookie-banner {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background: #dce6f2;
    color: #1f497d;
    text-align: center;
    font-size: .875em;
    width: 100%;
    padding: 15px
}

.cookie-banner p {
    padding: 0 15px;
    margin: 0;
    line-height: 1.4em
}

.cookie-banner-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 22px
}

.cookie-banner--top {
    bottom: auto;
    top: 0
}

@media screen and (min-width:992px) {
    .cookie-banner {
        position: relative
    }
}

.ie-banner {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background: #dce6f2;
    color: #1f497d;
    text-align: center;
    font-size: .875em;
    width: 100%;
    padding: 15px
}

.ie-banner p {
    padding: 0 15px;
    margin: 0;
    line-height: 1.4em
}

.ie-banner-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 22px
}

.ie-banner--top {
    bottom: auto;
    top: 0
}

@media screen and (min-width:992px) {
    .ie-banner {
        position: relative
    }
}

.full-width-container {
    width: 100vw;
    position: relative;
    left: calc(-1*(100vw - 100%)/2)
}

.key-takeaway {
    border: 5px solid #165c7d;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #cfeaf6
}

.key-takeaway-row {
    padding: 20px
}

.key-takeaway h3 {
    font-weight: bold;
    margin-bottom: 18px
}

.key-takeaway li {
    font-style: italic;
    margin-bottom: 20px;
    list-style-type: none;
    margin-left: 14px
}

.key-takeaway li::before {
    position: relative;
    left: -7px;
    margin-left: -14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 15px;
    content: "";
    color: #165c7d
}

.quick-tip {
    width: 300px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #cfeaf6;
    padding: 15px;
    float: right;
    margin-left: 40px
}

.quick-tip-image {
    text-align: center;
    margin-bottom: 11px !important
}

.quick-tip-p {
    color: #165c7d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0 !important
}

.quick-tip h3 {
    color: #165c7d;
    margin-bottom: 14px;
    margin-top: 9px;
    text-align: center
}

.guide-carousel #style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.guide-carousel #style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5
}

.guide-carousel #style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

.guide-carousel__title {
    font-size: 42px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 10px;
    text-align: center
}

.guide-carousel__title strong {
    color: #507f70
}

.guide-carousel__description {
    line-height: 28px;
    margin: 0 0 10px;
    text-align: center
}

.guide-carousel__container {
    font-size: 14px;
    text-align: center
}

.guide-carousel__container .slick-slide a {
    width: 100%;
    display: block
}

.guide-carousel__container .slick-slide a img {
    margin: 0 auto
}

.guide-carousel .guide-img {
    max-height: 400px
}

@media screen and (max-width:991px) {
    .guide-carousel .guide-img {
        max-height: 250px
    }
}

.guide-carousel .download-box {
    width: 294px;
    text-align: left;
    padding-left: 25px;
    margin: 0 auto;
    margin-top: 25px
}

.guide-carousel .download-icon {
    max-height: 50px;
    float: left;
    padding-right: 15px
}

.guide-carousel .link-override {
    display: inline !important;
    text-decoration: none;
    color: #000
}

.guide-carousel .pdf-text {
    font-weight: 300;
    color: #8c8f94
}

.guide-carousel .clickables {
    height: 375px;
    overflow-y: scroll;
    text-align: left;
    font-size: 18px;
    margin-top: 20px
}

.guide-carousel .guide-selection {
    list-style: none
}

.guide-carousel .guide-selection li a {
    color: #333
}

.guide-carousel .guide-selection li a:hover,
.guide-carousel .guide-selection li a:focus {
    text-decoration: none
}

.guide-carousel li {
    cursor: pointer;
    padding: 10px 0
}

.guide-carousel .guide-selected {
    font-weight: 700;
    margin-left: -6px
}

.guide-carousel .guide-selected::before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #507f70;
    position: relative;
    right: 22px
}

.guide-carousel .guide-carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.guide-carousel .guide-carousel-control .icon-prev,
.guide-carousel .guide-carousel-control .icon-next,
.guide-carousel .guide-carousel-control .glyphicon-chevron-left,
.guide-carousel .guide-carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.guide-carousel .guide-carousel-control .icon-prev,
.guide-carousel .guide-carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.guide-carousel .guide-carousel-control .icon-next,
.guide-carousel .guide-carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.guide-carousel .guide-carousel-control.left,
.guide-carousel .guide-carousel-control.right {
    background-image: unset;
    opacity: 1
}

.guide-carousel .guide-carousel-control.right {
    right: 0;
    left: auto
}

.guide-carousel .glyphicon.glyphicon-chevron-left,
.guide-carousel .glyphicon.glyphicon-chevron-right {
    color: #507f70
}

.guide-carousel .guide-carousel-control .glyphicon-chevron-left,
.guide-carousel .guide-carousel-control .glyphicon-chevron-right,
.guide-carousel .guide-carousel-control .icon-prev,
.guide-carousel .guide-carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.fb-name-wtp {
    display: none
}