/* Minification failed. Returning unminified contents.
(2514,23): run-time error CSS1038: Expected hex color, found '#0000'
(4757,31): run-time error CSS1038: Expected hex color, found '#0000'
(4757,48): run-time error CSS1038: Expected hex color, found '#0000'
(4757,65): run-time error CSS1038: Expected hex color, found '#0000'
(4776,31): run-time error CSS1038: Expected hex color, found '#0000'
(4776,48): run-time error CSS1038: Expected hex color, found '#0000'
(4776,65): run-time error CSS1038: Expected hex color, found '#0000'
(5078,31): run-time error CSS1038: Expected hex color, found '#0000'
(5078,48): run-time error CSS1038: Expected hex color, found '#0000'
(5078,65): run-time error CSS1038: Expected hex color, found '#0000'
(5094,35): run-time error CSS1038: Expected hex color, found '#0000'
(5094,52): run-time error CSS1038: Expected hex color, found '#0000'
(5094,69): run-time error CSS1038: Expected hex color, found '#0000'
(5297,31): run-time error CSS1038: Expected hex color, found '#0000'
(5297,48): run-time error CSS1038: Expected hex color, found '#0000'
(5297,65): run-time error CSS1038: Expected hex color, found '#0000'
(5315,31): run-time error CSS1038: Expected hex color, found '#0000'
(5315,48): run-time error CSS1038: Expected hex color, found '#0000'
(5315,65): run-time error CSS1038: Expected hex color, found '#0000'
(5330,31): run-time error CSS1038: Expected hex color, found '#0000'
(5330,48): run-time error CSS1038: Expected hex color, found '#0000'
(5330,65): run-time error CSS1038: Expected hex color, found '#0000'
 */
/*! 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: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  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: -0.5em;
}
sub {
  bottom: -0.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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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: 0.35em 0.625em 0.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;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.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 */

/* Layout helpers
----------------------------------*/
.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-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }

    .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;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

        .ui-controlgroup > .ui-controlgroup-item:focus,
        .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999;
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%;
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.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;
            }

    /* with multiple calendars */
    .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;
}

/* RTL support */
.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;
    }

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-se,
    .ui-dialog .ui-resizable-sw,
    .ui-dialog .ui-resizable-ne,
    .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25); /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.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.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #000;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        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,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button,
        .ui-button {
            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,
            .ui-button:hover,
            .ui-button:focus {
                border: 1px solid #cccccc;
                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,
                a.ui-button:hover,
                a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #ffffff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* Interaction Cues
----------------------------------*/
.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-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.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); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.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-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .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-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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 is deprecated, use ui-icon-seek-start instead */
.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;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.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;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box
}

.ui-timepicker, .ui-timepicker-viewport {
    box-sizing: content-box;
    height: 205px;
    display: block;
    margin: 0
}

.ui-timepicker {
    list-style: none;
    padding: 0 1px;
    text-align: center
}

.ui-timepicker-viewport {
    padding: 0;
    overflow: auto;
    overflow-x: hidden
}

.ui-timepicker-standard {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    background-color: #FFF;
    border: 1px solid #AAA;
    color: #222;
    margin: 0;
    padding: 2px
}

    .ui-timepicker-standard a {
        border: 1px solid transparent;
        color: #222;
        display: block;
        padding: .2em .4em;
        text-decoration: none
    }

    .ui-timepicker-standard .ui-state-hover {
        background-color: #DADADA;
        border: 1px solid #999;
        font-weight: 400;
        color: #212121
    }

    .ui-timepicker-standard .ui-menu-item {
        margin: 0;
        padding: 0
    }

.ui-timepicker-corners, .ui-timepicker-corners .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ui-timepicker-hidden {
    display: none
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none
}
/*# sourceMappingURL=jquery.timepicker.min.css.map */

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
/*.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}*/

.w-button {
    border: 1px solid #0000;
    border-radius: 22px;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: as-sans-bd, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h2 {
  font-size: 20px !important;
  line-height: 26px !important;
  margin-top: 20px;
    font-weight: 700 !important;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}


.w-nav-link.w--current {
  color: white;
}


.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
    border-top: 2px solid #dc3048;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

/*
 
 * Legal Disclaimer for Web licence
 
 *
 
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 
 *
 
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 
 * 
 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 
 * 
 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 
 *
 
 * nationalgeneral.com (monthly pageviews: < 1M)
 
 * natgenagency.com (monthly pageviews: < 250K)
 
 * mynatgenpolicy.com (monthly pageviews: < 250K)
 
 *
 
 */

/*
 
 * Legal Disclaimer for Online Advertising licence
 
 *
 
 * Licence to use fonts in advertising on websites and mobile platforms such as banners, pop-ups, floating ads, video ads, HTML5 ads, eMail newsletters etc.
 
 *
 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 
 * 
 
 * These fonts are licensed exclusively for:
 
 *
 
 * Static or dynamic online advertising
 
 * For up to 5m monthly ad impressions
 
 *
 
 */


@font-face {
    font-family: 'akkuratllweb-light';
    src: url('fonts/AkkuratLLWeb-Light.woff') format('woff');
}

@font-face {
    font-family: 'akkuratllweb-regular';
    src: url('fonts/AkkuratLLWeb-Regular.woff') format('woff');
}


body {
    font-family: akkuratllweb-regular, sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}


.a-header {
    height: 72px;
    background-color: #0e1941;
    padding: 20px 32px;
    text-align: left;
}

.a-blue-bg {
    background-color: #0e1941;
}
.a-left-pad-no {
    padding-left: 0;
}
.align-items-start {
    align-items: flex-start !important;
}


/* scrollbars */
/* width */
::-webkit-scrollbar {
    /*width: 20px;*/
}

/* Empty space below the bar */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;
    border-radius: 10px;*/
}

/* Handle - part you can grab and drag */
::-webkit-scrollbar-thumb {
    /*background: #25589d;*/
    /*background: green;
    border-radius: 10px;*/
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        /*background: #dc3048;*/
    }
/* end scrollbars */

.pos-absolute {
    position: absolute;
}
.body-pos-relative {
    position: relative;
    top: 15px;
}

