@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Lato:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a,
a:active,
a:focus {
    outline: none
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

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

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

.pointer {
    cursor: pointer
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.clear-center {
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

.clearfix,
.group {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.group:before,
.group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after,
.group:after {
    clear: both
}

.shadow-1 {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.shadow-2,
.login-box {
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.shadow-3 {
    display: block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.shadow-4 {
    display: block;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}

.shadow-5 {
    display: block;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.shadow-hover {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.shadow-hover:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer
}

.row-count td:first-child::before {
    content: counter(rowNumber, decimal);
    min-width: 1em;
    margin-right: 0.5em;
    font-weight: bold
}

* {
    box-sizing: border-box !important
}

.container {
    margin: 0 auto;
    max-width: 1200px
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 2.1277%;
        max-width: 1200px
    }
}

.main {
    min-height: 100%;
    margin-bottom: -160px
}

.main:after {
    content: "";
    display: block;
    height: 60px
}

@media screen and (min-width: 700px) {
    .group,
    .row {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -2.1277%
    }
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        flex: 0 0 auto
    }
    .span1 {
        flex-basis: 6.20563%;
        margin-left: 2.1277%;
        max-width: 6.20563%
    }
    .offset1 {
        margin-left: 10.46103% !important
    }
    .span2 {
        flex-basis: 14.53897%;
        margin-left: 2.1277%;
        max-width: 14.53897%
    }
    .offset2 {
        margin-left: 18.79437% !important
    }
    .span3 {
        flex-basis: 22.8723%;
        margin-left: 2.1277%;
        max-width: 22.8723%
    }
    .offset3 {
        margin-left: 27.1277% !important
    }
    .span4 {
        flex-basis: 31.20563%;
        margin-left: 2.1277%;
        max-width: 31.20563%
    }
    .offset4 {
        margin-left: 35.46103% !important
    }
    .span5 {
        flex-basis: 39.53897%;
        margin-left: 2.1277%;
        max-width: 39.53897%
    }
    .offset5 {
        margin-left: 43.79437% !important
    }
    .span6 {
        flex-basis: 47.8723%;
        margin-left: 2.1277%;
        max-width: 47.8723%
    }
    .offset6 {
        margin-left: 52.1277% !important
    }
    .span7 {
        flex-basis: 56.20563%;
        margin-left: 2.1277%;
        max-width: 56.20563%
    }
    .offset7 {
        margin-left: 60.46103% !important
    }
    .span8 {
        flex-basis: 64.53897%;
        margin-left: 2.1277%;
        max-width: 64.53897%
    }
    .offset8 {
        margin-left: 68.79437% !important
    }
    .span9 {
        flex-basis: 72.8723%;
        margin-left: 2.1277%;
        max-width: 72.8723%
    }
    .offset9 {
        margin-left: 77.1277% !important
    }
    .span10 {
        flex-basis: 81.20563%;
        margin-left: 2.1277%;
        max-width: 81.20563%
    }
    .offset10 {
        margin-left: 85.46103% !important
    }
    .span11 {
        flex-basis: 89.53897%;
        margin-left: 2.1277%;
        max-width: 89.53897%
    }
    .offset11 {
        margin-left: 93.79437% !important
    }
    .span12 {
        flex-basis: 97.8723%;
        margin-left: 2.1277%;
        max-width: 97.8723%
    }
    .offset12 {
        margin-left: 102.1277% !important
    }
}

.span1-search {
    flex-basis: 11.20563%;
    max-width: 11.20563%
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400
}

blockquote {
    border-left: 2px solid #0098DB;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 1em;
    padding-left: 25px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    margin: 30px 0 30px;
    color: #fff
}

h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    margin: 25px 0 75px
}

h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    margin: 15px 0 25px
}

h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 25px
}

p {
    margin: 0 0 1em
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em
}

sub {
    top: 0.4em
}

pre {
    background: #222;
    color: #fff;
    display: block;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 1em;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word
}

code {
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 10px;
    word-break: break-all;
    word-wrap: break-word
}

a {
    color: #0098DB;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none
}

ul {
    zoom: 1
}

ul:before,
ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

ul:after {
    clear: both
}

@media screen and (max-width: 700px) {
    body {
        font-size: 14px
    }
    h2 {
        font-size: 35px
    }
    h4 {
        margin: 0;
        padding: 0
    }
    h4,
    h5,
    p,
    ul,
    ol {
        font-size: 14px
    }
}

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

.subtle {
    color: #aaa
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd
}

.hr-alt {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 4.24% 0
}

.red {
    color: #f25532 !important
}

.green {
    color: #25A634
}

.white {
    color: #fff
}

.green {
    color: #25A634 !important
}

.blue {
    color: #0098DB
}

.small-icon {
    font-size: 25px !important;
    float: right;
    top: 3px;
    position: relative
}

input.icon {
    padding: 0px
}

input.icon::-webkit-input-placeholder {
    font-family: 'FontAwesome', arial, sans-serif
}

input.icon::-moz-placeholder {
    font-family: 'FontAwesome', arial, sans-serif
}

input.icon::-ms-input-placeholder {
    font-family: 'FontAwesome', arial, sans-serif
}

input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit
}

input {
    font-family: 'FontAwesome', arial, sans-serif
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.schema-menu-icon,
.account-menu-icon {
    padding: 15px 4px 18px 35px !important;
    height: 60px !important
}

.account-menu,
.db-schema {
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-align: left;
    float: right;
    z-index: 1;
    cursor: pointer
}

.account-menu ul,
.db-schema ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.account-menu ul li,
.db-schema ul li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    position: relative;
    padding: 15px 20px 15px 5px;
    cursor: pointer;
    min-height: 50px- !important;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (max-width: 320px) {
    .account-menu ul li,
    .db-schema ul li {
        margin: 0;
        padding: 0
    }
}

.account-menu ul li:hover,
.db-schema ul li:hover {
    background: #555;
    color: #111
}

.account-menu ul li ul,
.db-schema ul li ul {
    padding: 0;
    position: absolute;
    top: 60px;
    left: -170px;
    width: 230px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.account-menu ul li ul li,
.db-schema ul li ul li {
    background: #fff;
    display: block;
    color: #111;
    padding: 17px 20px 15px 15px
}

.account-menu ul li ul li:hover,
.db-schema ul li ul li:hover {
    background: #0098DB;
    color: #fff
}

.account-menu ul li:hover ul,
.db-schema ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible
}

.account-menu a,
.db-schema a {
    color: #111;
    text-decoration: none
}

.account-menu i,
.db-schema i {
    margin: 8px 18px 0 -12px
}

.account-menu i:hover,
.db-schema i:hover {
    color: #fff
}

.db-schema ul li ul {
    padding: 0;
    position: absolute;
    top: 60px;
    display: none;
    opacity: 0;
    visibility: hidden
}

.applications-menu-icon {
    padding: 18px 21px !important;
    height: 60px
}

.applications-menu {
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-align: right;
    float: right;
    color: #fff
}

@media screen and (max-width: 700px) {
    .applications-menu {
        height: 60px;
        position: initial
    }
}

.applications-menu ul {
    text-align: left;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px 0 0;
    list-style: none
}

.applications-menu ul li {
    display: inline-block;
    margin-right: -5px;
    position: relative;
    width: 60px;
    cursor: pointer;
    padding: 10px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (max-width: 700px) {
    .applications-menu ul li {
        position: initial
    }
}

.applications-menu ul li:hover {
    background: #555;
    color: #fff
}

.applications-menu ul li i:hover {
    background: #555;
    color: #fff
}

.applications-menu ul li ul {
    padding: 0;
    position: absolute;
    top: 60px;
    left: -345px;
    background: #fff;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (max-width: 700px) {
    .applications-menu ul li ul {
        width: 100%;
        float: none;
        left: 0;
        margin: 0
    }
}

.applications-menu ul li ul li {
    background: #fff;
    display: block;
    color: #111;
    width: 400px;
    position: initial
}

@media screen and (max-width: 700px) {
    .applications-menu ul li ul li {
        width: 100%;
        float: none;
        margin: 0
    }
}

.applications-menu ul li ul li:hover {
    background: #0098DB
}

.applications-menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible
}

.applications-menu a {
    color: #fff;
    text-decoration: none
}

.applications-menu i {
    text-align: center
}

nav {
    background: #0039A6;
    width: 100%;
    min-width: 338px;
    z-index: 1
}

@media screen and (max-width: 700px) {
    nav {
        padding: 0 0 0 7px;
        height: 45px
    }
}

nav ul {
    margin: 0 auto;
    padding: 0;
    position: relative
}

nav ul li {
    display: inline-block;
    margin-right: 0;
    position: relative;
    cursor: pointer;
    height: 50px;
    width: 50px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

nav ul li:hover {
    background: #0098DB
}

@media screen and (max-width: 700px) {
    nav ul li {
        width: 40px;
        height: 45px
    }
}

@media screen and (max-width: 320px) {
    nav ul li {
        width: 40px;
        height: 45px
    }
}

@media screen and (max-width: 700px) {
    nav {
        float: left
    }
}

nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px
}

@media screen and (max-width: 700px) {
    nav a {
        width: 40px
    }
}

nav a:active {
    outline: none
}

nav a:focus {
    -moz-outline-style: none
}

nav i {
    padding: 18px 15px
}

nav i i:hover {
    color: #fff
}

@media screen and (max-width: 700px) {
    nav i {
        padding: 16px 15px;
        margin-left: -3px
    }
}

nav.sub-nav {
    margin-top: 48px;
    background: #0098DB;
    width: 100%;
    min-width: 320px;
    position: absolute
}

nav.sub-nav ul {
    padding: 0;
    position: relative;
    list-style-type: none
}

nav.sub-nav ul li {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    margin-right: 0;
    -moz-margin: -9px 0pt 10px;
    position: relative
}

nav.sub-nav ul li:hover {
    background: #0039A6
}

nav.sub-nav a {
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    display: block;
    height: 45px
}

nav.sub-nav a:active {
    outline: none
}

nav.sub-nav a:focus {
    -moz-outline-style: none
}

@media screen and (max-width: 700px) {
    nav.sub-nav i {
        margin: 16px 0 5px 12px;
        padding: 0
    }
}

@media screen and (max-width: 320px) {
    nav.sub-nav i {
        margin: 16px 0 5px 12px;
        padding: 0
    }
}

#cms-logo {
    display: block;
    float: left;
    margin: 5px 0 0 0px;
    width: 250px;
    margin-left: 15px
}

#cms-logo img {
    max-height: 42px;
    margin: 10px 0 0 0
}

@media screen and (max-width: 700px) {
    #cms-logo img {
        width: 250px
    }
}

