﻿/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom form styles & datepicker
   4. Main page styles
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    /*background: #ff0;*/
    background: #fff;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.ttf?7mi7f4") format("truetype"), url("../fonts/icomoon.woff?7mi7f4") format("woff"), url("../fonts/icomoon.svg?7mi7f4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.parent-passed:after,
.parent-error:after,
.jcf-checkbox span:before,
.jcf-select-opener:before,
.jcf-select-is-icon .jcf-option:before,
.jcf-select-is-icon .jcf-select-text > span:before,
.ui-datepicker-prev:before,
.ui-datepicker-next:before,
.pagination .prev a:before,
.pagination .next a:before,
.card-description-more:before,
.card-overview-hover-item--warning:before,
.card-overview-item--warning:before,
.filter-block-holder.show-arrow:before,
.filter-block-form .datepicker .input:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Enable Ligatures ================ */
    letter-spacing: 0;
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    font-variant-ligatures: discretionary-ligatures; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
    content: "\e923";
    color: #39abff;
}

.icon-left:before {
    content: "\e924";
    color: #39abff;
}

.icon-event:before {
    content: "\e901";
    color: #39abff;
}

.icon-loader .path1:before {
    content: "\e902";
    color: #8f96a1;
}

.icon-loader .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: #8f96a1;
    opacity: .7;
}

.icon-loader .path3:before {
    content: "\e904";
    margin-left: -1em;
    color: #8f96a1;
    opacity: .1;
}

.icon-loader .path4:before {
    content: "\e905";
    margin-left: -1em;
    color: #8f96a1;
    opacity: .4;
}

.icon-loader .path5:before {
    content: "\e908";
    margin-left: -1em;
    color: #8f96a1;
    opacity: .25;
}

.icon-loader .path6:before {
    content: "\e909";
    margin-left: -1em;
    color: #8f96a1;
    opacity: .85;
}

.icon-loader .path7:before {
    content: "\e90b";
    margin-left: -1em;
    color: #8f96a1;
    opacity: .55;
}

.icon-arrow-down:before {
    content: "\e90c";
    color: #39abff;
}

.icon-arrow-left:before {
    content: "\e90d";
    color: #39abff;
}

.icon-arrow-right:before {
    content: "\e90e";
    color: #39abff;
}

.icon-arrow-up:before {
    content: "\e90f";
    color: #39abff;
}

.icon-calendar:before {
    content: "\e910";
    color: #39abff;
}

.icon-check:before {
    content: "\e911";
    color: #39abff;
}

.icon-check-o:before {
    content: "\e912";
    color: #39abff;
}

.icon-cross:before {
    content: "\e913";
    color: #39abff;
}

.icon-cross-o:before {
    content: "\e914";
    color: #39abff;
}

.icon-filter:before {
    content: "\e915";
    color: #39abff;
}

.icon-filter-o:before {
    content: "\e916";
    color: #39abff;
}

.icon-info:before {
    content: "\e917";
    color: #39abff;
}

.icon-info-o:before {
    content: "\e918";
    color: #39abff;
}

[data-icon="icon-location"]:before,
.icon-location:before {
    content: "\e919";
    color: #39abff;
}

.icon-location-o:before {
    content: "\e91a";
    color: #39abff;
}

.icon-plus:before {
    content: "\e91b";
    color: #39abff;
}

.icon-plus-o:before {
    content: "\e91c";
    color: #39abff;
}

.icon-scale:before {
    content: "\e91d";
    color: #39abff;
}

.icon-sensor:before {
    content: "\e91e";
    color: #39abff;
}

.icon-speed:before {
    content: "\e91f";
    color: #39abff;
}

.icon-tanks:before {
    content: "\e920";
    color: #39abff;
}

.icon-warning:before {
    content: "\e921";
    color: #39abff;
}

.icon-warning-o:before {
    content: "\e922";
    color: #39abff;
}

.icon-triangle-up:before {
    content: "\e906";
    cursor: default;
}

.icon-triangle-down:before {
    content: "\e907";
    cursor: default;
}

.icon-show-more-option:before {
    content: "\e90a";
}

.icon-logout:before {
    content: "\e900";
}

/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/

.jcf-list ul,
.breadcrumbs,
.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .jcf-list ul li,
    .breadcrumbs li,
    .pagination li {
        padding-left: 0;
    }

    .jcf-list ul > li:before,
    .breadcrumbs > li:before,
    .pagination > li:before {
        display: none;
    }

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #4d4d4f;
    background: #f9f9f9;
    font: 21px/1.52 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    margin: 0 0 .5em;
    color: inherit;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 35px;
}

h2,
.h2 {
    font-size: 30px;
    font-weight: 400;
}

h3,
.h3 {
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 25px;
    margin: 0 0 .65em;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39abff;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    a:hover,
    a:focus {
        color: #0075cc;
    }

.link {
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    color: #0075cc;
    -webkit-transition: color .3s;
    transition: color .3s;
    background: none;
    border: none;
    padding: 0;
}

    .link:hover {
        color: #39abff;
    }

    .link [class^="icon-"],
    .link [class*=" icon-"] {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 2px -2px 0;
        position: relative;
        line-height: 0;
    }

.link--md {
    font-size: 17px;
    letter-spacing: .1em;
}

.link--lg {
    font-size: 21px;
}

[class^="icon-"].right,
[class*=" icon-"].right {
    margin: 0 0 0 6px;
}

.i16,
.card-overview-hover-item--warning:before,
.card-overview-item--warning:before,
.i12,
.i32 {
    top: -.1em;
    position: relative;
}

.i16,
.card-overview-hover-item--warning:before,
.card-overview-item--warning:before {
    font-size: 16px;
}

.i24 {
    font-size: 24px;
}

.i32 {
    font-size: 32px;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

.input {
    position: relative;
}

    .input.is-icon [class^="icon"] {
        font-size: 22px;
        position: absolute;
        font-style: normal;
        left: 11px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #39abff;
    }

    .input.is-icon input[type="text"],
    .input.is-icon input[type="tel"],
    .input.is-icon input[type="email"],
    .input.is-icon input[type="search"],
    .input.is-icon input[type="password"],
    .input.is-icon textarea {
        padding-left: calc(15px + 24px + 6px);
    }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 6px 15px;
    background-color: #fff;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 85%;
    height: 55px;
    width: 100%;
    min-width: 0;
    outline: none;
    color: #0a3039;
    -webkit-transition: border-color .3s, box-shadow .2s;
    transition: border-color .3s, box-shadow .2s;
}

    input[type="text"]:hover:not([readonly="readonly"]),
    input[type="tel"]:hover:not([readonly="readonly"]),
    input[type="email"]:hover:not([readonly="readonly"]),
    input[type="search"]:hover:not([readonly="readonly"]),
    input[type="password"]:hover:not([readonly="readonly"]),
    textarea:hover:not([readonly="readonly"]),
    dropdown-replacement:hover:not(.aspNetDisabled) {
        border-color: #39abff;
        box-shadow: inset 0 0 0 1px #39abff;
    }

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #0075cc;
        box-shadow: none;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-style: italic;
        font-weight: 400;
        color: #737373;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        font-style: italic;
        font-weight: 400;
        color: #737373;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        font-style: italic;
        font-weight: 400;
        color: #737373;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-style: italic;
        font-weight: 400;
        color: #737373;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        font-style: italic;
        font-weight: 400;
        color: #737373;
    }

