@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,
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: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 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: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    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,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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.42857143;
    color: #999
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    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, 0.25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    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 {
    margin-right: auto;
    margin-left: auto;
    
}

.container.header{
    width: 100%;
}

@media (min-width: 768px) {
    .container.footer {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .container.footer {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .container.footer {
        width: 1240px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="date"] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 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 .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.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;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.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: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.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.42857143;
    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;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.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: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: none
}

.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-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 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 .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-text.navbar-right:last-child {
        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-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-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@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-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.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: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

    .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: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.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 {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 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;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.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
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    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: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !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
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn,
#edit-submit-search {
    padding: 0.813rem 1.112rem;
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    transition: all 200ms cubic-bezier(.42,0,.58,1);
    border: none;
}

:root .btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(enabled=false)" !important;
}

button.btn,
input.btn {
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #27beff;
    color: #fff;
}

.btn-ghost {
    display: inline-block;
    padding: 10px 25px 9px;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.pill {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.x-small,
.btn-ghost.x-small {
    padding: 2px 8px 1px;
    font-size: 13px;
    line-height: 16px;
}

.btn.small,
.btn-ghost.small {
    padding: 7px 13px 6px;
    font-size: 15px;
    line-height: 16px;
}

.btn.large,
.btn-ghost.large {
    padding: 17px 30px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.btn.med-blue {
    background-color: #0078c9;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px #004089;
    -moz-box-shadow: 0px 3px 0px #004089;
    box-shadow: 0px 3px 0px #004089;
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#004089')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#004089');
}

.btn.med-blue:hover {
    background-color: #0088e3;
    color: #fff;
}

.btn.dark-blue {
    background-color: #004a7d;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px #012041;
    -moz-box-shadow: 0px 3px 0px #012041;
    box-shadow: 0px 3px 0px #012041;
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#012041')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#012041');
}

.btn.dark-blue:hover {
    background-color: #0b59a9;
    color: #fff;
}

.btn.red {
    background-color: #d25533;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px #862614;
    -moz-box-shadow: 0px 3px 0px #862614;
    box-shadow: 0px 3px 0px #862614;
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#862614')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#862614');
}

.btn.red:hover {
    background-color: #ec6039;
    color: #fff;
}

.btn.light-green,
#edit-submit-search {
    background-color: #89bf42;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px #4b850a;
    -moz-box-shadow: 0px 3px 0px #4b850a;
    box-shadow: 0px 3px 0px #4b850a;
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#4b850a')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#4b850a');
}

.btn.light-green:hover,
#edit-submit-search:hover {
    background-color: #92cb53;
    color: #fff;
}

.btn.dark-green {
    background-color: #548d3d;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px #2a4e04;
    -moz-box-shadow: 0px 3px 0px #2a4e04;
    box-shadow: 0px 3px 0px #2a4e04;
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#2a4e04')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#2a4e04');
}

.btn.dark-green:hover {
    background-color: #59a33d;
    color: #fff;
}

.btn.grey {
    margin-right: 6px;
    background-color: #9b9c9d;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px #626166;
    -moz-box-shadow: 0px 3px 0px #626166;
    box-shadow: 0px 3px 0px #626166;
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#626166')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#626166');
}

.btn.grey:hover {
    background-color: #adaeae;
    color: #fff;
}

.btn.white {
    background-color: #fff;
    color: #444;
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#444444')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#444444');
}

.btn.white:hover {
    background-color: #e5e5e5;
    color: #444;
}

.btn.pill.white {
    color: #249eea;
}

.btn.pill.white:hover {
    background-color: #fff;
}

.btn.yellow {
    background-color: #f4a900;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px #b4670d;
    -moz-box-shadow: 0px 3px 0px #b4670d;
    box-shadow: 0px 3px 0px #b4670d;
    -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0,OffY=3,Strength=0,Color='#b4670d')";
    *filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Strength=0, Color='#b4670d');
}

.btn.yellow:hover {
    background-color: #f8b723;
    color: #fff;
}

.btn-ghost.concur-blue {
    border-color: #00a9f2;
    color: #00a9f2;
}

.btn-ghost.concur-blue:hover {
    background-color: #00a9f2;
    color: #fff;
    text-decoration: none;
}

.btn-ghost.white {
    color: white;
    border-color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

.btn-ghost.white:hover {
    background-color: white;
    color: #00a9f2;
}

.sticky-menu .btn-ghost.white:hover {
    background-color: #fff;
    color: #00a9f2;
    box-shadow: inset 0 0 0 50px #fff;
}

.btn-push {
    margin-top: 20px;
}

.btn-glyph-arrow {
    background-image: url(../images/arrow-blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 51px;
}

.btn-glyph-arrow.white {
    background-image: url(../images/arrow-white.png);
}

.btn-glyph-arrow.concur-blue {
    background-image: url(../images/arrow-blue.png);
}

.btn-glyph-arrow.large,
.btn-glyph-arrow.small,
.btn-glyph-arrow.x-small {
    padding-right: 51px;
}

.btn-glyph-arrow:hover {
    background-image: url(../images/arrow-white.png);
}

.btn-glyph-arrow.white:hover {
    background-image: url(../images/arrow-blue.png);
}

#touchPoint::before,
#touchPoint::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.touch--effect-radomir::after {
    box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0.7);
}

.touch--effect-radomir.touch--trigger::after {
    -webkit-animation: anim-effect-radomir 0.5s ease-out forwards;
    animation: anim-effect-radomir 0.5s ease-out forwards;
}

@-webkit-keyframes anim-effect-radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.4, 0.4, 1);
        transform: scale3d(0.4, 0.4, 1);
    }

    80% {
        box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
        opacity: 0.1;
    }

    100% {
        box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}

@keyframes anim-effect-radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.4, 0.4, 1);
        transform: scale3d(0.4, 0.4, 1);
    }

    80% {
        box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
        opacity: 0.1;
    }

    100% {
        box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}

h1,
h1.lg,
h1.reg,
h1.sm,
h1.xl,
h1.xlg,
h1.xsm,
h1.xxlg,
h2,
h2.lg,
h2.reg,
h2.sm,
h2.xlg,
h2.xsm,
h2.xxlg,
h3,
h4,
h5,
h6 {
    margin: 1.25rem 0
}

.container,
section {
    position: relative
}

a:active,
a:focus,
a:visited,
button:focus {
    outline: 0
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333
}

.text-concur-blue {
    color: #00a9f2
}

.text-blue-medium {
    color: #0078c9
}

.text-blue-dark {
    color: #004a7d
}

.text-white {
    color: #fff
}

.text-orange {
    color: #f4a900
}

.text-grey {
    color: #ccc
}

.text-grey-title {
    color: #444
}

.text-grey-body {
    color: #333
}

.text-black {
    color: #000
}

.text-olive {
    color: #9da348
}

.text-baby-blue {
    color: #70d3fe
}

.text-dark-green {
    color: #376416
}

.bg-concur-blue {
    background-color: #00a9f2
}

.bg-blue-medium {
    background-color: #0078c9
}

.bg-blue-dark {
    background-color: #004a7d
}

.bg-concur-modified-dark-blue {
    background-color: #014a7d
}

.bg-white {
    background-color: #fff
}

.bg-concur-grey {
    background-color: #444
}

.bg-concur-md-grey {
    background-color: #f6f6f6
}

.bg-concur-light-grey {
    background-color: #f0f0f0
}

.bg-concur-light-blue {
    background-color: #15b8fe
}

.bg-concur-darker-blue {
    background-color: #0b59a9
}

.bg-concur-light-green {
    background-color: #89bf42
}

.bg-concur-yellow {
    background-color: #f4a900
}

body,
html {
    font-size: 100%
}

h1.section-title,
h2.section-title,
h3.section-title {
    font-size: 1.75em;
    line-height: 1.142857;
    margin: 1.25rem 0
}

h1.xl,
h1.xlg,
h1.xxlg {
    font-size: 2.5em;
    line-height: 1.05
}

h1.lg,
h1.reg {
    font-size: 2.125em;
    line-height: 1.1176459
}

h1,
h1.sm,
h1.xsm {
    font-size: 1.875em;
    line-height: 1.266665
}

h2.lg,
h2.xlg,
h2.xxlg {
    font-size: 1.75em;
    line-height: 1.142857
}

h2,
h2.reg,
h2.sm,
h2.xsm {
    font-size: 1.625em;
    line-height: 1.307693
}

h3 {
    font-size: 1.375em;
    line-height: 1.363635
}

h4 {
    font-size: 1.125em;
    line-height: 1.555556
}

h5,
h6 {
    font-size: 1em;
    line-height: 1.625
}

p,
p.lg,
p.sm {
    margin: 0 0 .625rem
}

p.lg {
    font-size: 1.125em;
    line-height: 1.555556
}

p {
    font-size: 1em;
    line-height: 1.625
}

p.sm {
    font-size: .875em;
    line-height: 1.57143
}

.font-25 {
    font-size: 25%;
    line-height: 25%
}

.font-33 {
    font-size: 33%;
    line-height: 33%
}

.font-50 {
    font-size: 50%;
    line-height: 50%
}

.font-66 {
    font-size: 66%;
    line-height: 66%
}

.font-75 {
    font-size: 75%;
    line-height: 75%
}

.font-125 {
    font-size: 125%;
    line-height: 125%
}

.font-133 {
    font-size: 133%;
    line-height: 133%
}

.font-150 {
    font-size: 150%;
    line-height: 150%
}

.font-166 {
    font-size: 166%;
    line-height: 166%
}

.font-175 {
    font-size: 175%;
    line-height: 175%
}

.font-200 {
    font-size: 200%;
    line-height: 200%
}

.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

/*#logoBox {
    background: url(../images/concur_logo.png) no-repeat;
    height: 36px;
    width: 150px;
    margin-top: 9px
}*/

h1.title {
    margin: 50px 0 25px
}

li {
    margin-bottom: 10px
}

.sub-title {
    margin-top: -15px
}