#cms-top-nav {
    position: absolute;
    top: 0;
    right: 85px;
    display: none;
    z-index: 0
}

#cms-top-nav li {
    display: inline-block
}

#cms-top-nav ul {
    margin: 0;
    padding: 0
}

#cms-top-nav a {
    display: inline-block;
    padding: .5em;
    text-transform: uppercase;
    font-weight: 600
}

#cms-top-nav a.current {
    background-color: #fff
}

.no-touch #cms-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7)
}

#cms-top-nav .okta {
    padding: 0
}

#cms-top-nav .okta img {
    height: 33px;
    margin: 0 14px;
    position: absolute;
    top: 15px;
    right: 65px
}

@media screen and (min-width: 760px) {
    #cms-top-nav {
        display: block
    }
}

#cms-menu-trigger {
    position: absolute;
    right: 20px;
    top: 0;
    width: 60px;
    height: 60px
}

#cms-menu-trigger .cms-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #3c71d1;
    font-weight: 600;
    display: none
}

#cms-menu-trigger .cms-menu-icon {
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: 31px;
    width: 30px;
    height: 3px;
    background-color: #0098DB
}

#cms-menu-trigger .cms-menu-icon::before,
#cms-menu-trigger .cms-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0px
}

#cms-menu-trigger .cms-menu-icon::before {
    bottom: 9px
}

#cms-menu-trigger .cms-menu-icon::after {
    top: 9px
}

#cms-menu-trigger.is-clicked .cms-menu-icon {
    background-color: rgba(255, 255, 255, 0)
}

#cms-menu-trigger.is-clicked .cms-menu-icon::before,
#cms-menu-trigger.is-clicked .cms-menu-icon::after {
    background-color: #46acdc
}

#cms-menu-trigger.is-clicked .cms-menu-icon::before {
    bottom: 0;
    transform: rotate(45deg)
}

#cms-menu-trigger.is-clicked .cms-menu-icon::after {
    top: 0;
    transform: rotate(-45deg)
}

@media screen and (min-width: 760px) {
    #cms-menu-trigger {
        width: 60px;
        height: 60px;
        display: block;
        padding-left: 1.25em
    }
    #cms-menu-trigger .cms-menu-text {
        display: inline-block;
        line-height: 60px
    }
    #cms-menu-trigger .cms-menu-icon {
        left: auto;
        transform: translateX(0)
    }
}

#cms-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    width: 260px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .2s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .2s;
    transition: transform .4s 0s, visibility 0s .2s;
    -webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.5);
    transform: translateX(200px)
}

#cms-lateral-nav .cms-navigation {
    margin: 10px 0 16px
}

#cms-lateral-nav .cms-navigation li {
    width: 100%;
    height: 65px;
    padding: 10px 0 0 0;
    font-size: 1rem;
    border-bottom: solid 1px #aaa;
    transition: all .4s ease, visibility 0s 0s
}

#cms-lateral-nav .cms-navigation li a {
    color: #aaa;
    border-bottom: solid 5px #fff;
    text-align: center;
    width: 100%;
    transition: all .4s ease, visibility 0s 0s
}

#cms-lateral-nav .cms-navigation li a:hover {
    color: #0098DB;
    border-left: solid 5px #0098DB
}

#cms-lateral-nav .cms-navigation li:hover {
    background-color: #fff
}

#cms-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none
}

#cms-lateral-nav a {
    display: block;
    line-height: 2em;
    color: #3c71d1
}

#cms-lateral-nav a.current {
    background-color: #c4c4c4;
    color: #FFF
}

.no-touch #cms-lateral-nav a:hover {
    color: #FFF
}

@media screen and (min-width: 760px) {
    #cms-lateral-nav .cms-navigation {
        margin: 20px 0;
        padding: 0 15px
    }
    #cms-lateral-nav .cms-navigation li {
        width: 100%;
        height: 75px;
        padding: 20px 0 30px 0;
        font-size: 1.3rem;
        border-bottom: solid 1px #aaa;
        transition: all .4s ease, visibility 0s 0s
    }
    #cms-lateral-nav .cms-navigation li a {
        color: #aaa;
        border-bottom: solid 5px #fff;
        text-align: center;
        width: 100%;
        transition: all .4s ease, visibility 0s 0s
    }
    #cms-lateral-nav .cms-navigation li a:hover {
        color: #0098DB;
        border-left: solid 5px #0098DB
    }
    #cms-lateral-nav .cms-navigation li:hover {
        background-color: #fff
    }
}

#cms-lateral-nav.lateral-menu-is-open {
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    -webkit-overflow-scrolling: touch
}

.okta-mobile {
    display: block;
    margin: 15px 0
}

.okta-mobile img {
    width: 100%;
    max-width: 35px;
    top: 28px;
    position: relative
}

.okta-mobile li {
    margin: 0 10 px
}

.okta-mobile li:hover {
    background-color: #fff
}

@media screen and (min-width: 760px) {
    .okta-mobile {
        display: none
    }
}

#cms-lateral-nav .item-has-children > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600
}

#cms-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 1em;
    background: url("../resources/img/cms-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    transition-property: transform;
    transition-duration: .2s
}

#cms-lateral-nav .item-has-children > a.submenu-open::after {
    transform: translateY(-50%) rotate(90deg)
}

.fab {
    background: #0098DB;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 2rem;
    font-size: 2rem;
    display: inline-block;
    cursor: default
}

@media screen and (min-width: 760px) {
    .fab {
        width: 64px;
        height: 64px;
        bottom: 48px;
        right: 48px;
        font-size: 3rem
    }
}

.fab .masterfab {
    position: absolute;
    padding: 12px 0px 0 0;
    margin-left: -9px;
    font-size: 2rem
}

@media screen and (min-width: 760px) {
    .fab .masterfab {
        padding: 22px 0px 0 0;
        margin-left: -13px;
        font-size: 3rem
    }
}

.fab span {
    vertical-align: middle
}

.fab.child {
    background: #0039A6;
    right: 9.66666667px;
    width: 42.66666667px;
    height: 42.66666667px;
    display: none;
    opacity: 0;
    font-size: 2em
}

@media screen and (min-width: 760px) {
    .fab.child {
        right: 58.66666667px;
        width: 42.66666667px;
        height: 42.66666667px
    }
}

.fab.child i {
    padding: 14px 0px 0 0;
    font-size: 1rem;
    color: #fff
}

.fab.child i:hover {
    opacity: .8
}

.fab.child p {
    position: absolute;
    right: 60px;
    top: 3px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: .85rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
    width: 165px
}

.fab.child p:hover {
    opacity: .8
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ECECEC;
    opacity: 0.9;
    display: none
}

.btn,
.btn-lg,
.btn-sm,
.btn-white,
.btn-green,
.btn-link,
.btn-primary,
.btn-red,
.btn-blue,
.btn-search,
.fileUpload {
    border-radius: 3px;
    border: 1px solid #aaa;
    color: #555;
    display: inline-block;
    height: 44px;
    outline: none;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0 0 0 0;
    cursor: pointer;
}

.btn:hover,
.btn-lg:hover,
.btn-sm:hover,
.btn-white:hover,
.btn-green:hover,
.btn-link:hover,
.btn-primary:hover,
.btn-red:hover,
.btn-blue:hover,
.btn-search:hover,
.fileUpload:hover,
.btn:focus,
.btn-lg:focus,
.btn-sm:focus,
.btn-white:focus,
.btn-green:focus,
.btn-link:focus,
.btn-primary:focus,
.btn-red:focus,
.btn-blue:focus,
.btn-search:focus,
.fileUpload:focus {
    color: #fff;
    text-decoration: none
}

.btn:active,
.btn-lg:active,
.btn-sm:active,
.btn-white:active,
.btn-green:active,
.btn-link:active,
.btn-primary:active,
.btn-red:active,
.btn-blue:active,
.btn-search:active,
.fileUpload:active {
    background: #0075a8;
    border-color: #0075a8
}

@media screen and (max-width: 700px) {
    .btn,
    .btn-lg,
    .btn-sm,
    .btn-white,
    .btn-green,
    .btn-link,
    .btn-primary,
    .btn-red,
    .btn-blue,
    .btn-search,
    .fileUpload {
        display: block;
        margin-bottom: 10px;
        width: 100%
    }
}

.btn-lg {
    font-size: 1.4em;
    height: 66px;
    padding: 0 60px
}

.btn-sm,
.btn-white,
.btn-green {
    padding: 0 10px;
    background-color: #0098DB;
    border-color: #0098DB;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    height: 44px;
}

.wide {
    width: 100%;
    margin-top: 15px
}

@media screen and (max-width: 700px) {
    .wide {
        margin-top: 15px
    }
}

.over-sized {
    width: 117%
}

@media screen and (max-width: 700px) {
    .over-sized {
        width: 100%
    }
}

.btn-link {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #0098DB;
    text-shadow: none;
    text-transform: none
}

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

.btn-disabled {
    background-color: #ccc;
    border-color: #333
}

.btn-disabled:hover {
    background-color: #ccc;
    border-color: #333
}

.btn-primary,
.btn-red,
.btn-blue {
    background-color: #0098DB;
    border-color: #0098DB;
    color: #fff
}

.btn-primary:hover,
.btn-red:hover,
.btn-blue:hover,
.btn-primary:focus,
.btn-red:focus,
.btn-blue:focus {
    background: #0086c2;
    border-color: #0086c2;
    color: #fff
}

.btn-primary:active,
.btn-red:active,
.btn-blue:active {
    background: #0075a8;
    border-color: #0075a8;
    color: #fff
}