.parent-passed input[type="text"],
.parent-passed input[type="tel"],
.parent-passed input[type="email"],
.parent-passed input[type="search"],
.parent-passed input[type="password"],
.parent-passed textarea {
    border-color: #1bb934;
}

.parent-error input[type="text"],
.parent-error input[type="tel"],
.parent-error input[type="email"],
.parent-error input[type="search"],
.parent-error input[type="password"],
.parent-error textarea {
    background: #fff7f7;
    border-color: #d30000;
}

.parent-passed,
.parent-error {
    position: relative;
}

    .parent-passed:after,
    .parent-error:after {
        position: absolute;
        top: 50%;
        right: 13px;
        pointer-events: none;
        font-size: 16px;
        line-height: 24px;
        margin-top: -12px;
    }

    .parent-passed:after {
        content: "\e912";
        color: #0ca529;
    }

    .parent-error:after {
        content: "\e914";
        color: #f41018;
    }

input[type="text"][data-type="datepicker"] {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .45) 0%, rgba(227, 227, 227, .45) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .45) 0%, rgba(227, 227, 227, .45) 100%);
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
}

label, span.control-label {
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 8px;
}

.form-item {
    margin-bottom: 22px;
}

    .form-item > label {
        color: #000;
    }

.filter-block--options .form-item > label {
    color: inherit;
}

.form-item--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.note {
    font-size: 12px;
    text-transform: uppercase;
    color: #929497;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.toggle {
    position: relative;
}

    .toggle label {
        text-transform: none;
        line-height: 20px;
        margin: 0;
    }

        .toggle label.jcf-label-active strong:before {
            background: #39abff;
        }

        .toggle label.jcf-label-active strong:after {
            left: 18px;
        }

        .toggle label.jcf-label-active strong .off {
            display: none;
        }

        .toggle label.jcf-label-active strong .on {
            display: inline;
        }

    .toggle .jcf-checkbox,
    .toggle input[type="checkbox"] {
        position: fixed;
        left: -9999px;
    }

    .toggle .jcf-disabled + strong {
        color: #95979a !important;
    }

        .toggle .jcf-disabled + strong:before {
            background: #dbdcdd !important;
        }

        .toggle .jcf-disabled + strong .on {
            font-weight: normal;
        }

    .toggle strong {
        font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 19px;
        font-weight: normal;
    }

        .toggle strong:before {
            content: "";
            float: left;
            width: 36px;
            height: 20px;
            background: #b6b6b6;
            border-radius: 20px;
            margin: 0 9px 0 0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            cursor: pointer;
        }

        .toggle strong:after {
            cursor: pointer;
            position: absolute;
            left: 2px;
            top: 2px;
            background: #fff;
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        .toggle strong .on {
            font-weight: 500;
            display: none;
        }

/* ---------------------------------------------------------
   3. Custom form styles & datepicker
   ---------------------------------------------------------*/

/* custom checkbox styles */

.jcf-checkbox,
.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #007bd7;
    margin: 0 7px 0 0;
    height: 20px;
    width: 20px;
    -webkit-transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s;
}

    .jcf-checkbox input[type="radio"],
    .jcf-checkbox input[type="checkbox"],
    .jcf-radio input[type="radio"],
    .jcf-radio input[type="checkbox"] {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    .jcf-checkbox:hover,
    .jcf-radio:hover {
        border-color: #0f99ff;
        box-shadow: inset 0 0 0 1px #0f99ff;
    }

    .jcf-checkbox.jcf-disabled,
    .jcf-radio.jcf-disabled {
        background: #b6b6b6;
        border-color: #949191;
        cursor: not-allowed;
        pointer-events: none;
        box-shadow: none !important;
        opacity: .55;
    }

        .jcf-checkbox.jcf-disabled span,
        .jcf-radio.jcf-disabled span {
            background: #b6b6b6;
            color: #dbdbdb;
        }

        .jcf-checkbox.jcf-disabled + label,
        .jcf-radio.jcf-disabled + label {
            opacity: .55;
            color: #929497;
        }

.jcf-checkbox {
    border-radius: 4px;
}

    .jcf-checkbox span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        background: #39abff;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        color: #fff;
    }

        .jcf-checkbox span:before {
            content: "\e911";
            font-size: 10px;
            top: 0;
            left: 0;
            width: 100%;
            line-height: 18px;
            text-align: center;
            position: absolute;
        }

    .jcf-checkbox.jcf-checked {
        border-color: #39abff;
        box-shadow: none;
    }

        .jcf-checkbox.jcf-checked span {
            opacity: 1;
            visibility: visible;
        }

/* custom radio styles */

.jcf-radio {
    border-radius: 50%;
}

    .jcf-radio.jcf-checked {
        box-shadow: none;
        border: 5px solid #0f99ff;
    }

/* custom select styles */

.jcf-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ceeaff;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .45) 0%, rgba(227, 227, 227, .45) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .45) 0%, rgba(227, 227, 227, .45) 100%);
    height: 55px;
    cursor: pointer;
    min-width: 250px;
    -webkit-transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
}

    .jcf-select:hover {
        border-color: #39abff;
        box-shadow: inset 0 0 0 1px #39abff;
    }

        .jcf-select:hover .jcf-select-opener {
            color: #39abff;
        }

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

.jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 15px;
    margin-right: 50px;
    font-weight: 700;
    color: #0a3039;
}

    .jcf-select-text .jcf-option-hide-me {
        color: #737373;
        font-style: italic;
        font-weight: 400;
    }

.jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 40px;
    bottom: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #929497;
    font-size: 14px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .jcf-select-opener:before {
        content: "\e90c";
    }