#mobile-orange-button-container {
    display: none;
}
#dev-header {
    background-color: yellow;
}
.dev-header {
    background-color: yellow;
    height: 60px;
    color: darkgreen;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

label {
    font-weight: normal;
    font-size: 14px;
    color: #626262;
    line-height: 20px;
}
input, select {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    padding: 3px;
    color: #626262;
}
    input[type="radio"] {
        margin-right: 6px;
        margin-left: 12px;
        font-size: 14px;
        color: #626262;
    }

.input-short {
    width: 80px;
}
.form-datasection-subheader {
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    background-color: #eee;
    padding-left: 4px;
    height: 28px;
    margin-top: 28px;
    margin-bottom: 10px;
    color: #626262;
}
.form-nonlabel-label {
    font-size: 14px;
    line-height: 20px;
    color: #626262;
}
.form-footer-text {
    font-size: 13px;
    margin: 16px;
    font-family: Roboto, sans-serif;
    color: #626262;
}
.form-btn {
    border: 1px solid #25589d;
    border-radius: 8px;
    box-shadow: 1px 1px 3px 0 #000;
    font-size: 15px;
    line-height: 21px;
    margin: 20px 15px 0 0;
    padding: 5px 25px;
    width: 80px;
}
.form-btn-next {    
    background-color: #25589d;
    color: #fff;
}
.form-btn-back {
    background-color: #fff;
    color: #25589d;
}

.h1-claim-form {
    color: #818485;
    padding-left: 0;
    font-size: 20px;
}

.h2-claim-form {
    margin-top: 5px;
}

.h3-claim-form {
    font-size: 16px;
    line-height: 40px;
    font-family: Roboto, sans-serif;
    margin-left: 10px;
    font-weight: 700;
}

.fnol-bold-and-ul {
    font-weight: 700;
    text-decoration: underline;
}

.fnol-review-header {
    background-color: #f3f6f9;
    color: #2f3847;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
}
.fnol-review-header-btn-edit {
    border: 1px solid #2f3847;
    border-radius: 6px;
    font-size: 15px;
    padding: 3px 10px;
    width: 50px;
    margin: 5px;
    background-color: #f3f6f9;
    color: #2f3847;
    font-weight: 700;
    float: right;
    font-family: Roboto, sans-serif;
    text-decoration: none;
}
    .fnol-review-header-btn-edit:hover {
        border: 1px solid #2f3847;
        background-color: #f3f6f9;
        color: #2f3847;
        text-decoration: none;
    }
.fnol-review-data {
    padding: 10px;
}
.fnol-review-label {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin: 0;    
}
#hdr-step-5 {
    padding-right: 15px;
}
li {
    list-style: none;
    margin-bottom: 10px;
}

    li:before {
        /* For a round bullet */
        content: '\2022';
        /* For a square bullet */
        /*content:'\25A0';*/
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -13px;
        /*top: 0;*/
        top: -6px;
        color: #dc3048;
        font-size: 26px;
    }

.li-menuoverride, .li-menuoverride-submenu {
    list-style: none;
}

    .li-menuoverride:before {
        /* For a round bullet */
        content: '\2022';
        /* For a square bullet */
        /*content:'\25A0';*/
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -15px;
        top: 0;
        color: #25589d;
        font-size: 26px;
    }

    .li-menuoverride-submenu:before {
        content: '\2022';
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -15px;
        top: 0;
        color: #000;
        font-size: 26px;
    }

.underline-hover:hover {
    text-decoration: underline;
}

.blue-link {
    color: #25589d;
    font-weight: 700;
    text-decoration: none;
}

.col-flush-left {
    padding-left: 0;
}
.section-body {
    /*height: auto;*/
    /*overflow: overlay;*/
    min-height: 700px;
    padding-left: 20px;
    padding-right: 16px;
    /*border: 2px dotted green;*/
}

.breadcrumbs {
    color: #25589d;
    margin-bottom: 10px;
}

    .breadcrumbs a {
        color: #25589d;
        text-decoration: none;
        
    }
        .breadcrumbs a:hover {
            text-decoration: underline;
        }
.breadcrumbs-arrow {
    color: #000;
}


.body-header {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #2f3847;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.track-a-claim-input {
    border: 2px solid #f8981c;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px 8px;
    width: 48%;
    margin: 10px 5px 10px 0;
}

    .track-a-claim-input:focus {
        background-color: #f7f8f9;
        outline: none;
        border-color: #f8981c;
        box-shadow: 0 0 10px #f8981c;
    }

.track-a-claim-submit {
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    padding: 6px 6px;
    width: 28%;
    margin: 10px 5px 10px 0;
    background-color: #25589d;
    color: white;
    font-weight: 700;
    float: right;
}

.subnav-lnk {
    margin-left: 20px;
    margin-right: 20px;
    color: #0033a0;
    text-decoration: none;
    line-height: 40px;
}

    .subnav-lnk:hover {
        text-decoration: underline;
    }

a {
    text-decoration: underline;
}

.section-header {
    display: block;
    height: 100px;
    background-color: #0e1941;
    /*padding: 20px 32px;*/
}