.btn-search {
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #0098DB;
    border-color: #0098DB;
    color: #fff;
    height: 35px
}

.btn-search:hover,
.btn-search:focus {
    background: #0086c2;
    border-color: #0086c2;
    color: #fff
}

.btn-search:active {
    background: #0075a8;
    border-color: #0075a8;
    color: #fff
}

.btn-white {
    background-color: #fff
}

.btn-red {
    margin-left: 10px;
    background-color: #f25532;
    border-color: #FF7A7A;
    color: #fff;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn-red:hover {
    background-color: #f0411a !important;
    border-color: #f25532;
    color: #fff
}

.btn-red:active {
    background-color: #f0411a !important;
    border-color: #f25532;
    color: #f25532
}

.btn-red:focus {
    background-color: #f0411a !important;
    border-color: #f25532;
    color: #fff
}

@media screen and (max-width: 700px) {
    .btn-red {
        width: 100% !important
    }
}

.btn-green {
    background-color: #25A634;
    border-color: #73FF6F;
    color: #fff
}

.btn-green:hover {
    background-color: #73FF6F;
    border-color: #25A634;
    color: #fff
}

.btn-green:active {
    background-color: #fff;
    border-color: #25A634;
    color: #25A634
}

.btn-blue {
    margin-left: 10px
}

.action-buttons {
    float: right;
    width: 100%;
    margin: 1.06385% 0;
    padding: 0
}

.action-buttons button {
    float: right;
    margin-right: 10px
}

.action-buttons button:first-of-type {
    margin: 0
}

@media screen and (max-width: 700px) {
    .action-buttons button {
        margin: 10px 0 0 0
    }
}

.action-buttons.notop {
    margin-top: 0 !important
}

.fileUpload {
    position: relative;
    overflow: hidden;
    padding-top: 2px
}

@media screen and (max-width: 700px) {
    .fileUpload {
        margin: 0
    }
}