body>section,
footer,
header {
    position: relative;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.sub-footer {
    background: #3b3b3b;
    padding: 10px;
    text-align: center
}

.bordered,
.bordered-both,
.top-bordered {
    padding-top: 70px
}

.bordered,
.bordered-both,
.bottom-bordered {
    padding-bottom: 70px;
    border-bottom: 1px solid #eee
}

.sub-footer h6 {
    color: #fff
}

.sub-footer p {
    color: #a9a9a9
}

.background,
.edit-link {
    position: absolute;
    right: 0
}

section * {
    z-index: 2
}

.background {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.bordered-both {
    border-top: 1px solid #eee
}

.low-bordered {
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: 1px solid #eee
}

.top-bottom-margin {
    margin-bottom: 60px;
    margin-top: 40px
}

.top-margin {
    margin-top: 20px
}

.header-height {
    height: 250px
}

.bottom-margin {
    margin-bottom: 20px
}

body {
    color: #333;
    font-weight: 300
}

a {
    color: #00a9f2
}

a:hover {
    color: #005b88;
    text-decoration: none
}

.all-caps {
    text-transform: uppercase
}

.text-italics {
    font-style: italic
}

.ltr-spc-15 {
    letter-spacing: 1.5px
}

.not-logged-in .edit-link {
    display: none
}

.edit-link {
    height: 100px;
    width: 100px;
    z-index: 40
}

.edit-link.contained {
    right: 100px
}

.edit-link a {
    display: block;
    height: 0;
    width: 100%;
    color: #fff !important;
    padding-top: 0;
    text-align: center;
    background-color: #444;
    overflow: hidden;
    -webkit-transition: all .1s linear;
    -khtml-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.concur-accordion .accordion-hide,
iframe[name="__bkframe"] {
    display: none
}

.edit-link:hover a {
    padding-top: 5px;
    height: 100%
}

.img .video,
.img img {
    max-width: 100%
}

.polaroid {
    border: 1px solid #efefef;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    box-shadow: 0 0 5px rgba(0, 0, 0, .13)
}

@media (max-width: 768px) {
    div[class*=col-]+.img {
        margin-top: 40px
    }
}

.concur-accordion {
    padding: 10px 10px 10px 50px;
    position: relative
}

.concur-accordion:before {
    font-size: 15px;
    content: '\f067';
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 12px
}

.concur-accordion.expanded:before {
    content: '\f068'
}

.concur-accordion:nth-child(odd) {
    background: #dedede
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    text-align: center;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.video-responsive iframe,
.video-responsive object,
.video-responsive:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.video-responsive:before {
    content: '';
    background-color: rgba(0, 0, 0, .3)
}

.video-responsive:after {
    content: '\f04b';
    color: #fff;
    font-size: 50px;
    position: absolute;
    height: 80px;
    width: 80px;
    font-family: FontAwesome;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    line-height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    text-indent: 5px;
    transition: background-color .2s ease-in-out;
    background-color: rgba(0, 0, 0, .5)
}

.video-responsive:hover:after {
    background-color: #00a9f2
}

.quote-left {
    background: url(../images/quote-dk-blu.png) 0 5px no-repeat;
    padding: 0 45px
}

.quote-left.green {
    background: url(../images/quote-lt-grn.png) 0 5px no-repeat
}

.quote-left.dk-blue {
    background: url(../images/quote-dk-blu.png) 0 5px no-repeat
}

.quote-left.lt-blue {
    background: url(../images/quote-lt-blu.png) 0 5px no-repeat
}

body.full_height,
body.full_height .region-content,
body.full_height .region-content #block-system-main,
body.full_height .region-content #block-system-main .content,
html {
    height: 100%
}

#admin-toolbar ul.menu li a,
div#admin-toolbar.vertical div.admin-tab {
    overflow: visible;
    height: auto
}

a:-moz-any-link:focus {
    outline: 0
}

.mb-none {
    margin-bottom: 0
}

.pull-full-left,
.pull-full-right {
    display: block;
    position: absolute;
    top: 0
}

.pull-full-left {
    right: 0
}

.pull-full-right {
    left: 0
}

.flush {
    padding: 0
}

.flush-left {
    padding-left: 0
}

.flush-right {
    padding-right: 0
}

.text-center>.align-target {
    margin-left: auto;
    margin-right: auto
}

.text-left>.align-target {
    float: left
}

.text-right>.align-target {
    float: right
}

.align-target {
    display: inline-block
}

.ie8-target,
.visible-ie8 {
    display: none
}

@media (max-width: 768px) {
    .hidden-ipad-portrait {
        display: none
    }
}

@media (min-width: 1200px) {
    .flush-lg {
        padding: 0
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center
    }

    .bottom-cta .btn {
        font-size: 15px;
        padding: 8px 16px 6px
    }

    .flush-xs {
        padding: 0
    }
}

@media (max-width: 991px) {
    .flush-sm {
        padding: 0
    }
}

.edit-link a {
    font-size: 25px
}

.edit-link i.large {
    font-size: 50px
}

.workflow-form-container {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    background: #efefef;
    border-radius: 5px
}

.workflow-form-container input.form-submit {
    background: #00a9f2;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.col-xs-height {
    display: -webkit-flex;
    display: flex
}

@media (min-width: 768px) {
    .col-sm-height {
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: -webkit-flex;
        display: flex
    }
}

.anim-30-ms,
.anim-300-ms {
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.anim-60-ms,
.anim-600-ms {
    -webkit-transition: all .6s ease-in-out;
    -khtml-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.anim-pop-in {
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.gpu {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#logo {
    position: relative;
    z-index: 40;
}

div.breadcrumb {
    position: relative;
    z-index: 5;
    padding: 25px 0 15px;
}

div.breadcrumb i.icon-chevron-right {
    font-size: 9px;
    font-weight: 400;
    color: #b7b7b7;
    padding: 0px 5px 0px;
}

.nav-minor {
    padding: 0;
    min-height: 34px;
}

.nav-minor .navbar-nav {
    padding: 4px 0 3px;
}

.nav-minor .navbar-nav>li {
    float: left;
}

.nav-minor .navbar-nav>li>a {
    padding: 3px 8px;
    color: #fff;
}

.nav-minor .navbar-nav>li>a:hover {
    color: #d9d9d9;
    background-color: transparent;
}

.nav-minor .navbar-nav>li>a.btn {
    color: #444;
}

.nav-minor .navbar-nav>li>a.btn:hover {
    background-color: #e5e5e5;
}

.nav-major {
    padding: 20px 0;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.nav-major .container-fluid {
    max-width: 1020px;
}

.nav-major .header-logo {
    line-height: 54px;
}

.nav-major .navbar-toggle {
    margin-right: 0;
}

.navbar-collapse {
    max-height: 600px;
}

.navbar-nav .menu-spacer {
    margin-bottom: 5px;
}

.navbar-nav .open .dropdown-menu {
    background-color: #eee;
}

.dropdown.open ul.dropdown-menu>li>a {
    color: #00a9f2;
    font-size: 18px;
}

.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}

.navbar-default {
    background-color: #fff;
}

.navbar-collapse.collapse a {
    font-size: 22px;
}

ul.master-menu {
    height: 50px;
    list-style: none;
    padding-left: 5px;
    margin-bottom: 5px;
}

ul.master-menu>li.drop-container {
    position: relative;
    float: left;
    margin: 0 0 0 17px;
}

ul.master-menu>li.drop-container+li.drop-container {
    margin: 0 0 0 4px;
}

ul.master-menu>li.drop-container>a {
    margin-top: 10px;
}

ul.master-menu>li.drop-container h5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Proxima-nova";
}

ul.master-menu>li.drop-container h5.labeler {
    color: #444;
    position: relative;
    padding: 16px 16px 6px 16px;
    margin: 0;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    *z-index: 1008;
}

@media (max-width: 991px) {
    ul.master-menu>li.drop-container h5.labeler {
        padding: 16px 6px 6px;
    }
}

ul.master-menu>li.drop-container h5.labeler a {
    color: #444;
}

ul.master-menu>li.drop-container .menu-contents {
    position: absolute;
    height: 0px;
    *width: 393px;
    background-color: white;
    overflow: hidden;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    *z-index: 1009;
}

ul.master-menu>li.drop-container .menu-contents.si-width {
    *width: 393px;
}

ul.master-menu>li.drop-container .menu-contents.products-width {
    *width: 148px;
}

ul.master-menu>li.drop-container .menu-contents.community-width {
    *width: 159px;
}

ul.master-menu>li.drop-container .menu-contents.resources-width {
    *width: 340px;
    right: 0;
}

ul.master-menu>li.drop-container .menu-contents table {
    margin-top: 16px;
    margin-bottom: 10px;
}

ul.master-menu>li.drop-container .menu-contents table tbody {
    border: none;
}

ul.master-menu>li.drop-container .menu-contents td {
    vertical-align: top;
}

ul.master-menu>li.drop-container .menu-contents td[colspan="2"] {
    padding-top: 7px;
}

ul.master-menu>li.drop-container .menu-contents td+td {
    border-left: 1px solid #ececec;
}

ul.master-menu>li.drop-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.master-menu>li.drop-container ul.resource-parallels li h5 {
    padding: 0;
}

ul.master-menu>li.drop-container ul.resource-parallels li h5 a {
    padding: 0 16px 10px 16px;
    margin: 0;
}

ul.master-menu>li.drop-container ul li {
    margin: 0;
}

ul.master-menu>li.drop-container ul li:last-child a {
    padding-bottom: 0px;
}

ul.master-menu>li.drop-container ul li h5 {
    margin: 0;
    padding: 0px 16px 6px 16px;
}

ul.master-menu>li.drop-container ul li a {
    color: #444;
    display: block;
    padding: 0 16px 7px 16px;
    font-size: 13px;
    line-height: 16px;
    white-space: pre;
}

ul.master-menu>li.drop-container ul li a.grayed {
    padding-top: 9px;
    padding-bottom: 7px;
    background-color: #eee;
}

ul.master-menu>li.drop-container ul li a.tuck {
    margin-bottom: -10px;
}

ul.master-menu>li.drop-container ul li h5 a {
    font-size: 15px;
}

.illusion {
    position: relative;
    width: auto !important;
    height: 3px;
    *height: 0px;
    margin-top: -1px;
    background-color: #fff;
    border-width: 0;
    border-color: transparent #ececec;
    border-style: solid;
    z-index: 10;
}

ul.master-menu>li.drop-container ul li a:hover {
    color: #00a9f2;
}

ul.master-menu>li.drop-container:hover .menu-contents,
ul.master-menu>li.drop-container.touch-event .menu-contents {
    height: auto;
    margin-top: -1px;
    border-color: #ececec;
    overflow: visible;
    z-index: 1011;
    *z-index: 1010;
    box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.17);
}

ul.master-menu>li.drop-container:hover h5.labeler,
ul.master-menu>li.drop-container.touch-event h5.labeler {
    *margin-bottom: 1px;
    border-color: #ececec;
    *border-color: #ececec #ececec #fff #ececec;
    z-index: 1010;
    *z-index: 1011;
    -webkit-box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.17);
    box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.17);
}

ul.master-menu>li.drop-container:hover h5.labeler.linker,
ul.master-menu>li.drop-container.touch-event h5.labeler.linker {
    border-color: #fff;
    box-shadow: none;
}

ul.master-menu>li.drop-container:hover h5.labeler.linker a {
    color: #00a9f2 !important;
}

ul.master-menu>li.drop-container h5.labeler a:hover {
    color: #00a9f2;
}

ul.master-menu>li.drop-container ul.resource-parallels li h5 a:hover {
    color: #00a9f2 !important;
}

ul.master-menu>li.drop-container:hover .illusion,
ul.master-menu>li.drop-container.touch-event .illusion {
    z-index: 1012;
    border-width: 0 1px;
}

#super-footer {
    height: auto;
    background-color: #444;
    clear: both;
    padding: ;
    position: relative;
    text-align: center;
    width: auto;
}

#super-footer p,
#super-footer ul {
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 400;
}