.right-corder-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
}


    .right-corder-container .right-corder-container-button {
        height: 70px;
        width: 70px;
        border: none;
        background-color: #25589d;
        border-radius: 70px; /*Transform the square into rectangle, sync that value with the width/height*/
        transition: all 300ms; /*Animation to close the button (circle)*/
        box-shadow: 2px 2px 5px rgb(0,95,174);
        cursor: pointer;
    }


        .right-corder-container .right-corder-container-button span {
            /*font-size: 72px;*/
            color: white;
            position: absolute;
            left: 10px;
            top: 10px;
            line-height: 28px;
        }


        .right-corder-container .right-corder-container-button:hover {
            transition: all 400ms cubic-bezier(.62,.1,.5,1);
            width: 200px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        /*
    Long text appears slowly with an animation. That code prepare the animation by hidding the text.
    The use of display is not there because it does not work well with CSS3 animation.
*/
        .right-corder-container .right-corder-container-button .long-text {
            transition: opacity 1000ms; /*Only the text fadein/fadeout is animated*/
            opacity: 0; /*By default we do not display the text, we want the text to fade in*/
            color: white;
            white-space: nowrap;
            font-size: 0; /*Set to 0 to not have overflow on the right of the browser*/
            width: 0; /*Set to 0 to not have overflow on the right of the browser*/
            margin: 0; /*Set to 0 to not have overflow on the right of the browser*/
        }

            /*
    Animation to have a text that appear progressively. We need to play with a delay
    on the width and the font-size to not have the browser have the text appears on the right
    side of the browser view port. This has the side-effect of having an horizontal bar.
*/
            .right-corder-container .right-corder-container-button .long-text.show-long-text {
                transition: opacity 700ms, width 1ms linear 270ms, /*two thirds of the animation on the container width*/
                font-size 1ms linear 270ms; /*two thirds of the animation on the container width*/
                opacity: 1;
                margin-top: 2px; /*Center the position vertically*/
                margin-left: 65px; /*Center between the + and the right end side*/
                font-size: 20px; /*Text size, cannot be defined initially without moving the scrollbar*/
                width: auto; /*Required to be set with a delay (see animation) to not have scrollbar. Delay is to wait container to size up*/
            }
.body {
    font-family: Roboto, sans-serif;
}
.nav-top-link-mobile-only {
    display: none;
}
.second-level-nav-block {
    width: 20%;
    height: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

    .second-level-nav-block:hover {
        background-color: #25589d;
    }

.section-hero {
    height: 500px;
    background-image: url('../Content/Images/hero.jpeg');
    background-position: 0 -300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.section-also-call {
    height: 300px;
    margin-bottom: 30px;
}

.also-call-container {
    height: 100%;
}

.also-call-grey {
    position: static;
    height: 260px;
    margin: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .4);
}

.tabs-container {
    height: auto;
    color: #fff;
}

.tabs-wrapper {
    height: 80px;
    color: #fff;
}

.tabs-menu-div {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #25589d;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    text-align: center;
}

.tabs-pane-div {
    width: 100%;
    height: 40px;
    background-color: #b7b8b9;
}

.tabs-menu-text {
    color: #fff;
    font-style: normal;
}

    .tabs-menu-text:hover {
        color: #25589d;
    }

.tab-cell {
    width: 20%;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #25589d;
    font-style: normal;
    text-align: center;
}

    .tab-cell:hover {
        background-color: #fff;
        color: #25589d;
        font-weight: 700;
    }

    .tab-cell.w--current {
        width: 20%;
        padding-right: 5px;
        padding-left: 5px;
        background-color: #fff;
        color: #25589d;
        font-weight: 700;
    }

.tabs-content-div {
    background-color: #b7b8b9;
}

.generic-blue-button {
    display: table;
    /*width: 240px;*/
    /*margin-right: auto;
    margin-left: auto;*/
    margin-top: 26px;
    margin-bottom: 26px;
    border-radius: 7px;
    background-color: #25589d;
    box-shadow: 1px 1px 3px 0 #000;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.generic-blue-button:hover {
    background-color: #dc3048;
    color: #fff;
    text-decoration: none;
}


.btn-chat-online {
    background-color: #ed7766;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

    .btn-chat-online:hover {
        background-color: white;
        border: 1px solid #ed7766;
        color: #0e1941;
    }

.claim-blue-button {
    display: table;
    width: 240px;
    margin-top: 26px;
    margin-bottom: 26px;
    background-color: #ed7766;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    border-radius: 22px;
}

    .claim-blue-button:hover {
        background-color: white;
        border: 1px solid #ed7766;
        color: #0e1941;
    }
    .claim-blue-button:disabled,
    .claim-blue-button[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
    }

.section-nav {
    display: none;
    background-image: url('../Content/Images/nav-bg.jpg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: #fff;
    text-decoration: underline;
}

.container-hero {
    position: relative;
    height: 100%;
}

.also-call-top {
    display: block;
    width: 38%;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    color: #dc3048;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.icon-phone {
    position: static;
    top: 50%;
    display: none;
    height: 50px;
    margin: 15px auto;
    float: left;
}

.also-call-header {
    font-size: 32px;
    line-height: 80px;
}

.also-call-row {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.also-call-col {
    height: 100px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}

    .also-call-col.also-col-center {
        padding-right: 16px;
        padding-left: 16px;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
    }

.also-call-block-header {
    margin-bottom: 16px;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}

.also-call-block-text {
    color: #000;
    font-size: 19px;
    line-height: 22px;
    text-decoration: none;
}

.tfn {
    text-decoration: none;
    color: #000;
}
.tfn:hover {
    text-decoration: underline;
}

.color-333 {
    color: #000;
}
.orange-bold {
    color: #ed7766;
    font-weight: 700;
    margin-left: 2px;    
}

.section-after-accident {
    margin-bottom: 80px;
}

.text-orange {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2f3847;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.after-accident-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.after-accident-col-right {
    height: 250px;
}

.hero-after-accident {
    display: block;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
}

.section-claims-handled {
    margin-bottom: 31px;
}

.section-links {
    margin-left: 20px;
}

.section-footer {
    background-color: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 25px;
}






.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.a-footer {
    min-height: 80px;
    border-right: 4px solid #45bce5;
}
.a-footer-link {
    font-size: 14px;
    font-weight: 700;
    color: #0033a0;
    text-decoration: none;
    margin: 0 16px 0 20px;
}

.half-a-border-on-right {
    border-right: 4px solid;
    border-image: linear-gradient(to bottom, #45bce5 50%, transparent 50%) 1 100%;
}

.a-footer-left {
    min-height: 80px;
}

.a-footer-right {
    min-height: 80px;
}

.a-hands-bottom {
    color: #0033a0;
}
.a-goodhands-reg {
    font-size: 14px;
    position: relative;
    top: -12px;
    left: -2px;
}

#footer-links-tiny {
    display: none;
}

#footer-links-small {
    display: none;
}

#footer-links-desktop {
    display: block;
}

.a-goodhands-reg {
    font-size: 14px;
    position: relative;
    top: -12px;
    left: -2px;
}

.a-copyright {
    padding: 16px 0;
    background-color: #f3f6f9;
    font-size: 14px;
}




.claims-handled-col {
    position: static;
    padding: 20px;
    text-align: center;
}

.claims-handled-icon {
    height: 115px;
    margin-bottom: 10px;
}

.claims-handled-icon-text {
    color: #000;
    font-size: 20px;
    line-height: 22px;
}

.claims-handled-boxes-div {
    margin-top: 40px;
    margin-bottom: 29px;
}

.claims-handled-box-col {
    padding: 20px;
}

    .claims-handled-box-col.blue {
        color: #25589d;
    }

.claims-handled-box {
    height: 250px;
    padding: 20px;
    border: 1px solid #2f3847;
    margin-bottom: 20px;
}

    .claims-handled-box.claims-faq-blue {
        border-color: #2f3847;
        color: #2f3847;
    }

.claims-handled-box-header {
    height: 40px;
    color: #2f3847;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

    .claims-handled-box-header.claims-handled-box-header-blue {
        color: #2f3847;
    }

.claims-handled-box-text {
    height: 110px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}


.claims-handled-box-button {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ed7766;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

    .claims-handled-box-button:hover {
        background-color: white;
        border: 1px solid #ed7766;
        color: #0e1941;
    }

    .claims-handled-box-button.claims-handled-box-button-blue {
        background-color: #ed7766;
        box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    }

        .claims-handled-box-button.claims-handled-box-button-blue:hover {
            background-color: white;
            border: 1px solid #ed7766;
            color: #0e1941;
        }

.two-line-li {
    line-height: 15px !important;
    height: 56px !important;
    padding-top: 10px !important;
    border: 0px solid red !important;
}

.no-decoration {
    text-decoration: none !important;
}

    .no-decoration:hover {
        text-decoration: none !important;
    }


.footer-container {
    height: 100%;
}

.footer-4wide {
    padding: 15px;
}

.footer-2wide {
    padding: 25px 10px;
}

.footer-logo {
    max-width: 80%;
}

.footer-col-header {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-col-link {
    color: #25589d !important;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-decoration: none;
}
.footer-col-link:hover {
    text-decoration: underline;
}

    .footer-col-link.footer-tc-link {
        line-height: 30px;
    }

.footer-col-tc {
    position: static;
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.footer-tc-icon {
    height: 30px;
    margin-left: 0;
    float: left;
}

.footer-copyright {
    margin-top: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.footer-seperator {
    height: 1px;
    margin-bottom: 30px;
    background-color: #fff;
}

.footer-logo-ambest {
    display: block;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
}
.footer-lower-row {
    text-align: center;
}
.footer-lower-text {
    margin-right: 3px;
    margin-left: 3px;
    color: #25589d;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
    .footer-lower-text:hover {
        text-decoration: underline;
    }

.nav-top {
    background-color: #0e1941;
}

.nav-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-top-link {
    color: white;
    font-weight: 700;
}

.nav-top-login {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #25589d;
    color: #fff;
    font-weight: 700;
    box-shadow: 1px 1px 3px 0 #000;
}

    .nav-top-login:hover {
        opacity: 0.8;
        color: #fff;
        background-color: #dc3048;
        text-decoration: none;
    }

.header-logo {
    margin-top: 25px;
    margin-bottom: 10px;
}

.hero-accordion-div {
    display: block;
    position: absolute;
    top: 190px;
    width: 42%;
    /*height: 223px;*/
    margin-right: auto;
    margin-left: auto;
    float: left;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #000;
}

.accordion-div {
    display: block;
    width: 95%;
    height: 402px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #000;
}

.hero-overlay-banner {
    display: block;
    width: 80%;
    height: 100px;
    /*margin-top: 50px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;*/
    margin: 50px auto 20px auto;
    padding: 20px;
    background-image: -webkit-linear-gradient(270deg, hsla(210, 4%, 90%, .8), hsla(210, 4%, 90%, .8));
    background-image: linear-gradient(180deg, hsla(210, 4%, 90%, .8), hsla(210, 4%, 90%, .8));
    box-shadow: 1px 1px 3px 1px #000;
    color: #f6f6f6;
}

.hero-overlay-banner-text {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.btn-report-a-claim {
    background-color: #ed7766;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}




.orange-btn-container {
    padding: 10px;
}



.btn-chat-online {
    background-color: #ed7766;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

    .btn-chat-online:hover {
        background-color: white;
        border: 1px solid #ed7766;
        color: #0e1941;
    }

.btn-chat-online-es {
    background-color: #ed7766;
    box-shadow: inset 0 0 0 0 #0000, 0 0 0 5px #0000, 0 0 0 1px #0000;
    color: #0e1941;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

    .btn-chat-online-es:hover {
        background-color: white;
        border: 1px solid #ed7766;
        color: #0e1941;
    }

.btn-report-a-claim-small {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-report-a-claim-faq {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.btn-report-a-claim:hover {
    background-color: white;
    border: 1px solid #ed7766;
    color: #0e1941;
}

.section-nav-band {
    height: 40px;
    background-image: -webkit-linear-gradient(270deg, #25589d, #25589d);
    background-image: linear-gradient(180deg, #25589d, #25589d);
}

.nav-band-container {
    height: 40px;
    max-width: 991px;
}

.nav-band-dropdown {
    position: relative;
    width: 25%;
    height: 40px;
    float: left;
    color: #fff;
    line-height: 40px;
}

    .nav-band-dropdown:hover {
        background-color: #fff;
        color: #25589d;
    }

.nav-band-dd-toggle-text {
    height: 40px;
    text-align: center;
}

    .nav-band-dd-toggle-text:hover {
        color: #25589d;
    }

.nav-band-dd-toggle {
    position: relative;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

    .nav-band-dd-toggle:hover {
        color: #25589d;
        font-weight: 700;
    }

.hero-overlay-box-holder {
    display: block;
    width: 80%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.nav-band-dd-toggle-icon {
    display: none;
}

.nav-band-dd-list-header {
    background-color: white;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
}



.nav-band-dd-list-link:hover {
    font-weight: 700;
}

.nav-band-dd-toggle.w-dropdown-toggle.w--open {
    color: #25589d !important;
    font-weight: 700;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    border-top: 1px #000 solid;
}

.loss-avoidance-item{
    padding-top: 15px;
    margin-bottom: 30px;
}

.loss-avoidance-link-header {
    width: 95%;
    background-color: #f6f6f6;
    color: #25589d;
    font-size: 16px;
    line-height: 22px;
    padding: 6px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.loss-avoidance-link-item {
    width: 2%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;

}

.loss-avoidance-link {
    text-decoration: none;
    /*vertical-align: middle;*/
}

    .loss-avoidance-link:hover {
        text-decoration: underline;
    }

.loss-avoidance-link-box {
    display: inline-block;
    border-radius: 4px;
    background-color: #25589d;
    box-shadow: 1px 1px 3px 0 #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    padding: 4px 10px;
    margin: 12px 0;
    text-decoration: none;
    width: 250px;
    text-align: center;
}
.loss-avoidance-link-box:hover {
    background-color: #dc3048;
    color: #fff;
    text-decoration: none;
}

.circle-image {
    width: 200px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.inline-block {
    display: inline-block;
}
.margin-bottom {
    margin-bottom: 20px;
}
.ng-blue {
    color: #25589d;
}
.ng-orange {
    color: #dc3048;
}
.center{
    text-align: center;
}
.after-accident-hero {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* The Modal (background) */
.mdl {
    display: none !important; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    font-family: Roboto, sans-serif;
}
.mdl-hide {
    display: none;
}

.mdl-header {
    background-color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #2f3847;
    text-align: left;
    min-height: 0;
    padding: 0 0 0 20px;
    border-bottom: 0;
}

/* Modal Content */
.mdl-content {
    max-width: 400px;
    background-color: #f3f6f9;
    margin: auto;
    padding: 0;
    width: 98%;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.5);
    box-shadow: 0 10px 15px rgba(0,0,0,.5);
    /*border-radius: 10px !important;*/
    border: 1px solid #2f3847;
}

.mdl-div {
    padding: 20px 20px 0 20px;
    background-color: #f3f6f9;
    font-size: 14px;
    line-height: 20px;
    height: 600px;
}

.mdl-section {
    text-align: center;
    padding-right: 5px;
    margin-bottom: 30px;
}
.mdl-section-header {
    text-align: left;
    width: 100%;
    line-height: 40px;
    font-weight: 700;
}

/* The Close Button */
.mdl-close {
    color: #2f3847;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 20px;
    text-shadow: none;
    opacity: 1;
}

    .mdl-close:hover,
    .mdl-close:focus {
        color: #efefef;
        text-decoration: none;
        cursor: pointer;
    }

.mdl-field {
    height: 80px;
}

.mdl-input {
    border: 1px solid #cccccc;
    font-size: 14px;
    height: 26px;
    width: 240px;
    padding: 4px;
    color: #323232;
}

.mdl-input-textarea {
    border: 1px solid #cccccc;
    font-size: 14px;
    height: 78px;
    width: 240px;
    padding: 4px;
    color: #323232;
}
.mdl-button {
    color: white;
    background-color: #25589d;
    border-radius: 5px !important;
    margin-right: 10px !important;
    padding: 5px 15px;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
}
    .mdl-button:hover {
        background-color: #dc3048;
    }
.mdl-button-off {
    color: white;
    background-color: #6a9ac9;
    border-radius: 5px !important;
    margin-right: 10px !important;
    padding: 5px 15px;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
}


.mdl-button-off {
    color: white;
    background-color: #6a9ac9;
    border-radius: 5px !important;
    margin-right: 10px !important;
    padding: 5px 15px;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
}
.mdl-product {
    width: 33%;
    float: left;
    text-align: center;
    padding: 20px;
}
.mdl-product-2up {
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px;
}
.mdl-product-img {
    height: 30px;
    margin-bottom: 8px;
}
    .mdl-product-img:hover {
        cursor: pointer;
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.4);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.4);
        filter: brightness(1.2) grayscale(.5) opacity(.4);
    }

.modal-submit{
    color: white;
    background-color: #dc3048;
    border-radius: 5px !important;
    padding: 5px 15px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
}
.modal-submit:hover{
    background-color: #25589d;
}
.modal-submit:disabled {
    background-color: #a5a5a5;
}

/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 20px solid #f3f3f3;
    border-radius: 50%;
    border-top: 20px solid #25589d;
    border-bottom: 20px solid #25589d;
    border-left: 20px solid #dc3048;
    border-right: 20px solid #dc3048;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}


/*span.image-radio input[type="radio"]:checked + img {
    border: 1px solid red;
}*/

.text-bold {
    font-weight: 700;
}

@media (max-width: 1800px){
    .section-hero {
        background-position: 0 -100px;
    }
}

@media (max-width: 991px) {
    .subnav-lnk {
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-hero {
        height: 540px;
        background-position: 0 -46px;
    }

    .also-call-top {
        width: 55%;
    }

    .footer-col-link.footer-tc-link {
        line-height: 15px;
    }

    .footer-logo-ambest {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .footer-lower-text {
        line-height: 23px;
    }

    .footer-lower-col-left {
        text-align: center;
    }

    .hero-accordion-div {
        width: 50%;
    }

    /*.btn-report-a-claim {
        top: 299px;
        right: 80px;
        font-size: 18px;
        line-height: 24px;
    }*/

    .btn-report-a-claim {
        top: 199px;
        left: 450px;
        font-size: 18px;
        line-height: 24px;
    }

    .btn-chat-online {
        top: 255px;
        left: 450px;
        font-size: 18px;
        line-height: 24px;
    }

    .btn-chat-online-es {
        top: 311px;
        left: 450px;
        font-size: 18px;
        line-height: 24px;
    }

    .hero-overlay-banner {
        width: 85%;
        height: 92px;
    }

    .hero-overlay-banner-text {
        font-size: 20px;
        line-height: 26px;
        position: absolute;
        /*border: 2px dotted white;*/
        width: 580px;
    }

    .hero-overlay-box-holder {
        width: 85%;
    }
    .claims-handled-box-header {
        font-size: 20px;
        line-height: 26px;
    }
    .claims-handled-box-text {
        height: 110px;
        color: #000;
        font-size: 14px;
        line-height: 20px;
    }
    .loss-avoidance-item {
        margin-bottom: 50px;
    }
    .also-call-row {
        position: absolute;
        top: 70px;
    }
    .also-call-grey {
        position: relative;
    }
    .also-call-top {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .section-header {
        height: 80px;
    }
    /*.section-nav-band {
        display: none;
    }*/
    .section-body {
        min-height: 1300px;
    }
    .section-nav-band-sub {
        display: none;
    }
    .nav-top-link-mobile-only {
        display: block;
    }

    .second-level-nav-block {
        font-size: 13px;
    }

    .section-also-call {
        height: 400px;
    }

    .also-call-grey {
        height: 400px;
        margin-top: 0;
    }

    .tabs-menu-text {
        font-size: 13px;
    }

    .also-call-col {
        /*height: 100px;*/
        padding: 20px;
        text-align: center;
    }
    .also-call-col.also-col-center {
        /*margin-bottom: 20px;
        border-style: none;*/
        border-left: none;
        border-right: none;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding-top: 20px;
    }
    .after-accident-hero {
        display: none;
    }

    .circle-image {
        display: none;
    }
    .after-accident-col-left {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .after-accident-col-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .claims-handled-icon {
        height: 80px;
    }
    .claims-handled-box-header {
        font-size: 24px;
        line-height: 36px;
    }

    .claims-handled-box-text {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-2wide {
        padding-top: 15px;
    }

    .footer-logo {
        max-width: 95%;
    }

    .footer-col-header {
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 15px;
    }

    .footer-col-link {
        margin-bottom: 10px;
        line-height: 15px;
    }

        .footer-col-link.footer-tc-link {
            line-height: 30px;
        }

    .footer-tc-icon {
        margin-left: 5px;
    }

    .footer-logo-ambest {
        margin-bottom: 20px;
    }

    .footer-lower-text {
        display: inline-block;
        margin-right: 12px;
        margin-left: 12px;
        float: none;
    }

    .footer-lower-col-right {
        display: block;
        margin-right: auto;
        margin-bottom: 39px;
        margin-left: auto;
        text-align: center;
    }

    .text-block {
        font-size: 13px;
    }

    .nav-top {
        height: 80px;
    }

    .nav-brand {
        padding-bottom: 0;
        padding-top: 19px;
    }

    .nav-top-link {
        border-bottom: 1px solid #25589d;
        background-color: #f6f6f6;
        font-size: 16px;
    }

    .nav-top-login {
        border-bottom: 1px solid #25589d;
        background-color: #f6f6f6;
        color: #25589d;
        font-size: 16px;
        border-radius: 0;
    }

    .container {
        height: 80px;
    }

    .header-logo {
        max-width: 90%;
        margin-top: 8px;
    }

    .hero-overlay-banner {
        width: 95%;
        /*position: absolute;*/
        top: -30px;
        
    }

    .hero-overlay-banner-text {
        font-size: 18px;
        line-height: 24px;
        width: 90%;
        /*border: 2px solid white;*/
    }

    .btn-report-a-claim .btn-chat-online {
        font-size: 18px;
        line-height: 24px;
    }

    .subsection-dropdown-menu {
        position: static;
        display: none;
        width: 100%;
        height: 40px;
        background-color: #b7b8b9;
        color: #fff;
        font-weight: 700;
        text-align: center;
    }

    .dropdown-toggle {
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .subsection-dropdown-menu-label {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }

    .container-2 {
        height: 80px;
    }

    .icon {
        color: #fff;
    }

    .icon-2 {
        display: none;
        /*background-color: #25589d;
        color: #fff;
        font-size: 32px;
        line-height: 32px;*/
    }

    .menu-button.w--open {
        background-color: #fff;
    }

    .hero-overlay-box-holder {
        width: 95%;
    }
    .mdl {
        padding-top: 30px; /* Location of the box */
    }
    .mdl-div {
        height: 600px;
    }
}

@media (max-width: 767px){
    .section-nav-band, .w-nav-menu, .icon-2 {
        display: none;
    }

    .btn-report-a-claim {
        top: 199px;
        left: 400px;
    }

    .btn-chat-online {
        top: 255px;
        left: 400px;
    }

    .btn-chat-online-es {
        top: 311px;
        left: 400px;
    }
}

@media (max-width: 668px) {
    .also-call-top {
        width: 80%;
        margin: auto;
    }

    .btn-report-a-claim {
        top: 199px;
        left: 365px;
    }

    .btn-chat-online {
        top: 255px;
        left: 365px;
    }

    .btn-chat-online-es {
        top: 311px;
        left: 365px;
    }
}

@media (max-width: 580px) {
    .loss-avoidance-link-header {
        display: none;
    }
    .also-call-block-header {
        font-size: 18px;
        line-height: 22px;
    }
    .hero-accordion-div {
        width: 60%;
    }

    .btn-report-a-claim {
        top: 199px;
        left: 345px;
    }

    .btn-chat-online {
        top: 255px;
        left: 345px;
    }

    .btn-chat-online-es {
        top: 311px;
        left: 345px;
    }
}

@media (max-width: 508px) {
    .section-body {
        min-height: 1400px;
    }

    .btn-report-a-claim {
        top: 199px;
        left: 320px;
    }

    .btn-chat-online {
        top: 255px;
        left: 320px;
    }

    .btn-chat-online-es {
        top: 311px;
        left: 320px;
    }
}

@media (max-width: 479px) {
    .section-header {
        height: 80px;
    }

    .section-hero {
        display: none;
    }

    .also-call-grey {
        height: 350px;
        margin-top: 15px;
        margin-right: 10px;
        margin-left: 10px;
        background-color: #fff;
        box-shadow: none;
    }

    .tabs-container {
        display: none;
    }

    .container-hero {
        display: block;
    }

    #mobile-orange-button-container{
        display: block;
    }

    .mobile-hero-overlay-banner {
        width: 95%;
        margin: 10px;
        height: auto;
        font-size: 18px;
        line-height: 24px;
        color: #000;
    }
    .orange-btn-container {
        padding: 6px;
    }

    .hero-overlay-box-holder {
        height: auto;
        padding: 10px;
    }

    .also-call-row {
        margin-top: 0;
    }

    .also-call-top {
        width: 230px;
        height: 57px;
    }

    .icon-phone {
        height: 38px;
    }

    .also-call-header {
        font-size: 20px;
        line-height: 60px;
    }

    .also-call-col {
        height: 80px;
        padding-bottom: 22px;
    }

        .also-call-col.also-col-center {
            height: 85px;
            padding-right: 5px;
            padding-left: 5px;
            margin-top: 10px;
            margin-bottom: 10px;
            border: none;
        }

    .also-call-block-header {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
    }

    .also-call-block-text {
        display: block;
        width: 160px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        background-image: -webkit-linear-gradient(270deg, #25589d, #25589d);
        background-image: linear-gradient(180deg, #25589d, #25589d);
        color: #fff;
        font-size: 18px;
    }

    .text-orange {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px;
    }

    .after-accident-col-left {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .after-accident-col-right {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hero-after-accident {
        height: 180px;
    }

    .section-claims-handled {
        margin-bottom: 0;
    }

    .claims-handled-col {
        padding: 5px;
    }

    .claims-handled-icon {
        height: 80px;
        margin-bottom: 11px;
    }

    .claims-handled-icon-text {
        font-size: 14px;
        line-height: 17px;
    }

    .claims-handled-box-col {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .claims-handled-box {
        height: 200px;
        padding: 15px 10px;
    }

    .claims-handled-box-header {
        height: 30px;
        font-size: 23px;
        line-height: 24px;
    }

    .claims-handled-box-text {
        height: 90px;
        font-size: 15px;
        line-height: 18px;
    }

    .claims-handled-box-button {
        width: 140px;
        margin-top: 6px;
        font-size: 18px;
        line-height: 20px;
    }

    .footer-2wide {
        display: none;
    }

    .footer-logo {
        display: block;
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .footer-col-link {
        line-height: 17px;
    }

        .footer-col-link.footer-tc-link {
            margin-right: -8px;
        }

    .footer-tc-icon {
        margin-right: -15%;
        margin-left: 20%;
    }

    .footer-copyright {
        line-height: 16px;
        text-align: center;
    }

    .footer-lower-text {
        line-height: 26px;
    }

    .footer-lower-col-left {
        display: none;
    }

    .footer-lower-col-right {
        display: block;
        margin-bottom: 15px;
    }

    .nav-top {
        height: 80px;
    }

    .nav-brand {
        width: 180px;
        padding-top: 15px;
    }

    .nav-top-link {
        border-width: 1px;
        border-color: #000;
        border-bottom-style: solid;
        background-color: #f6f6f6;
    }

    .container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-logo {
        max-width: 200px;
        margin-top: 5px;
    }

    .subsection-dropdown-menu {
        position: static;
        display: none;
        width: 100%;
        height: 40px;
        background-color: #b7b8b9;
        color: #fff;
        font-weight: 700;
        text-align: center;
    }

    .dropdown-toggle {
        height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .subsection-dropdown-menu-label {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }

    .footer-logo-ambest-mobile {
        display: block;
        height: 45px;
        margin-right: auto;
        margin-left: auto;
    }

    .subsection-dropdown-menu-link {
        border-bottom: 2px solid #fff;
        background-color: #f6f6f6;
        color: #dc3048;
        font-weight: 400;
    }

        .subsection-dropdown-menu-link:hover {
            font-weight: 700;
        }

    .icon {
        color: #fff;
    }

    .icon-2 {
        background-color: #25589d;
        color: #f6f6f6;
        font-size: 32px;
        line-height: 32px;
    }

    .menu-button {
        background-color: #fff;
    }
    .loss-avoidance-item {
        margin-bottom: 20px;
    }
    .mdl-section-header {
        line-height: 20px;
        margin-bottom: 10px;
    }
    .mdl-div {
        height: 650px;
    }

    .btn-report-a-claim {
        top: 199px;
        left: 320px;
    }

    .btn-chat-online {
        top: 299px;
        left: 320px;
    }
}

@media (max-width: 370px) {
    .also-call-block-header {
        font-size: 14px;
        line-height: 20px;
    }
    .section-body {
        min-height: 1800px;
        padding-left: 10px;
        padding-right: 10px;
    } 
    .mdl {
        padding-top: 0;
    }
}

@media (max-width: 320px) {
    .also-call-block-header {
        font-size: 14px;
        line-height: 20px;
    }

    .also-call-col {
        height: auto;
        padding-bottom: 0;
    }
    .also-call-col.also-col-center {
        height: auto;
        margin: auto;
    }
}

@media (max-width: 47.999em) {
    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }
}
@media (max-width: 570px) {
    #footer-links-tiny {
        display: none;
    }

    #footer-links-small {
        display: block;
    }

    #footer-links-desktop {
        display: none;
    }

    .a-footer {
        height: auto;
    }

    .a-body {
        padding-left: 20px !important;
    }
}



@media (max-width: 400px) {
    #footer-links-tiny {
        display: block;
    }

    #footer-links-small {
        display: none;
    }

    #footer-links-desktop {
        display: none;
    }
}


@media (max-width: 334px) {
    .a-goodhands-reg {
        font-size: 14px;
        position: relative;
        top: -36px;
        left: -1px;
    }

    .a-hands-bottom {
        position: relative;
        left: -14px;
    }
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    font-family: Roboto, sans-serif;
    background: #25589D;
    /*z-index: 20;*/
}

    #cssmenu black {
        color: black;
    }

    #cssmenu > ul > li {
        float: left;
        width: 25%;
    }

        #cssmenu > ul > li:before {
            display: none;
        }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 12px;
        font-size: 16px;
        /*letter-spacing: 0.5px;*/
        text-decoration: none;
        color: #fff;
        /*font-weight: 700;*/
        text-align: center;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: none; /*block*/
            background: #dddddd;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: none; /*block*/
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        border: 1px solid #e0e0e0 !important;
        z-index: 2500;
        background-color: white;
    }

    #cssmenu keep-on-top {
        position: absolute;
        z-index: 2500;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        #cssmenu ul ul li:before {
            display: none;
        }

    #cssmenu li:hover > ul {
        left: auto;
        z-index: 1;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 50px;
        width: 200px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        height: 50px;
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        /*padding: 20px 15px;*/
        padding-left: 5px;
        font-size: 16px;
        line-height: 50px;
        text-decoration: none;
        color: #25589D;
        font-weight: 400;
        background: #fff;
        z-index: 1;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        /*border-bottom: 0;*/
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        background-color: #e0e0e0;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

.nav-band-dd-list-link {
    display: inline-block;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5px !important;
    padding-left: 10px !important;
    background-color: #fff;
    color: #25589D;
    font-size: 16px;
}

.nav-band-dd-list-icon {
    /*height: 30px;*/
    width: 30px;
    float: right;
    /*margin: 5px;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {*/

@media all and (max-width: 768px) {
    .nav-band-dd-list-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .nav-band-dd-list-icon {
        display: none;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
            background-color: #e0e0e0;
            width: 100%;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 1px solid #fff;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #000;
            background: none;
            text-align: center;
            /*width: 100%;
                position: relative;
                left: 50%;*/
            /*transform: translateX(-3%);*/
        }

        #cssmenu ul ul li:hover > a {
            color: #25589D;
            /*background-color: white;*/
        }

        #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #dddddd;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #dddddd;
                border-bottom: 2px solid #dddddd;
                content: '';
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #dddddd;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background-color: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 1;
            right: 0;
            top: 0;
            display: block;
            /*border-left: 1px solid rgba(120, 120, 120, 0.2);*/
            height: 40px;
            width: 40px;
            cursor: pointer;
            color: #ffffff !important;
        }

            #cssmenu .submenu-button.submenu-opened {
                /*background: #262626;*/
                background: #25589D;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
            /*background-color: #ffffff !important;
                color: #25589D;*/
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 18px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ffffff;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 15px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
            background: #ffffff !important;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}

.section-nav-band-sub {
    height: 40px;
    background-color: #f3f6f9;
}


/**
 * Tabs object.
 *
 * 1. Tables (kinda) for layout!
 * 2. This is the magic bit; make all children occupy equal width.
 * 3. Required to make the tabs fill their container.
 * 4. Make each tab pack up horizontally.
 * 5. Ensure the hit area covers the whole tab.
 */
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table; /* [1] */
    table-layout: fixed; /* [2] */
    width: 100%; /* [3] */
}

.tabs__item {
    width: 100%;
    float: left;
    background-color: #f6f6f6;
}

li.tabs__item {
    margin: 0px !important;
    border-bottom: 1px solid white;
}

.tabs__link {
    display: block; /* [5] */
}

li.tabs__item::before {
    display: none;
}


/**
* Primary nav. Extends `.tabs`.
*
* 1. Stop tabs’ corners leaking out beyond our 4px round.
*/
.primary-nav {
    text-align: center;
    border-radius: 0;
    overflow: hidden; /* [1] */
    background-color: #b5b6b7;
}

    .primary-nav a {
        padding: .75em 1em;
        color: #25589d;
        background-color: #f6f6f6;
        text-decoration: none;
        /*border-right: 1px solid #000;*/
        font-family: Share, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
    }

        .primary-nav a:hover {
            color: #25589d;
            background: #fff;
        }

/* Responsive-nav.js */

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
    z-index: 2000;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/*===================================================*/
@media screen and (min-width: 992px) {
    .tabs__item {
        display: table-cell; /* [4] */
        float: none;
        width: auto;
        background-color: #b5b6b7;
        border: 0;
    }
    li.tabs__item {
        border: 0;
    }

    .primary-nav a {
        color: #fff;
        background-color: #b5b6b7;
    }

    .js .nav-collapse {
        position: relative;
    }

        .js .nav-collapse.closed {
            max-height: none;
        }

    .nav-toggle {
        display: none;
    }
}

.nav-collapse {
    list-style: none;
    width: 100%;
    float: left;
    background-color: #b5b6b7;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.nav-toggle {
    position: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 100% /*70px*/;
    height: 40px;
    float: right;
    background-color: #b5b6b7;
}

    .nav-toggle:before {
        color: #25589d; /* Edit this to change the icon color */
        font-family: "responsivenav", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-variant: normal;
        font-size: 16px;
        text-transform: none;
        position: absolute;
        /*content: "≡";*/
        content: "Claims \25BC";
        text-indent: 0;
        text-align: center;
        line-height: 40px;
        speak: none;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #b5b6b7;
    }

    .nav-toggle.active::before {
        font-size: 16px;
        font-weight: 700;
        /*content: "x";*/
        content: "Claims \25B2"
    }

.ui-accordion {
    border-radius: 4px;
    border: 1px solid #25589d;
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.ui-accordion-header {
    height: 50px;
    background-color: #f3f6f9;
    color: #2f3847;
    font-family: Roboto, sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    padding: 0 10px 0 10px !important;
    margin: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #2f3847 !important;
}



.ui-accordion-header-no-bottom {
    border-bottom: 0 !important;
}

.ui-accordion-header-active {
    font-weight: 700;
    background-color: white;
    color: #2f3847;
    /*border-top: 2px solid #25589d !important;
                    border-left: 2px solid #25589d !important;
                    border-right: 2px solid #25589d !important;*/
}

.ui-accordion-content {
    padding: 0 20px 20px 20px !important;
    /*height: 200px;*/
    /*min-height: 140px;*/
    text-align: left;
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 95%;
    top: 40%;
    color: #2f3847;
}

.ui-icon {
    background-image: url(../../Content/Images/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon {
    background-image: url(../../Content/Images/ui-icons_ffffff_256x240.png);
}



.accordion-div li {
    list-style: none;
}

    .accordion-div li:before {
        /* For a round bullet */
        content: '\2022';
        /* For a square bullet */
        /*content:'\25A0';*/
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -15px;
        top: -3px;
        color: #25589d;
        font-size: 20px;
    }


/* FAQ accordion */
.faq-accordion {
    background-color: #f3f6f9;
    color: #2f3847;
    font-weight: 700;
    cursor: pointer;
    padding: 18px;
    width: 95%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.5s;
    box-shadow: 3px 3px 5px #e1e1e1;
    /*margin: 10px 10px 10px 10px;*/
}

    .active, .faq-accordion:hover {
        background-color: #f3f6f9;
    }

.accordion:before {
    content: '\002B';
    color: #2f3847;
    font-weight: bold;
    float: right;
}
.faq-accordion:before {
    content: '\002B';
    color: #2f3847;
    font-weight: bold;
    float: right;
}
.active:before {
    content: "\2212";
    float: right;
}

.faq-panel {
    background-color: #f3f6f9;
    color: #2f3847;
    font-weight: 400;
    padding: 0 18px;
    width: 95%;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: max-height 0.2s ease-out;
    margin: 0px 20px 20px 0px;
    box-shadow: 3px 3px 5px #e1e1e1;
    position: relative;
    top: -5px;
}

button:focus {
    outline: none !important;
}