.fileUpload.btn-sm,
.fileUpload.btn-white,
.fileUpload.btn-green {
    margin: 0
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

@media screen and (max-width: 700px) {
    .login-btn {
        margin-top: 50px
    }
}

.remove {
    width: 150px
}

label {
    display: block
}

.required:after {
    content: " *";
    color: #f25532
}

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
input[type=date],
textarea,
select {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 1.2em !important;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    background-color: #fff;
    height: 35px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width: 700px) {
    input[type=text],
    input[type=email],
    input[type=phone],
    input[type=password],
    input[type=number],
    input[type=search],
    textarea,
    select {
        height: 2.5em
    }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
    border-color: #0098DB
}

input[type=text].full-width,
input[type=email].full-width,
input[type=phone].full-width,
input[type=password].full-width,
input[type=number].full-width,
input[type=search].full-width,
textarea.full-width,
select.full-width {
    width: 100%
}

.short-field {
    height: 35px !important;
    white-space: nowrap
}

select {
    padding: 2px 7px;
    min-width: 100px;
    white-space: nowrap
}

option {
    width: 100%
}

textarea {
    min-height: 101.2px !important;
    resize: none
}

form p {
    padding: 0;
    margin: 0
}

form .field {
    margin-bottom: 1em;
    min-height: 45px !important
}

form .hint {
    color: #aaa;
    margin-top: 5px
}

form .is-required {
    font-style: italic
}

form .error-description {
    color: #ccc;
    margin-top: 5px
}

.checkbox input[type=radio],
.checkbox input[type=checkbox],
.checkbox label,
.radio input[type=radio],
.radio input[type=checkbox],
.radio label {
    display: inline-block;
    font-weight: 400
}

.field {
    margin-bottom: 15px
}

.field label {
    color: #333;
    float: left;
    width: 100%;
    text-align: left !important;
    font-weight: bold;
    margin-bottom: 3px
}

.text {
    margin: 15px 0;
    -ms-word-break: break-all;
    word-break: hyphens;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.month {
    width: 32% !important;
    margin-right: 2% !important;
    overflow: hidden;
    white-space: nowrap;
    float: left !important
}

.day {
    width: 32% !important;
    margin-right: 2% !important;
    overflow: hidden;
    white-space: nowrap;
    float: left !important
}

.year {
    width: 30% !important;
    overflow: hidden;
    white-space: nowrap;
    float: left !important
}

.check-with-label:checked + .label-for-check {
    font-weight: 500
}

.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px
}

.dropdown ul {
    margin: -1px 0 0 0
}

.dropdown dd {
    position: relative
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px
}

.dropdown dt a {
    background-color: #fff;
    display: block;
    height: 32px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dropdown dt a span,
.mutliSelect span {
    cursor: pointer;
    display: inline-block;
    color: #333;
    font-size: 1.3em;
    padding: 7px
}

.dropdown dd ul {
    position: absolute;
    top: 43px;
    left: 0px;
    margin: 0;
    background-color: #fff;
    list-style: none;
    display: none;
    border: 1px solid #CCCCCC;
    border-top: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    z-index: 1
}

@media screen and (max-width: 700px) {
    .dropdown dd ul {
        top: 45px;
        margin: 0
    }
}

.dropdown span.value {
    display: none
}

.dropdown dd ul li a {
    padding: 10px 0;
    display: block
}

.dropdown dd ul li a:hover {
    background-color: #fff;
    padding: 0
}

.mutliSelect li {
    margin: 15px 0 0;
    color: #333;
    font-weight: 400
}

.mutliSelect input[type=checkbox] {
    margin-right: 10px
}

.dropdown.mutliSelect span {
    padding: 0
}

@media screen and (max-width: 700px) {
    #timeFrameUnit {
        margin: 20px 0
    }
}

.site-search input[type="text"],
.site-search input[type="password"],
.site-search input[type="datetime"],
.site-search input[type="datetime-local"],
.site-search input[type="date"],
.site-search input[type="month"],
.site-search input[type="time"],
.site-search input[type="week"],
.site-search input[type="number"],
.site-search input[type="email"],
.site-search input[type="url"],
.site-search input[type="search"],
.site-search input[type="tel"],
.site-search input[type="color"],
.site-search select,
.site-search textarea,
.site-search .field {
    font-family: "fontawesome";
    display: block;
    height: 31px;
    line-height: 1em;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5287e5;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    border-radius: 0px;
    width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    background-color: #fff;
    border-bottom: 3px solid #90adc7;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.site-search input[type="text"]:focus,
.site-search input[type="text"]:active,
.site-search input[type="password"]:focus,
.site-search input[type="password"]:active,
.site-search input[type="datetime"]:focus,
.site-search input[type="datetime"]:active,
.site-search input[type="datetime-local"]:focus,
.site-search input[type="datetime-local"]:active,
.site-search input[type="date"]:focus,
.site-search input[type="date"]:active,
.site-search input[type="month"]:focus,
.site-search input[type="month"]:active,
.site-search input[type="time"]:focus,
.site-search input[type="time"]:active,
.site-search input[type="week"]:focus,
.site-search input[type="week"]:active,
.site-search input[type="number"]:focus,
.site-search input[type="number"]:active,
.site-search input[type="email"]:focus,
.site-search input[type="email"]:active,
.site-search input[type="url"]:focus,
.site-search input[type="url"]:active,
.site-search input[type="search"]:focus,
.site-search input[type="search"]:active,
.site-search input[type="tel"]:focus,
.site-search input[type="tel"]:active,
.site-search input[type="color"]:focus,
.site-search input[type="color"]:active,
.site-search select:focus,
.site-search select:active,
.site-search textarea:focus,
.site-search textarea:active,
.site-search .field:focus,
.site-search .field:active {
    background-color: #e1e8ec;
    border-bottom: 3px solid #5287e5;
    outline: none;
    font-weight: 100
}

.site-search input[type="text"].error,
.site-search input[type="text"].is-invalid,
.site-search input[type="password"].error,
.site-search input[type="password"].is-invalid,
.site-search input[type="datetime"].error,
.site-search input[type="datetime"].is-invalid,
.site-search input[type="datetime-local"].error,
.site-search input[type="datetime-local"].is-invalid,
.site-search input[type="date"].error,
.site-search input[type="date"].is-invalid,
.site-search input[type="month"].error,
.site-search input[type="month"].is-invalid,
.site-search input[type="time"].error,
.site-search input[type="time"].is-invalid,
.site-search input[type="week"].error,
.site-search input[type="week"].is-invalid,
.site-search input[type="number"].error,
.site-search input[type="number"].is-invalid,
.site-search input[type="email"].error,
.site-search input[type="email"].is-invalid,
.site-search input[type="url"].error,
.site-search input[type="url"].is-invalid,
.site-search input[type="search"].error,
.site-search input[type="search"].is-invalid,
.site-search input[type="tel"].error,
.site-search input[type="tel"].is-invalid,
.site-search input[type="color"].error,
.site-search input[type="color"].is-invalid,
.site-search select.error,
.site-search select.is-invalid,
.site-search textarea.error,
.site-search textarea.is-invalid,
.site-search .field.error,
.site-search .field.is-invalid {
    color: #f25532;
    border-color: #f25532;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #f25532
}

.site-search input[type="text"].success,
.site-search input[type="text"].is-valid,
.site-search input[type="password"].success,
.site-search input[type="password"].is-valid,
.site-search input[type="datetime"].success,
.site-search input[type="datetime"].is-valid,
.site-search input[type="datetime-local"].success,
.site-search input[type="datetime-local"].is-valid,
.site-search input[type="date"].success,
.site-search input[type="date"].is-valid,
.site-search input[type="month"].success,
.site-search input[type="month"].is-valid,
.site-search input[type="time"].success,
.site-search input[type="time"].is-valid,
.site-search input[type="week"].success,
.site-search input[type="week"].is-valid,
.site-search input[type="number"].success,
.site-search input[type="number"].is-valid,
.site-search input[type="email"].success,
.site-search input[type="email"].is-valid,
.site-search input[type="url"].success,
.site-search input[type="url"].is-valid,
.site-search input[type="search"].success,
.site-search input[type="search"].is-valid,
.site-search input[type="tel"].success,
.site-search input[type="tel"].is-valid,
.site-search input[type="color"].success,
.site-search input[type="color"].is-valid,
.site-search select.success,
.site-search select.is-valid,
.site-search textarea.success,
.site-search textarea.is-valid,
.site-search .field.success,
.site-search .field.is-valid {
    color: #25A634;
    border-color: #25A634;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #25A634
}

.site-search input[type="text"][disabled],
.site-search input[type="text"].is-disabled,
.site-search input[type="password"][disabled],
.site-search input[type="password"].is-disabled,
.site-search input[type="datetime"][disabled],
.site-search input[type="datetime"].is-disabled,
.site-search input[type="datetime-local"][disabled],
.site-search input[type="datetime-local"].is-disabled,
.site-search input[type="date"][disabled],
.site-search input[type="date"].is-disabled,
.site-search input[type="month"][disabled],
.site-search input[type="month"].is-disabled,
.site-search input[type="time"][disabled],
.site-search input[type="time"].is-disabled,
.site-search input[type="week"][disabled],
.site-search input[type="week"].is-disabled,
.site-search input[type="number"][disabled],
.site-search input[type="number"].is-disabled,
.site-search input[type="email"][disabled],
.site-search input[type="email"].is-disabled,
.site-search input[type="url"][disabled],
.site-search input[type="url"].is-disabled,
.site-search input[type="search"][disabled],
.site-search input[type="search"].is-disabled,
.site-search input[type="tel"][disabled],
.site-search input[type="tel"].is-disabled,
.site-search input[type="color"][disabled],
.site-search input[type="color"].is-disabled,
.site-search select[disabled],
.site-search select.is-disabled,
.site-search textarea[disabled],
.site-search textarea.is-disabled,
.site-search .field[disabled],
.site-search .field.is-disabled {
    cursor: not-allowed;
    border-color: #aaa;
    opacity: 0.6
}

.site-search input[type="text"][disabled]:focus,
.site-search input[type="text"][disabled]:active,
.site-search input[type="text"].is-disabled:focus,
.site-search input[type="text"].is-disabled:active,
.site-search input[type="password"][disabled]:focus,
.site-search input[type="password"][disabled]:active,
.site-search input[type="password"].is-disabled:focus,
.site-search input[type="password"].is-disabled:active,
.site-search input[type="datetime"][disabled]:focus,
.site-search input[type="datetime"][disabled]:active,
.site-search input[type="datetime"].is-disabled:focus,
.site-search input[type="datetime"].is-disabled:active,
.site-search input[type="datetime-local"][disabled]:focus,
.site-search input[type="datetime-local"][disabled]:active,
.site-search input[type="datetime-local"].is-disabled:focus,
.site-search input[type="datetime-local"].is-disabled:active,
.site-search input[type="date"][disabled]:focus,
.site-search input[type="date"][disabled]:active,
.site-search input[type="date"].is-disabled:focus,
.site-search input[type="date"].is-disabled:active,
.site-search input[type="month"][disabled]:focus,
.site-search input[type="month"][disabled]:active,
.site-search input[type="month"].is-disabled:focus,
.site-search input[type="month"].is-disabled:active,
.site-search input[type="time"][disabled]:focus,
.site-search input[type="time"][disabled]:active,
.site-search input[type="time"].is-disabled:focus,
.site-search input[type="time"].is-disabled:active,
.site-search input[type="week"][disabled]:focus,
.site-search input[type="week"][disabled]:active,
.site-search input[type="week"].is-disabled:focus,
.site-search input[type="week"].is-disabled:active,
.site-search input[type="number"][disabled]:focus,
.site-search input[type="number"][disabled]:active,
.site-search input[type="number"].is-disabled:focus,
.site-search input[type="number"].is-disabled:active,
.site-search input[type="email"][disabled]:focus,
.site-search input[type="email"][disabled]:active,
.site-search input[type="email"].is-disabled:focus,
.site-search input[type="email"].is-disabled:active,
.site-search input[type="url"][disabled]:focus,
.site-search input[type="url"][disabled]:active,
.site-search input[type="url"].is-disabled:focus,
.site-search input[type="url"].is-disabled:active,
.site-search input[type="search"][disabled]:focus,
.site-search input[type="search"][disabled]:active,
.site-search input[type="search"].is-disabled:focus,
.site-search input[type="search"].is-disabled:active,
.site-search input[type="tel"][disabled]:focus,
.site-search input[type="tel"][disabled]:active,
.site-search input[type="tel"].is-disabled:focus,
.site-search input[type="tel"].is-disabled:active,
.site-search input[type="color"][disabled]:focus,
.site-search input[type="color"][disabled]:active,
.site-search input[type="color"].is-disabled:focus,
.site-search input[type="color"].is-disabled:active,
.site-search select[disabled]:focus,
.site-search select[disabled]:active,
.site-search select.is-disabled:focus,
.site-search select.is-disabled:active,
.site-search textarea[disabled]:focus,
.site-search textarea[disabled]:active,
.site-search textarea.is-disabled:focus,
.site-search textarea.is-disabled:active,
.site-search .field[disabled]:focus,
.site-search .field[disabled]:active,
.site-search .field.is-disabled:focus,
.site-search .field.is-disabled:active {
    background-color: #5287e5
}

.site-search button {
    margin-top: -53px;
    color: #0098DB;
    margin-right: 5px
}

.sm-field {
    height: 30px !important;
    width: 85px !important
}

.md-field {
    height: 30px !important;
    width: 215px !important
}

img,
video,
audio,
iframe,
object {
    width: 100%
}

.media {
    margin: 0;
    padding: 0;
    list-style: none
}

.media .item {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-top: 1px dotted #0039A6;
    zoom: 1
}

.media .item:hover {
    background: #efb530
}

.media .item:last-of-type {
    border-bottom: 1px dotted #0039A6
}

.media .item:before,
.media .item:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.media .item:after {
    clear: both
}

.media .head {
    margin: 0;
    padding: 0;
    color: #0098DB;
    font-size: 2rem
}

#typography .media .head {
    color: #f25532
}

.media p {
    margin: 0;
    font-size: 1.5rem
}

.media img {
    float: left;
    margin-right: 10px
}

.media a {
    text-decoration: none;
    color: #0098DB
}

.table-container {
    height: 35px;
    margin: 10px 0 10px 0
}

.table-wrap {
    font-family: "Century Gothic", Helvetica, Arial;
    background-color: #fff;
    padding: 15px 0 0 0;
    margin-top: -2.1277%;
    zoom: 1
}

.table-wrap:before,
.table-wrap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.table-wrap:after {
    clear: both
}

@media screen and (max-width: 760px) {
    .table-wrap {
        overflow-y: hidden
    }
}

@media screen and (max-width: 700px) {
    .table-wrap {
        overflow-y: hidden
    }
}

@media screen and (max-width: 320px) {
    .table-wrap {
        overflow-y: hidden
    }
}

.border-bottom {
    border-bottom: 1px solid #ccc
}

.card-table-wrap {
    zoom: 1;
    font-family: "Century Gothic", Helvetica, Arial;
    margin: 0 0 0 0;
    overflow-x: scroll !important;
    width: 100%
}

.card-table-wrap:before,
.card-table-wrap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.card-table-wrap:after {
    clear: both
}

@media screen and (max-width: 760px) {
    .card-table-wrap {
        overflow-y: hidden
    }
}

@media screen and (max-width: 700px) {
    .card-table-wrap {
        overflow-y: hidden
    }
}

@media screen and (max-width: 320px) {
    .card-table-wrap {
        overflow-y: hidden
    }
}

.table-nav {
    padding: 10px
}

.table-nav a {
    color: #333
}

.table-nav a:hover {
    color: #0098DB
}

.table-nav i {
    font-size: 1.3em;
    padding-left: 15px
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    font-family: "Century Gothic", Helvetica, Arial;
    margin: 0;
    width: 100%;
    min-width: 850px;
    counter-reset: rowNumber
}

table th,
table td {
    padding: 10px;
    text-align: left;
    color: #333;
    font-size: .9em
}

table th {
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 15px 10px 15px 10px;
    background-color: #fff
}

table td {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

table tr a {
    color: #333
}

table tr:not(:first-child) {
    counter-increment: rowNumber
}

table tr:nth-child(even) {
    background: #eee
}

table tr:nth-child(odd) {
    background: #FFF
}

table.clickable tr {
    cursor: pointer;
    cursor: hand;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

table.clickable tr:hover:nth-child(even) {
    background: #ABDBF8
}

table.clickable tr:hover:nth-child(odd) {
    background: #ABDBF8
}

tr.row-red {
    border-left: 5px solid #f25532
}

tr.row-yellow {
    border-left: 5px solid #e6a120;
    background: #e6a120, 60% !important;
    opacity: 40%
}

tr.row-white {
    border-left: 5px solid #aaa
}

tr.row-green {
    border-left: 5px solid #25A634
}

.small-cell {
    width: 110px
}

.medium-cell {
    width: 240px
}

.large-cell {
    width: 450px
}

.alert-placeholder {
    display: none
}

.inline-message {
    background-color: #fde0da
}

.alert,
.alert-danger,
.alert-success,
.alert-warning,
.alert-info,
.alert-empty {
    zoom: 1;
    border-left: 3px solid;
    padding: 15px
}

.alert:before,
.alert-danger:before,
.alert-success:before,
.alert-warning:before,
.alert-info:before,
.alert-empty:before,
.alert:after,
.alert-danger:after,
.alert-success:after,
.alert-warning:after,
.alert-info:after,
.alert-empty:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.alert:after,
.alert-danger:after,
.alert-success:after,
.alert-warning:after,
.alert-info:after,
.alert-empty:after {
    clear: both
}

.alert p:last-child,
.alert-danger p:last-child,
.alert-success p:last-child,
.alert-warning p:last-child,
.alert-info p:last-child,
.alert-empty p:last-child {
    margin-bottom: 0
}

.alert .btn,
.alert-danger .btn,
.alert-success .btn,
.alert-warning .btn,
.alert-info .btn,
.alert-empty .btn,
.alert .btn-lg,
.alert-danger .btn-lg,
.alert-success .btn-lg,
.alert-warning .btn-lg,
.alert-info .btn-lg,
.alert-empty .btn-lg,
.alert .btn-sm,
.alert-danger .btn-sm,
.alert-success .btn-sm,
.alert-warning .btn-sm,
.alert-info .btn-sm,
.alert-empty .btn-sm,
.alert .btn-white,
.alert-danger .btn-white,
.alert-success .btn-white,
.alert-warning .btn-white,
.alert-info .btn-white,
.alert-empty .btn-white,
.alert .btn-green,
.alert-danger .btn-green,
.alert-success .btn-green,
.alert-warning .btn-green,
.alert-info .btn-green,
.alert-empty .btn-green,
.alert .btn-link,
.alert-danger .btn-link,
.alert-success .btn-link,
.alert-warning .btn-link,
.alert-info .btn-link,
.alert-empty .btn-link,
.alert .btn-primary,
.alert-danger .btn-primary,
.alert-success .btn-primary,
.alert-warning .btn-primary,
.alert-info .btn-primary,
.alert-empty .btn-primary,
.alert .btn-red,
.alert-danger .btn-red,
.alert-success .btn-red,
.alert-warning .btn-red,
.alert-info .btn-red,
.alert-empty .btn-red,
.alert .btn-blue,
.alert-danger .btn-blue,
.alert-success .btn-blue,
.alert-warning .btn-blue,
.alert-info .btn-blue,
.alert-empty .btn-blue,
.alert .btn-search,
.alert-danger .btn-search,
.alert-success .btn-search,
.alert-warning .btn-search,
.alert-info .btn-search,
.alert-empty .btn-search,
.alert .fileUpload,
.alert-danger .fileUpload,
.alert-success .fileUpload,
.alert-warning .fileUpload,
.alert-info .fileUpload,
.alert-empty .fileUpload {
    margin: 0
}

.alert-danger {
    background: #fde0da;
    border-color: #f25532;
    color: #cb2f0d
}

.alert-danger i {
    color: #e3350e
}

.alert-danger i:hover {
    color: #f57d62
}

.alert-success {
    display: block;
    background: #c0f1c5;
    border-color: #25A634;
    color: #1c7c27
}

.alert-success i {
    color: #1c7c27
}

.alert-success i:hover {
    color: #2ed041
}

.alert-warning {
    background: #fbeed7;
    border-color: #e6a120;
    color: #be8315
}

.alert-warning i {
    color: #be8315
}

.alert-warning i:hover {
    color: #ebb44e
}

.alert-info {
    background: #fff;
    border-color: #5287e5;
    color: #2668de
}

.alert-info i {
    color: #2668de
}

.alert-info i:hover {
    color: #7ea6ec
}

.alert-empty {
    background: #f4f4f4;
    border: 1px dashed #ccc;
    text-align: center
}

.alert-empty i {
    color: #555
}

.alert-empty i:hover {
    color: #7ea6ec
}

.loading {
    background: url("/resources/img/field-loader.gif") no-repeat right center;
    background-position: 98% 50%
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #0098DB;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.2s infinite ease;
    animation: sk-cubeGridScaleDelay 1.2s infinite ease
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.sub-card {
    zoom: 1;
    background-color: none;
    margin-bottom: 2.1277%;
    width: 100%;
    padding-bottom: 5px !important
}

.sub-card:before,
.sub-card:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.sub-card:after {
    clear: both
}

.sub-card header {
    background: none !important;
    height: 50px;
    position: relative;
    margin: 0
}

@media screen and (max-width: 700px) {
    .sub-card header {
        margin: 0;
        height: 50px
    }
}

@media screen and (max-width: 320px) {
    .sub-card header {
        border-top: 0px solid #fff;
        margin: 0;
        height: 50px
    }
}

.sub-card header i {
    display: inline-block;
    padding: 11px;
    color: #0098DB;
    font-size: 2em;
    text-align: center
}

.sub-card header label {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin: 0;
    color: #0098DB;
    font-size: 19px;
    font-style: normal;
    font-weight: 800
}

.sub-card2 {
    zoom: 1;
    background-color: none;
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.sub-card2:before,
.sub-card2:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.sub-card2:after {
    clear: both
}

.sub-card2 .body {
    padding-bottom: 0 !important;
    padding-top: 20px !important
}

.sub-card2 header {
    background: none !important;
    height: 55px;
    position: relative;
    margin: 0
}

@media screen and (max-width: 700px) {
    .sub-card2 header {
        margin: 0;
        height: 50px
    }
}

@media screen and (max-width: 320px) {
    .sub-card2 header {
        border-top: 0px solid #fff;
        margin: 0;
        height: 50px
    }
}

.sub-card2 header i {
    display: inline-block;
    padding: 11px;
    color: #0098DB;
    font-size: 2em;
    text-align: center
}

.sub-card2 header label {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin: 0;
    color: #0098DB;
    font-size: 19px;
    font-style: normal;
    font-weight: 800
}

.card {
    zoom: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    margin-bottom: 2.1277%;
    width: 100%
}

.card:before,
.card:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.card:after {
    clear: both
}

.card header {
    background: #fff;
    height: 55px;
    position: relative;
    margin: 0;
    border-bottom: 2px solid #0098DB;
    width: 100%
}

@media screen and (max-width: 700px) {
    .card header {
        margin: 0;
        height: 50px
    }
}

@media screen and (max-width: 320px) {
    .card header {
        border-top: 0px solid #fff;
        margin: 0;
        height: 50px
    }
}

.card header i {
    display: inline-block;
    padding: 11px;
    color: #0098DB;
    font-size: 2em;
    text-align: center
}

.card header label {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin: 0;
    color: #0098DB;
    font-size: 19px;
    font-style: normal;
    font-weight: 800
}

.card .body {
    zoom: 1;
    padding: 3.1% 2.1277%;
    margin-bottom: 0
}

.card .body:before,
.card .body:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.card .body:after {
    clear: both
}

@media screen and (max-width: 700px) {
    .card .body {
        padding: 2.1277%;
        padding-bottom: .8%
    }
}

.card .body label {
    font-weight: bold;
    display: inline-block !important
}

.card .body h3 {
    padding: 0;
    margin: 0
}

.picker {
    font-size: 1em;
    text-align: left;
    line-height: 1.2;
    color: #333;
    position: relative;
    z-index: 1000
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 225px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    max-height: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: all .15s ease-out, max-height 0 .15s;
    -moz-transition: all .15s ease-out, max-height 0 .15s;
    transition: all .15s ease-out, max-height 0 .15s
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: all .15s ease-out, max-height 0;
    -moz-transition: all .15s ease-out, max-height 0;
    transition: all .15s ease-out, max-height 0;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12)
}

.picker__list {
    list-style: none;
    padding: 0 0 .8em;
    margin: 0
}

.picker__list li {
    color: white
}

.picker__list li:nth-child(-n + 16) {
    background: #3c71d1
}

.picker__list li:nth-child(-n + 16):hover {
    background-color: #8080ff
}

.picker__list li:nth-child(n + 17):nth-child(-n + 24) {
    background: #5287e5
}

.picker__list li:nth-child(n + 17):nth-child(-n + 24):hover {
    background-color: #bebeff
}

.picker__list li:nth-child(n + 25):nth-child(-n + 42) {
    background: #46acdc
}

.picker__list li:nth-child(n + 25):nth-child(-n + 42):hover {
    background-color: #86c5da
}

.picker__list li:nth-child(n + 43):nth-child(-n + 59) {
    background: #efb530
}

.picker__list li:nth-child(n + 43):nth-child(-n + 59):hover {
    background-color: #e6a120
}

.picker__list li:nth-child(n + 60):nth-child(-n + 70) {
    background: #e6a120
}

.picker__list li:nth-child(n + 60):nth-child(-n + 70):hover {
    background-color: #f25532
}

.picker__list li:nth-child(n + 71):nth-child(-n + 80) {
    background: #f25532
}

.picker__list li:nth-child(n + 71):nth-child(-n + 80):hover {
    background-color: #85144b
}

.picker__list li:nth-child(n + 81):nth-child(-n + 90) {
    background: #85144b
}

.picker__list li:nth-child(n + 81):nth-child(-n + 90):hover {
    background-color: #3c71d1
}

.picker__list li:nth-child(n + 90):nth-child(-n + 96) {
    background: #3c71d1
}

.picker__list li:nth-child(n + 90):nth-child(-n + 96):hover {
    background-color: #8080ff
}

.picker__list li:nth-child(49) {
    background: #ff0 !important;
    color: orange;
    border-top: 3px dotted #efb530;
    border-bottom: 3px dotted #efb530
}

.picker__list li:nth-child(49):hover {
    background-color: #000;
    color: #f25532
}

.picker__list li:nth-child(50) {
    border-top: none
}

.picker__list-item {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: -1px;
    position: relative;
    background: #fff;
    padding: .75em 1.25em
}

.picker__list-item:hover {
    cursor: pointer;
    color: #000;
    z-index: 10
}

@media (min-height: 40.125em) {
    .picker__list-item .picker__list-item {
        padding: .5em 1em
    }
}

.picker__list-item--selected,
.picker__list-item--selected:hover {
    border-color: #0089ec;
    z-index: 10
}

.picker__list-item--highlighted {
    background: #b1dcfb
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
    background: #0089ec;
    color: #fff
}

.picker__list-item--disabled,
.picker__list-item--disabled:hover {
    background: whitesmoke;
    border-color: whitesmoke;
    color: #ddd;
    cursor: default;
    border-color: #777;
    z-index: auto
}

.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: 0;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    background: #e20;
    border-color: #e20;
    cursor: pointer;
    color: #fff;
    outline: 0
}

.picker--time .picker__button--clear:before {
    top: -.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: 700
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
    color: #fff
}

.picker--time {
    min-width: 256px
}

.picker--time .picker__holder {
    background: #f2f2f2
}

@media (min-height: 33.875em) {
    .picker--time .picker__holder {
        font-size: .875em
    }
}

.picker--time .picker__box {
    padding: 0
}

.noscroll {
    overflow: hidden
}

[aria-hidden="true"] {
    display: none
}

[aria-hidden="false"] {
    display: block
}

.overlay {
    background-size: cover;
    color: #333;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
    margin: 0
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.overlay h1 {
    text-align: center;
    margin: 10vh 0
}

.overlay ul li {
    margin-bottom: 5px
}

#popup {
    margin: 0;
    width: 100vw;
    z-index: 1000;
    display: none
}

.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    min-width: 43vw;
    max-width: 700px;
    position: relative;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 700px) {
    .popup {
        padding: 20px;
        background: #fff;
        min-width: 50vw;
        border-radius: 0px;
        width: 100vw;
        height: 100vh;
        position: relative;
        transition: all .2s ease-in-out;
        position: absolute;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 20px;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-size: 2em
}

.popup .overlay-content {
    max-height: 30%
}

.loading-popup {
    margin: 30vh auto 0 !important;
    position: relative;
    transition: all .5s ease-in-out
}

#popup2 {
    margin: 0;
    width: 100vw;
    z-index: 1000;
    display: none
}

.popup2 {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    min-width: 50vw;
    max-width: 600px;
    position: relative;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 700px) {
    .popup2 {
        padding: 20px;
        background: #fff;
        min-width: 50vw;
        border-radius: 0px;
        width: 100vw;
        height: 100vh;
        position: relative;
        transition: all .2s ease-in-out;
        position: absolute;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

.popup2 .close {
    position: absolute;
    top: 0;
    right: 20px;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-size: 2em
}

.popup2 .overlay-content {
    max-height: 30%
}

#popup-scroll {
    margin: 0;
    width: 100vw;
    z-index: 1000;
    display: none
}

.popup-scroll {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    min-width: 50vw;
    transition: all .5s ease-in-out;
    overflow-y: scroll;
    max-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 700px) {
    .popup-scroll {
        padding: 20px;
        background: #fff;
        min-width: 50vw;
        border-radius: 0px;
        width: 100vw;
        height: 100vw;
        max-height: 100%;
        position: relative;
        transition: all .2s ease-in-out;
        position: absolute;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

.popup-scroll .close {
    position: absolute;
    top: 0;
    right: 20px;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-size: 2em
}

.popup-scroll .overlay-content {
    max-height: 30%
}

ul.simple-pagination {
    list-style: none
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

span.ellipse.clickable {
    cursor: pointer
}

.ellipse input {
    width: 3em
}

.pagination-wrapper {
    margin: 15px 0 12px 10px
}

.compact-theme a,
.compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%)
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: -o-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: linear-gradient(to bottom, #efefef 0%, #bbbbbb 100%)
}

.compact-theme li:first-child a,
.compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px
}

.compact-theme li:last-child a,
.compact-theme li:last-child span {
    border-radius: 0 3px 3px 0
}

.compact-theme .current {
    background: #bbbbbb;
    background: -moz-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -o-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: linear-gradient(to bottom, #bbbbbb 0%, #efefef 100%);
    cursor: default
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default
}

.light-theme a,
.light-theme span {
    float: left;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 7px 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%)
}

.light-theme a:hover,
.light-theme span:hover {
    text-decoration: none;
    background: #ccc
}

.light-theme .current {
    background: #555;
    color: #fff;
    border-color: #444;
    box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default
}

.progress {
    margin: 40px auto 0px;
    text-align: center;
    width: 100%
}

.progress .circle,
.progress .bar {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da
}

.progress .bar {
    position: relative;
    height: 6px;
    width: 14%;
    margin: -10px -5px 33px -5px;
    border-left: none;
    border-right: none;
    border-radius: 0
}

.progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #0098DB;
    font-size: 17px
}

.progress .circle .title {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap
}

label i {
    line-height: 32px
}

.progress .bar.done,
.progress .circle.done {
    background: #0098DB
}

.progress .bar.active {
    background: linear-gradient(to right, #eeeeee 40%, #ffffff 60%)
}

.progress .circle.done .label {
    color: #FFF;
    background: #006699;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2)
}

.progress .circle.done .title {
    color: #fff;
    text-align: center
}

.progress .circle.active .label {
    color: #FFF;
    background: #00aeef;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    font-weight: 900;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.progress .circle.active .title {
    color: #fff;
    font-weight: 900
}

.circle {
    display: block;
    clear: both
}

.fa {
    line-height: 32px !important
}

html {
    min-height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important
}

.home-bg {
    background-color: #000000 !important;
    background: url("https://app-info.s3.amazonaws.com/info/MCOE/MCOE-ASSETS/home-bg.jpg");
    background-repeat: no-repeat;
    display: cover;
    background-size: 100% auto;
    background-position: center bottom;
    overflow-x: hidden
}

@media screen and (max-width: 700px) {
    .home-bg {
        overflow-x: hidden
    }
}

body {
    background-color: #000000 !important;
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    background: url("../img/site-bg.jpg");
    background-position: center bottom;
    display: cover;
    position: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media screen and (max-width: 700px) {
    body {
        overflow-x: hidden
    }
}

.suite-header-bar {
    zoom: 1;
    background: #fff;
    width: 100%;
    display: block;
    z-index: 100;
    height: 60px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transition-property: transform;
    transition-duration: .4s
}

.suite-header-bar:before,
.suite-header-bar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.suite-header-bar:after {
    clear: both
}

.suite-header-bar.lateral-menu-is-open {
    transform: translateX(-320px)
}

@media screen and (min-width: 760px) {
    .suite-header-bar {
        height: 60px
    }
}

.footer-login,
.footer-landing {
    width: 100vw;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    line-height: 1.25em;
    font-size: .8em;
    z-index: 2;
    position: relative
}

@media screen and (max-width: 700px) {
    .footer-login,
    .footer-landing {
        color: #111
    }
}

.footer-login a,
.footer-landing a {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 700px) {
    .footer-login a,
    .footer-landing a {
        color: #111
    }
}

.footer-login a:hover,
.footer-landing a:hover {
    color: #0098DB
}

@media screen and (max-width: 700px) {
    .footer-landing {
        color: #fff
    }
}

.footer-landing a {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 700px) {
    .footer-landing a {
        color: #fff
    }
}

.footer-landing a:hover {
    color: #0098DB
}

footer {
    width: 100vw;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    line-height: 1.25em;
    font-size: .8em;
    z-index: 2;
    margin-top: 100px;
    position: relative
}

footer a {
    color: #fff;
    text-decoration: none
}

footer a:hover {
    color: #0098DB
}

.one-bar {
    margin-top: 100px !important
}

@media screen and (max-width: 760px) {
    .one-bar {
        margin: 120px 0px 0px 0px !important;
        padding: 0px !important
    }
}

@media screen and (max-width: 700px) {
    .one-bar {
        margin: 55px 0 0 !important;
        padding: 0 !important
    }
}

@media screen and (max-width: 320px) {
    .one-bar {
        margin: 55px 0 0 !important;
        padding: 0 !important
    }
}

.two-bar {
    margin-top: 150px !important
}

@media screen and (max-width: 760px) {
    .two-bar {
        margin: 145px 0px 0px 0px !important
    }
}

@media screen and (max-width: 700px) {
    .two-bar {
        margin: 145px 0 0 !important
    }
}

@media screen and (max-width: 320px) {
    .two-bar {
        margin: 145px 0 0 !important
    }
}

.two-bar-tiles {
    margin-top: 150px !important
}

@media screen and (max-width: 760px) {
    .two-bar-tiles {
        margin: 120px 0px 0px 0px !important;
        padding: 0px !important
    }
}

@media screen and (max-width: 700px) {
    .two-bar-tiles {
        margin: 115px 0 0 !important;
        padding: 0 !important
    }
}

@media screen and (max-width: 320px) {
    .two-bar-tiles {
        margin: 115px 0 0 !important;
        padding: 0 !important
    }
}

.three-bar {
    margin-top: 185px !important
}

@media screen and (max-width: 760px) {
    .three-bar {
        margin: 185px 0px 0px 0px !important;
        padding: 0px !important
    }
}

@media screen and (max-width: 700px) {
    .three-bar {
        margin: 185px 0 0 !important;
        padding: 0 !important
    }
}

@media screen and (max-width: 320px) {
    .three-bar {
        margin: 105px 0 0 !important;
        padding: 0 !important
    }
}

#right-divider {
    border-right: 1px solid #0039A6;
    margin-bottom: 20px
}

@media screen and (max-width: 760px) {
    #right-divider {
        border-right: 1px solid #0039A6
    }
}

@media screen and (max-width: 320px) {
    #right-divider {
        border-bottom: 2px solid #0039A6;
        border-right: none;
        padding-bottom: 10px !important
    }
}

@media screen and (max-width: 700px) {
    #right-divider {
        border-bottom: 2px solid #0039A6;
        border-right: none;
        padding-bottom: 10px !important
    }
    #right-divider h3 {
        margin: 20px 0 0 0
    }
}