#super-footer a {
    color: #fff;
}

#super-footer a:hover {
    color: #1196c9;
}

#super-footer .c-right {
    color: #999;
    font-size: 12px;
    display: inline-block;
}

#super-footer ul {
    display: inline-block;
}

#super-footer li {
    font-size: 12px;
    display: inline-block;
    margin: 0 10px;
}

footer {
    padding-bottom: 20px;
    background-color: #444;
}

footer h5,
footer h5 a {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}

footer li a,
footer p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=3.2.1);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ficon-"],
[class*=" ficon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="ficon-"]:before,
[class*=" ficon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.ficon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

a [class^="ficon-"],
a [class*=" ficon-"] {
    display: inline;
}

[class^="ficon-"].ficon-fixed-width,
[class*=" ficon-"].ficon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

[class^="ficon-"].ficon-fixed-width.ficon-large,
[class*=" ficon-"].ficon-fixed-width.ficon-large {
    width: 1.4285714285714286em;
}

.ficons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.ficons-ul>li {
    position: relative;
}

.ficons-ul .ficon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

[class^="ficon-"].hide,
[class*=" ficon-"].hide {
    display: none;
}

.ficon-muted {
    color: #eeeeee;
}

.ficon-light {
    color: #ffffff;
}

.ficon-dark {
    color: #333333;
}

.ficon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ficon-2x {
    font-size: 2em;
}

.ficon-2x.ficon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ficon-3x {
    font-size: 3em;
}

.ficon-3x.ficon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ficon-4x {
    font-size: 4em;
}

.ficon-4x.ficon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ficon-5x {
    font-size: 5em;
}

.ficon-5x.ficon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="ficon-"].pull-left,
[class*=" ficon-"].pull-left {
    margin-right: .3em;
}

[class^="ficon-"].pull-right,
[class*=" ficon-"].pull-right {
    margin-left: .3em;
}

[class^="ficon-"],
[class*=" ficon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.ficon-white,
.nav-pills>.active>a>[class^="ficon-"],
.nav-pills>.active>a>[class*=" ficon-"],
.nav-list>.active>a>[class^="ficon-"],
.nav-list>.active>a>[class*=" ficon-"],
.navbar-inverse .nav>.active>a>[class^="ficon-"],
.navbar-inverse .nav>.active>a>[class*=" ficon-"],
.dropdown-menu>li>a:hover>[class^="ficon-"],
.dropdown-menu>li>a:hover>[class*=" ficon-"],
.dropdown-menu>.active>a>[class^="ficon-"],
.dropdown-menu>.active>a>[class*=" ficon-"],
.dropdown-submenu:hover>a>[class^="ficon-"],
.dropdown-submenu:hover>a>[class*=" ficon-"] {
    background-image: none;
}

.btn [class^="ficon-"].ficon-large,
.nav [class^="ficon-"].ficon-large,
.btn [class*=" ficon-"].ficon-large,
.nav [class*=" ficon-"].ficon-large {
    line-height: .9em;
}

.btn [class^="ficon-"].ficon-spin,
.nav [class^="ficon-"].ficon-spin,
.btn [class*=" ficon-"].ficon-spin,
.nav [class*=" ficon-"].ficon-spin {
    display: inline-block;
}

.nav-tabs [class^="ficon-"],
.nav-pills [class^="ficon-"],
.nav-tabs [class*=" ficon-"],
.nav-pills [class*=" ficon-"],
.nav-tabs [class^="ficon-"].ficon-large,
.nav-pills [class^="ficon-"].ficon-large,
.nav-tabs [class*=" ficon-"].ficon-large,
.nav-pills [class*=" ficon-"].ficon-large {
    line-height: .9em;
}

.btn [class^="ficon-"].pull-left.ficon-2x,
.btn [class*=" ficon-"].pull-left.ficon-2x,
.btn [class^="ficon-"].pull-right.ficon-2x,
.btn [class*=" ficon-"].pull-right.ficon-2x {
    margin-top: .18em;
}

.btn [class^="ficon-"].ficon-spin.ficon-large,
.btn [class*=" ficon-"].ficon-spin.ficon-large {
    line-height: .8em;
}

.btn.btn-small [class^="ficon-"].pull-left.ficon-2x,
.btn.btn-small [class*=" ficon-"].pull-left.ficon-2x,
.btn.btn-small [class^="ficon-"].pull-right.ficon-2x,
.btn.btn-small [class*=" ficon-"].pull-right.ficon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="ficon-"],
.btn.btn-large [class*=" ficon-"] {
    margin-top: 0;
}

.btn.btn-large [class^="ficon-"].pull-left.ficon-2x,
.btn.btn-large [class*=" ficon-"].pull-left.ficon-2x,
.btn.btn-large [class^="ficon-"].pull-right.ficon-2x,
.btn.btn-large [class*=" ficon-"].pull-right.ficon-2x {
    margin-top: .05em;
}

.btn.btn-large [class^="ficon-"].pull-left.ficon-2x,
.btn.btn-large [class*=" ficon-"].pull-left.ficon-2x {
    margin-right: .2em;
}

.btn.btn-large [class^="ficon-"].pull-right.ficon-2x,
.btn.btn-large [class*=" ficon-"].pull-right.ficon-2x {
    margin-left: .2em;
}

.nav-list [class^="ficon-"],
.nav-list [class*=" ficon-"] {
    line-height: inherit;
}

.ficon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.ficon-stack [class^="ficon-"],
.ficon-stack [class*=" ficon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

.ficon-stack .ficon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

.ficon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .ficon-stack,
a .ficon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.ficon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.ficon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.ficon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.ficon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.ficon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .ficon-rotate-90:before,
a .ficon-rotate-180:before,
a .ficon-rotate-270:before,
a .ficon-flip-horizontal:before,
a .ficon-flip-vertical:before {
    display: inline-block;
}

.ficon-glass:before {
    content: "\f000";
}

.ficon-music:before {
    content: "\f001";
}

.ficon-search:before {
    content: "\f002";
}

.ficon-envelope-alt:before {
    content: "\f003";
}

.ficon-heart:before {
    content: "\f004";
}

.ficon-star:before {
    content: "\f005";
}

.ficon-star-empty:before {
    content: "\f006";
}

.ficon-user:before {
    content: "\f007";
}

.ficon-film:before {
    content: "\f008";
}

.ficon-th-large:before {
    content: "\f009";
}

.ficon-th:before {
    content: "\f00a";
}

.ficon-th-list:before {
    content: "\f00b";
}

.ficon-ok:before {
    content: "\f00c";
}

.ficon-remove:before {
    content: "\f00d";
}

.ficon-zoom-in:before {
    content: "\f00e";
}

.ficon-zoom-out:before {
    content: "\f010";
}

.ficon-power-off:before,
.ficon-off:before {
    content: "\f011";
}

.ficon-signal:before {
    content: "\f012";
}

.ficon-gear:before,
.ficon-cog:before {
    content: "\f013";
}

.ficon-trash:before {
    content: "\f014";
}

.ficon-home:before {
    content: "\f015";
}

.ficon-file-alt:before {
    content: "\f016";
}

.ficon-time:before {
    content: "\f017";
}

.ficon-road:before {
    content: "\f018";
}

.ficon-download-alt:before {
    content: "\f019";
}

.ficon-download:before {
    content: "\f01a";
}

.ficon-upload:before {
    content: "\f01b";
}

.ficon-inbox:before {
    content: "\f01c";
}

.ficon-play-circle:before {
    content: "\f01d";
}

.ficon-rotate-right:before,
.ficon-repeat:before {
    content: "\f01e";
}

.ficon-refresh:before {
    content: "\f021";
}

.ficon-list-alt:before {
    content: "\f022";
}

.ficon-lock:before {
    content: "\f023";
}

.ficon-flag:before {
    content: "\f024";
}

.ficon-headphones:before {
    content: "\f025";
}

.ficon-volume-off:before {
    content: "\f026";
}

.ficon-volume-down:before {
    content: "\f027";
}

.ficon-volume-up:before {
    content: "\f028";
}

.ficon-qrcode:before {
    content: "\f029";
}

.ficon-barcode:before {
    content: "\f02a";
}

.ficon-tag:before {
    content: "\f02b";
}

.ficon-tags:before {
    content: "\f02c";
}

.ficon-book:before {
    content: "\f02d";
}

.ficon-bookmark:before {
    content: "\f02e";
}

.ficon-print:before {
    content: "\f02f";
}

.ficon-camera:before {
    content: "\f030";
}

.ficon-font:before {
    content: "\f031";
}

.ficon-bold:before {
    content: "\f032";
}

.ficon-italic:before {
    content: "\f033";
}

.ficon-text-height:before {
    content: "\f034";
}

.ficon-text-width:before {
    content: "\f035";
}

.ficon-align-left:before {
    content: "\f036";
}

.ficon-align-center:before {
    content: "\f037";
}

.ficon-align-right:before {
    content: "\f038";
}

.ficon-align-justify:before {
    content: "\f039";
}

.ficon-list:before {
    content: "\f03a";
}

.ficon-indent-left:before {
    content: "\f03b";
}

.ficon-indent-right:before {
    content: "\f03c";
}

.ficon-facetime-video:before {
    content: "\f03d";
}

.ficon-picture:before {
    content: "\f03e";
}

.ficon-pencil:before {
    content: "\f040";
}

.ficon-map-marker:before {
    content: "\f041";
}

.ficon-adjust:before {
    content: "\f042";
}

.ficon-tint:before {
    content: "\f043";
}

.ficon-edit:before {
    content: "\f044";
}

.ficon-share:before {
    content: "\f045";
}

.ficon-check:before {
    content: "\f046";
}

.ficon-move:before {
    content: "\f047";
}

.ficon-step-backward:before {
    content: "\f048";
}

.ficon-fast-backward:before {
    content: "\f049";
}

.ficon-backward:before {
    content: "\f04a";
}

.ficon-play:before {
    content: "\f04b";
}

.ficon-pause:before {
    content: "\f04c";
}

.ficon-stop:before {
    content: "\f04d";
}

.ficon-forward:before {
    content: "\f04e";
}

.ficon-fast-forward:before {
    content: "\f050";
}

.ficon-step-forward:before {
    content: "\f051";
}

.ficon-eject:before {
    content: "\f052";
}

.ficon-chevron-left:before {
    content: "\f053";
}

.ficon-chevron-right:before {
    content: "\f054";
}

.ficon-plus-sign:before {
    content: "\f055";
}

.ficon-minus-sign:before {
    content: "\f056";
}

.ficon-remove-sign:before {
    content: "\f057";
}

.ficon-ok-sign:before {
    content: "\f058";
}

.ficon-question-sign:before {
    content: "\f059";
}

.ficon-info-sign:before {
    content: "\f05a";
}

.ficon-screenshot:before {
    content: "\f05b";
}

.ficon-remove-circle:before {
    content: "\f05c";
}

.ficon-ok-circle:before {
    content: "\f05d";
}

.ficon-ban-circle:before {
    content: "\f05e";
}

.ficon-arrow-left:before {
    content: "\f060";
}

.ficon-arrow-right:before {
    content: "\f061";
}

.ficon-arrow-up:before {
    content: "\f062";
}

.ficon-arrow-down:before {
    content: "\f063";
}

.ficon-mail-forward:before,
.ficon-share-alt:before {
    content: "\f064";
}

.ficon-resize-full:before {
    content: "\f065";
}

.ficon-resize-small:before {
    content: "\f066";
}

.ficon-plus:before {
    content: "\f067";
}

.ficon-minus:before {
    content: "\f068";
}

.ficon-asterisk:before {
    content: "\f069";
}

.ficon-exclamation-sign:before {
    content: "\f06a";
}

.ficon-gift:before {
    content: "\f06b";
}

.ficon-leaf:before {
    content: "\f06c";
}

.ficon-fire:before {
    content: "\f06d";
}

.ficon-eye-open:before {
    content: "\f06e";
}

.ficon-eye-close:before {
    content: "\f070";
}

.ficon-warning-sign:before {
    content: "\f071";
}

.ficon-plane:before {
    content: "\f072";
}

.ficon-calendar:before {
    content: "\f073";
}

.ficon-random:before {
    content: "\f074";
}

.ficon-comment:before {
    content: "\f075";
}

.ficon-magnet:before {
    content: "\f076";
}

.ficon-chevron-up:before {
    content: "\f077";
}

.ficon-chevron-down:before {
    content: "\f078";
}

.ficon-retweet:before {
    content: "\f079";
}

.ficon-shopping-cart:before {
    content: "\f07a";
}

.ficon-folder-close:before {
    content: "\f07b";
}

.ficon-folder-open:before {
    content: "\f07c";
}

.ficon-resize-vertical:before {
    content: "\f07d";
}

.ficon-resize-horizontal:before {
    content: "\f07e";
}

.ficon-bar-chart:before {
    content: "\f080";
}

.ficon-twitter-sign:before {
    content: "\f081";
}

.ficon-facebook-sign:before {
    content: "\f082";
}

.ficon-camera-retro:before {
    content: "\f083";
}

.ficon-key:before {
    content: "\f084";
}

.ficon-gears:before,
.ficon-cogs:before {
    content: "\f085";
}

.ficon-comments:before {
    content: "\f086";
}

.ficon-thumbs-up-alt:before {
    content: "\f087";
}

.ficon-thumbs-down-alt:before {
    content: "\f088";
}

.ficon-star-half:before {
    content: "\f089";
}

.ficon-heart-empty:before {
    content: "\f08a";
}

.ficon-signout:before {
    content: "\f08b";
}

.ficon-linkedin-sign:before {
    content: "\f08c";
}

.ficon-pushpin:before {
    content: "\f08d";
}

.ficon-external-link:before {
    content: "\f08e";
}

.ficon-signin:before {
    content: "\f090";
}

.ficon-trophy:before {
    content: "\f091";
}

.ficon-github-sign:before {
    content: "\f092";
}

.ficon-upload-alt:before {
    content: "\f093";
}

.ficon-lemon:before {
    content: "\f094";
}

.ficon-phone:before {
    content: "\f095";
}

.ficon-unchecked:before,
.ficon-check-empty:before {
    content: "\f096";
}

.ficon-bookmark-empty:before {
    content: "\f097";
}

.ficon-phone-sign:before {
    content: "\f098";
}

.ficon-twitter:before {
    content: "\f099";
}

.ficon-facebook:before {
    content: "\f09a";
}

.ficon-github:before {
    content: "\f09b";
}

.ficon-unlock:before {
    content: "\f09c";
}

.ficon-credit-card:before {
    content: "\f09d";
}

.ficon-rss:before {
    content: "\f09e";
}

.ficon-hdd:before {
    content: "\f0a0";
}

.ficon-bullhorn:before {
    content: "\f0a1";
}

.ficon-bell:before {
    content: "\f0a2";
}

.ficon-certificate:before {
    content: "\f0a3";
}

.ficon-hand-right:before {
    content: "\f0a4";
}

.ficon-hand-left:before {
    content: "\f0a5";
}

.ficon-hand-up:before {
    content: "\f0a6";
}

.ficon-hand-down:before {
    content: "\f0a7";
}

.ficon-circle-arrow-left:before {
    content: "\f0a8";
}

.ficon-circle-arrow-right:before {
    content: "\f0a9";
}

.ficon-circle-arrow-up:before {
    content: "\f0aa";
}

.ficon-circle-arrow-down:before {
    content: "\f0ab";
}

.ficon-globe:before {
    content: "\f0ac";
}

.ficon-wrench:before {
    content: "\f0ad";
}

.ficon-tasks:before {
    content: "\f0ae";
}

.ficon-filter:before {
    content: "\f0b0";
}

.ficon-briefcase:before {
    content: "\f0b1";
}

.ficon-fullscreen:before {
    content: "\f0b2";
}

.ficon-group:before {
    content: "\f0c0";
}

.ficon-link:before {
    content: "\f0c1";
}

.ficon-cloud:before {
    content: "\f0c2";
}

.ficon-beaker:before {
    content: "\f0c3";
}

.ficon-cut:before {
    content: "\f0c4";
}

.ficon-copy:before {
    content: "\f0c5";
}

.ficon-paperclip:before,
.ficon-paper-clip:before {
    content: "\f0c6";
}

.ficon-save:before {
    content: "\f0c7";
}

.ficon-sign-blank:before {
    content: "\f0c8";
}

.ficon-reorder:before {
    content: "\f0c9";
}

.ficon-list-ul:before {
    content: "\f0ca";
}

.ficon-list-ol:before {
    content: "\f0cb";
}

.ficon-strikethrough:before {
    content: "\f0cc";
}

.ficon-underline:before {
    content: "\f0cd";
}

.ficon-table:before {
    content: "\f0ce";
}

.ficon-magic:before {
    content: "\f0d0";
}

.ficon-truck:before {
    content: "\f0d1";
}

.ficon-pinterest:before {
    content: "\f0d2";
}

.ficon-pinterest-sign:before {
    content: "\f0d3";
}

.ficon-google-plus-sign:before {
    content: "\f0d4";
}

.ficon-google-plus:before {
    content: "\f0d5";
}

.ficon-money:before {
    content: "\f0d6";
}

.ficon-caret-down:before {
    content: "\f0d7";
}

.ficon-caret-up:before {
    content: "\f0d8";
}

.ficon-caret-left:before {
    content: "\f0d9";
}

.ficon-caret-right:before {
    content: "\f0da";
}

.ficon-columns:before {
    content: "\f0db";
}

.ficon-sort:before {
    content: "\f0dc";
}

.ficon-sort-down:before {
    content: "\f0dd";
}

.ficon-sort-up:before {
    content: "\f0de";
}

.ficon-envelope:before {
    content: "\f0e0";
}

.ficon-linkedin:before {
    content: "\f0e1";
}

.ficon-rotate-left:before,
.ficon-undo:before {
    content: "\f0e2";
}

.ficon-legal:before {
    content: "\f0e3";
}

.ficon-dashboard:before {
    content: "\f0e4";
}

.ficon-comment-alt:before {
    content: "\f0e5";
}

.ficon-comments-alt:before {
    content: "\f0e6";
}

.ficon-bolt:before {
    content: "\f0e7";
}

.ficon-sitemap:before {
    content: "\f0e8";
}

.ficon-umbrella:before {
    content: "\f0e9";
}

.ficon-paste:before {
    content: "\f0ea";
}

.ficon-lightbulb:before {
    content: "\f0eb";
}

.ficon-exchange:before {
    content: "\f0ec";
}

.ficon-cloud-download:before {
    content: "\f0ed";
}

.ficon-cloud-upload:before {
    content: "\f0ee";
}

.ficon-user-md:before {
    content: "\f0f0";
}

.ficon-stethoscope:before {
    content: "\f0f1";
}

.ficon-suitcase:before {
    content: "\f0f2";
}

.ficon-bell-alt:before {
    content: "\f0f3";
}

.ficon-coffee:before {
    content: "\f0f4";
}

.ficon-food:before {
    content: "\f0f5";
}

.ficon-file-text-alt:before {
    content: "\f0f6";
}

.ficon-building:before {
    content: "\f0f7";
}

.ficon-hospital:before {
    content: "\f0f8";
}

.ficon-ambulance:before {
    content: "\f0f9";
}

.ficon-medkit:before {
    content: "\f0fa";
}

.ficon-fighter-jet:before {
    content: "\f0fb";
}

.ficon-beer:before {
    content: "\f0fc";
}

.ficon-h-sign:before {
    content: "\f0fd";
}

.ficon-plus-sign-alt:before {
    content: "\f0fe";
}

.ficon-double-angle-left:before {
    content: "\f100";
}

.ficon-double-angle-right:before {
    content: "\f101";
}

.ficon-double-angle-up:before {
    content: "\f102";
}

.ficon-double-angle-down:before {
    content: "\f103";
}

.ficon-angle-left:before {
    content: "\f104";
}

.ficon-angle-right:before {
    content: "\f105";
}

.ficon-angle-up:before {
    content: "\f106";
}

.ficon-angle-down:before {
    content: "\f107";
}

.ficon-desktop:before {
    content: "\f108";
}

.ficon-laptop:before {
    content: "\f109";
}

.ficon-tablet:before {
    content: "\f10a";
}

.ficon-mobile-phone:before {
    content: "\f10b";
}

.ficon-circle-blank:before {
    content: "\f10c";
}

.ficon-quote-left:before {
    content: "\f10d";
}

.ficon-quote-right:before {
    content: "\f10e";
}

.ficon-spinner:before {
    content: "\f110";
}

.ficon-circle:before {
    content: "\f111";
}

.ficon-mail-reply:before,
.ficon-reply:before {
    content: "\f112";
}

.ficon-github-alt:before {
    content: "\f113";
}

.ficon-folder-close-alt:before {
    content: "\f114";
}

.ficon-folder-open-alt:before {
    content: "\f115";
}

.ficon-expand-alt:before {
    content: "\f116";
}

.ficon-collapse-alt:before {
    content: "\f117";
}

.ficon-smile:before {
    content: "\f118";
}

.ficon-frown:before {
    content: "\f119";
}

.ficon-meh:before {
    content: "\f11a";
}

.ficon-gamepad:before {
    content: "\f11b";
}

.ficon-keyboard:before {
    content: "\f11c";
}

.ficon-flag-alt:before {
    content: "\f11d";
}

.ficon-flag-checkered:before {
    content: "\f11e";
}

.ficon-terminal:before {
    content: "\f120";
}

.ficon-code:before {
    content: "\f121";
}

.ficon-reply-all:before {
    content: "\f122";
}

.ficon-mail-reply-all:before {
    content: "\f122";
}

.ficon-star-half-full:before,
.ficon-star-half-empty:before {
    content: "\f123";
}

.ficon-location-arrow:before {
    content: "\f124";
}

.ficon-crop:before {
    content: "\f125";
}

.ficon-code-fork:before {
    content: "\f126";
}

.ficon-unlink:before {
    content: "\f127";
}

.ficon-question:before {
    content: "\f128";
}

.ficon-info:before {
    content: "\f129";
}

.ficon-exclamation:before {
    content: "\f12a";
}

.ficon-superscript:before {
    content: "\f12b";
}

.ficon-subscript:before {
    content: "\f12c";
}

.ficon-eraser:before {
    content: "\f12d";
}

.ficon-puzzle-piece:before {
    content: "\f12e";
}

.ficon-microphone:before {
    content: "\f130";
}

.ficon-microphone-off:before {
    content: "\f131";
}

.ficon-shield:before {
    content: "\f132";
}

.ficon-calendar-empty:before {
    content: "\f133";
}

.ficon-fire-extinguisher:before {
    content: "\f134";
}

.ficon-rocket:before {
    content: "\f135";
}

.ficon-maxcdn:before {
    content: "\f136";
}

.ficon-chevron-sign-left:before {
    content: "\f137";
}

.ficon-chevron-sign-right:before {
    content: "\f138";
}

.ficon-chevron-sign-up:before {
    content: "\f139";
}

.ficon-chevron-sign-down:before {
    content: "\f13a";
}

.ficon-html5:before {
    content: "\f13b";
}

.ficon-css3:before {
    content: "\f13c";
}

.ficon-anchor:before {
    content: "\f13d";
}

.ficon-unlock-alt:before {
    content: "\f13e";
}

.ficon-bullseye:before {
    content: "\f140";
}

.ficon-ellipsis-horizontal:before {
    content: "\f141";
}

.ficon-ellipsis-vertical:before {
    content: "\f142";
}

.ficon-rss-sign:before {
    content: "\f143";
}

.ficon-play-sign:before {
    content: "\f144";
}

.ficon-ticket:before {
    content: "\f145";
}

.ficon-minus-sign-alt:before {
    content: "\f146";
}

.ficon-check-minus:before {
    content: "\f147";
}

.ficon-level-up:before {
    content: "\f148";
}

.ficon-level-down:before {
    content: "\f149";
}

.ficon-check-sign:before {
    content: "\f14a";
}

.ficon-edit-sign:before {
    content: "\f14b";
}

.ficon-external-link-sign:before {
    content: "\f14c";
}

.ficon-share-sign:before {
    content: "\f14d";
}

.ficon-compass:before {
    content: "\f14e";
}

.ficon-collapse:before {
    content: "\f150";
}

.ficon-collapse-top:before {
    content: "\f151";
}

.ficon-expand:before {
    content: "\f152";
}

.ficon-euro:before,
.ficon-eur:before {
    content: "\f153";
}

.ficon-gbp:before {
    content: "\f154";
}

.ficon-dollar:before,
.ficon-usd:before {
    content: "\f155";
}

.ficon-rupee:before,
.ficon-inr:before {
    content: "\f156";
}

.ficon-yen:before,
.ficon-jpy:before {
    content: "\f157";
}

.ficon-renminbi:before,
.ficon-cny:before {
    content: "\f158";
}

.ficon-won:before,
.ficon-krw:before {
    content: "\f159";
}

.ficon-bitcoin:before,
.ficon-btc:before {
    content: "\f15a";
}

.ficon-file:before {
    content: "\f15b";
}

.ficon-file-text:before {
    content: "\f15c";
}

.ficon-sort-by-alphabet:before {
    content: "\f15d";
}

.ficon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.ficon-sort-by-attributes:before {
    content: "\f160";
}

.ficon-sort-by-attributes-alt:before {
    content: "\f161";
}

.ficon-sort-by-order:before {
    content: "\f162";
}

.ficon-sort-by-order-alt:before {
    content: "\f163";
}

.ficon-thumbs-up:before {
    content: "\f164";
}

.ficon-thumbs-down:before {
    content: "\f165";
}

.ficon-youtube-sign:before {
    content: "\f166";
}

.ficon-youtube:before {
    content: "\f167";
}

.ficon-xing:before {
    content: "\f168";
}

.ficon-xing-sign:before {
    content: "\f169";
}

.ficon-youtube-play:before {
    content: "\f16a";
}

.ficon-dropbox:before {
    content: "\f16b";
}

.ficon-stackexchange:before {
    content: "\f16c";
}

.ficon-instagram:before {
    content: "\f16d";
}

.ficon-flickr:before {
    content: "\f16e";
}

.ficon-adn:before {
    content: "\f170";
}

.ficon-bitbucket:before {
    content: "\f171";
}

.ficon-bitbucket-sign:before {
    content: "\f172";
}

.ficon-tumblr:before {
    content: "\f173";
}

.ficon-tumblr-sign:before {
    content: "\f174";
}

.ficon-long-arrow-down:before {
    content: "\f175";
}

.ficon-long-arrow-up:before {
    content: "\f176";
}

.ficon-long-arrow-left:before {
    content: "\f177";
}

.ficon-long-arrow-right:before {
    content: "\f178";
}

.ficon-apple:before {
    content: "\f179";
}

.ficon-windows:before {
    content: "\f17a";
}

.ficon-android:before {
    content: "\f17b";
}

.ficon-linux:before {
    content: "\f17c";
}

.ficon-dribbble:before {
    content: "\f17d";
}

.ficon-skype:before {
    content: "\f17e";
}

.ficon-foursquare:before {
    content: "\f180";
}

.ficon-trello:before {
    content: "\f181";
}

.ficon-female:before {
    content: "\f182";
}

.ficon-male:before {
    content: "\f183";
}

.ficon-gittip:before {
    content: "\f184";
}

.ficon-sun:before {
    content: "\f185";
}

.ficon-moon:before {
    content: "\f186";
}

.ficon-archive:before {
    content: "\f187";
}

.ficon-bug:before {
    content: "\f188";
}

.ficon-vk:before {
    content: "\f189";
}

.ficon-weibo:before {
    content: "\f18a";
}

.ficon-renren:before {
    content: "\f18b";
}

@font-face {
    font-family: "concur-icons";
    src: url("../fonts/concur-icons.eot");
    src: url("../fonts/concur-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/concur-icons.woff") format("woff"), url("../fonts/concur-icons.ttf") format("truetype"), url("../fonts/concur-icons.svg#concur-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "concur-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
    font-family: "concur-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-atom:before {
    content: "\61";
}

.ico-beakers-1:before {
    content: "\62";
}

.ico-beakers-2:before {
    content: "\63";
}

.ico-beakers-3:before {
    content: "\64";
}

.ico-book-closed:before {
    content: "\65";
}

.ico-book-opened:before {
    content: "\66";
}

.ico-books-with-graduation-cap:before {
    content: "\67";
}

.ico-bookshelf:before {
    content: "\68";
}

.ico-briefcase:before {
    content: "\69";
}

.ico-chemistry-1:before {
    content: "\6a";
}

.ico-chemistry-2:before {
    content: "\6b";
}

.ico-dna:before {
    content: "\6c";
}

.ico-emergency-services:before {
    content: "\6d";
}

.ico-gavel:before {
    content: "\6e";
}

.ico-globe-blank:before {
    content: "\6f";
}

.ico-globe-lines:before {
    content: "\70";
}

.ico-globe-map:before {
    content: "\71";
}

.ico-government-capitol:before {
    content: "\72";
}

.ico-government-supreme-court:before {
    content: "\73";
}

.ico-graduation-cap:before {
    content: "\74";
}

.ico-heart-monitor-1:before {
    content: "\75";
}

.ico-heart-monitor-2:before {
    content: "\76";
}

.ico-hospital:before {
    content: "\77";
}

.ico-leaf:before {
    content: "\78";
}

.ico-medical:before {
    content: "\79";
}

.ico-medical-kit:before {
    content: "\7a";
}

.ico-microscope:before {
    content: "\41";
}

.ico-molecule:before {
    content: "\42";
}

.ico-pen:before {
    content: "\43";
}

.ico-pill:before {
    content: "\44";
}

.ico-pill-disabled:before {
    content: "\45";
}

.ico-pills:before {
    content: "\46";
}

.ico-scales-of-justice:before {
    content: "\47";
}

.ico-stethoscope:before {
    content: "\48";
}

.ico-syringe:before {
    content: "\49";
}

.ico-windmill:before {
    content: "\4a";
}

.ico-airplane:before {
    content: "\4b";
}

.ico-airplane-ticket:before {
    content: "\4c";
}

.ico-bed:before {
    content: "\4d";
}

.ico-big-ben:before {
    content: "\4e";
}

.ico-bike:before {
    content: "\4f";
}

.ico-brochure:before {
    content: "\50";
}

.ico-burger:before {
    content: "\51";
}

.ico-bus-front:before {
    content: "\52";
}

.ico-camera:before {
    content: "\53";
}

.ico-car-front:before {
    content: "\54";
}

.ico-car-side:before {
    content: "\55";
}

.ico-champagne:before {
    content: "\56";
}

.ico-cocktail:before {
    content: "\57";
}

.ico-coffee:before {
    content: "\58";
}

.ico-direction-sign:before {
    content: "\59";
}

.ico-escalator-diagonal-up:before {
    content: "\5a";
}

.ico-escalator-horizontal-right:before {
    content: "\30";
}

.ico-gas-pump:before {
    content: "\31";
}

.ico-globe:before {
    content: "\32";
}

.ico-globe-with-arrow-around:before {
    content: "\33";
}

.ico-globe-with-arrows:before {
    content: "\34";
}

.ico-hotel:before {
    content: "\35";
}

.ico-hotel-sign:before {
    content: "\36";
}

.ico-keys:before {
    content: "\37";
}

.ico-latte:before {
    content: "\38";
}

.ico-map-marker:before {
    content: "\39";
}

.ico-map-marker-on-map:before {
    content: "\21";
}

.ico-map-marker-with-globe:before {
    content: "\22";
}

.ico-onion-domes:before {
    content: "\23";
}

.ico-pagoda:before {
    content: "\24";
}

.ico-parking-sign:before {
    content: "\25";
}

.ico-passport:before {
    content: "\26";
}

.ico-placesetting:before {
    content: "\27";
}

.ico-serving-tray:before {
    content: "\28";
}

.ico-stadium:before {
    content: "\29";
}

.ico-suitcase-1:before {
    content: "\2a";
}

.ico-suitcase-2:before {
    content: "\2b";
}

.ico-suitcase-3:before {
    content: "\2c";
}

.ico-suitcase-on-cart:before {
    content: "\2d";
}

.ico-taxi-front:before {
    content: "\2e";
}

.ico-taxi-side:before {
    content: "\2f";
}

.ico-temple:before {
    content: "\3a";
}

.ico-train-front:before {
    content: "\3b";
}

.ico-train-side:before {
    content: "\3c";
}

.ico-travel-brochure:before {
    content: "\3d";
}

.ico-traveler-with-suitcase:before {
    content: "\3e";
}

.ico-wallet-with-receipts:before {
    content: "\3f";
}

.ico-facebook:before {
    content: "\40";
}

.ico-facebook-1:before {
    content: "\5b";
}

.ico-google-plus:before {
    content: "\5d";
}

.ico-google-plus-1:before {
    content: "\5e";
}

.ico-linkedin:before {
    content: "\5f";
}

.ico-linkedin-1:before {
    content: "\60";
}

.ico-pinterest:before {
    content: "\7b";
}

.ico-skype:before {
    content: "\7c";
}

.ico-tumblr:before {
    content: "\7d";
}

.ico-twitter:before {
    content: "\7e";
}

.ico-twitter-1:before {
    content: "\5c";
}

.ico-xing:before {
    content: "\e000";
}

.ico-xing-1:before {
    content: "\e001";
}

.ico-youtube:before {
    content: "\e002";
}

.ico-alert:before {
    content: "\e003";
}

.ico-checkmark:before {
    content: "\e004";
}

.ico-checkmark-outline:before {
    content: "\e005";
}

.ico-checkmark-outline-circled:before {
    content: "\e006";
}

.ico-clock-1:before {
    content: "\e007";
}

.ico-clock-2:before {
    content: "\e008";
}

.ico-clock-3:before {
    content: "\e009";
}

.ico-cloud-talking:before {
    content: "\e00a";
}

.ico-cloud-thinking:before {
    content: "\e00b";
}

.ico-eye:before {
    content: "\e00c";
}

.ico-flag:before {
    content: "\e00d";
}

.ico-flashlight:before {
    content: "\e00e";
}

.ico-glasses:before {
    content: "\e00f";
}

.ico-heart:before {
    content: "\e010";
}

.ico-house:before {
    content: "\e011";
}

.ico-key:before {
    content: "\e012";
}

.ico-life-saver:before {
    content: "\e013";
}

.ico-lightbulb:before {
    content: "\e014";
}

.ico-lightbulb-turned-on:before {
    content: "\e015";
}

.ico-lightning:before {
    content: "\e016";
}

.ico-lock:before {
    content: "\e017";
}

.ico-lock-unlocked:before {
    content: "\e018";
}

.ico-magician-hat:before {
    content: "\e019";
}

.ico-magician-wand:before {
    content: "\e01a";
}

.ico-magnet:before {
    content: "\e01b";
}

.ico-magnifying-glass:before {
    content: "\e01c";
}

.ico-paper-airplane:before {
    content: "\e01d";
}

.ico-pencil:before {
    content: "\e01e";
}

.ico-phone-ringing:before {
    content: "\e01f";
}

.ico-pointer-arrow:before {
    content: "\e020";
}

.ico-pointing:before {
    content: "\e021";
}

.ico-power:before {
    content: "\e022";
}

.ico-push-pin:before {
    content: "\e023";
}

.ico-puzzle:before {
    content: "\e024";
}

.ico-restricted:before {
    content: "\e025";
}

.ico-save-disk:before {
    content: "\e026";
}

.ico-scissors:before {
    content: "\e027";
}

.ico-screwdriver:before {
    content: "\e028";
}

.ico-screwdriver-and-wrench:before {
    content: "\e029";
}

.ico-star:before {
    content: "\e02a";
}

.ico-target-1:before {
    content: "\e02b";
}

.ico-target-2:before {
    content: "\e02c";
}

.ico-thumbs-down:before {
    content: "\e02d";
}

.ico-thumbs-up:before {
    content: "\e02e";
}

.ico-tie:before {
    content: "\e02f";
}

.ico-timer:before {
    content: "\e030";
}

.ico-trashcan:before {
    content: "\e031";
}

.ico-trophy:before {
    content: "\e032";
}

.ico-user:before {
    content: "\e033";
}

.ico-user-approved:before {
    content: "\e034";
}

.ico-users:before {
    content: "\e035";
}

.ico-wrench:before {
    content: "\e036";
}

.ico-x:before {
    content: "\e037";
}

.ico-x-outline:before {
    content: "\e038";
}

.ico-x-outline-circled:before {
    content: "\e039";
}

.ico-bill-stack:before {
    content: "\e03a";
}

.ico-bill-stack-2:before {
    content: "\e03b";
}

.ico-calculator-1:before {
    content: "\e03c";
}

.ico-calculator-2:before {
    content: "\e03d";
}

.ico-coin-stack-1:before {
    content: "\e03e";
}

.ico-coin-stack-2:before {
    content: "\e03f";
}

.ico-credit-card:before {
    content: "\e040";
}

.ico-credit-card-paying:before {
    content: "\e041";
}

.ico-credit-cards:before {
    content: "\e042";
}

.ico-currency-conversion:before {
    content: "\e043";
}

.ico-diamond:before {
    content: "\e044";
}

.ico-dollar:before {
    content: "\e045";
}

.ico-dollar-coin:before {
    content: "\e046";
}

.ico-dollar-outline:before {
    content: "\e047";
}

.ico-euro:before {
    content: "\e048";
}

.ico-euro-coin:before {
    content: "\e049";
}

.ico-euro-outline:before {
    content: "\e04a";
}

.ico-gold-bars:before {
    content: "\e04b";
}

.ico-money-bag:before {
    content: "\e04c";
}

.ico-money-safe:before {
    content: "\e04d";
}

.ico-number-0:before {
    content: "\e04e";
}

.ico-number-1:before {
    content: "\e04f";
}

.ico-number-2:before {
    content: "\e050";
}

.ico-number-3:before {
    content: "\e051";
}

.ico-number-4:before {
    content: "\e052";
}

.ico-number-5:before {
    content: "\e053";
}

.ico-number-6:before {
    content: "\e054";
}

.ico-number-7:before {
    content: "\e055";
}

.ico-number-8:before {
    content: "\e056";
}

.ico-number-9:before {
    content: "\e057";
}

.ico-piggy-bank:before {
    content: "\e058";
}

.ico-pound:before {
    content: "\e059";
}

.ico-pound-coin:before {
    content: "\e05a";
}

.ico-pound-outline:before {
    content: "\e05b";
}

.ico-price-tag:before {
    content: "\e05c";
}

.ico-receipt:before {
    content: "\e05d";
}

.ico-shopping-cart:before {
    content: "\e05e";
}

.ico-wallet:before {
    content: "\e05f";
}

.ico-wallet-with-receipts-1:before {
    content: "\e060";
}

.ico-yen:before {
    content: "\e061";
}

.ico-yen-coin:before {
    content: "\e062";
}

.ico-yen-outline:before {
    content: "\e063";
}

.ico-badge:before {
    content: "\e064";
}

.ico-bar-chart:before {
    content: "\e065";
}

.ico-bar-chart-2:before {
    content: "\e066";
}

.ico-bar-chart-2-angled:before {
    content: "\e067";
}

.ico-bar-chart-arrow:before {
    content: "\e068";
}

.ico-bar-chart-fancy:before {
    content: "\e069";
}

.ico-bar-chart-trending-up:before {
    content: "\e06a";
}

.ico-calendar:before {
    content: "\e06b";
}

.ico-chart-on-tripod:before {
    content: "\e06c";
}

.ico-clipboard:before {
    content: "\e06d";
}

.ico-computer:before {
    content: "\e06e";
}

.ico-data-in-browser:before {
    content: "\e06f";
}

.ico-desktop:before {
    content: "\e070";
}

.ico-document:before {
    content: "\e071";
}

.ico-document-edit:before {
    content: "\e072";
}

.ico-document-with-text:before {
    content: "\e073";
}

.ico-documents:before {
    content: "\e074";
}

.ico-documents-with-plane:before {
    content: "\e075";
}

.ico-email-sent:before {
    content: "\e076";
}

.ico-envelope:before {
    content: "\e077";
}

.ico-folders:before {
    content: "\e078";
}

.ico-gear:before {
    content: "\e079";
}

.ico-gears:before {
    content: "\e07a";
}

.ico-gears-in-head:before {
    content: "\e07b";
}

.ico-graph-on-computer:before {
    content: "\e07c";
}

.ico-handshake:before {
    content: "\e07d";
}

.ico-inbox:before {
    content: "\e07e";
}

.ico-laptop:before {
    content: "\e07f";
}

.ico-laptop-with-coffee:before {
    content: "\e080";
}

.ico-link:before {
    content: "\e081";
}

.ico-list-items:before {
    content: "\e082";
}

.ico-network:before {
    content: "\e083";
}

.ico-newspaper:before {
    content: "\e084";
}

.ico-paperclip:before {
    content: "\e085";
}

.ico-pie-chart:before {
    content: "\e088";
}

.ico-point-and-click:before {
    content: "\e089";
}

.ico-presentation-slide:before {
    content: "\e08a";
}

.ico-range-sliders:before {
    content: "\e08b";
}

.ico-server:before {
    content: "\e08c";
}

.ico-server-rack:before {
    content: "\e08d";
}

.ico-signal-strength-with-arrow:before {
    content: "\e08e";
}

.ico-sitemap:before {
    content: "\e08f";
}

.ico-sparkline:before {
    content: "\e090";
}

.ico-sparkline-2:before {
    content: "\e091";
}

.ico-support-1:before {
    content: "\e092";
}

.ico-support-2:before {
    content: "\e093";
}

.ico-tablet-and-phone:before {
    content: "\e094";
}

.ico-tablet-landscape:before {
    content: "\e095";
}

.ico-tablet-portrait:before {
    content: "\e096";
}

.ico-talk-bubble-1:before {
    content: "\e097";
}

.ico-talk-bubble-2:before {
    content: "\e098";
}

.ico-talk-bubbles-multiple:before {
    content: "\e099";
}

.ico-wifi-signal:before {
    content: "\e09a";
}

.ico-arrow-180-left:before {
    content: "\e09b";
}

.ico-arrow-180-right:before {
    content: "\e09c";
}

.ico-arrow-360-left:before {
    content: "\e09d";
}

.ico-arrow-360-left-copy:before {
    content: "\e09e";
}

.ico-arrow-360-right:before {
    content: "\e09f";
}

.ico-arrow-arched-left:before {
    content: "\e0a0";
}

.ico-arrow-arched-right:before {
    content: "\e0a1";
}

.ico-arrow-bi-directional-diagonal-1:before {
    content: "\e0a2";
}

.ico-arrow-bi-directional-diagonal-2:before {
    content: "\e0a3";
}

.ico-arrow-bi-directional-horizontal:before {
    content: "\e0a4";
}

.ico-arrow-bi-directional-left-down:before {
    content: "\e0a5";
}

.ico-arrow-bi-directional-left-up:before {
    content: "\e0a6";
}

.ico-arrow-bi-directional-right-down:before {
    content: "\e0a7";
}

.ico-arrow-bi-directional-up-right:before {
    content: "\e0a8";
}

.ico-arrow-bi-directional-vertical:before {
    content: "\e0a9";
}

.ico-arrow-circle-down:before {
    content: "\e0aa";
}

.ico-arrow-circle-left:before {
    content: "\e0ab";
}

.ico-arrow-circle-right:before {
    content: "\e0ac";
}

.ico-arrow-circle-up:before {
    content: "\e0ad";
}

.ico-arrow-crooked-left-1:before {
    content: "\e0ae";
}

.ico-arrow-crooked-left-2:before {
    content: "\e0af";
}

.ico-arrow-crooked-right-1:before {
    content: "\e0b0";
}

.ico-arrow-crooked-right-2:before {
    content: "\e0b1";
}

.ico-arrow-curved-down-left:before {
    content: "\e0b2";
}

.ico-arrow-curved-down-right:before {
    content: "\e0b3";
}

.ico-arrow-curved-up-left:before {
    content: "\e0b4";
}

.ico-arrow-curved-up-right:before {
    content: "\e0b5";
}

.ico-arrow-down:before {
    content: "\e0b6";
}

.ico-arrow-down-left:before {
    content: "\e0b7";
}

.ico-arrow-down-right:before {
    content: "\e0b8";
}

.ico-arrow-head-circle-down:before {
    content: "\e0b9";
}

.ico-arrow-head-circle-left:before {
    content: "\e0ba";
}

.ico-arrow-head-circle-right:before {
    content: "\e0bb";
}

.ico-arrow-head-circle-up:before {
    content: "\e0bc";
}

.ico-arrow-head-down:before {
    content: "\e0bd";
}

.ico-arrow-head-left:before {
    content: "\e0be";
}

.ico-arrow-head-right:before {
    content: "\e0bf";
}

.ico-arrow-head-up:before {
    content: "\e0c0";
}

.ico-arrow-left:before {
    content: "\e0c1";
}

.ico-arrow-left-crooked-2:before {
    content: "\e0c2";
}

.ico-arrow-omni-directional-diagonal:before {
    content: "\e0c3";
}

.ico-arrow-omni-directional-horizontal:before {
    content: "\e0c4";
}

.ico-arrow-outline-circle-down:before {
    content: "\e0c5";
}

.ico-arrow-outline-circle-left:before {
    content: "\e0c6";
}

.ico-arrow-outline-circle-right:before {
    content: "\e0c7";
}

.ico-arrow-outline-circle-up:before {
    content: "\e0c8";
}

.ico-arrow-right:before {
    content: "\e0c9";
}

.ico-arrow-right-crooked-2:before {
    content: "\e0ca";
}

.ico-arrow-up:before {
    content: "\e0cb";
}

.ico-arrow-up-left:before {
    content: "\e0cc";
}

.ico-arrow-up-right:before {
    content: "\e0cd";
}

.ico-arrow-winding-left:before {
    content: "\e0ce";
}

.ico-arrow-winding-right:before {
    content: "\e0cf";
}

.ico-arrows-branch-2:before {
    content: "\e0d0";
}

.ico-arrows-branch-3:before {
    content: "\e0d1";
}

.ico-arrows-converging-horizontal:before {
    content: "\e0d2";
}

.ico-arrows-converging-vertical:before {
    content: "\e0d3";
}

.ico-arrows-diverging-horizontal-copy:before {
    content: "\e0d5";
}

.ico-arrows-diverging-vertical:before {
    content: "\e0d6";
}

.ico-recycle:before {
    content: "\e0d7";
}

.ico-refresh:before {
    content: "\e0d8";
}

.ico-phone-mobile:before {
    content: "\e086";
}

.ico-phone-receipt-capture:before {
    content: "\e087";
}

section.theme_white,
section.theme_white.skew:before,
section.theme_white.skew .background,
section.theme_white .main-content {
    background-color: #fff;
    color: #333;
}

section.theme_white .secondary-background {
    background-color: #f6f6f6;
}

section.theme_white h1,
section.theme_white h2,
section.theme_white h3,
section.theme_white h4,
section.theme_white h5,
section.theme_white h6,
section.theme_white p,
section.theme_white li,
section.theme_white svg.match-font {
    color: #333;
    fill: #333;
}

section.theme_white a:not(.btn):not(.btn-ghost),
section.theme_white a>svg.match-font {
    color: #00a9f2;
    fill: #00a9f2;
}

section.theme_white .btn-ghost {
    color: #333;
    border-color: #333;
    background-color: rgba(255, 255, 255, 0.2);
}

section.theme_white .btn-ghost:hover {
    background-color: #333;
    color: #fff;
}

section.theme_white .btn {
    color: #fff;
    box-shadow: none;
    background-color: #0078c9;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

section.theme_white .btn:hover {
    background-color: #00A9F2;
}

section.theme_white .title-border {
    border-bottom: 3px solid #00a9f2;
}

section.theme_white .quote-line:before {
    border-color: #00a9f2;
}

section.theme_light_grey,
section.theme_light_grey.skew:before,
section.theme_light_grey.skew .background,
section.theme_light_grey .main-content {
    background-color: #f6f6f6;
    color: #333;
}

section.theme_light_grey .secondary-background {
    background-color: #fff;
}

section.theme_light_grey h1,
section.theme_light_grey h2,
section.theme_light_grey h3,
section.theme_light_grey h4,
section.theme_light_grey h5,
section.theme_light_grey h6,
section.theme_light_grey p,
section.theme_light_grey li,
section.theme_light_grey svg.match-font {
    color: #333;
    fill: #333;
}

section.light_grey a:not(.btn):not(.btn-ghost),
section.light_grey a>svg.match-font {
    color: #00a9f2;
    fill: #00a9f2;
}

section.theme_light_grey .btn-ghost {
    color: #333;
    border-color: #333;
    background-color: rgba(255, 255, 255, 0.2);
}

section.theme_light_grey .btn-ghost:hover,
section.theme_light_grey .btn-ghost.active {
    background-color: #333;
    color: #fff;
}

section.theme_light_grey .btn {
    color: #fff;
    box-shadow: none;
    background-color: #0078c9;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

section.theme_light_grey .btn:hover {
    background-color: #00A9F2;
}

section.theme_light_grey .title-border {
    border-bottom: 3px solid #00a9f2;
}

section.theme_light_grey .quote-line:before {
    border-color: #00a9f2;
}

section.theme_grey,
section.theme_grey.skew:before,
section.theme_grey.skew .background,
section.theme_grey .main-content {
    background-color: #e2e2e2;
    color: #333;
}

section.theme_grey .secondary-background {
    background-color: #f6f6f6;
}

section.theme_grey h1,
section.theme_grey h2,
section.theme_grey h3,
section.theme_grey h4,
section.theme_grey h5,
section.theme_grey h6,
section.theme_grey p,
section.theme_grey li,
section.theme_grey a:not(.btn):not(.btn-ghost),
section.theme_grey svg.match-font {
    color: #333;
    fill: #333;
}

section.theme_grey .bg-white a:not(.btn):not(.btn-ghost),
section.theme_grey .bg-white a>svg.match-font {
    color: #00a9f2;
    fill: #00a9f2;
}

section.theme_grey .btn-ghost {
    color: #333;
    border-color: #333;
    background-color: rgba(255, 255, 255, 0.2);
}

section.theme_grey .btn-ghost:hover,
section.theme_grey .btn-ghost.active {
    background-color: #333;
    color: #fff;
}

section.theme_grey .btn {
    color: #fff;
    box-shadow: none;
    background-color: #0078c9;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

section.theme_grey .btn:hover {
    background-color: #00a9f2;
}

section.theme_grey .title-border {
    border-bottom: 3px solid #00a9f2;
}

section.theme_grey .quote-line:before {
    border-color: #00a9f2;
}

section.theme_light_blue,
section.theme_light_blue:before,
section.theme_light_blue .background,
section.theme_light_blue .main-content {
    background-color: #d0e4f3;
    color: #333;
}

section.theme_light_blue .secondary-background {
    background-color: #fff;
}

section.theme_light_blue h1,
section.theme_light_blue h2,
section.theme_light_blue h3,
section.theme_light_blue h4,
section.theme_light_blue h5,
section.theme_light_blue h6,
section.theme_light_blue p,
section.theme_light_blue li,
section.theme_light_blue a:not(.btn):not(.btn-ghost),
section.theme_light_blue svg.match-font {
    color: #333;
    fill: #333;
}

section.theme_light_blue .bg-white a:not(.btn):not(.btn-ghost),
section.theme_light_blue .bg-white a>svg.match-font {
    color: #00a9f2;
    fill: #00a9f2;
}

section.theme_light_blue .btn-ghost {
    color: #333;
    border-color: #333;
    background-color: rgba(255, 255, 255, 0.2);
}

section.theme_light_blue .btn-ghost:hover,
section.theme_light_blue .btn-ghost.active {
    background-color: #333;
    color: #fff;
}

section.theme_light_blue .btn {
    color: #fff;
    box-shadow: none;
    background-color: #0078c9;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

section.theme_light_blue .btn:hover {
    background-color: #00a9f2;
}

section.theme_light_blue .title-border {
    border-bottom: 3px solid #00a9f2;
}

section.theme_light_blue .quote-line:before {
    border-color: #00a9f2;
}

section.theme_concur_blue,
section.theme_concur_blue.skew:before,
section.theme_concur_blue.skew .background,
section.theme_concur_blue .main-content {
    background-color: #0078c9;
    color: #fff;
}

section.theme_concur_blue .secondary-background {
    background-color: #004a7d;
}

section.theme_concur_blue h1,
section.theme_concur_blue h2,
section.theme_concur_blue h3,
section.theme_concur_blue h4,
section.theme_concur_blue h5,
section.theme_concur_blue h6,
section.theme_concur_blue p,
section.theme_concur_blue li,
section.theme_concur_blue a:not(.btn):not(.btn-ghost),
section.theme_concur_blue svg.match-font {
    color: #fff;
    fill: #fff;
}

section.theme_concur_blue .bg-white h1,
section.theme_concur_blue .bg-white h2,
section.theme_concur_blue .bg-white h3,
section.theme_concur_blue .bg-white h4,
section.theme_concur_blue .bg-white h5,
section.theme_concur_blue .bg-white h6,
section.theme_concur_blue .bg-white p,
section.theme_concur_blue .bg-white li {
    color: #333;
    fill: #333;
}

section.theme_concur_blue .bg-white a:not(.btn):not(.btn-ghost),
section.theme_concur_blue .bg-white a>svg.match-font {
    color: #00a9f2;
    fill: #00a9f2;
}

section.theme_concur_blue .btn-ghost {
    color: white;
    border-color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

section.theme_concur_blue .btn-ghost:hover,
section.theme_concur_blue .btn-ghost.active {
    background-color: white;
    color: #004a7d;
}

section.theme_concur_blue .btn {
    color: #333;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

section.theme_concur_blue .btn:hover {
    background-color: #e5e5e5;
}

section.theme_concur_blue .btn.bg-image {
    background-color: #0078c9;
    box-shadow: 0px 3px 0px #004089;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

section.theme_concur_blue .btn.bg-image:hover,
section.theme_concur_blue .btn.bg-image.active {
    background-color: #0088e3;
}

section.theme_concur_blue .btn-ghost.bg-image.secondary {
    background-color: #fff;
    color: #333;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 600;
}

section.theme_concur_blue .btn-ghost.bg-image.secondary:hover,
section.theme_concur_blue .btn-ghost.bg-image.secondary.active {
    background-color: #e5e5e5;
}

section.theme_concur_blue .title-border {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5)
}

section.theme_concur_blue .quote-line:before {
    border-color: #fff;
}

section.theme_medium_blue,
section.theme_medium_blue.skew:before,
section.theme_medium_blue.skew .background,
section.theme_medium_blue .main-content {
    background-color: #004a7d;
    color: #fff;
}

section.theme_medium_blue .secondary-background {
    background-color: #0078c9;
}

section.theme_medium_blue h1,
section.theme_medium_blue h2,
section.theme_medium_blue h3,
section.theme_medium_blue h4,
section.theme_medium_blue h5,
section.theme_medium_blue h6,
section.theme_medium_blue p,
section.theme_medium_blue li,
section.theme_medium_blue a:not(.btn):not(.btn-ghost),
section.theme_medium_blue svg.match-font {
    color: #fff;
    fill: #fff;
}

section.theme_medium_blue .bg-white h1,
section.theme_medium_blue .bg-white h2,
section.theme_medium_blue .bg-white h3,
section.theme_concur_blue .bg-white h4,
section.theme_medium_blue .bg-white h5,
section.theme_concur_blue .bg-white h6,
section.theme_medium_blue .bg-white p,
section.theme_medium_blue .bg-white li {
    color: #333;
    fill: #333;
}

section.theme_medium_blue .bg-white a:not(.btn):not(.btn-ghost),
section.theme_medium_blue .bg-white a>svg.match-font {
    color: #00a9f2;
    fill: #00a9f2;
}

section.theme_medium_blue .btn-ghost {
    color: white;
    border-color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

section.theme_medium_blue .btn-ghost:hover,
section.theme_medium_blue .btn-ghost.active {
    background-color: white;
    color: #004a7d;
}

section.theme_medium_blue .btn {
    color: #333;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

section.theme_medium_blue .btn:hover {
    background-color: #e5e5e5;
}

section.theme_medium_blue .btn.bg-image {
    background-color: #0078c9;
    box-shadow: 0px 3px 0px #004089;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

section.theme_medium_blue .btn.bg-image:hover,
section.theme_medium_blue .btn.bg-image.active {
    background-color: #0088e3;
}

section.theme_medium_blue .btn-ghost.bg-image.secondary {
    background-color: #fff;
    color: #333;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 600;
}

section.theme_medium_blue .btn-ghost.bg-image.secondary:hover,
section.theme_medium_blue .btn-ghost.bg-image.secondary.active {
    background-color: #e5e5e5;
}

section.theme_medium_blue .title-border {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5)
}

section.theme_medium_blue .quote-line:before {
    border-color: #fff;
}