.jcf-select-drop {
    position: absolute;
    margin-top: 1px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

    .jcf-select-drop.jcf-drop-flipped {
        bottom: 100%;
        top: auto;
    }

.jcf-select.jcf-focus {
    border-color: #39abff;
    box-shadow: none;
}

.jcf-select.jcf-disabled {
    background: #f4f4f4;
    cursor: not-allowed;
    border-color: #ebeff3;
    box-shadow: none;
}

    .jcf-select.jcf-disabled .jcf-select-text {
        cursor: not-allowed;
        color: #929497;
    }

        .jcf-select.jcf-disabled .jcf-select-text .jcf-option-hide-me {
            font-style: normal;
            color: currentColor;
        }

    .jcf-select.jcf-disabled .jcf-select-opener {
        color: #dbdcdd;
    }

.jcf-select.jcf-drop-active .jcf-select-opener {
    color: #39abff;
}

    .jcf-select.jcf-drop-active .jcf-select-opener:before {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

.jcf-select.jcf-select-is-icon {
    padding-left: calc(24px + 6px);
}

.jcf-select-is-icon .jcf-option:before,
.jcf-select-is-icon .jcf-select-text > span:before {
    color: #39abff;
    font-style: normal;
    position: absolute;
    width: 24px;
    font-size: 24px;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jcf-select-default {
    background: none;
    border: none;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    min-width: 0 !important;
    box-shadow: none;
}

    .jcf-select-default:hover {
        box-shadow: none;
    }

        .jcf-select-default:hover .jcf-select-opener {
            color: #0075cc;
        }

    .jcf-select-default.jcf-drop-active .jcf-select-opener {
        color: #0075cc;
    }

    .jcf-select-default .jcf-select-text {
        font-size: 22px;
        font-weight: 600;
        margin-left: 3px;
        letter-spacing: 2px;
        font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 27px 0 0;
        line-height: 1;
    }

    .jcf-select-default .jcf-select-opener {
        width: 32px;
        padding: 7px 0 0;
        color: #39abff;
    }

    .jcf-select-default .jcf-select-drop {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
        width: 70px !important;
        text-align: center;
        margin-top: 10px;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    font-size: 19px;
    line-height: 1;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    border-radius: 5px;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    overflow: hidden;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
            margin: 0;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 6px 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #0a3039;
        position: relative;
        -webkit-transition: background .3s;
        transition: background .3s;
    }

        .jcf-list .jcf-option.jcf-option-hide-me {
            display: none;
        }

.jcf-select-is-icon .jcf-list .jcf-option {
    padding-left: calc(24px + 6px + 15px);
}

.jcf-list .jcf-option.jcf-hover:before {
    color: currentColor;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #39abff;
    color: #fff;
    font-weight: 600;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #454545;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #ccc;
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #2b2b2b;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #003eff;
        background: #007fff;
        font-weight: normal;
        color: #fff;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #fff;
            text-decoration: none;
        }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #777620;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #f1a899;
        background: #fddfdf;
        color: #5f3f3f;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #5f3f3f;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ui-widget-header {
    border: none;
    background: #ceeaff;
    padding: 0;
    min-height: 48px;
    border-radius: 0;
}

    .ui-widget-header .jcf-select {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        height: auto;
        background: none;
        border: none;
        width: auto;
        min-width: 0;
    }

        .ui-widget-header .jcf-select:hover {
            border: none;
            box-shadow: none;
        }

        .ui-widget-header .jcf-select .jcf-select-text {
            margin: 0 20px 0 0;
            font-size: inherit;
            font-size: 18px;
            color: #1a3f49;
            text-align: left;
        }

        .ui-widget-header .jcf-select .jcf-select-opener {
            width: auto;
        }

            .ui-widget-header .jcf-select .jcf-select-opener:before {
                font-size: 10px;
                color: #7ec8ff;
                content: "\e907";
            }

.jcf-select-ui-datepicker-month {
    min-width: 110px;
}

.jcf-select-ui-datepicker-year {
    min-width: 88px;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    text-align: center;
    width: 48px !important;
    height: 48px !important;
    border: none !important;
    background: none !important;
    cursor: pointer;
    top: 1px !important;
}

    .ui-datepicker-prev:before,
    .ui-datepicker-next:before {
        font-size: 14px;
        line-height: 48px;
        color: #39abff;
    }

    .ui-datepicker-prev span,
    .ui-datepicker-next span {
        display: none;
    }

.ui-datepicker-prev {
    left: 1px !important;
}

    .ui-datepicker-prev:before {
        content: "\e90d";
    }

.ui-datepicker-next {
    right: 1px !important;
}

    .ui-datepicker-next:before {
        content: "\e90e";
    }

.ui-datepicker .ui-datepicker-title {
    padding-top: 5px;
}

    .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
        font-weight: 500;
        font-size: 18px;
        color: #1a3f49;
    }

        .ui-datepicker .ui-datepicker-title .ui-datepicker-month:after {
            content: " / ";
            margin: 0 -3px 0 3px;
        }

    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
        font-weight: normal;
        background: none;
        border: none;
        width: 68px;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
    }

        .ui-datepicker .ui-datepicker-title .ui-datepicker-year:before {
            content: " / ";
            margin: 0 6px 0 3px;
        }

.ui-datepicker {
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #fff;
    width: 300px;
    font-family: inherit;
}

    .ui-datepicker thead {
        background: none;
    }

    .ui-datepicker table {
        margin: 24px auto 0;
        max-width: 87%;
        box-shadow: none;
    }

    .ui-datepicker th {
        background: none;
        color: #a2a4a7;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
        padding: 0 0 10px;
        height: auto;
    }

        .ui-datepicker th:after {
            display: none;
        }

    .ui-datepicker tr {
        background: none !important;
    }

    .ui-datepicker td {
        background: none;
        border: none;
        padding: 0;
        height: auto;
        width: auto;
        font-size: 15px;
    }

        .ui-datepicker td.ui-state-disabled {
            opacity: 1;
        }

        .ui-datepicker td a {
            border: none !important;
            background: none !important;
            text-align: center;
            padding: 11px 0;
            position: relative;
            color: #3d3d3d !important;
            z-index: 1;
            font-weight: 700;
        }

            .ui-datepicker td a.ui-state-highlight {
                color: #fff !important;
            }

                .ui-datepicker td a.ui-state-highlight:before {
                    background: #39abff;
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 28px;
                    height: 28px;
                    margin: -14px 0 0 -14px;
                    z-index: -1;
                    border-radius: 50%;
                }

        .ui-datepicker td .ui-state-default {
            background: none;
            border: none;
            text-align: center;
            padding: 11px 0;
            color: #d3d3d3;
        }

        .ui-datepicker td:after {
            display: none;
        }

/* ---------------------------------------------------------
   4. Main page styles
   ---------------------------------------------------------*/

/* default styles */