@media screen and (max-width: 700px) and(max-width: 700px) {
    #right-divider h3 {
        margin: 20px 0 0 0
    }
}

#left-divider h3 {
    margin-bottom: 20px
}

@media screen and (max-width: 700px) {
    #left-divider {
        margin: 20px 0 20px 0
    }
}

.valign {
    vertical-align: middle
}

.relative {
    position: relative
}

.clear {
    clear: both
}

.right {
    float: right
}

.left {
    float: left
}

.nopad {
    margin: 0 !important;
    padding: 0 !important
}

@media screen and (max-width: 700px) {
    .mobile-hide {
        display: none
    }
}

.no-pad-top {
    padding-top: 0;
    margin-top: 0
}

.margin-top {
    margin-top: 50px
}

.inoutswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.inoutswitch-checkbox {
    display: none
}

.inoutswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px
}

.inoutswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.inoutswitch-inner:before,
.inoutswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box
}

.inoutswitch-inner:before {
    content: "In";
    padding-left: 10px;
    background-color: #006699;
    color: #FFFFFF
}

.inoutswitch-inner:after {
    content: "Out";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right
}

.inoutswitch-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

.inoutswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.inoutswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px
}

.yesnoswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 6px
}

.yesnoswitch-checkbox {
    display: none
}

.yesnoswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    margin-bottom: 15px
}

.yesnoswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.yesnoswitch-inner:before,
.yesnoswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box
}

.yesnoswitch-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: #006699;
    color: #FFFFFF
}

.yesnoswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right
}

.yesnoswitch-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 41px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-inner {
    margin-left: 0
}

.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-switch {
    right: 0px
}

.yesnoswitch2 {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 6px
}

.yesnoswitch2-checkbox {
    display: none
}

.yesnoswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    margin-bottom: 15px
}

.yesnoswitch2-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.yesnoswitch2-inner:before,
.yesnoswitch2-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box
}

.yesnoswitch2-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: #006699;
    color: #FFFFFF
}

.yesnoswitch2-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right
}

.yesnoswitch2-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 41px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

.yesnoswitch2-checkbox:checked + .yesnoswitch2-label .yesnoswitch2-inner {
    margin-left: 0
}

.yesnoswitch2-checkbox:checked + .yesnoswitch2-label .yesnoswitch2-switch {
    right: 0px
}

.onoffswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "On";
    padding-left: 10px;
    background-color: #006699;
    color: #FFFFFF
}

.onoffswitch-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right
}

.onoffswitch-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px
}

.onoffswitch1 {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch1-checkbox {
    display: none
}

.onoffswitch1-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px
}