body.watermark {
    position: relative;
}

    body.watermark:after {
        content: "";
        position: absolute;
        right: 25px;
        bottom: 25px;
        background-image: url(../images/bg-ERM_Watermark.png); /* 07-31-18 JJF */
        background-repeat: no-repeat;
        width: 297px;
        height: 145px;
        background-position: 50% 50%;
        opacity: .1;
    }

ul {
    list-style-type: none;
    padding-left: 24px;
}

    ul > li {
        position: relative;
        padding-left: 20px;
        margin: 0 0 13px;
    }

        ul > li:before {
            content: "•";
            position: absolute;
            left: 1px;
            top: .4em;
            color: #0075cc;
            font-size: .9em;
            line-height: 1;
        }

ol {
    counter-reset: item;
    overflow: hidden;
    list-style-type: none;
    padding-left: 44px;
}

    ol > li {
        position: relative;
        margin: 0 0 .65em;
    }

        ol > li:before {
            position: absolute;
            right: 100%;
            margin-right: 11px;
            color: #0075cc;
            content: counters(item, ".") ". ";
            counter-increment: item;
        }

ul,
ol {
    margin: 1em 0;
}

    ul:last-child,
    ol:last-child {
        margin-bottom: 0;
    }

    ul > li > ul,
    ol > li > ul {
        margin: 0;
        padding: 13px 0 13px 20px;
    }

        ul > li > ul > li:before,
        ol > li > ul > li:before {
            content: "-";
            font-size: 1.1em;
            top: .2em;
        }

        ul > li > ul > li:last-child,
        ol > li > ul > li:last-child {
            margin-bottom: 0;
        }

        ul > li > ul > li > ul > li:before,
        ol > li > ul > li > ul > li:before {
            color: #fff41f;
        }

/* main container styles */

#wrapper {
    overflow: hidden;
}

.watermark #wrapper {
    padding-bottom: 318px;
}

/* main content styles */
/* .container {
    max-width: calc(1400px + 40px);
    width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
} */

/* breadcrumbs styles */

.breadcrumbs-block {
    padding: 13px 0;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*color: #929497;*/
    color: #4d4d4f;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin: 0 -15px;
    font-size: 17px;
    letter-spacing: .075em;
}

    .breadcrumbs li {
        margin: 10px 16px;
    }

    .breadcrumbs > li:after {
        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;
        margin-right: 0px;
        margin-left: 10px;
        content: "\f054";
        font-size: 0.8em;
        vertical-align: middle;
    }

    .breadcrumbs a {
        /*font-weight: 400;*/
        /*color: currentColor;*/
    }

        .breadcrumbs a:hover {
            color: #39abff;
        }

/* mobile cards carousel */

.center-carousel {
    position: relative;
}

    .center-carousel.not-enough-slides .slideset {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .center-carousel .mask {
        position: relative;

        /*03-12-20 JBS*/
        /*margin: 0 auto;*/

        width: 262px;
    }

        .center-carousel .mask .slideset {
            white-space: nowrap;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100% !important;
            border: none;
            margin: 0;
        }

        .center-carousel .mask .slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;

            /*03-12-20 JBS*/
            /*opacity: .36;*/

            padding: 0 6px;
            -webkit-transition: opacity .3s;
            transition: opacity .3s;
            min-width: 280px;
        }

            .center-carousel .mask .slide.slide-active {
                opacity: 1;
            }

.desktopdevice .center-carousel .mask .slide:hover {
    opacity: 1;
}

.center-carousel .btn-prev,
.center-carousel .btn-next {
    position: absolute;
    color: #39abff;
    font-size: 18px;
    z-index: 101;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .center-carousel .btn-prev:hover,
    .center-carousel .btn-next:hover {
        color: #004d86;
    }

    .center-carousel .btn-prev.disabled,
    .center-carousel .btn-next.disabled {
        display: none;
    }

.center-carousel .btn-next {
    right: 0;
}

.center-carousel .btn-prev {
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.center-carousel .carousel-controls-block {
    margin: 0 10px;
    position: relative;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* main buttons styles */

.btn {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px; 
    padding: .55em 1.1em;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    letter-spacing: .07em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    min-width: 137px;
    -webkit-transition: background .3s, border-color .3s, box-shadow .3s;
    transition: background .3s, border-color .3s, box-shadow .3s;
}

    .btn:disabled,
    .btn.disabled {
        cursor: not-allowed;
        pointer-events: none;
        color: #929497;
    }

    .btn [class^="icon"] {
        color: #39abff;
        font-size: 1.2em;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 0 -5px;
    }

        .btn [class^="icon"].mrl {
            margin: 0 -5px 0 12px;
        }

.btn-primary {
    background: #39abff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #fff;
    }

    .btn-primary:hover {
        background: #007bd7;
        color: #fff;
    }

    .btn-primary:active {
        background: #0062ab;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .26);
    }

    .btn-primary:disabled,
    .btn-primary.disabled {
        background: #CECECE; /* #dbdcdd;   JJF- changed at Joy's request  */
        box-shadow: none;
    }

.btn-secondary {
    color: #929497;
    background: transparent;
    border: 2px solid #ceeaff;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        color: #0075cc;
    }

    .btn-secondary:hover {
        color: #0075cc;
        border-color: #39abff;
    }

    .btn-secondary:active {
        border-color: #0075cc;
    }

    .btn-secondary:disabled,
    .btn-secondary.disabled {
        opacity: .45;
        border-color: #dbdcdd;
        background: none;
    }

.btn-md {
    font-size: 17px;
    padding: .9em 1.5em;
}

.btn-lg {
    font-size: 21px;
}

/* pagination styles */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex,;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4d4d4f;
    font-size: 13px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .pagination li {
        margin: 0;
        padding: 0 8px;
        position: relative;
    }

        .pagination li a {
            color: currentColor;
        }

            .pagination li a:hover {
                color: #0075cc;
            }

    .pagination .current + .total:after {
        content: "/";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px;
    }

    .pagination .prev,
    .pagination .next {
        padding: 0;
        width: 15px;
        top: 2px;
    }

        .pagination .prev a,
        .pagination .next a {
            position: relative;
            color: #39abff;
        }

            .pagination .prev a:hover,
            .pagination .next a:hover {
                color: #0075cc;
            }

            .pagination .prev a:before,
            .pagination .next a:before {
                font-size: 14px;
                position: relative;
            }

            .pagination .prev a:before {
                content: "\e90d";
            }

            .pagination .next a:before {
                content: "\e90e";
            }

/* tooltips */

.hover-tooltip {
    max-width: 130px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    text-transform: capitalize;
    border-radius: 5px;
    position: relative;
}

    .hover-tooltip:before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
        transform: translateX(-50%) scale(-1);
        bottom: 100%;
        border-style: solid;
        border-color: #000 transparent transparent;
        border-width: 5px 5px 0;
    }

    .hover-tooltip.inv {
        background: #dbdcdd;
        color: #343434;
    }

        .hover-tooltip.inv:before {
            border-top-color: #dbdcdd;
        }

        .hover-tooltip.inv.top-center:before {
            border-bottom-color: #dbdcdd;
        }

        .hover-tooltip.inv.center-left:before {
            border-right-color: #dbdcdd;
        }

        .hover-tooltip.inv.center-right:before {
            border-left-color: #dbdcdd;
        }

    .hover-tooltip .tooltip-text {
        padding: 5px 7px 8px;
    }

    .hover-tooltip.top-center:before {
        bottom: auto;
        top: 100%;
        border-color: transparent transparent #000;
        border-width: 0 5px 5px;
    }

    .hover-tooltip.center-left:before {
        bottom: auto;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) scale(-1);
        -ms-transform: translateY(-50%) scale(-1);
        transform: translateY(-50%) scale(-1);
        border-color: transparent #000 transparent;
        border-width: 5px 5px 5px 0;
    }

    .hover-tooltip.center-right:before {
        bottom: auto;
        top: 50%;
        left: auto;
        right: 100%;
        -webkit-transform: translateY(-50%) scale(-1);
        -ms-transform: translateY(-50%) scale(-1);
        transform: translateY(-50%) scale(-1);
        border-color: transparent #000 transparent;
        border-width: 5px 0 5px 5px;
    }

/* background-video */

.background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../images/bg-video-placeholder.jpg") no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

/* header styles */

#header {
    background-image: -webkit-linear-gradient(135deg, rgba(0, 115, 168, .52) 0%, rgba(0, 63, 111, .52) 100%);
    background-image: linear-gradient(-45deg, rgba(0, 115, 168, .52) 0%, rgba(0, 63, 111, .52) 100%);
    border-top: 2px solid #9bd4ff;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0 7px;
}

    .header-holder a {
        color: currentColor;
    }

        .header-holder a:hover {
            color: #9bd4ff;
        }