.onoffswitch1-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.onoffswitch1-inner:before,
.onoffswitch1-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box
}

.onoffswitch1-inner:before {
    content: "On";
    padding-left: 10px;
    background-color: #006699;
    color: #FFFFFF
}

.onoffswitch1-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right
}

.onoffswitch1-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
    right: 0px
}

.onoffswitch2 {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch2-checkbox {
    display: none
}

.onoffswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px
}

.onoffswitch2-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s
}

.onoffswitch2-inner:before,
.onoffswitch2-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box
}

.onoffswitch2-inner:before {
    content: "On";
    padding-left: 10px;
    background-color: #006699;
    color: #FFFFFF
}

.onoffswitch2-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right
}

.onoffswitch2-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px
}

.tiles {
    display: block;
    width: 100%;
    zoom: 1
}

.tiles:before,
.tiles:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.tiles:after {
    clear: both
}

.circle-indicator {
    position: absolute;
    bottom: 6px;
    right: 6px;
    height: 30px;
    width: 30px;
    background: #f25532;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    transition: transform .2s .5s;
    list-style: none;
    padding: 0;
    line-height: 32px;
    text-align: center;
    font-size: 14px
}

.tile-container {
    margin: 0 auto 0;
    padding: 50px 0 0 0;
    min-width: 320px
}

@media screen and (max-width: 760px) {
    .tile-container {
        height: 100% !important;
        display: block;
        padding: 25px 15px 0px 0px
    }
}

@media screen and (max-width: 700px) {
    .tile-container {
        height: 100% !important;
        display: block;
        padding: 15px 0px 0px 0px
    }
}

@media screen and (max-width: 320px) {
    .tile-container {
        height: 100% !important;
        display: block;
        padding: 15px 0px 0px 0px;
        margin: -105px 0 0 0
    }
}

.tile-container h2 {
    color: #0039A6;
    padding-left: 15px
}

.home-tiles {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 800px
}

@media screen and (min-width: 760px) {
    .home-tiles {
        margin: 0 auto 20px
    }
}

.home-tiles a {
    color: #fff;
    text-decoration: none;
    display: block !important;
    height: 100% !important;
    width: 100% !important
}

.home-tiles p {
    color: #fff;
    font-size: .8rem;
    margin: 15px 0 0 0;
    line-height: 1.1em
}

.home-tiles h3 {
    color: #fff;
    font-weight: bold;
    margin: 0vw;
    text-size: 7.5vw;
    line-height: .9em
}

.home-tiles ul {
    padding: 0
}

@media screen and (max-width: 760px) {
    .home-tiles ul {
        position: relative;
        margin: 0 auto 20px;
        padding: 0 !important;
        min-width: 250px
    }
}

@media screen and (max-width: 700px) {
    .home-tiles ul {
        position: relative;
        margin: 12px auto 20px;
        min-width: 250px
    }
}

@media screen and (max-width: 320px) {
    .home-tiles ul {
        position: relative;
        margin: 12px auto 20px;
        padding: 0px 0px !important;
        min-width: 250px
    }
}

.home-tiles li {
    padding: 1em;
    background-color: #0039A6;
    height: 0;
    position: relative;
    height: 180px;
    list-style: none;
    cursor: pointer;
    margin-bottom: 15px;
    -moz-box-shadow: #111 2px 2px 3px;
    -webkit-box-shadow: #111 2px 2px 3px;
    box-shadow: #111 2px 2px 3px
}

.home-tiles li:hover {
    background-color: #0098DB;
    transition: background .15s ease;
    -moz-box-shadow: #111 0px 0px 1px;
    -webkit-box-shadow: #111 0px 0px 1px;
    box-shadow: #111 0px 0px 1px
}

.home-tiles li h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px
}

.home-tiles li i {
    position: absolute;
    bottom: 15px;
    line-height: 3em;
    color: #fff;
    font-size: 1.75rem
}

@media screen and (max-width: 760px) {
    .home-tiles li p {
        font-size: 12px
    }
}

.home-tiles img {
    text-align: center
}

.span6.home-tile {
    min-height: 274px
}

@media screen and (max-width: 700px) {
    .span6.home-tile {
        min-height: 175px
    }
}

.span6.home-tile p {
    margin: 15px 0;
    line-height: 1.25em
}

.inactive-tile {
    background-color: #aaa !important;
    -moz-box-shadow: #111 2px 2px 3px !important;
    -webkit-box-shadow: #111 2px 2px 3px !important;
    box-shadow: #111 2px 2px 3px !important
}

.inactive-tile:hover {
    cursor: no-drop
}

.inactive-tile p:hover,
.inactive-tile h3:hover,
.inactive-tile i:hover {
    cursor: no-drop
}

#transition-hover-content {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

#transition-hover:hover #transition-hover-content {
    opacity: 1
}

.grid {
    zoom: 1
}

.grid:before,
.grid:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.grid:after {
    clear: both
}

.grid .item {
    float: left;
    width: 23.40423%
}

.grid .item:nth-child(n) {
    margin-right: 2.1277%;
    margin-bottom: 2.1277%
}

.grid .item:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .grid .item {
        width: 31.91487%
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(3n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 760px) {
    .grid .item {
        width: 31.91487%
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(3n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 700px) {
    .grid .item {
        width: 48.93615%
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 320px) {
    .grid .item {
        width: 100%;
        margin: 2.1722% 0
    }
    .grid .item:nth-child(n) {
        margin-right: 2.1277%;
        margin-bottom: 2.1277%
    }
    .grid .item:nth-child(1n) {
        margin-right: 0;
        margin-bottom: 0
    }
}

.grid img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: auto
}

.dropbtn {
    color: white;
    padding: 20px 16px 16px 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    position: absolute;
    height: 57px
}

.short-drop {
    max-height: 300px
}

.dropbtn2 {
    color: white;
    padding: 20px 16px 16px 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    position: absolute;
    height: 57px
}

.dropdown {
    padding: 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    list-style: none
}

.dropdown:hover {
    background-color: #ccc
}

.dropdown2 {
    padding: 0px 0px;
    position: absolute;
    right: 115px;
    top: 0;
    list-style: none
}

.dropdown2 i:hover {
    background-color: #ccc
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 380px;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    list-style: none;
    color: #111;
    right: 0px;
    top: 57px;
    z-index: 100;
    overflow-y: scroll;
    max-height: 100%;
    bottom: auto
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    list-style: none;
    color: #111;
    right: 63px;
    top: 57px;
    z-index: 100
}

.dropdown-content a:hover {
    background-color: #ccc
}

.dropdown-content2 a:hover {
    background-color: #ccc
}

.show {
    display: block
}

.cart-container {
    height: 200px;
    background: #111;
    color: #fff;
    position: absolute;
    z-index: 5;
    width: 100%
}

.cart-menu {
    display: table;
    width: 100%;
    line-height: normal;
    vertical-align: middle
}

.close-menu {
    display: table-cell;
    text-align: right;
    width: 50px;
    float: right;
    top: -20px;
    position: relative
}

.thumb {
    vertical-align: middle;
    margin-right: 5px;
    display: table-cell;
    margin: 0;
    width: 60px
}

.cms-cart-container::before {
    content: '';
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.cms-cart-container.cart-open::before {
    opacity: 1;
    visibility: visible;
    background-color: #fff
}

.cms-cart-trigger,
.cms-cart-trigger2 .cms-cart {
    text-indent: 9999px;
    transition: transform .2s;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden
}

.cms-cart-trigger::hover,
.cms-cart-trigger2 .cms-cart::hover {
    background-color: none
}

.cms-cart-trigger:hover {
    background-color: #ccc
}

.cms-cart-trigger,
.cms-cart-trigger2 {
    position: relative;
    top: 0;
    height: 60px;
    width: 60px;
    text-indent: 9999px;
    color: transparent;
    white-space: nowrap;
    z-index: 3
}

.cms-cart-trigger::after,
.cms-cart-trigger::before,
.cms-cart-trigger2::after,
.cms-cart-trigger2::before {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: url(/resources/img/cms-icon-cart.svg) no-repeat 0 0;
    transition: opacity .2s, transform .2s
}

.cms-cart-trigger::after,
.cms-cart-trigger2::after {
    background-position: -72px 0;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.cart-open .cms-cart-trigger::before,
.cart-open .cms-cart-trigger2::before {
    opacity: 0
}

.cart-open .cms-cart-trigger::after,
.cart-open .cms-cart-trigger2::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)
}

.cms-cart-trigger .count,
.cms-cart-trigger2 .count {
    position: absolute;
    top: 6px;
    right: 0px;
    height: 20px;
    width: 20px;
    background: #e94b35;
    color: #fff;
    font-size: .60rem;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    transition: transform .2s .5s;
    list-style: none;
    padding: 0
}

.cms-cart-trigger .count li,
.cms-cart-trigger2 .count li {
    position: absolute;
    top: 90%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 760px) {
    .cms-cart-trigger .count li,
    .cms-cart-trigger2 .count li {
        top: 50%;
        left: 50%
    }
}

.cms-cart-trigger .count li:last-of-type,
.cms-cart-trigger2 .count li:last-of-type {
    visibility: hidden
}

.cms-cart-trigger .count li:hover,
.cms-cart-trigger2 .count li:hover {
    background: none
}

.cms-cart-trigger .count.update-count li:last-of-type,
.cms-cart-trigger2 .count.update-count li:last-of-type {
    animation: cms-qty-enter .15s;
    animation-direction: forwards
}

.cms-cart-trigger .count.update-count li:first-of-type,
.cms-cart-trigger2 .count.update-count li:first-of-type {
    animation: cms-qty-leave .15s;
    animation-direction: forwards
}

.cart-open .cms-cart-trigger .count,
.cart-open .cms-cart-trigger2 .count {
    transition: transform .2s 0s;
    transform: scale(0)
}

.empty .cms-cart-trigger .count,
.empty .cms-cart-trigger2 .count {
    transform: scale(1)
}

.cms-cart-trigger:hover + div .wrapper,
.cms-cart-trigger2:hover + div .wrapper {
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3)
}

.cart-open .cms-cart-trigger:hover + div .wrapper,
.cart-open .cms-cart-trigger2:hover + div .wrapper {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17)
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-top: 30px
}

.back,
.forward {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: #e4e4e4
}

.forward {
    right: 0;
    border-radius: 3px 0 0 3px
}

.back:hover,
.forward:hover {
    background-color: rgba(0, 0, 0, 0.8) !important
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.dots {
    text-align: center;
    top: -35px;
    position: relative
}

.dot:hover {
    background-color: #717171
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .back,
    .forward,
    .text {
        font-size: 11px
    }
}

@media print {
    header,
    nav,
    footer {
        display: none
    }
    img {
        max-width: 500px
    }
    body {
        font: 14pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3
    }
}

.frame {
    position: relative;
    transition: all 500ms;
    min-height: 100vh;
    height: auto;
    padding-top: 60px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    zoom: 1
}

.frame:before,
.frame:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.frame:after {
    clear: both
}

@media screen and (max-width: 700px) {
    .frame {
        max-height: none;
        padding-top: 0;
        zoom: 1
    }
    .frame:before,
    .frame:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }
    .frame:after {
        clear: both
    }
}

.short-frame {
    position: relative;
    transition: all 500ms;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    zoom: 1
}

.short-frame:before,
.short-frame:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.short-frame:after {
    clear: both
}

@media screen and (max-width: 700px) {
    .short-frame {
        max-height: none;
        padding-top: 0;
        zoom: 1
    }
    .short-frame:before,
    .short-frame:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }
    .short-frame:after {
        clear: both
    }
}

.frame-1 {
    background-image: url("../images/frame.jpg");
    background-color: #0098DB
}

.frame-1 h1,
.frame-1 h2,
.frame-1 a {
    color: #fff;
    text-shadow: 2px 2px 20px #000
}

.frame-1:hover {
    color: #0098DB
}

@media only screen and (min-device-width: 768px) and(max-device-width: 1024px) {
    .main {
        cursor: pointer
    }
}

.demo {
    display: none !important
}

.header {
    display: none
}

.login-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    padding: 1.5em;
    min-width: 250px;
    max-width: 325px;
    height: auto;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url(PIE.htc)
}

@media screen and (max-width: 700px) {
    .login-box {
        min-width: 100%;
        height: 100%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        top: 50%
    }
}

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

.sub-header {
    min-height: 100px;
    padding: 25px 0 25px 0
}

.home-image {
    display: cover;
    background-color: #00030c !important;
    background: url(https://app-info.s3.amazonaws.com/info/MCOE/MCOE-ASSETS/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    min-height: 600px;
    background-color: #000000
}

.box {
    background-color: #f6f7f9;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 24px 30px
}

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

.box:after {
    clear: both
}

.search {
    border: 0 !important;
    border-radius: 0 !important
}

.section-header {
    float: right
}

.section-content-wrapper {
    display: block;
    line-height: 25px
}

.trending-header {
    float: right
}

.trending-content-wrapper {
    display: block
}

.block img {
    height: auto;
    width: 100%
}

.mobile-pad {
    padding: 5%
}

.product-container {
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 18px
}

.margin-left {
    margin: 0 0 0 3%;
    padding: 0
}

@media screen and (max-width: 700px) {
    .margin-left {
        margin: 0;
        padding: 0
    }
}

.half-div {
    font-size: 15px
}

@media screen and (max-width: 760px) {
    .half-div {
        width: 100%
    }
}

.rotate {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.open {
    z-index: 1px;
    over-flow: none;
    visibility: visable
}

.hide {
    display: none
}

.nice-select {
    border-radius: 3px;
    border: 1px solid #ccc
}

.search-drop {
    border: none !important;
    border-radius: 0;
    background-color: #f5f5f5 !important
}

.adjust {
    flex-basis: 79.2%;
    max-width: none
}

.nav2 {
    padding: 15px 0 0 0;
    font-size: 13px;
    color: #fff;
    width: 100%
}

.nav2 a {
    color: #fff
}

.nav2 a:hover,
.nav2 a:focus {
    color: #0098DB
}

.bread-crumb {
    float: left;
    max-width: 65%
}

@media screen and (max-width: 700px) {
    .user {
        float: none !important;
        margin: 0 0 10px 0
    }
    .user .bread-crumb {
        float: none
    }
}

.user {
    float: right
}

.total-price {
    background-color: #fff;
    width: 100%;
    text-align: right;
    padding: 15px 15px 15px 0
}

.banner-logo {
    width: 300px;
    padding: 9px 0 0 15px;
    cursor: pointer;
    background-repeat: no-repeat
}

.populated-field {
    height: 45px
}

.img-center {
    margin: 0 auto
}

.tiny-text a {
    text-decoration: none
}

.sub-search {
    width: 90%
}

@media screen and (max-width: 700px) {
    .sub-search {
        width: 100%
    }
}

.sub-btn {
    width: 10%
}

@media screen and (max-width: 700px) {
    .sub-btn {
        width: 100%
    }
}

.text-pad {
    padding: 0 0 10px 0
}

.pad-top {
    padding: 8px 0 8px 0
}

@media screen and (max-width: 700px) {
    .pad-top {
        margin-top: 10px
    }
}

.hover-icon:hover,
.hover-icon:focus {
    color: #0075a8
}

.hover-icon:active {
    color: #111
}

.marg-right {
    margin-right: 5px
}

.small-img {
    width: 75px
}

.product-name {
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-name a {
    margin: 0 auto
}

.qq-upload-button {
    display: inline;
    width: 115px;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-align: center;
    float: left;
    background: #0098DB;
    color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #0098DB;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.37) inset, 1px 0 1px rgba(255, 255, 255, 0.07) inset, 0 1px 0 rgba(0, 0, 0, 0.36), 0 -2px 12px rgba(0, 0, 0, 0.08) inset
}

.disabled {
    pointer-events: none;
    cursor: default
}

.rowBody-item-bag {
    z-index: 1000;
    background: #e0e0e0 !important;
    opacity: 0.3;
    pointer-events: none
}

.quantityMarginWare {
    margin-left: 75px
}

.quantityMargin {
    margin-left: 6px
}

input,
.flexselect_dropdown li {
    font-size: 1em
}

small {
    color: #999
}

.custom-input {
    width: 130px
}

.flexselect_selected small {
    color: #ddd
}

.paddingTop10px {
    padding-top: 10px
}

.paddingBottom10px {
    padding-bottom: 10px
}

.section-content-wrapper {
    display: block
}

.hadnCursor:hover {
    cursor: pointer;
    cursor: hand
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64)
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-no-suggestion {
    padding: 2px 5px
}

.autocomplete-selected {
    background: #F0F0F0
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000
}

input::-ms-clear {
    visibility: hidden;
    width: 0;
    height: 0
}

.pointer-events-none {
    pointer-events: none
}

.product-img {
    overflow: hidden;
    height: 170px
}

.thumbnail {
    width: 100px;
    height: auto
}

.tooltip {
    position: absolute;
    display: inline-block;
    margin: -8px;
    padding: 0 0 0 10px
}

.tooltip .tooltiptext {
    border: 1px solid #0098DB;
    visibility: hidden;
    width: 200px;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    border-radius: 6px;
    padding: 15px;
    bottom: 30px;
    left: -20px;
    position: absolute
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: pointer
}

.tooltip:active .tooltiptext {
    visibility: visible;
    cursor: pointer
}

.flexselect_dropdown {
    display: none;
    position: fixed;
    z-index: 1500;
    margin: 0;
    padding: 0;
    border: 1px solid WindowFrame;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    text-align: left;
    width: 100%
}

.flexselect_dropdown ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.flexselect_dropdown li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: Menu;
    overflow: hidden
}

.flexselect_dropdown li.disabled {
    cursor: not-allowed;
    color: GrayText
}

.flexselect_selected {
    background-color: Highlight;
    color: HighlightText
}

.place {
    position: absolute;
    right: 30px;
    margin-top: 12px;
    pointer-events: none;
    display: none
}

@media screen and (max-width: 700px) {
    .place {
        margin-top: 7px
    }
}

.normalTable {
    font-family: "Century Gothic", Helvetica, Arial;
    margin: 25px 25px 25px 0px;
    padding: 2px;
    min-width: auto;
}

.normalTable tr {
    margin: 0;
    padding: 5px;
    background: transparent !important;
}

.normalTable th {
    background: transparent !important;
}

.normalTable td {
    width: auto;
    margin: 0;
    padding: 2px;
}

.normalTable .tdTable {
    padding: 0;
}

.normalTable table {
    min-width: auto;
    background: transparent !important;
}

.normalTable table td:first-child {
    width: 140px;
}