.header-logo {
    margin-left: -4px;
}

    .header-logo .logo {
        -webkit-transform: scale(1.155);
        -ms-transform: scale(1.155);
        transform: scale(1.155);
        display: block;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .header-logo svg {
        width: 114px;
        height: 54px;
    }

        .header-logo svg .st0 {
            fill: #fff;
        }

        .header-logo svg #logo-text {
            display: none;
        }

.header-info-block {
    text-align: right;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 17px;
    line-height: 1.2;
}

.header-info-block-item {
    margin-bottom: 13px;
}

    .header-info-block-item:last-child {
        margin-bottom: 0;
    }

    .header-info-block-item [class^="icon"] {
        margin-left: .3em;
    }

/* main & additional structure styles */

section:first-child {
    padding-top: 84px;
}

.bg-stretch {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

/* intro-section styles */

.intro-section {
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
    background: #39abff;
}

.intro-section-holder {
    padding: 31px 0 17px;
}

.intro-section-description {
    margin: 0 0 12px;
}

.intro-section .company-title {
    margin: 0 0 1px;
}

.intro-section .company-select-block {
    min-width: 262px;
}

    .intro-section .company-select-block label {
        display: none;
    }

.intro-section .company-location {
    font-size: 18px;
    font-weight: 600;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

/* headline-section styles */

.headline-section {
    background: #f3f3f3;
    /*border-bottom: 3px solid #ceeaff;*/
}

    .headline-section.dashboard-headline {
        border-bottom: 3px solid #ceeaff;
    }

    .headline-section .page-headline {
        font-size: 50px;
        margin: 0 0 11px;
        width: 100%;
    }

    .headline-section .page-subtitle {
        color: #0075cc;
        margin: 0;
        font-weight: 500;
        line-height: 1;
    }

    .headline-section .content-block {
        padding: 15px 0;
        min-height: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

/* content-section styles */

.content-section {
    background: #f3f3f3;
}

.content-section-holder {
    padding: 19px 0;
    /*max-width: 850px; */
}

/* cards styles */

.dashboard-cards-block {
    margin: 0 0 38px;
    /*03-12-20 JBS*/
    overflow-x: auto;
    overflow-y: hidden;
}

.dashboard-cards-title {
    color: #929497;
}

.cards-group {    
    padding: 9px 0;
}

    .cards-group .slick-list {
        padding: 0 75px !important;
    }

.card {
    width: 250px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    margin: 15px;
    /* box-shadow: 7px 22px 45px rgba(23, 23, 23, .08); */ /*11-03-20 JJF - change shadow around tiles */
    box-shadow: 17px 7px 14px rgba(23, 23, 23, .08);
}

    .card:hover .card-overview-holder {
        border-bottom-color: #929497;
    }

    .card:hover .card-overview-item:after {
        background: #303030;
    }

    .card:hover .card-overview-hover {
        background: #808080;
        background-image: -webkit-linear-gradient(315deg, #808080 0%, #2f2f32 100%);
        background-image: linear-gradient(135deg, #808080 0%, #2f2f32 100%);
        opacity: 1;
        visibility: visible;
    }

.card-description {
    padding: 12px;
    position: relative;
    min-height: 150px;
    height: 64%;
}

.card-description-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-description-visual {
    color: #39abff;
}

.card-description-label {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    letter-spacing: .06em;
    color: #929497;
}

.card-description-title {
    font-size: 25px;
    color: #303030;
    margin: -3px 0 7px;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.card-description-more {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    right: 0;
    bottom: 6px;
    width: 23px;
    height: 30px;
    color: #39abff;
}

    .card-description-more:before {
        content: "\e90a";
    }

.card-description .card-caption {
    color: #929497;
}

.card-button {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.card-caption {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
    margin: 0;
}

    .card-caption .mark {
        color: #77797c;
        font-size: 1.42em;
        line-height: .6;
    }

.card-overview-hover,
.card-overview {
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 10px;
    background: #004d86;
    background-image: -webkit-linear-gradient(315deg, #0077d0 0%, #00589b 100%);
    background-image: linear-gradient(135deg, #0077d0 0%, #00589b 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.card-overview-hover-holder,
.card-overview-holder {
    border-bottom: 3px solid #39abff;
    position: relative;
}

.card-overview-hover-item,
.card-overview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
}

    .card-overview-hover-item:after,
    .card-overview-item:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 76px;
        width: 1px;
        background: #004578;
        -webkit-transition: background .3s;
        transition: background .3s;
    }

    .card-overview-hover-item.left,
    .card-overview-item.left {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .card-overview-hover-item:last-child:after,
    .card-overview-item:last-child:after {
        display: none;
    }

    .card-overview-hover-item:only-child,
    .card-overview-item:only-child {
        width: 100%;
    }

.card-overview-hover-item--warning:before,
.card-overview-item--warning:before {
    content: "\e922";
    color: #ff7d00;
    position: absolute;
    left: 4px;
    top: -1px;
    width: 30px;
    height: 30px;
}

.card-overview-hover-number,
.card-overview-number {
    font-size: 47px;
    font-weight: 600;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 2px;
    line-height: 1;
}

    .card-overview-hover-number sup,
    .card-overview-hover-number sub,
    .card-overview-number sup,
    .card-overview-number sub {
        font-size: 50%;
        top: -.7em;
        margin-left: -.3em;
        right: .1em;
    }

.card-overview-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* filter jump menu styles */

.filter-options-opener .closed-state {
    display: block;
}

.open-close-active .filter-options-opener .closed-state {
    display: none;
}

.filter-options-opener .opened-state {
    display: none;
}

.open-close-active .filter-options-opener .opened-state {
    display: block;
}

.filter-options-opener .opened-state .icon-cross {
    font-size: 8px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 0;
}

.filter-block {
    background: -webkit-linear-gradient(315deg, #0077d0 0%, #00589b 100%) #004d86;
    background: linear-gradient(135deg, #0077d0 0%, #00589b 100%) #004d86;
}

.filter-block-holder {
    margin: 0 26px 0 9px;
    position: relative;
}

    .filter-block-holder.show-arrow:before {
        content: "\e923";
        position: absolute;
        right: -40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: #39abff;
        cursor: default;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

        .filter-block-holder.show-arrow:before:hover {
            color: #9bd4ff;
        }

.filter-block-inner {
    padding: 24px 1px;
    overflow: auto;
    margin: 0 -5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-block .filter-item {
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
    width: 1.77em;
    height: 1.77em;
    color: #fff;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .filter-block .filter-item:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 2px solid transparent;
        -webkit-transition: border-color .3s, background .3s, opacity .3s;
        transition: border-color .3s, background .3s, opacity .3s;
        width: 100%;
        height: 98%;
    }

    .filter-block .filter-item:hover:before {
        border-color: #39abff;
    }

    .filter-block .filter-item.active:before {
        background: #39abff;
    }

.filter-block-form {
    padding: 26px 6px 24px 3px;
    color: #fff;
}

    .filter-block-form .link {
        color: #fff;
        font-size: 18px;
        padding: 0 5px;
    }

        .filter-block-form .link:hover {
            color: #fff41f;
        }

    .filter-block-form .form-item {
        margin: 0 6px 16px;
    }

    .filter-block-form .form-item-group {
        margin-left: -6px;
        margin-right: -6px;
    }

    .filter-block-form .form-item--wide {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .filter-block-form .controls-item {
        width: 100%;
    }

        .filter-block-form .controls-item .controls-group {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 8px 0 0 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .filter-block-form .datepicker-group,
    .filter-block-form .controls-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -6px;
    }

        .filter-block-form .datepicker-group .btn,
        .filter-block-form .datepicker-group .link,
        .filter-block-form .datepicker-group > input,
        .filter-block-form .datepicker-group > .input,
        .filter-block-form .controls-group .btn,
        .filter-block-form .controls-group .link,
        .filter-block-form .controls-group > input,
        .filter-block-form .controls-group > .input {
            margin: 0 6px;
        }

    .filter-block-form .datepicker-group {
        display: block;
    }

        .filter-block-form .datepicker-group > .input {
            margin-bottom: 16px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

    .filter-block-form .checkbox-group,
    .filter-block-form .radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .filter-block-form .checkbox-group .group-item,
        .filter-block-form .radio-group .group-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 34px 13px 0;
        }

            .filter-block-form .radio-group .group-item:last-child {
                margin-bottom: 7px;
            }

        .filter-block-form .checkbox-group label,
        .filter-block-form .radio-group label {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-weight: 400;
            letter-spacing: 0;
            font-size: 19px;
            text-transform: capitalize;
        }

            .filter-block-form .checkbox-group label.jcf-label-active,
            .filter-block-form .radio-group label.jcf-label-active {
                font-weight: 500;
            }

        .filter-block-form .checkbox-group + .radio-group {
            margin-top: -8px;
        }

    .filter-block-form .datepicker .input:after {
        content: "\e90c";
        position: absolute;
        text-align: center;
        width: 40px;
        bottom: 0;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #929497;
        font-size: 14px;
        pointer-events: none;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .filter-block-form .datepicker .input:hover:after {
        color: #39abff;
    }

.filter-block--options {
    margin-top: 3px;
    margin-bottom: -3px;
    border-top: 3px solid #ceeaff;
}

.content-block {
    padding: 39px 0 4px;
    max-width: 800px;
}

    .content-block p + h3,
    .content-block ul + h3 {
        margin-top: 1.58em;
    }

    .content-block ul + h3 {
        margin-top: 1.3em;
    }

/* table styles */

.table-control-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}

.table-control-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 15px;
}

    .table-control-item:last-child {
        margin-left: auto;
    }

    .table-control-item .control-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-right: 22px;
    }

        .table-control-item .control-item:last-child {
            margin-right: 0;
        }

    .table-control-item label {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        letter-spacing: .08em;
        margin: 0;
    }

    .table-control-item .total-result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .table-control-item .total-result--number {
        font-size: 13px;
        font-weight: 600;
        margin-left: 3px;
        letter-spacing: 2px;
        font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    }

.table-holder {
    margin: 0 -20px;
    overflow: auto;
}

.table-holder-inner {
    padding: 0 20px;
    min-width: 768px;
}

table {
    width: 100%;
    /*table-layout: fixed;*/
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
    background: #fff;
    text-transform: capitalize;
    text-align: left;
    box-shadow: 7px 10px 38px rgba(113, 113, 113, .12);
}

    table thead {
        font-size: 14px;
        color: #fff;
        background: #4d4d4f;
    }

    table tbody tr:nth-child(even) {
        background: #f7f7f7;
    }

        table tbody tr:nth-child(even) td:after {
            background: #dadbdc;
        }

    table th,
    table td {
        padding: 14px 5px 13px;
        position: relative;
    }

        table th:after,
        table td:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 70%;
            background: #303030;
            width: 1px;
        }

        table th:last-child:after,
        table td:last-child:after {
            display: none;
        }

    table .progress {
        margin: -4px 0;
    }

    table th {
        text-align: left;
        font-weight: normal;
        padding: 11px 10px;
    }

    table .th-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    table td:after {
        height: 60%;
        background: #f0f0f0;
    }

    table .selected {
        font-weight: 600;
    }

    table .table-sort-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: -3px;
    }

        table .table-sort-group .item {
            margin-left: 3px;
        }

    table .sort {
        font-size: 10px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #000;
    }

    table .sort--double {
        font-size: 7px;
        padding: 0 2px;
        cursor: default;
    }

        table .sort--double [class^="icon"] {
            margin: 2px 0;
        }

    table .sort [class^="icon"] {
        -webkit-transition: color .3s;
        transition: color .3s;
    }

        table .sort [class^="icon"]:hover {
            color: #0075cc;
        }

    table .sort.sort--single {
        color: #39abff;
        cursor: default;
    }

    table .tooltip {
        font-size: 16px;
    }
     
    table .alert-text {
        padding-right: 32px;
    }

        table .alert-text [class^="icon"] {
            position: absolute;
            right: 8px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    table.custom-table {
        margin: 0 0 3px;
    }

/*table.custom-table th:first-child {
            width: 15.2%;
        }

        table.custom-table th:nth-child(2) {
            width: 13.8%;
        }

        table.custom-table th:nth-child(3) {
            width: 13.8%;
        }

        table.custom-table th:nth-child(4) {
            width: 17.7%;
        }

        table.custom-table th:nth-child(5) {
            width: 18.2%;
        }*/

.alert-text {
    color: #d30000;
    font-size: 16px;
    font-weight: 500;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* progress line */

.progress-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.progress-number {
    font-size: 20px;
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    margin: 0 5px 0 4px;
}

.progress-bar-holder,
.progress-bar {
    border-radius: 6px;
    height: 9px;
    display: block;
}

.progress-bar-holder {
    background: #d7d7d7;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-bar {
    background: -webkit-linear-gradient(315deg, #0077d0 0%, #00589b 100%);
    background: linear-gradient(135deg, #0077d0 0%, #00589b 100%);
}

/* login block styles */

.login-block {
    max-width: 591px;
    width: 100%;
    color: #fff;
    height: 100vh;
    overflow: auto;
    margin: 0 auto;
}

.login-block-holder {
    display: table;
    width: 100%;
    height: 100vh;
}

.login-block-frame {
    vertical-align: middle;
    display: table-cell;
    padding: 29px 30px 29px;
    width: 100%;
}

.login-block .login-logo {
    margin: 0 0 48px;
}

.login-block .logo {
    display: block;
    margin: 0 0 19px 2px;
}

    .login-block .logo img {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

.login-block .note {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
    color: inherit;
}

.login-block .copy {
    font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.login-block-form {
    background: #fff;
    border-radius: 10px;
    color: #4d4d4f;
    padding: 19px 20px 27px 20px;
    margin: 0 0 51px;
}

    .login-block-form input[type="submit"] {
        width: 100%;
    }

    .login-block-form .control-item {
        width: 100%;
        text-align: center;
        margin-bottom: 19px;
    }

        .login-block-form .control-item:first-child {
            margin-bottom: 0;
        }

    .login-block-form .form-item:last-child {
        margin-bottom: 0;
    }

.login-block-title {
    font-size: 43px;
    margin: 0 0 28px;
}

.jcf-select-set-view .jcf-select-drop-content {
    margin-top: -5px;
    min-width: 174px;
    text-align: left;
}

@media screen and (min-width: 400px) {
    .headline-section .page-headline {
        font-size: 60px;
    }

    .filter-block-form .link {
        padding: 0 13px;
    }

    .filter-block-form .datepicker-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .filter-block-form .datepicker-group > .input {
            margin-bottom: 0;
        }
}

@media screen and (min-width: 768px) {
    h1,
    .h1 {
        font-size: 40px;
    }

    .form-item {
        margin-bottom: 28px;
    }

    .form-item--controls {
        margin: 0 -13px;
        padding: 6px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .form-item--controls .control-item {
            margin: 0 13px;
        }

    body.watermark:after {
        width: 437px;
        height: 212px;
        right: 38px;
        bottom: 40px;
    }

    ul {
        padding-left: 21px;
    }

        ul > li {
            margin: 0 0 .6em;
            padding-left: 15px;
        }

            ul > li:before {
                top: .35em;
            }

    ol {
        padding-left: 37px;
    }

        ol > li:before {
            margin-right: 6px;
        }

        ul > li > ul,
        ol > li > ul {
            padding: 15px 0 15px 24px;
        }

    .watermark #wrapper {
        padding-bottom: 487px;
    }

    .container {
        padding: 0 35px;
    }

    .breadcrumbs-block {
        padding: 3px 0 7px;
    }

    .breadcrumbs-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .breadcrumbs li {
        margin: 5px 15px;
    }

    .center-carousel .mask {
        width: 100%;
    }

        .center-carousel .mask .slide {
            opacity: 1;
            padding: 0;
        }

    .center-carousel .carousel-controls-block {
        display: none;
    }

    .header-holder {
        padding: 6px 0 3px;
    }

    .header-logo {
        padding: 3px 0;
        margin-left: 0;
    }

        .header-logo .logo {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .header-logo svg,
        .header-logo img,
        .header-logo png {
            /*04-23-21 dcv*/
/*            width: 386px;
            height: 47px;*/
        }

            .header-logo svg #logo-text {
                display: block;
            }

    .header-info-block-item {
        margin-bottom: 10px;
    }

    section:first-child {
        padding-top: 72px;
    }

    .intro-section-holder {
        padding: 47px 0 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .intro-section-description {
        margin: 0;
    }

    .intro-section .company-title {
        margin: 0 0 5px;
    }

    .intro-section .company-select-block label {
        display: block;
    }

    .headline-section .page-headline {
        margin: 0 0 22px;

        /* 06-12-18 JBS */
        /*font-size: 70px;*/
        font-size: 60px;
    }

        .headline-section .page-headline:only-child {
            margin: 0 0 40px;
        }

    .headline-section .content-block {
        min-height: 183px;
    }

    .content-section-holder {
        padding: 39px 0;
    }

    .dashboard-cards-block {
        margin: 0 0 53px;
    }

        .dashboard-cards-block:last-child {
            margin: 0 0 35px;
        }

    .cards-group {
        padding: 0;
    }

    .card-description-more {
        right: 0;
        bottom: 0;
        width: 20px;
        height: 30px;
        font-size: 16px;
    }

    .filter-block-holder.show-arrow:before {
        right: -50px;
    }

    .filter-block-form {
        padding: 27px 0 14px;
    }

        .filter-block-form input[data-type="datepicker"] {
            max-width: 191px;
        }

        .filter-block-form .form-item {
            margin: 0 6px 23px;
        }

        .filter-block-form .form-item-group {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .filter-block-form .controls-item .controls-group {
            padding: 0;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .filter-block-form .datepicker-group > .input {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
        }

        .filter-block-form .checkbox-group,
        .filter-block-form .radio-group {
            margin-right: 27px;
        }

            .filter-block-form .checkbox-group .group-item,
            .filter-block-form .radio-group .group-item {
                margin: 0 34px 0 0;
            }

                .filter-block-form .radio-group .group-item:last-child {
                    margin-bottom: 0;
                }

            .filter-block-form .checkbox-group + .radio-group {
                margin-top: 0;
            }

    .filter-block--options {
        margin-top: 5px;
    }

    .content-block {
        padding: 0 0 7px;
    }

        .content-block ul + h3 {
            margin-top: 1.58em;
        }

    .table-control-item .pagination {
        margin: 0 -6px 0 0;
    }

    .table-holder {
        margin: 0 -35px;
    }

    .login-block {
        background-image: -webkit-linear-gradient(315deg, rgba(0, 119, 208, .73) 0%, rgba(0, 88, 155, .73) 100%);
        background-image: linear-gradient(135deg, rgba(0, 119, 208, .73) 0%, rgba(0, 88, 155, .73) 100%);
    }

    .login-block-frame {
        padding: 10px 80px;
    }

    .login-block .login-logo {
        margin: 0 0 58px;
    }

    .login-block .logo {
        margin: 0 0 33px 2px;
    }

    .login-block .note {
        text-align: left;
    }

    .login-block .copy {
        text-align: left;
    }

    .login-block-form {
        margin: 0 0 46px;
        padding: 50px 27px 46px 30px;
    }

        .login-block-form input[type="submit"] {
            width: auto;
        }

        .login-block-form .control-item {
            /*05-31-22 JBS*/
            /*width: auto;*/
            margin-bottom: 0;
            text-align: left;
        }

    .login-block-title {
        font-size: 45px;
    }
}

@media screen and (min-width: 1024px) {
    .jcf-select {
        min-width: 300px;
    }

    body.watermark:after {
        right: 50px;
        bottom: 56px;
        width: 620px;
        height: 300px;
    }

    ul {
        padding-left: 27px;
    }

    ol {
        padding-left: 42px;
    }

        ul > li > ul,
        ol > li > ul {
            padding-left: 29px;
        }

    .watermark #wrapper {
        padding-bottom: 555px;
    }

    .container {
        padding: 0 20px;
    }

    .intro-section-holder {
        padding: 28px 0 40px;
    }

    .intro-section-description {
        padding: 19px 0 0;
    }

    .intro-section .company-select-block {
        min-width: 398px;
    }

    .headline-section .page-headline {
        margin: 0 0 21px;
    }

    .filter-block-holder {
        margin: 38px 23px 0;
        padding: 0 3px;
    }

        .filter-block-holder.show-arrow:before {
            right: -26px;
        }

    .filter-block .filter-item {
        width: 1.78em;
        height: 1.78em;
    }

    .filter-block-form {
        padding: 22px 0 7px;
    }

        .filter-block-form .link {
            font-size: 14px;
            padding: 0;
        }

        .filter-block-form input[data-type="datepicker"] {
            max-width: 171px;
        }

        .filter-block-form .form-item {
            margin: 0 10px 16px;
        }

        .filter-block-form .form-item-group {
            margin-left: -10px;
            margin-right: -10px;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .filter-block-form .controls-item {
            width: auto;
        }

        .filter-block-form .checkbox-group,
        .filter-block-form .radio-group {
            margin-right: 0;
        }

            .filter-block-form .checkbox-group .group-item,
            .filter-block-form .radio-group .group-item {
                margin: 0 38px 0 0;
            }

    .filter-block--options {
        margin-top: 14px;
    }

    .content-block {
        padding: 8px 0 66px;
    }

    .table-control-item {
        padding: 0;
    }

        .table-control-item .control-item {
            margin-right: 55px;
        }

        .table-control-item .pagination {
            margin: 0;
        }

    .table-holder {
        margin: 0;
    }

    .table-holder-inner {
        padding: 0;
    }

    /*table.custom-table th:first-child {
        width: 17.2%;
    }

    table.custom-table th:nth-child(2) {
        width: 13.7%;
    }

    table.custom-table th:nth-child(3) {
        width: 13.7%;
    }

    table.custom-table th:nth-child(4) {
        width: 19.6%;
    }

    table.custom-table th:nth-child(5) {
        width: 19.4%;
    }

    table.custom-table th:nth-child(6) {
        width: 16.7%;
    }*/

    .progress-number {
        margin: 0 17px 0 4px;
    }

    .login-block {
        margin: 0 49px 0 auto;
    }

    .per-page-label {
        font-family: "Barlow Semi Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        display: block;
        margin: 0 0 8px;
        text-transform: uppercase;
        margin-left: 8px !important;
    }

    .recordable-background {
        background-color: #F3F3F3 !important;
        box-shadow: none;
    }

    .aspNetDisabled{
        box-shadow: none;
    }
}

@media screen and (min-width: 769px) {
    .card-description-more {
        display: none;
    }    
}

label[for=set-value] {
    margin-left: 8px !important;
}

.blue-outline {
    position: relative;
    outline-style: solid;
    outline-width: 1px;
    padding: 10px;
    margin: -10px;
    outline-color: darkblue;
    top: 14px;
}

.blue-divider {
    background: linear-gradient(to right, #00000000 0%, #39abff 5%, #39abff 95%, #00000000 100%);
    height: 2px;
    margin-left: -10px;
    margin-right: -10px;
}

.mt-3 {
    margin-top: 16px;
}

.m-3 {
    margin: 16px;
}

.flex {
    display: flex;
}

.flex-half {
    flex: 0.5;
}

.flex-3qtr {
    flex: 0.75;
}

.flex-qtr {
    flex: 0.25;
}

.flex-1 {
    flex: 1;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-basis-auto {
    flex-basis: auto;
}

.ml-auto {
    margin-left: auto;
}

.p-relative {
    position: relative;
}

/* Loading spinner rulesets below */

.gg-spinner {
    transform: scale(var(--ggs, 1))
}

.gg-spinner,
.gg-spinner::after,
.gg-spinner::before {
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    position: fixed;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    visibility: visible;
    border-style: none;
    z-index: 999;
}

.gg-spinner::after,
.gg-spinner::before {
    content: "";
    position: absolute;
    border-radius: 100px
}

.gg-spinner::before {
    animation: spinner 1s cubic-bezier(.6, 0, .4, 1) infinite;
    border: 10px solid transparent;
    border-top-color: rgb(59 130 246);
}

.gg-spinner::after {
    border: 10px solid;
    opacity: .2
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}