﻿@charset "UTF-8";
/* vendor */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon, .imp_section_carousel .slick-carousel .slick-prev,
.imp_section_carousel .slick-carousel .slick-next {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before, .imp_section_carousel .slick-carousel .slick-prev:before {
    content: "\e079";
}

.glyphicon-chevron-right:before, .imp_section_carousel .slick-carousel .slick-next:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1100px) {
    .container {
        width: calc(100% - 60px);
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1420px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1100px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1600px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1100px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1100px) and (max-width: 1599px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1100px) and (max-width: 1599px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1100px) and (max-width: 1599px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1100px) and (max-width: 1599px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1100px) and (max-width: 1599px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .sideways > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .sideways > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .sideways > li.active > a,
        .sideways > li.active > a:hover,
        .sideways > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .sideways.tabs-left {
        left: -50px;
    }

    .sideways.tabs-right {
        right: -50px;
    }

        .sideways.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .sideways.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

/*!
 * FullCalendar v3.1.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

    .fc-unthemed .fc-divider,
    .fc-unthemed .fc-popover .fc-header,
    .fc-unthemed .fc-list-heading td {
        background: #eee;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666;
        }

.fc-unthemed td.fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
}

.fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: .3;
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
    .fc-icon:after {
        position: relative;
    }

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
    /* force height to include the border and padding */
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer;
}

    /* Firefox has an annoying inner border */
    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0;
    }

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

    .fc-state-default.fc-corner-left {
        /* non-theme */
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .fc-state-default.fc-corner-right {
        /* non-theme */
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

/* icons in buttons */
.fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
    display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
    /* same */
    margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

    .fc-popover .fc-header {
        /* TODO: be more consistent with fc-head/fc-body */
        padding: 2px 4px;
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px;
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer;
        }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px;
    }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

    .fc-bg table {
        height: 100%;
        /* strech bg to bottom edge */
    }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
    width: 100%;
    box-sizing: border-box;
    /* fix scrollbar issue in firefox */
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

    .fc td.fc-today {
        border-style: double;
        /* overcome neighboring borders */
    }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
    cursor: pointer;
}

    a[data-goto]:hover {
        text-decoration: underline;
    }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
    position: relative;
}

    .fc-row .fc-bg {
        z-index: 1;
    }

    /* highlighting cells & background event skeleton */
    .fc-row .fc-bgevent-skeleton,
    .fc-row .fc-highlight-skeleton {
        bottom: 0;
        /* stretch skeleton to bottom of row */
    }

        .fc-row .fc-bgevent-skeleton table,
        .fc-row .fc-highlight-skeleton table {
            height: 100%;
            /* stretch skeleton to bottom of row */
        }

        .fc-row .fc-highlight-skeleton td,
        .fc-row .fc-bgevent-skeleton td {
            border-color: transparent;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    /*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px;
        /* matches the space above the events */
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5;
    }

        .fc-row .fc-content-skeleton td,
        .fc-row .fc-helper-skeleton td {
            /* see-through to the background below */
            background: none;
            /* in case <td>s are globally styled */
            border-color: transparent;
            /* don't put a border between events and/or the day number */
            border-bottom: 0;
        }

        .fc-row .fc-content-skeleton tbody td,
        .fc-row .fc-helper-skeleton tbody td {
            /* don't put a border between event cells */
            border-top: 0;
        }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
    -webkit-overflow-scrolling: touch;
}

    /* TODO: move to agenda/basic */
    .fc-scroller > .fc-day-grid,
    .fc-scroller > .fc-time-grid {
        position: relative;
        /* re-scope all positions */
        width: 100%;
        /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    /* default BORDER color */
    font-weight: normal;
    /* undo jqui's ui-widget-header bold */
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad;
    /* default BACKGROUND color */
}

    /* overpower some of bootstrap's and jqui's styles on <a> tags */
    .fc-event,
    .fc-event:hover,
    .ui-widget .fc-event {
        color: #fff;
        /* default TEXT color */
        text-decoration: none;
        /* if <a> has an href */
    }

        .fc-event[href],
        .fc-event.fc-draggable {
            cursor: pointer;
            /* give events with links and draggable events a hand mouse pointer */
        }

.fc-not-allowed,
.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
    display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    /* only show when hovering or selected (with touch) */
    display: block;
}

    /* hit area */
    .fc-event.fc-selected .fc-resizer:before {
        /* 40x40 touch area */
        content: "";
        position: absolute;
        z-index: 9999;
        /* user of this util can scope within a lower z-index */
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
    z-index: 9999 !important;
    /* overcomes inline z-index */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .fc-event.fc-selected.fc-dragging {
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    /* below resizers */
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
    /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
    /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    /* overcome top border */
    bottom: -1px;
    /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
    /* 8x8 little dot */
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* vertically center */
    top: 50%;
    margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
    /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
    /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px;
    /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    /* same z-index as fc-bg, behind text */
    /* overcome the borders */
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    /* darkening effect */
    background: #000;
    opacity: .25;
}

.fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
    /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
    /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
    text-align: center;
}

    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1em;
    }

    .fc-toolbar.fc-footer-toolbar {
        margin-top: 1em;
    }

    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
    }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
    margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    box-sizing: content-box;
}

.fc-view,
.fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* there may be week numbers in these views, so no padding-top */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

/* week and day number styling */
.fc-day-top.fc-other-month {
    opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
    padding: 0 2px;
    /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
    text-align: center;
}

    .fc-basic-view td.fc-week-number > * {
        /* work around the way we do column resizing and ensure a minimum width */
        display: inline-block;
        min-width: 1.25em;
    }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em;
        /* all-day section will never get shorter than this */
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 1em;
            /* give space underneath events for clicking/selecting days */
        }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

    .fc-time-grid table {
        /* don't put outer borders on slats/bg/content/etc */
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats,
    .fc-time-grid > hr {
        /* the <hr> AgendaView injects when grid is shorter than scroller */
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-content-col {
        position: relative;
        /* because now-indicator lives directly inside */
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
    }

    /* divs within a cell within the fc-content-skeleton */
    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1;
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-highlight-container {
        position: relative;
        z-index: 3;
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4;
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-container {
        /* also is fc-event-container */
        position: relative;
        z-index: 6;
    }

    /* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0;
        /* each cell is responsible for its top border */
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        /* for jqui theme */
        background: none;
        /* see through to fc-bg */
    }

    /* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
    .fc-time-grid .fc-highlight-container {
        /* a div within a cell within the fc-highlight-skeleton */
        position: relative;
        /* scopes the left/right of the fc-highlight to be in the column */
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
        /* top and bottom will be in by JS */
    }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}

    .fc-time-grid-event.fc-selected {
        /* need to allow touch resizers to extend outside event's bounding box */
        /* common fc-selected styles hide the fc-bg, so don't need this anyway */
        overflow: visible;
    }

        .fc-time-grid-event.fc-selected .fc-bg {
            display: none;
            /* hide semi-white background, to appear darker */
        }

    .fc-time-grid-event .fc-content {
        overflow: hidden;
        /* for when .fc-selected */
    }

    .fc-time-grid-event .fc-time,
    .fc-time-grid-event .fc-title {
        padding: 0 1px;
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap;
    }

    /* short mode, where time and title are on the same line */
    .fc-time-grid-event.fc-short .fc-content {
        /* don't wrap to second line (now that contents will be inline) */
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-time,
    .fc-time-grid-event.fc-short .fc-title {
        /* put the time and title on the same line */
        display: inline-block;
        vertical-align: top;
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none;
            /* don't display the full time text... */
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start);
            /* ...instead, display only the start time */
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0";
            /* seperate with a dash, wrapped in nbsp's */
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        /* make the title text the same size as the time */
        padding: 0;
        /* undo padding from above */
    }

    /* resizer (cursor device) */
    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

        .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
            content: "=";
        }

    /* resizer (touch device) */
    .fc-time-grid-event.fc-selected .fc-resizer {
        /* 10x10 dot */
        border-radius: 5px;
        border-width: 1px;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-color: inherit;
        background: #fff;
        /* horizontally center */
        left: 50%;
        margin-left: -5px;
        /* center on the bottom edge */
        bottom: -5px;
    }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
    /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    /* triangle pointing right... */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    /* triangle pointing left... */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
    direction: rtl;
    /* unlike core views, leverage browser RTL */
}

.fc-list-view {
    border-width: 1px;
    border-style: solid;
}

/* table resets */
.fc .fc-list-table {
    table-layout: auto;
    /* for shrinkwrapping cell content */
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
    border-bottom-width: 1px;
}

    .fc-list-heading td {
        font-weight: bold;
    }

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt {
    float: right;
}

.fc-rtl .fc-list-heading-main {
    float: right;
}

.fc-rtl .fc-list-heading-alt {
    float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
    cursor: pointer;
    /* whole row will be clickable */
}

.fc-list-item:hover td {
    background-color: #f5f5f5;
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}

.fc-list-item-title a {
    /* every event title cell has an <a> tag */
    text-decoration: none;
    color: inherit;
}

    .fc-list-item-title a[href]:hover {
        /* hover effect only on titles with hrefs */
        text-decoration: underline;
    }

/* message when no events */
.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty {
    /* theme will provide own background */
    background-color: #eee;
}

/* end vendor */
/* site components */
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .container {
        max-width: 748px;
    }

    .hidden-xs {
        display: block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
        float: left;
    }

    .col-ms-1 {
        width: 8.3333333333%;
    }

    .col-ms-2 {
        width: 16.6666666667%;
    }

    .col-ms-3 {
        width: 25%;
    }

    .col-ms-4 {
        width: 33.3333333333%;
    }

    .col-ms-5 {
        width: 41.6666666667%;
    }

    .col-ms-6 {
        width: 50%;
    }

    .col-ms-7 {
        width: 58.3333333333%;
    }

    .col-ms-8 {
        width: 66.6666666667%;
    }

    .col-ms-9 {
        width: 75%;
    }

    .col-ms-10 {
        width: 83.3333333333%;
    }

    .col-ms-11 {
        width: 91.6666666667%;
    }

    .col-ms-12 {
        width: 100%;
    }

    .col-ms-pull-0 {
        right: auto;
    }

    .col-ms-pull-1 {
        right: 8.3333333333%;
    }

    .col-ms-pull-2 {
        right: 16.6666666667%;
    }

    .col-ms-pull-3 {
        right: 25%;
    }

    .col-ms-pull-4 {
        right: 33.3333333333%;
    }

    .col-ms-pull-5 {
        right: 41.6666666667%;
    }

    .col-ms-pull-6 {
        right: 50%;
    }

    .col-ms-pull-7 {
        right: 58.3333333333%;
    }

    .col-ms-pull-8 {
        right: 66.6666666667%;
    }

    .col-ms-pull-9 {
        right: 75%;
    }

    .col-ms-pull-10 {
        right: 83.3333333333%;
    }

    .col-ms-pull-11 {
        right: 91.6666666667%;
    }

    .col-ms-pull-12 {
        right: 100%;
    }

    .col-ms-push-0 {
        left: auto;
    }

    .col-ms-push-1 {
        left: 8.3333333333%;
    }

    .col-ms-push-2 {
        left: 16.6666666667%;
    }

    .col-ms-push-3 {
        left: 25%;
    }

    .col-ms-push-4 {
        left: 33.3333333333%;
    }

    .col-ms-push-5 {
        left: 41.6666666667%;
    }

    .col-ms-push-6 {
        left: 50%;
    }

    .col-ms-push-7 {
        left: 58.3333333333%;
    }

    .col-ms-push-8 {
        left: 66.6666666667%;
    }

    .col-ms-push-9 {
        left: 75%;
    }

    .col-ms-push-10 {
        left: 83.3333333333%;
    }

    .col-ms-push-11 {
        left: 91.6666666667%;
    }

    .col-ms-push-12 {
        left: 100%;
    }

    .col-ms-offset-0 {
        margin-left: 0%;
    }

    .col-ms-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-ms-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-ms-offset-3 {
        margin-left: 25%;
    }

    .col-ms-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-ms-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-ms-offset-6 {
        margin-left: 50%;
    }

    .col-ms-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-ms-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-ms-offset-9 {
        margin-left: 75%;
    }

    .col-ms-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-ms-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-ms-offset-12 {
        margin-left: 100%;
    }
}

.visible-xs, .visible-ms {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
    display: none !important;
}

@media (max-width: 479px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 479px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 479px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 479px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms {
        display: block !important;
    }

    table.visible-ms {
        display: table !important;
    }

    tr.visible-ms {
        display: table-row !important;
    }

    th.visible-ms,
    td.visible-ms {
        display: table-cell !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms-block {
        display: block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms-inline {
        display: inline !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-ms {
        display: none !important;
    }
}

.imp_bg_purple {
    background-color: #2f1a45;
    color: #fff;
}

    .imp_bg_purple * {
        color: #fff;
    }

.imp_bg_light-purple {
    background-color: #5b2b82;
    color: #fff;
}

    .imp_bg_light-purple * {
        color: #fff;
    }

.imp_bg_light-tan {
    background-color: #f4f4f4;
    color: #2f1a45;
}

    .imp_bg_light-tan * {
        color: #2f1a45;
    }

.imp_bg_dark-grey {
    background-color: #4b4b4b;
    color: #fff;
}

    .imp_bg_dark-grey * {
        color: #fff;
    }

.imp_bg_light-grey {
    background-color: #f4f3f6;
}

.imp_bg_blue {
    background-color: #00a8e1;
}

.imp_bg_light-blue {
    background-color: #eff3f9;
}

.imp_bg_dark-tan {
    background-color: #cdc3bb;
}

.imp_bg_medium-tan {
    background-color: #ebeae8;
    color: #2f1a45;
}

    .imp_bg_medium-tan * {
        color: #2f1a45;
    }

.imp_bg_light-tan {
    background-color: #f4f4f4;
}

* {
    outline: none !important;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    padding-top: 56px;
}

    body.imp_nav-active {
        height: 100%;
        width: 100%;
        /* position: fixed; */
        overflow: hidden;
    }

@media (min-width: 1100px) {
    body {
        padding-top: 0;
    }
}

img {
    max-width: 100%;
    display: block;
}

    img.img-responsive {
        width: 100%;
    }

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
    }

        ol ol ol {
            list-style-type: lower-roman;
        }

section {
    position: relative;
}

.imp_vr {
    width: 100%;
    height: 100%;
    position: relative;
}

    .imp_vr:before {
        content: '';
        width: 1px;
        display: block;
        background: #cbcbcb;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
    }

.imp_bg_purple .imp_vr:before {
    background: #6e5f7d;
}

.imp_hidden {
    display: none;
}

.list-inline {
    margin-left: 0;
    margin-bottom: 0;
}

    .list-inline li {
        margin-left: -5px;
    }

.imp_vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1100px) {
    .imp_vertical-align_desktop {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    .imp_vertical-align_tablet {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767px) {
    .imp_vertical-align_mobile {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

date {
    margin-bottom: 10px;
    display: inline-block;
}

@font-face {
    font-family: 'imperva';
    src: url("../assets/fonts/imperva.eot?ienipq");
    src: url("../assets/fonts/imperva.eot?ienipq#iefix") format("embedded-opentype"), url("../assets/fonts/imperva.ttf?ienipq") format("truetype"), url("../assets/fonts/imperva.woff?ienipq") format("woff"), url("../assets/fonts/imperva.svg?ienipq#imperva") format("svg");
    font-weight: normal;
    font-style: normal;
}

.glyphicon-search:before {
    content: "\e919";
    font-family: 'imperva' !important;
}

.glyphicon-glassdoor:before {
    content: "\e920";
    font-family: 'imperva' !important;
}

.glyphicon-minus:before {
    content: "\e918";
    font-family: 'imperva' !important;
}

.glyphicon-plus:before {
    content: "\e917";
    font-family: 'imperva' !important;
}

.glyphicon-list:before {
    content: "\e916";
    font-family: 'imperva' !important;
}

.glyphicon-facebook:before {
    content: "\e90e";
    font-family: 'imperva' !important;
}

.glyphicon-globe:before {
    content: "\e90f";
    font-family: 'imperva' !important;
}

.glyphicon-linkedin:before {
    content: "\e910";
    font-family: 'imperva' !important;
}

.glyphicon-rss:before {
    content: "\e911";
    font-family: 'imperva' !important;
}

.glyphicon-slideshare:before {
    content: "\e912";
    font-family: 'imperva' !important;
}

.glyphicon-support:before {
    content: "\e913";
    font-family: 'imperva' !important;
}

.glyphicon-twitter:before {
    content: "\e914";
    font-family: 'imperva' !important;
}

.glyphicon-youtube:before {
    content: "\e915";
    font-family: 'imperva' !important;
}

.glyphicon-ebook:before {
    content: "\e90c";
    font-family: 'imperva' !important;
}

.glyphicon-infographic:before {
    content: "\e90d";
    font-family: 'imperva' !important;
}

.glyphicon-datasheet:before {
    content: "\e90b";
    font-family: 'imperva' !important;
}

.glyphicon-whitepaper:before {
    content: "\e90a";
    font-family: 'imperva' !important;
}

.glyphicon-warning:before {
    content: "\e909";
    font-family: 'imperva' !important;
}

.glyphicon-share:before {
    content: "\e908";
    font-family: 'imperva' !important;
}

.glyphicon-blog:before {
    content: "\e903";
    font-family: 'imperva' !important;
}

.glyphicon-customer-story:before {
    content: "\e904";
    font-family: 'imperva' !important;
}

.glyphicon-event:before {
    content: "\e905";
    font-family: 'imperva' !important;
}

.glyphicon-report:before {
    content: "\e906";
    font-family: 'imperva' !important;
}

.glyphicon-video:before {
    content: "\e907";
    font-family: 'imperva' !important;
}

.glyphicon-office:before {
    content: "\e900";
    font-family: 'imperva' !important;
}

.glyphicon-phone:before {
    content: "\e901";
    font-family: 'imperva' !important;
}

.glyphicon-email:before {
    content: "\e902";
    font-family: 'imperva' !important;
}

html,
body {
    font-family: 'open_sansregular', sans-serif;
    color: #4b4b4b;
    font-size: 16px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    letter-spacing: 0.25px;
    color: #2f1a45;
}

.imp_bg_purple h1, .imp_bg_purple .h1, .imp_bg_purple h2, .imp_bg_purple .h2, .imp_bg_purple h3, .imp_bg_purple .h3, .imp_bg_purple h4, .imp_bg_purple .h4, .imp_bg_purple h5, .imp_bg_purple .h5, .imp_bg_purple h6, .imp_bg_purple .h6 {
    color: #fff;
}

h1, .h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

h2, .h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

h6 {
    font-weight: 600;
}

p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2f1a45;
}

    p.imp_large {
        font-size: 18px;
        line-height: 26px;
    }

    p.imp_small {
        font-size: 12px;
        line-height: 18px;
    }

    p a {
        color: #00a8e1;
        font-size: inherit;
        font-weight: inherit;
    }

        p a:hover {
            color: #0082ae;
        }

@media (min-width: 768px) {
    p {
        margin-bottom: 20px;
    }
}

a {
    color: #2f1a45;
    font-size: inherit;
    font-weight: 600;
}

    a:hover {
        color: #160c20;
    }

    a[href^="tel:"] {
        cursor: default;
    }

        a[href^="tel:"]:hover {
            text-decoration: none;
        }

    a.imp_small {
        font-size: 12px;
    }

hr {
    margin: 0;
}

    hr.imp_hr_dark-grey {
        border-color: #cbcbcb;
    }

label {
    margin: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 12px;
    color: #f4f4f4;
}

ul {
    padding-left: 40px;
}

@media (max-width: 767px) {
    ul {
        padding-left: 35px;
    }
}

ul h1, ul h2, ul h3, ul h4, ul h5, ul h6, ul p {
    margin-left: -40px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    ul h1, ul h2, ul h3, ul h4, ul h5, ul h6, ul p {
        margin-left: -35px;
        margin-bottom: 3px;
    }
}

.imp_text_white {
    color: #fff;
}

    .imp_text_white:link, .imp_text_white:visited, .imp_text_white:hover, .imp_text_white:active {
        color: #fff;
    }

.imp_text_short,
.imp_text_tight {
    margin-bottom: 0;
    margin-top: 0;
}

    .imp_text_short > *,
    .imp_text_tight > * {
        margin-top: 0;
        margin-bottom: 0;
    }

    .imp_text_short > h1,
    .imp_text_short > h2,
    .imp_text_short > h3,
    .imp_text_short > h4,
    .imp_text_short > h5,
    .imp_text_short > h6,
    .imp_text_tight > h1,
    .imp_text_tight > h2,
    .imp_text_tight > h3,
    .imp_text_tight > h4,
    .imp_text_tight > h5,
    .imp_text_tight > h6 {
        margin-bottom: 3px;
    }

.imp_text_bold {
    font-weight: 700;
}

.imp_text_semi-bold {
    font-weight: 600;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3, .h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1100px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2, .h2 {
        font-size: 40px;
        line-height: 48px;
    }

    h3, .h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

.btn-group .btn {
    margin-left: 10px;
}

    .btn-group .btn + .btn {
        margin-left: 10px;
    }

    .btn-group .btn:first-child {
        margin-left: 0;
    }

.btn {
    border-radius: 0;
    font-weight: 600;
}

    .btn.btn-default {
        border: 0;
        background-color: #5b2b82;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.6px;
        padding: 10px 20px;
        text-transform: uppercase;
    }

        .btn.btn-default:link, .btn.btn-default:visited, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default.focus {
            border: 0;
            box-shadow: 0;
            background-color: #5b2b82;
            color: #fff;
        }

            .btn.btn-default:link.imp_btn_orange, .btn.btn-default:visited.imp_btn_orange, .btn.btn-default:hover.imp_btn_orange, .btn.btn-default:active.imp_btn_orange, .btn.btn-default:focus.imp_btn_orange, .btn.btn-default.focus.imp_btn_orange {
                background-color: #ef7622;
            }

            .btn.btn-default:link.imp_btn_blue, .btn.btn-default:visited.imp_btn_blue, .btn.btn-default:hover.imp_btn_blue, .btn.btn-default:active.imp_btn_blue, .btn.btn-default:focus.imp_btn_blue, .btn.btn-default.focus.imp_btn_blue {
                background-color: #00a8e1;
            }

            .btn.btn-default:link.imp_btn_purple, .btn.btn-default:visited.imp_btn_purple, .btn.btn-default:hover.imp_btn_purple, .btn.btn-default:active.imp_btn_purple, .btn.btn-default:focus.imp_btn_purple, .btn.btn-default.focus.imp_btn_purple {
                background-color: #2f1a45;
            }

            .btn.btn-default:link.imp_btn_transparent, .btn.btn-default:visited.imp_btn_transparent, .btn.btn-default:hover.imp_btn_transparent, .btn.btn-default:active.imp_btn_transparent, .btn.btn-default:focus.imp_btn_transparent, .btn.btn-default.focus.imp_btn_transparent {
                background-color: transparent;
            }

        .btn.btn-default:hover {
            background-color: #401e5c;
        }

        .btn.btn-default.imp_btn_orange {
            background-color: #ef7622;
        }

            .btn.btn-default.imp_btn_orange:hover {
                background-color: #cf5e0f;
            }

        .btn.btn-default.imp_btn_blue {
            background-color: #00a8e1;
        }

            .btn.btn-default.imp_btn_blue:hover {
                background-color: #337ab7;
            }

        .btn.btn-default.imp_btn_purple {
            background-color: #2f1a45;
        }

            .btn.btn-default.imp_btn_purple:hover {
                background-color: #160c20;
            }

        .btn.btn-default.imp_btn_light-grey, .btn.btn-default.imp_btn_light-grey.open {
            background-color: #f4f3f6 !important;
            color: #2f1a45 !important;
        }

            .btn.btn-default.imp_btn_light-grey:after, .btn.btn-default.imp_btn_light-grey.open:after {
                border-top-color: #2f1a45 !important;
            }

            .btn.btn-default.imp_btn_light-grey:hover, .btn.btn-default.imp_btn_light-grey.open:hover {
                background-color: #d9d6e0 !important;
            }

        .btn.btn-default.imp_btn_light-tan, .btn.btn-default.imp_btn_light-tan.open {
            background-color: #f4f4f4 !important;
            color: #2f1a45 !important;
        }

            .btn.btn-default.imp_btn_light-tan:after, .btn.btn-default.imp_btn_light-tan.open:after {
                border-top-color: #2f1a45 !important;
            }

            .btn.btn-default.imp_btn_light-tan:hover, .btn.btn-default.imp_btn_light-tan.open:hover {
                background-color: #dbdbdb !important;
            }

        .btn.btn-default.imp_btn_dark-tan, .btn.btn-default.imp_btn_dark-tan.open {
            background-color: #cdc3bb !important;
            color: #2f1a45 !important;
        }

            .btn.btn-default.imp_btn_dark-tan:after, .btn.btn-default.imp_btn_dark-tan.open:after {
                border-top-color: #2f1a45 !important;
            }

            .btn.btn-default.imp_btn_dark-tan:hover, .btn.btn-default.imp_btn_dark-tan.open:hover {
                background-color: #b7a99e !important;
            }

        .btn.btn-default.imp_btn_darker-tan, .btn.btn-default.imp_btn_darker-tan.open {
            background-color: #8e8279 !important;
            color: #fff !important;
        }

            .btn.btn-default.imp_btn_darker-tan:after, .btn.btn-default.imp_btn_darker-tan.open:after {
                border-top-color: #fff !important;
            }

            .btn.btn-default.imp_btn_darker-tan:hover, .btn.btn-default.imp_btn_darker-tan.open:hover {
                background-color: #736961 !important;
            }

        .btn.btn-default.imp_btn_white {
            background-color: #fff !important;
            color: #2f1a45 !important;
        }

            .btn.btn-default.imp_btn_white:hover {
                background-color: #e6e6e6 !important;
            }

        .btn.btn-default.imp_btn_large {
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: .6;
        }

    .btn.btn-link {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
        white-space: normal;
        font-size: 16px;
        color: #00a8e1;
    }

        .btn.btn-link:hover {
            color: #0082ae;
        }

        .btn.btn-link.imp_btn_white {
            color: #fff;
        }

            .btn.btn-link.imp_btn_white:hover {
                color: #cccccc;
            }

        .btn.btn-link.imp_btn_orange {
            color: #ef7622;
        }

            .btn.btn-link.imp_btn_orange:hover {
                color: #cf5e0f;
            }

    .btn .glyphicon, .btn .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .btn .slick-prev, .btn .imp_section_carousel .slick-carousel .slick-next,
    .imp_section_carousel .slick-carousel .btn .slick-next {
        color: inherit;
        left: -3px;
        top: 0;
    }

        .btn .glyphicon[class*="glyphicon-chevron"], .btn .imp_section_carousel .slick-carousel [class*="glyphicon-chevron"].slick-prev, .imp_section_carousel .slick-carousel .btn [class*="glyphicon-chevron"].slick-prev, .btn .imp_section_carousel .slick-carousel [class*="glyphicon-chevron"].slick-next,
        .imp_section_carousel .slick-carousel .btn [class*="glyphicon-chevron"].slick-next {
            font-size: 75%;
        }

    .btn.imp_glyphicon_large {
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .btn.imp_glyphicon_large .glyphicon, .btn.imp_glyphicon_large .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .btn.imp_glyphicon_large .slick-prev, .btn.imp_glyphicon_large .imp_section_carousel .slick-carousel .slick-next,
        .imp_section_carousel .slick-carousel .btn.imp_glyphicon_large .slick-next {
            font-size: 16px;
            margin-left: .5em;
        }

.imp_static-nav .btn,
.imp_sticky-nav .btn,
.imp_mobile-nav .btn {
    font-size: 12px;
}

.imp_static-nav .panel-group .btn,
.imp_sticky-nav .panel-group .btn,
.imp_mobile-nav .panel-group .btn {
    font-size: 16px;
}

.dropdown .btn.btn-default.dropdown-toggle {
    position: relative;
    padding-right: 30px;
}

    .dropdown .btn.btn-default.dropdown-toggle:after {
        content: '';
        width: 0;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -2.5px;
        color: inherit;
    }

    .dropdown .btn.btn-default.dropdown-toggle.imp_dropdown-toggle_full-width {
        display: block;
        width: 100%;
    }

.dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    top: calc(100% + 10px);
    padding-top: 15px;
    padding-bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: calc(100% + 10px);
    width: calc(100% - 30px);
}

    .dropdown .dropdown-menu:before {
        content: '';
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        left: 50%;
        top: -6px;
        margin-right: -3px;
    }

    .dropdown .dropdown-menu .glyphicon, .dropdown .dropdown-menu .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .dropdown .dropdown-menu .slick-prev, .dropdown .dropdown-menu .imp_section_carousel .slick-carousel .slick-next,
    .imp_section_carousel .slick-carousel .dropdown .dropdown-menu .slick-next {
        display: block;
        text-align: center;
        margin-bottom: 7px;
        font-size: 1.5em;
    }

    .dropdown .dropdown-menu li a {
        color: #2f1a45;
    }

        .dropdown .dropdown-menu li a:hover {
            background-color: inherit;
        }

.dropdown.open .btn.btn-default.dropdown-toggle,
.dropdown .btn-group.open .btn.btn-default.dropdown-toggle {
    border: 0;
    outline: 0;
    box-shadow: 0;
    background-color: #5b2b82;
    color: #fff;
}

    .dropdown.open .btn.btn-default.dropdown-toggle.imp_btn_orange,
    .dropdown .btn-group.open .btn.btn-default.dropdown-toggle.imp_btn_orange {
        background-color: #ef7622;
    }

    .dropdown.open .btn.btn-default.dropdown-toggle.imp_btn_blue,
    .dropdown .btn-group.open .btn.btn-default.dropdown-toggle.imp_btn_blue {
        background-color: #00a8e1;
    }

.imp_static-nav .dropdown .dropdown-menu,
.imp_sticky-nav .dropdown .dropdown-menu,
.imp_mobile-nav .dropdown .dropdown-menu {
    width: 260px;
}

    .imp_static-nav .dropdown .dropdown-menu .row,
    .imp_sticky-nav .dropdown .dropdown-menu .row,
    .imp_mobile-nav .dropdown .dropdown-menu .row {
        margin: 0;
    }

    .imp_static-nav .dropdown .dropdown-menu a,
    .imp_sticky-nav .dropdown .dropdown-menu a,
    .imp_mobile-nav .dropdown .dropdown-menu a {
        display: block;
        text-align: center;
    }

        .imp_static-nav .dropdown .dropdown-menu a:hover,
        .imp_sticky-nav .dropdown .dropdown-menu a:hover,
        .imp_mobile-nav .dropdown .dropdown-menu a:hover {
            text-decoration: none;
        }

        .imp_static-nav .dropdown .dropdown-menu a + a,
        .imp_sticky-nav .dropdown .dropdown-menu a + a,
        .imp_mobile-nav .dropdown .dropdown-menu a + a {
            margin-top: 10px;
        }

.panel-group {
    margin: 0;
}

    .panel-group > .panel {
        border: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        border-bottom: 1px solid #fff;
    }

        .panel-group > .panel + .panel {
            margin-top: 0;
        }

        .panel-group > .panel .panel-heading {
            padding-top: 0;
            padding-bottom: 0;
            border-radius: 0;
            background-color: #2f1a45;
        }

            .panel-group > .panel .panel-heading .panel-title a {
                position: relative;
                text-transform: uppercase;
                font-weight: bold;
                color: #fff;
                padding: 20px 30px 20px 0;
                display: block;
                text-decoration: none;
                font-size: 14px;
            }

                .panel-group > .panel .panel-heading .panel-title a:after {
                    content: '\e917';
                    width: 20px;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    text-align: center;
                    font-family: 'imperva';
                    font-style: normal;
                    font-weight: 400;
                }

                .panel-group > .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
                    content: '\e918';
                }

        .panel-group > .panel .panel-collapse .panel-body {
            border-top: 0;
        }

            .panel-group > .panel .panel-collapse .panel-body .imp_nav-link {
                position: relative;
            }

                .panel-group > .panel .panel-collapse .panel-body .imp_nav-link:before {
                    content: '';
                    height: 1px;
                    display: block;
                    background: #2f1a45;
                    position: absolute;
                    right: -15px;
                    bottom: 0;
                    left: -15px;
                }

                .panel-group > .panel .panel-collapse .panel-body .imp_nav-link[aria-expanded="true"]:before {
                    background: #6e5f7d;
                    right: 0;
                    left: 0;
                }

            .panel-group > .panel .panel-collapse .panel-body .imp_btn_orange {
                margin-top: 15px;
            }

@media (max-width: 767px) {
    .panel-group > .panel .panel-collapse .panel-body hr {
        margin: 15px 0;
    }
}

.panel-group .panel-group a:not(.btn) {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    text-transform: none !important;
    font-size: 16px !important;
}

.panel-group .panel-group .panel .panel-heading {
    padding: 0;
    background-color: #fff !important;
}

    .panel-group .panel-group .panel .panel-heading a {
        color: #2f1a45;
        display: block;
    }

.panel-group .panel-group .panel .panel-collapse {
    position: relative;
}

    .panel-group .panel-group .panel .panel-collapse .panel-body {
        padding-top: 0;
    }

        .panel-group .panel-group .panel .panel-collapse .panel-body .imp_nav-link:before {
            display: none;
        }

    .panel-group .panel-group .panel .panel-collapse.in:after {
        content: '';
        height: 1px;
        display: block;
        position: absolute;
        right: -15px;
        bottom: 0;
        left: -15px;
    }

.panel-body section,
.panel-body .imp_section {
    padding: 0;
}

    .panel-body section .container,
    .panel-body .imp_section .container {
        padding-left: 0;
        padding-right: 0;
    }

        .panel-body section .container .row,
        .panel-body .imp_section .container .row {
            margin-left: 0;
            margin-right: 0;
        }

        .panel-body section .container [class*="col-"],
        .panel-body .imp_section .container [class*="col-"] {
            padding-left: 0;
            padding-right: 0;
        }

    .panel-body section[class*="imp_bg"],
    .panel-body .imp_section[class*="imp_bg"] {
        background-color: transparent;
        color: #2f1a45;
    }

        .panel-body section[class*="imp_bg"] *,
        .panel-body .imp_section[class*="imp_bg"] * {
            color: #2f1a45;
        }

.panel-body .imp_content_tile {
    margin: -15px;
}

.imp_collapse > .btn {
    margin-bottom: 15px;
    display: none;
    text-align: left;
}

@media (max-width: 767px) {
    .imp_collapse > .btn {
        display: block;
        width: 100%;
    }
}

.imp_collapse > .btn.imp_collapse_closed:after {
    content: "Show";
    float: right;
    text-transform: none;
    text-decoration: underline;
}

.imp_collapse > .btn.imp_collapse_open:after {
    content: "Hide";
    float: right;
    text-transform: none;
    text-decoration: underline;
}

.imp_collapse li {
    opacity: 0;
}

@media (min-width: 768px) {
    .imp_collapse li {
        opacity: 1;
    }
}

.imp_collapse .collapse {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .imp_collapse .collapse {
        height: auto !important;
    }
}

.imp_collapse .collapse .list-inline li {
    margin-bottom: 10px;
}

    .imp_collapse .collapse .list-inline li .btn.imp_btn_purple.active {
        background: #8e8279;
    }

@media (min-width: 768px) {
    .imp_collapse .collapse .list-inline li {
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {
    .imp_collapse .collapse .list-inline li {
        display: block;
        margin-right: -5px;
    }
}

@media (min-width: 768px) {
    .imp_collapse .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .imp_collapse .collapse .btn {
        width: 100%;
    }
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    background-color: #f4f4f4;
}

    .form-control::-webkit-input-placeholder {
        color: #606060;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #606060;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #606060;
        opacity: 1;
    }

    .form-control:-moz-placeholder {
        color: #606060;
        opacity: 1;
    }

    .form-control + .input-group-addon {
        background-color: #ef7622;
        color: #fff;
        border-radius: 0;
        border: 0;
        outline: 0;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 11px;
    }

.has-error .form-control {
    color: #f00 !important;
}

    .has-error .form-control::-webkit-input-placeholder {
        color: #f00 !important;
    }

    .has-error .form-control:-ms-input-placeholder {
        color: #f00 !important;
    }

    .has-error .form-control::-moz-placeholder {
        color: #f00 !important;
    }

    .has-error .form-control:-moz-placeholder {
        color: #f00 !important;
    }

.help-block {
    margin-bottom: 0;
    font-size: 14px;
}

form li.dropdown {
    display: block;
    margin-right: -5px;
}

    form li.dropdown button.dropdown-toggle {
        padding-right: 0;
        width: 100%;
        text-align: left;
    }

.imp_bg_light-tan form .form-control {
    background-color: #fff;
}

.imp_bg_purple form .form-control {
    color: #414141;
}

.imp_bg_purple form .help-block {
    color: #fff;
}

section, footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    section, footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.container .container {
    width: 100%;
}

.container .row.imp_no-padding {
    padding: 0;
}

.container .row.imp_no-padding-bottom {
    padding-bottom: 0;
}

.container .row.imp_no-padding-top {
    padding-top: 0;
}

.container .row.imp_no-padding-right {
    padding-right: 0;
}

.container .row.imp_no-padding-left {
    padding-left: 0;
}

.container [class*="col-"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .container [class*="col-"].imp_no-padding {
        padding: 0;
    }

    .container [class*="col-"].imp_no-padding-bottom {
        padding-bottom: 0;
    }

    .container [class*="col-"].imp_no-padding-top {
        padding-top: 0;
    }

    .container [class*="col-"].imp_no-padding-right {
        padding-right: 0;
    }

    .container [class*="col-"].imp_no-padding-left {
        padding-left: 0;
    }

@media (max-width: 767px) {
    .container [class*="col-"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1100px) {
    .container [class*="col-"] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.imp_container-full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.imp_grid-group [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.imp_full-bleed_right .imp_full-bleed_image,
.imp_full-bleed_left .imp_full-bleed_image {
    background-image: url("https://placehold.it/518x228");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.imp_full-bleed_right .imp_full-bleed_left-col {
    padding-right: 0;
}

.imp_full-bleed_right .imp_full-bleed_right-col {
    padding-left: 0;
}

@media (max-width: 767px) {
    .imp_full-bleed_right .imp_full-bleed_left-col {
        padding-right: 15px;
        padding-top: 0;
    }

    .imp_full-bleed_right .imp_full-bleed_right-col {
        padding-left: 15px;
        padding-bottom: 0;
    }
}

.imp_full-bleed_left .imp_full-bleed_left-col {
    padding-right: 0;
}

.imp_full-bleed_left .imp_full-bleed_right-col {
    padding-left: 0;
}

@media (max-width: 767px) {
    .imp_full-bleed_left .imp_full-bleed_left-col {
        padding-right: 15px;
        padding-bottom: 0;
    }

    .imp_full-bleed_left .imp_full-bleed_right-col {
        padding-left: 15px;
        padding-top: 0;
    }
}

.imp_clear-both {
    clear: both;
}

.imp_clear-left {
    clear: left;
}

.imp_clear-right {
    clear: right;
}

.imp_section {
    overflow: hidden;
}

    .imp_section hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .imp_section hr.imp_hr_tight {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .imp_section hr.imp_hr_flat {
            margin-top: 0;
            margin-bottom: 0;
        }

    .imp_section.imp_section_short {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .imp_section.imp_no-padding-top {
        padding-top: 0;
    }

    .imp_section.imp_no-padding-bottom {
        padding-bottom: 0;
    }

.imp_triangle {
    position: absolute;
}

    .imp_triangle .imp_triangle_container {
        height: 100%;
        position: relative;
    }

    .imp_triangle svg {
        width: 101%;
        height: 102%;
        position: absolute;
        top: -5px;
        left: -1px;
    }

    .imp_triangle.imp_triangle_tl {
        top: 0;
        left: 0;
    }

    .imp_triangle.imp_triangle_tr {
        top: 0;
        right: 0;
    }

    .imp_triangle.imp_triangle_br {
        right: 0;
        bottom: 0;
    }

    .imp_triangle.imp_triangle_bl {
        bottom: 0;
        left: 0;
    }

    .imp_triangle.imp_triangle_300 {
        height: 300%;
    }

    .imp_triangle.imp_triangle_250 {
        height: 250%;
    }

    .imp_triangle.imp_triangle_200 {
        height: 200%;
    }

    .imp_triangle.imp_triangle_150 {
        height: 150%;
    }

    .imp_triangle.imp_triangle_100 {
        height: 100%;
    }

    .imp_triangle.imp_triangle_90 {
        height: 90%;
    }

    .imp_triangle.imp_triangle_75 {
        height: 75%;
    }

    .imp_triangle.imp_triangle_66 {
        height: 66%;
    }

    .imp_triangle.imp_triangle_50 {
        height: 50%;
    }

    .imp_triangle.imp_triangle_33 {
        height: 33%;
    }

    .imp_triangle.imp_triangle_25 {
        height: 25%;
    }

@media (max-width: 1099px) {
    .imp_triangle.imp_triangle_300, .imp_triangle.imp_triangle_250, .imp_triangle.imp_triangle_200 {
        height: 150%;
    }
}

.imp_triangle.imp_triangle_purple polygon {
    fill: #2f1a45;
    stroke: #2f1a45;
}

.imp_triangle.imp_triangle_light-purple polygon {
    fill: #5b2b82;
    stroke: #2f1a45;
}

.imp_triangle.imp_triangle_purple-grey polygon {
    fill: #6e5f7d;
    stroke: #6e5f7d;
}

.imp_triangle.imp_triangle_orange polygon {
    fill: #ef7622;
    stroke: #ef7622;
}

.imp_triangle.imp_triangle_blue polygon {
    fill: #00a8e1;
    stroke: #00a8e1;
}

.imp_triangle.imp_triangle_grey polygon {
    fill: #cbcbcb;
    stroke: #cbcbcb;
}

.imp_triangle.imp_triangle_dark-grey polygon {
    fill: #4b4b4b;
    stroke: #4b4b4b;
}

.imp_triangle.imp_triangle_medium-grey polygon {
    fill: #606060;
    stroke: #606060;
}

.imp_triangle.imp_triangle_light-grey polygon {
    fill: #f4f3f6;
    stroke: #f4f3f6;
}

.imp_triangle.imp_triangle_white polygon {
    fill: #fff;
    stroke: #fff;
}

.imp_triangle.imp_triangle_dark-tan polygon {
    fill: #cdc3bb;
    stroke: #cdc3bb;
}

.imp_triangle.imp_triangle_medium-tan polygon {
    fill: #ebeae8;
    stroke: #ebeae8;
}

.imp_triangle.imp_triangle_light-tan polygon {
    fill: #f4f4f4;
    stroke: #f4f4f4;
}

.imp_language-selector {
    color: #2f1a45;
}

    .imp_language-selector .imp_language-btn {
        width: 100%;
        padding: 15px;
        border: 0;
        display: block;
        background: none;
        position: relative;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
        font-size: 12px;
    }

        .imp_language-selector .imp_language-btn .glyphicon, .imp_language-selector .imp_language-btn .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .imp_language-selector .imp_language-btn .slick-prev, .imp_language-selector .imp_language-btn .imp_section_carousel .slick-carousel .slick-next,
        .imp_section_carousel .slick-carousel .imp_language-selector .imp_language-btn .slick-next {
            padding-right: 5px;
            margin-top: -3px;
            font-size: 18px;
            vertical-align: top;
        }

        .imp_language-selector .imp_language-btn[aria-expanded="true"]:after {
            content: '';
            width: 13px;
            height: 13px;
            display: block;
            background: url("../images/icons/close-gray.svg") no-repeat center;
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .imp_language-selector .nav {
        padding-bottom: 10px;
    }

        .imp_language-selector .nav > .nav-item > .nav-link {
            padding: 5px 15px;
            display: block;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 12px;
        }

            .imp_language-selector .nav > .nav-item > .nav-link.active {
                background-color: #e1dddd;
            }

        .imp_language-selector .nav > .nav-item + .nav-item {
            margin-top: 0;
        }

body {
    padding-top: 22px;
}

    body.nav-open .mobile-menu span {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        body.nav-open .mobile-menu span:first-child {
            -webkit-transform: rotate(49deg);
            -ms-transform: rotate(49deg);
            transform: rotate(49deg);
            position: absolute;
            right: 10px;
            top: 18px;
        }

        body.nav-open .mobile-menu span:nth-child(2) {
            opacity: 0;
        }

        body.nav-open .mobile-menu span:last-child {
            -webkit-transform: rotate(-49deg);
            -ms-transform: rotate(-49deg);
            transform: rotate(-49deg);
            position: absolute;
            right: 10px;
            top: 18px;
        }

@media screen and (max-width: 1099px) {
    body {
        padding-top: 56px;
    }

        body .nav-overlay {
            display: none;
            height: 100%;
            background: rgba(66, 66, 66, 0.75);
            position: absolute;
            z-index: 5;
            top: 0;
            left: 0;
            width: 100%;
        }

        body.nav-open {
            position: relative;
        }

            body.nav-open .nav-overlay {
                display: block;
            }
}

.imp_static-nav {
    z-index: 7;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 22px;
}

@media screen and (max-width: 1099px) {
    .imp_static-nav {
        padding-top: 0;
        position: fixed;
        background: #fff;
    }

        .imp_static-nav .nav-container {
            position: absolute;
            top: 100%;
            left: -15px;
            right: -15px;
            background: #f1f1f1;
            padding: 126px 0 45px;
            visibility: hidden;
        }
}

@media screen and (max-width: 767px) {
    .imp_static-nav .nav-container {
        left: 0;
        right: 0;
        padding: 118px 0 45px;
    }
}

@media screen and (min-width: 1100px) {
    .imp_static-nav .nav .drop,
    .imp_static-nav .nav .drop > ul ul,
    .imp_static-nav .nav-container {
        display: block !important;
    }
}

.imp_static-nav .mobile-menu {
    display: none;
    float: right;
    padding: 8px;
    margin: 4px 0;
    position: relative;
    height: 48px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .imp_static-nav .mobile-menu span {
        display: block;
        height: 3px;
        width: 34px;
        background: #000;
        margin: 5px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

@media screen and (max-width: 1099px) {
    .imp_static-nav .mobile-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .imp_static-nav .mobile-menu {
        margin: 4px -12px 0 0;
    }
}

.imp_static-nav .add-nav {
    float: right;
    position: absolute;
    top: -22px;
    right: 15px;
    z-index: 2;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 11px;
}

    .imp_static-nav .add-nav > li {
        float: left;
        margin: 0 0 0 42px;
        position: relative;
    }

        .imp_static-nav .add-nav > li > a {
            display: block;
            text-transform: uppercase;
            color: #5b2c80;
            padding: 4px 0 3px;
            position: relative;
            font-weight: bold;
        }

        .imp_static-nav .add-nav > li.has-drop > a {
            padding-right: 15px;
        }

            .imp_static-nav .add-nav > li.has-drop > a:after {
                content: '';
                position: absolute;
                right: 0;
                width: 0;
                height: 0;
                margin-top: -1px;
                top: 50%;
                border: 4px solid transparent;
                border-top: 4px solid #5b2c80;
            }

        .imp_static-nav .add-nav > li:hover ul {
            display: block;
        }

    .imp_static-nav .add-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 100%;
        left: -10px;
        width: 80px;
        display: none;
        padding: 10px;
        z-index: 4;
        border: 1px solid #f8f8f8;
        border-top: none;
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        font-weight: bold;
        text-transform: uppercase;
    }

        .imp_static-nav .add-nav ul a {
            color: #5b2c80;
        }

            .imp_static-nav .add-nav ul a:hover {
                color: #00a8e1;
            }

        .imp_static-nav .add-nav ul li + li {
            margin-top: 6px;
        }

@media screen and (max-width: 1099px) {
    .imp_static-nav .add-nav {
        float: none;
        bottom: 0;
        left: 0;
        top: auto;
        right: 0;
        font-size: 19px;
    }

        .imp_static-nav .add-nav > li {
            margin: 0;
            width: 25%;
            border-left: 1px solid #fff;
            /*
                @media screen and (max-width: 675px) {
                  font-size: 14px;
                }
                @media screen and (max-width: 590px) {
                  font-size: 12px;
                }
*/
        }

            .imp_static-nav .add-nav > li:first-child {
                border: none;
            }

            .imp_static-nav .add-nav > li > a {
                text-transform: none;
                padding: 9px 5px;
                color: #c0c0c0;
                background: #565656;
                text-align: center;
            }

                .imp_static-nav .add-nav > li > a:hover {
                    text-decoration: none;
                    background: #292929;
                }

            .imp_static-nav .add-nav > li:hover > a {
                text-decoration: none;
                background: #292929;
            }

            .imp_static-nav .add-nav > li.has-drop > a {
                padding-right: 5px;
            }

                .imp_static-nav .add-nav > li.has-drop > a:after {
                    display: none;
                }

        .imp_static-nav .add-nav ul {
            left: 0;
            width: 100%;
            padding: 5px;
            text-align: center;
            text-transform: none;
        }
}

@media screen and (max-width: 767px) {
    .imp_static-nav .add-nav {
        font-size: 17px;
    }

        .imp_static-nav .add-nav > li > a {
            padding: 10px 5px 9px;
            font-size: 14px;
        }

        .imp_static-nav .add-nav ul {
            top: auto;
            bottom: 100%;
        }
}

@media screen and (max-width: 570px) {
    .imp_static-nav .add-nav > li > a {
        font-size: 12px;
        padding: 8px 3px;
    }
}

@media screen and (max-width: 490px) {
    .imp_static-nav .add-nav > li {
        width: 50%;
    }

        .imp_static-nav .add-nav > li:nth-child(2n+1) {
            border: none;
        }

        .imp_static-nav .add-nav > li > a {
            font-size: 14px;
        }
}

.imp_static-nav .mobile_top {
    position: fixed;
    bottom: -1px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 1100px) {
    .imp_static-nav .mobile_top {
        left: 0;
        right: 0;
        -webkit-transform: translate(0%, 100%);
        -ms-transform: translate(0%, 100%);
        transform: translate(0%, 100%);
        padding-top: 10px;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
    }

    .show-bottom-btn .imp_static-nav .mobile_top {
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

.imp_static-nav .mobile_top ul {
    padding: 0;
    overflow: hidden;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.imp_static-nav .mobile_top li {
    display: inline-block;
    vertical-align: top;
    padding: 0 90px 0 0;
}

    .imp_static-nav .mobile_top li:last-child {
        padding: 0 0 0 90px;
    }

.imp_static-nav .mobile_top a {
    display: block;
    color: #fff;
    background: #ee7832;
    min-width: 140px;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
    text-align: center;
    padding: 15px 5px 15px;
}

    .imp_static-nav .mobile_top a:hover {
        text-decoration: none;
        background: #cf5e0f;
    }

@media screen and (max-width: 1099px) {
    .imp_static-nav .mobile_top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .imp_static-nav .mobile_top ul {
            font-size: 18px;
        }

        .imp_static-nav .mobile_top li {
            display: block;
            float: left;
            padding: 0;
            width: 50%;
        }

            .imp_static-nav .mobile_top li:last-child {
                padding: 0;
            }

        .imp_static-nav .mobile_top a {
            padding: 12px 5px 11px;
            font-size: 16px;
            line-height: 23px;
            border-radius: 0;
        }

        .imp_static-nav .mobile_top .btn-purple {
            background: #2e1a46;
        }

            .imp_static-nav .mobile_top .btn-purple:hover {
                background: #1c1129;
            }
}

@media screen and (max-width: 767px) {
    .imp_static-nav .mobile_top ul {
        font-size: 16px;
    }

    .imp_static-nav .mobile_top a {
        padding: 13px 5px;
    }
}

.imp_static-nav .nav-holder {
    padding: 23px 38px 0 0;
    position: relative;
    z-index: 2;
}

    .imp_static-nav .nav-holder:after {
        content: '';
        display: block;
        clear: both;
    }

@media screen and (max-width: 1099px) {
    .imp_static-nav .nav-holder {
        padding: 0;
        max-height: 350px;
        overflow-y: scroll;
    }
}

.imp_static-nav .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

    .imp_static-nav .nav .open > a, .imp_static-nav .nav .open > a:hover, .imp_static-nav .nav .open > a:focus {
        text-decoration: none;
        background: transparent;
    }

    .imp_static-nav .nav > li {
        float: left;
        position: relative;
        margin: 0 0 0 22px;
    }

        .imp_static-nav .nav > li:first-child {
            margin: 0;
        }

        .imp_static-nav .nav > li:nth-last-child(3) .drop {
            left: -88px;
        }

        .imp_static-nav .nav > li:nth-last-child(2) .drop, .imp_static-nav .nav > li:last-child .drop {
            left: auto;
            right: -7px;
        }

        .imp_static-nav .nav > li > span,
        .imp_static-nav .nav > li > a {
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            padding: 10px 5px 9px;
            color: #fff;
            background-color: inherit;
        }

        .imp_static-nav .nav > li:hover > a,
        .imp_static-nav .nav > li:hover > span {
            box-shadow: 2px -2px 7px rgba(0, 0, 0, 0.15);
            background: #f2f2f2;
            color: #ee7832;
        }

        .imp_static-nav .nav > li > .active,
        .imp_static-nav .nav > li.active > a {
            color: #ee7832;
        }

        .imp_static-nav .nav > li:hover .drop {
            top: 100%;
            margin: 0;
        }

    .imp_static-nav .nav .large {
        position: static;
    }

        .imp_static-nav .nav .large .drop {
            width: 100%;
            left: 0;
        }

            .imp_static-nav .nav .large .drop li + li {
                margin-top: 17px;
            }

            .imp_static-nav .nav .large .drop > ul {
                width: 25%;
                font-weight: bold;
            }

                .imp_static-nav .nav .large .drop > ul ul {
                    margin: 17px 0 0;
                }

    .imp_static-nav .nav .drop {
        position: absolute;
        padding: 25px 10px 23px;
        top: -200vh;
        left: -7px;
        background: #f2f2f2;
        width: 450px;
        box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 0;
        line-height: 0;
        letter-spacing: -4px;
        -webkit-transition: margin 0.2s ease;
        transition: margin 0.2s ease;
        margin: -7px 0 0;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    }

        .imp_static-nav .nav .drop * {
            font-size: 13px;
            line-height: 15px;
            letter-spacing: normal;
        }

        .imp_static-nav .nav .drop li + li {
            margin-top: 9px;
        }

        .imp_static-nav .nav .drop > ul {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            margin: 0;
            padding: 0 10px;
            list-style: none;
        }

            .imp_static-nav .nav .drop > ul > li > a, .imp_static-nav .nav .drop > ul > li > span {
                color: #2f1a45;
                text-transform: uppercase;
                font-weight: bold;
            }

            .imp_static-nav .nav .drop > ul > li.active > a,
            .imp_static-nav .nav .drop > ul > li > .active {
                color: #ee7832;
            }

            .imp_static-nav .nav .drop > ul > li + li {
                margin-top: 17px;
            }

            .imp_static-nav .nav .drop > ul a:hover {
                text-decoration: none;
                color: #ee7832;
            }

            .imp_static-nav .nav .drop > ul ul {
                padding: 0;
                list-style: none;
                margin: 9px 0 0;
                color: #8f8f8f;
            }

                .imp_static-nav .nav .drop > ul ul a {
                    text-decoration: none;
                    color: #8f8f8f;
                }

                    .imp_static-nav .nav .drop > ul ul a.external + span {
                        display: inline-block;
                        font-size: 14px;
                        line-height: 15px;
                        margin-left: 4px;
                    }

        .imp_static-nav .nav .drop.full-width-drop > ul {
            width: 100%;
        }

@media screen and (max-width: 1099px) {
    .imp_static-nav .nav {
        padding: 7px 30px;
        float: left;
        width: 100%;
    }

        .imp_static-nav .nav > li {
            float: none;
            margin: 0;
            padding: 8px 0;
        }

            .imp_static-nav .nav > li.open {
                background: none;
                color: inherit;
            }

                .imp_static-nav .nav > li.open > span:after,
                .imp_static-nav .nav > li.open > a:after {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                .imp_static-nav .nav > li.open > a {
                    color: #ee7832;
                    text-decoration: none;
                    background: none;
                }

            .imp_static-nav .nav > li.has-drop > span:after,
            .imp_static-nav .nav > li.has-drop > a:after {
                display: block;
                position: absolute;
                content: '';
                right: 0;
                top: 50%;
                width: 0;
                height: 0;
                margin-top: -5px;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-top: 11px solid #c0c0c0;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .imp_static-nav .nav > li.open > span,
            .imp_static-nav .nav > li.open > a,
            .imp_static-nav .nav > li:hover > a,
            .imp_static-nav .nav > li:hover > span {
                background: transparent;
                color: #ee7832;
            }

            .imp_static-nav .nav > li > span,
            .imp_static-nav .nav > li > a {
                color: #555;
                text-transform: uppercase;
                font-size: 19px;
                line-height: 30px;
                display: block;
                font-weight: 600;
                padding: 0 20px 0 0;
                box-shadow: none !important;
            }

        .imp_static-nav .nav .large .drop li + li {
            margin: 0;
        }

        .imp_static-nav .nav .large .drop > ul {
            width: 100%;
            font-weight: 600;
        }

            .imp_static-nav .nav .large .drop > ul > li > a, .imp_static-nav .nav .large .drop > ul > li > span {
                font-weight: 600;
            }

            .imp_static-nav .nav .large .drop > ul ul {
                margin: 0;
            }

        .imp_static-nav .nav .drop {
            position: static;
            width: 100%;
            box-shadow: none;
            padding: 0;
            margin: 0;
            box-shadow: none;
        }

            .imp_static-nav .nav .drop * {
                font-size: 18px;
                line-height: 25px;
            }

            .imp_static-nav .nav .drop li + li {
                margin: 0;
            }

            .imp_static-nav .nav .drop > ul {
                display: block;
                width: 100%;
                padding: 0;
            }

                .imp_static-nav .nav .drop > ul > li + li {
                    margin: 0;
                }

                .imp_static-nav .nav .drop > ul > li {
                    padding: 5px 0 5px;
                }

                    .imp_static-nav .nav .drop > ul > li > a, .imp_static-nav .nav .drop > ul > li > span {
                        position: relative;
                        font-weight: 600;
                        text-transform: capitalize;
                        padding: 0 8px;
                        color: #555;
                        font-size: 18px;
                        display: block;
                    }

                    .imp_static-nav .nav .drop > ul > li.has-mob-drop > span:after,
                    .imp_static-nav .nav .drop > ul > li.has-mob-drop > a:after {
                        display: block;
                        position: absolute;
                        content: '';
                        right: 0;
                        top: 50%;
                        width: 0;
                        height: 0;
                        margin-top: -5px;
                        border-left: 7px solid transparent;
                        border-right: 7px solid transparent;
                        border-top: 11px solid #c0c0c0;
                        -webkit-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                    .imp_static-nav .nav .drop > ul > li.open {
                        background: none;
                        color: inherit;
                    }

                        .imp_static-nav .nav .drop > ul > li.open > span:after,
                        .imp_static-nav .nav .drop > ul > li.open > a:after {
                            -webkit-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            transform: rotate(180deg);
                        }

                        .imp_static-nav .nav .drop > ul > li.open > a {
                            color: #ee7832;
                            text-decoration: none;
                            background: none;
                        }

                .imp_static-nav .nav .drop > ul ul {
                    padding: 5px 0 0;
                    margin: 0 0 -8px !important;
                }

                    .imp_static-nav .nav .drop > ul ul li {
                        padding: 5px 0;
                    }

                        .imp_static-nav .nav .drop > ul ul li > span,
                        .imp_static-nav .nav .drop > ul ul li a {
                            font-weight: 600;
                            padding: 0 0 0 20px;
                            display: inline-block;
                            color: #555;
                            font-size: 16px;
                            line-height: 23px;
                        }

                            .imp_static-nav .nav .drop > ul ul li > span.external + span,
                            .imp_static-nav .nav .drop > ul ul li a.external + span {
                                padding-left: 0;
                            }

            .imp_static-nav .nav .drop .mobile_submenu {
                padding: 5px 0;
                font-size: 18px;
                line-height: 25px;
                text-transform: capitalize;
            }

                .imp_static-nav .nav .drop .mobile_submenu a {
                    font-size: 18px;
                    line-height: 25px;
                    display: block;
                    color: #555;
                    padding: 0 8px;
                    font-weight: 600;
                }

                    .imp_static-nav .nav .drop .mobile_submenu a:hover {
                        color: #ee7832;
                        text-decoration: none;
                    }
}

@media screen and (max-width: 767px) {
    .imp_static-nav .nav {
        padding: 7px 15px;
    }

        .imp_static-nav .nav > li {
            padding: 6px 0;
        }

            .imp_static-nav .nav > li > span,
            .imp_static-nav .nav > li > a {
                font-size: 17px;
            }

        .imp_static-nav .nav .drop * {
            font-size: 17px;
            line-height: 30px;
        }

        .imp_static-nav .nav .drop > ul > li {
            padding: 4px 0;
        }

            .imp_static-nav .nav .drop > ul > li > a, .imp_static-nav .nav .drop > ul > li > span {
                font-size: 16px;
                line-height: 25px;
            }

        .imp_static-nav .nav .drop > ul ul {
            padding: 4px 0 0;
            margin: 0 0 -6px !important;
        }

            .imp_static-nav .nav .drop > ul ul li {
                padding: 4px 0;
            }

                .imp_static-nav .nav .drop > ul ul li a, .imp_static-nav .nav .drop > ul ul li > span {
                    font-size: 15px;
                    line-height: 21px;
                }

        .imp_static-nav .nav .drop .mobile_submenu {
            padding: 5px 0;
        }

            .imp_static-nav .nav .drop .mobile_submenu a {
                font-size: 16px;
                line-height: 25px;
            }
}

.imp_static-nav .clone-link,
.imp_static-nav .mobile_submenu {
    display: none;
}

@media screen and (max-width: 1099px) {
    .imp_static-nav .clone-link,
    .imp_static-nav .mobile_submenu {
        display: block;
    }
}

.imp_static-nav .serch-holder {
    width: 30px;
    position: absolute;
    top: 23px;
    right: 15px;
    z-index: 2;
}

    .imp_static-nav .serch-holder:hover .drop {
        display: block;
    }

    .imp_static-nav .serch-holder:hover .serch-opener {
        background: #f2f2f2 url("../images/icons/icn_search.png") center no-repeat;
        box-shadow: 2px -2px 7px rgba(0, 0, 0, 0.15);
    }

    .imp_static-nav .serch-holder .serch-opener {
        display: block;
        width: 30px;
        height: 37px;
        cursor: pointer;
        background: url("../images/icons/icn_search_white.png") center no-repeat;
    }

    .imp_static-nav .serch-holder .drop {
        width: 274px;
        padding: 10px 7px;
        right: 0;
        position: absolute;
        top: 100%;
        display: none;
        background: #f2f2f2;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    }

    .imp_static-nav .serch-holder form {
        margin: 0;
        overflow: hidden;
    }

        .imp_static-nav .serch-holder form * {
            outline: none;
        }

    .imp_static-nav .serch-holder button {
        float: right;
        padding: 5px;
        margin: 0;
        border-radius: 6px;
        background: #ef7622;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        border: none;
        text-transform: uppercase;
        height: 32px;
        width: 56px;
    }

        .imp_static-nav .serch-holder button:hover {
            background: #616161;
        }

    .imp_static-nav .serch-holder .input-holder {
        overflow: hidden;
        padding: 0 9px 0 0;
    }

    .imp_static-nav .serch-holder [type="search"], .imp_static-nav .serch-holder [type="text"] {
        display: block;
        width: 100%;
        height: 32px;
        margin: 0;
        padding: 6px 10px;
        border: 1px solid #acacac;
        color: #000;
        font-size: 12px;
    }

@media screen and (max-width: 1099px) {
    .imp_static-nav .serch-holder {
        width: 100%;
        left: 0;
        top: 48px;
        right: 0;
        padding: 20px 30px;
        border-bottom: 1px solid #dbdbdb;
    }

        .imp_static-nav .serch-holder .serch-opener {
            display: none;
        }

        .imp_static-nav .serch-holder .drop {
            width: 100%;
            padding: 0;
            position: static;
            background: none;
            box-shadow: none;
            display: block;
        }

        .imp_static-nav .serch-holder button {
            font-size: 16px;
            width: 63px;
            height: 37px;
            border-radius: 4px;
            text-transform: none;
        }

        .imp_static-nav .serch-holder .input-holder {
            padding: 0 15px 0 0;
            position: relative;
        }

            .imp_static-nav .serch-holder .input-holder:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                z-index: 2;
                width: 30px;
                background: url("../images/icons/icn_search.png") right center no-repeat;
            }

        .imp_static-nav .serch-holder [type="search"], .imp_static-nav .serch-holder [type="text"] {
            height: 37px;
            font-size: 16px;
            border: none;
            padding: 6px 10px 6px 40px;
            border-radius: 2px;
            background: #fff;
        }
}

@media screen and (max-width: 767px) {
    .imp_static-nav .serch-holder {
        padding: 16px 15px;
    }

        .imp_static-nav .serch-holder button {
            width: 50px;
        }
}

.imp_static-nav [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.imp_static-nav .imp_logo {
    width: 180px;
    height: 25px;
    display: block;
    background: url("../images/logos/imperva_purple.svg") no-repeat top left;
    background-size: contain;
    float: left;
    margin-top: 29px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1099px) {
    .imp_static-nav .imp_logo {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .imp_static-nav .imp_logo {
        width: 156px;
        margin-top: 18px;
    }
}

.imp_static-nav .imp_static-nav_breadcrumb {
    font-size: 12px;
    color: #414141;
    padding: 0;
    margin-top: 17px;
    font-weight: 600;
}

@media screen and (max-width: 1099px) {
    .imp_static-nav .imp_static-nav_breadcrumb {
        display: none;
    }
}

.imp_static-nav .list-inline.pull-right {
    margin: -5px 0 0;
    font-size: 0;
}

    .imp_static-nav .list-inline.pull-right > li {
        padding: 0 0 0 5px;
        vertical-align: middle;
        margin-left: 0;
    }

        .imp_static-nav .list-inline.pull-right > li.imp_nav-pipe {
            padding: 3px 15px;
        }

            .imp_static-nav .list-inline.pull-right > li.imp_nav-pipe + .imp_nav-pipe {
                border-left: 1px solid #2f1a45;
            }

.imp_static-nav .imp_nav-link {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 12px;
}

    .imp_static-nav .imp_nav-link:hover {
        text-decoration: none;
    }

.imp_sticky-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (max-width: 1099px) {
    .imp_sticky-nav {
        display: none;
    }
}

.imp_sticky-nav [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
}

.imp_sticky-nav .list-inline.pull-right {
    margin: 0;
    font-size: 0;
}

    .imp_sticky-nav .list-inline.pull-right > li:first-child a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .imp_sticky-nav .list-inline.pull-right > li:last-child {
        padding-right: 0;
    }

.chat-btn-wrpper {
  bottom: -1px;
}
  /*
.chat-btn-inner {
    position: fixed;
    bottom: 0;
    z-index: 8;
    height: 0;
    left: 0;
    right: 0;
}

    .chat-btn-inner a {
        color: #00a8e1;
        text-decoration: none;
    }

    .chat-btn-inner .chat-online,
    .chat-btn-inner .chat-offline {
        background-color: #8f8f8f;
        display: block;
        margin: -54px auto 0;
        bottom: 0;
        right: 0;
        color: #fff;
        height: 54px;
        width: 140px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        padding-top: 10px;
        text-transform: uppercase;
        padding-left: 40px;
        cursor: pointer;
    }

        .chat-btn-inner .chat-online span,
        .chat-btn-inner .chat-offline span {
            font-size: 11px;
            display: block;
            text-transform: capitalize;
        }

        .chat-btn-inner .chat-online:before,
        .chat-btn-inner .chat-offline:before {
            position: absolute;
            background-image: url(../images/msg.png);
            content: '';
            top: 14px;
            left: 17px;
            width: 17px;
            height: 13px;
        }
*/

@media screen and (min-width: 1100px) {
/*
    .chat-btn-inner .chat-online,
    .chat-btn-inner .chat-offline {
        -webkit-transform: translate(0%, 100%);
        -ms-transform: translate(0%, 100%);
        transform: translate(0%, 100%);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
    }
*/

    .show-bottom-btn .chat-btn-inner .chat-online, .show-bottom-btn .chat-btn-inner .chat-offline {
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

.chat-btn-inner .chat-online {
    background: #ee7832;
}

    .chat-btn-inner .chat-online:hover {
        text-decoration: none;
        background: #cf5e0f;
    }

.chat-btn-inner .chat-offline span {
    margin-left: -16px;
    padding-top: 1px;
}

@media screen and (max-width: 1099px) {
    .chat-btn-inner {
        display: none; /* remove chat buttons on mobile viewport */
        left: auto;
        right: 0;
    }

        .chat-btn-inner .chat-online,
        .chat-btn-inner .chat-offline {
            height: 26px;
            width: 110px;
            padding-top: 4px;
            padding-left: 28px;
            margin: -26px 0 0;
        }

            .chat-btn-inner .chat-online span,
            .chat-btn-inner .chat-offline span {
                display: none;
            }

            .chat-btn-inner .chat-online:before,
            .chat-btn-inner .chat-offline:before {
                left: 7px;
                top: -18px;
            }
}

@media screen and (min-width: 1100px) {
    body.imp_has-side-nav .container {
        padding-left: 165px;
    }

        body.imp_has-side-nav .container .container {
            padding-left: 15px;
        }
}

.imp_side-nav_overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(34, 28, 39, 0.9);
    opacity: 0;
}

.imp_side-nav {
    width: 150px;
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1099px) {
    .imp_side-nav {
        display: none;
    }
}

.imp_side-nav ul {
    padding-left: 0;
    list-style: none;
}

.imp_side-nav .imp_logo {
    height: 16px;
    margin: -32px 15px 0;
    display: block;
    background: url("../images/logos/imperva_purple.svg") no-repeat top left;
    background-size: contain;
}

.imp_side-nav .imp_side-nav_main {
    margin: 45px 0 0;
}

    .imp_side-nav .imp_side-nav_main li a {
        padding: 15px;
        text-transform: uppercase;
        font-size: 12px;
        display: block;
    }

        .imp_side-nav .imp_side-nav_main li a:visited, .imp_side-nav .imp_side-nav_main li a:hover, .imp_side-nav .imp_side-nav_main li a:active, .imp_side-nav .imp_side-nav_main li a:focus {
            text-decoration: none;
            color: inherit;
        }

        .imp_side-nav .imp_side-nav_main li a:hover, .imp_side-nav .imp_side-nav_main li a.imp_open {
            background-color: #d8d7db;
        }

    .imp_side-nav .imp_side-nav_main li .glyphicon-search {
        font-size: 2em;
    }

    .imp_side-nav .imp_side-nav_main li.imp_language-selector {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media (max-height: 500px) {
    .imp_side-nav .imp_side-nav_main li.imp_language-selector {
        position: static;
    }
}

.imp_side-nav .imp_side-nav_chest-of-drawers {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    background-color: #4b4b4b;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

    .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_chest-of-drawers_close {
        width: 20px;
        height: 20px;
        background-image: url("../images/icons/close-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1300;
        cursor: pointer;
    }

    .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer {
        position: absolute;
        width: 4000px;
        max-height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 1100;
        overflow: hidden;
    }

        .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content {
            display: inline-block;
            overflow-x: hidden;
            overflow-y: auto;
            padding: 20px 50px;
        }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .row {
                margin-bottom: 20px;
                margin-right: -30px;
                margin-left: -30px;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .row .col-xs-6,
                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .row .col-xs-12 {
                    min-width: 300px;
                    padding-left: 30px;
                    padding-right: 30px;
                }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content hr {
                border-bottom: 2px solid #f4f3f6;
                margin-bottom: 20px;
            }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content ul li {
                font-size: 13px;
                padding-left: 20px;
                padding-bottom: 10px;
                color: #fff;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content ul li a {
                    font-weight: 400;
                }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .imp_side-nav_drawer-group_label {
                color: #f4f4f4;
                letter-spacing: 0.6px;
                text-transform: uppercase;
                margin-bottom: 15px;
            }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .imp_side-nav_drawer-group {
                border-bottom: 1px solid #f4f3f6;
                padding-bottom: 5px;
                margin-bottom: 18px;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .imp_side-nav_drawer-group:last-of-type {
                    border-bottom: 0;
                }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .imp_side-nav_drawer-group + .imp_side-nav_drawer-group .imp_side-nav_drawer-group_label {
                    margin-top: 60px;
                }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content a {
                color: #fff;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content a.btn-link {
                    color: #00a8e1;
                }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content p.imp_small {
                color: #f4f4f4;
                font-size: 13px;
            }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer .imp_side-nav_drawer-content .imp_btn_large {
                margin-top: 10px;
            }

        .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search {
            max-width: 60vw;
        }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_side-nav_drawer-content {
                height: 100%;
                padding: 0;
                display: table;
                overflow: visible;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_side-nav_drawer-content > div {
                    display: table-row;
                }

                    .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_side-nav_drawer-content > div:last-child {
                        height: 100%;
                    }

                    .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_side-nav_drawer-content > div > div {
                        display: table-cell;
                    }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-header {
                padding: 30px 50px 0;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-header .nav-tabs.nav-justified > li {
                    padding: 0;
                }

                    .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-header .nav-tabs.nav-justified > li > a {
                        font-weight: 600;
                    }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-header .nav-tabs.nav-justified .dropdown-menu > li {
                    padding: 0;
                }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-results {
                height: 100%;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-results .tab-pane {
                    height: 100%;
                    overflow: auto;
                }

                    .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-results .tab-pane:first-child {
                        padding: 30px 50px;
                    }

                        .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-results .tab-pane:first-child .row {
                            margin: 0;
                        }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-results_none {
                color: #fff;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-results_none a {
                    float: right;
                }

            .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-result {
                padding-right: 50px;
                padding-left: 50px;
                border-bottom-color: #cbcbcb;
            }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-result .h4,
                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-result .imp_search-result_brief {
                    color: #fff;
                }

                .imp_side-nav .imp_side-nav_chest-of-drawers .imp_side-nav_drawer.imp_side-nav_drawer_search .imp_search-result .imp_search-result_url {
                    color: #00a8e1;
                }

.imp_modal_toggle {
    cursor: pointer;
    border-left: 20px solid #fff;
    position: relative;
}

    .imp_modal_toggle:before {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 0;
        background-image: url("../images/icons/zoom.svg");
        background-size: 17px;
        background-repeat: no-repeat;
        width: 20px;
        height: 17px;
    }

@media (max-width: 767px) {
    .imp_modal_toggle {
        border-left: 0;
    }

        .imp_modal_toggle:before {
            display: none;
        }
}

.modal {
    background-color: rgba(34, 28, 39, 0.9);
}

    .modal .modal-content {
        border-radius: 0;
    }

    .modal .modal-body {
        padding: 0;
        border-radius: 0;
        position: relative;
    }

        .modal .modal-body iframe {
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
        }

    .modal .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url("../images/icons/close-white.svg");
        background-size: 20px;
        background-position: 5px 5px;
        background-repeat: no-repeat;
        background-color: #2f1a45;
        padding: 15px;
        z-index: 1300;
        cursor: pointer;
    }

#iframe-video.modal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #iframe-video.modal .modal-dialog {
        max-width: 1100px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: table;
    }

    #iframe-video.modal .modal-content {
        background: none;
        border: none;
        box-shadow: none;
        display: table-cell;
        vertical-align: middle;
    }

    #iframe-video.modal .close {
        top: -30px;
    }

.imp_mobile-nav_overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

@media (min-width: 1100px) {
    .imp_mobile-nav_overlay {
        display: none !important;
    }
}

.imp_mobile-nav .imp_mobile-nav_bar {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

    .imp_mobile-nav .imp_mobile-nav_bar [class*="col-"] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }

        .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle:hover, .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle:focus {
            background-color: inherit;
        }

        .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle .icon-bar {
            opacity: 1;
            -webkit-transition: all .3s;
            transition: all .3s;
            -webkit-transform: rotate(0) translateY(0);
            -ms-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
            display: block;
            background-color: #2f1a45;
            height: 3px;
            width: 23px;
            border-radius: 0;
            position: relative;
        }

            .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 4px;
            }

        .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle.imp_active {
            border-radius: 0;
        }

            .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle.imp_active .icon-bar {
                opacity: 0;
                -webkit-transition: all .3s;
                transition: all .3s;
                background-color: #2f1a45;
                width: 24px;
                opacity: 1;
            }

                .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle.imp_active .icon-bar:nth-of-type(1) {
                    top: 6px;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle.imp_active .icon-bar:nth-of-type(2) {
                    background-color: transparent;
                }

                .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle.imp_active .icon-bar:nth-of-type(3) {
                    top: 0;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle.imp_active .icon-bar + .icon-bar {
                    margin-top: 0;
                }

@media (min-width: 768px) and (max-width: 1099px) {
    .imp_mobile-nav .imp_mobile-nav_bar .navbar-toggle {
        display: block;
        margin-left: 30px;
    }
}

.imp_mobile-nav .imp_mobile-nav_bar .imp_logo {
    width: 126px;
    height: 16px;
    display: block;
    background: url("../images/logos/imperva_purple.svg") no-repeat center;
    background-size: contain;
    float: left;
}

.imp_mobile-nav .imp_mobile-nav_bar .btn {
    margin: -9px 10px -9px 0;
    float: right;
}

    .imp_mobile-nav .imp_mobile-nav_bar .btn:focus {
        box-shadow: none;
    }

    .imp_mobile-nav .imp_mobile-nav_bar .btn .glyphicon-phone {
        font-size: 1.4em;
    }

    .imp_mobile-nav .imp_mobile-nav_bar .btn.imp_mobile-nav_toggle {
        margin-left: 10px;
    }

.imp_mobile-nav .imp_mobile-nav_bar .list-inline.pull-right {
    margin: -3px 0;
    font-size: 0;
}

    .imp_mobile-nav .imp_mobile-nav_bar .list-inline.pull-right > li {
        padding: 0 0 0 5px;
        vertical-align: middle;
    }

        .imp_mobile-nav .imp_mobile-nav_bar .list-inline.pull-right > li.imp_nav-pipe {
            padding: 3px 15px;
            margin-left: 0;
        }

            .imp_mobile-nav .imp_mobile-nav_bar .list-inline.pull-right > li.imp_nav-pipe + .imp_nav-pipe {
                border-left: 1px solid #2f1a45;
            }

            .imp_mobile-nav .imp_mobile-nav_bar .list-inline.pull-right > li.imp_nav-pipe .imp_nav-link {
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
            }

                .imp_mobile-nav .imp_mobile-nav_bar .list-inline.pull-right > li.imp_nav-pipe .imp_nav-link:hover {
                    text-decoration: none;
                }

.imp_mobile-nav .imp_mobile-nav_drawer {
    width: 100%;
    max-width: 480px;
    background: #fff;
    position: fixed;
    z-index: 1000;
    left: 100%;
    top: 56px;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .imp_mobile-nav .imp_mobile-nav_drawer .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .imp_mobile-nav .imp_mobile-nav_drawer .imp_mobile-nav_head .imp_search-header .input-group .form-control {
        background: #fff;
    }

    .imp_mobile-nav .imp_mobile-nav_drawer .imp_mobile-nav_head ul {
        margin: 0;
    }

        .imp_mobile-nav .imp_mobile-nav_drawer .imp_mobile-nav_head ul li {
            margin-bottom: 10px;
        }

            .imp_mobile-nav .imp_mobile-nav_drawer .imp_mobile-nav_head ul li a {
                text-transform: uppercase;
                font-size: 14px;
            }

.imp_mobile-nav .imp_mobile-nav_foot {
    padding: 0;
}

    .imp_mobile-nav .imp_mobile-nav_foot [class*="col-"] {
        padding-top: 0;
        padding-bottom: 0;
        position: static;
    }

    .imp_mobile-nav .imp_mobile-nav_foot .imp_language-selector .imp_language-btn[aria-expanded="true"]:after {
        right: 20px;
    }

    .imp_mobile-nav .imp_mobile-nav_foot .imp_language-selector .nav > .nav-item > .nav-link:hover {
        color: #2f1a45;
    }

.imp_mobile-nav .panel-group > .panel > .panel-heading {
    background-color: #2f1a45;
}

.imp_mobile-nav .panel-group > .panel .panel-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.imp_mobile-nav .imp_search-results_none {
    text-align: center;
}

    .imp_mobile-nav .imp_search-results_none a {
        margin-top: 20px;
    }

.imp_mobile-nav .imp_search-result {
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1100px) {
    .imp_mobile-nav {
        display: none !important;
    }
}

.imp_sidebar .imp_content_tile,
.imp_sidebar .imp_label_large {
    margin-bottom: 30px;
}

.imp_footer {
    position: relative;
    overflow: hidden;
}

    .imp_footer a {
        color: #fff;
    }

    .imp_footer .imp_logo {
        width: 125px;
        height: 17px;
        margin-bottom: 15px;
        display: block;
        background: url("../images/logos/imperva_white.svg") no-repeat center;
        background-size: contain;
    }

    .imp_footer .imp_small {
        margin-bottom: 40px;
        line-height: 24px;
    }

        .imp_footer .imp_small a {
            text-decoration: underline;
        }

    .imp_footer .imp_links a {
        margin-right: 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }

    .imp_footer .imp_resources li {
        padding: 10px 0;
    }

    .imp_footer .imp_phone {
        display: block;
        color: #00a8e1;
    }

    .imp_footer .imp_email {
        margin: 10px 0 50px;
        display: block;
        color: #00a8e1;
    }

        .imp_footer .imp_email .glyphicon, .imp_footer .imp_email .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .imp_footer .imp_email .slick-prev, .imp_footer .imp_email .imp_section_carousel .slick-carousel .slick-next,
        .imp_section_carousel .slick-carousel .imp_footer .imp_email .slick-next {
            padding-right: 10px;
            color: #00a8e1;
        }

    .imp_footer .imp_social {
        margin: 5px 0 0;
    }

        .imp_footer .imp_social li {
            padding: 0;
            margin: 0;
        }

@media (max-width: 767px) {
    .imp_footer .imp_social li {
        margin-right: 5px;
    }
}

.imp_footer .imp_social a {
    width: 27px;
    height: 27px;
    display: block;
    background: no-repeat center;
    background-size: contain;
}

    .imp_footer .imp_social a.imp_social_facebook {
        background-image: url("../images/icons/facebook.svg");
    }

    .imp_footer .imp_social a.imp_social_glassdoor {
        background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAB1CAQAAADaDWY3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfhCh0LMwuW46Y9AAAGF0lEQVR42uWdzW4cRRDHf1U9uwkRUj4ucDNP4I9ccoIkRoJbCA/BLUKcuMELoEhB4RrxCkFwQiIhQuIE8S5PkIgrUpwDIt6d6eLQPbPrxQ72rHdmZ/pv2d61Zt31n5qqru7qrhbjGAiCx1WvFRAUQckwlAGCMkQQBmQIcCFe8SbGAGGAQziPkDElwzFEKFAMwZNR4AHDMJQDPJ4DjAmeKZDjyfkHKJhQMEWY4vEUwAGeAmWCAEWU3eMxQICKoNhRJC3SA4UolqIo4HAYDiXDocA5MhxwDsUxxHEBT8Z5lAHGEGWAAkMKMgwHuNiKVUQPAE9OjmMSCSo5BRP+BqYUTBA8r/BMKYBXEK+eAoLH43EUM4rlq+wYjYLFn45bbHKdDTZYR/zJc35lzPfAAYojr2S3eCuP1WrQqJGxzR1ucaltNifCS37gG57iKBBygo7Bl3SPourwKDvc5b225T81fuFzxuTxnVFUGi7NpPoSU1O7Yl9bd3Hf3rbzNjRnGvmoiS1oVQDY5lu22lbPUviDTxjh8Uj0xSCHqSrGDj91xDpfh30+ZA8DPBpIz6gKIGz3gijASz5gDyJdC/3mDP0hChf5kS0Mw4cYYZ7qZR70hmgg+4ArSAyGKqoCfMl229KdMTb5Ao1hrYqVVrrDb21LthJcY4RHyEMQD3C3bZlWhK9QBEPEAtEdfl/6n8pKRLWl/8M1RoAPWhU+XZrmaogycyu1cQcHQasK/LWE710VyUXU1e9L3sIjigG3O0C0fksXuU1GrjhgswNEl2ltE2MQbPV6J4jWb/FdjEIR4J2OEK2LDWAg5lAmnSJaxz29cdzcUv8giHboMZyJfXpkmMapyv5DFYdvW4oGIEjG4vD8pB89GstFrLYyc1JM8WtkrauUxDKyMxg7rD8cTpMgCpBnMcfWd2RYmV/rP0RjEqfvEDRkTPsPCx54fTqb1UFhNmPYbwyDW0qBqpVrHfoPQbK1CgyPEvEo1Ap7dIUzuKsiWgcudDYpPMCgOr/cpccwhqkEhhpyNinAkWsiIxsL4X4KtjrFshXO56wTBvj17lfPDoJXNIlB3IREgn3IEK1WRvcbFgZxKXhgR5ZKzsbwijFtW44G4MuseQrINImp0ahVn0QMLFjYCdN/KIVWuxf6jTxESylYq8dSCfc1rDFMQavTMDRPwwMXSp6EB7Z08quePJ3JUTLyJDwwTFPQKIAPiYwUbLUgS2cQl2u1v7PfOMBrLFbQdziKVJZ9+HTmgQ1VLAlbNXwqc0sFkmFJzO97yBLpbDSdeWBB6i597tqTUFCkMuFiOIUWqLbxTLS0+aQN/5ArNNrZ2MLv5tqVJrVaViuD5vVahFo8zdxhY1GnTWo2rhxtBnKIrI+1rJpCEdxSC3YT6m80SNaFaKkJuzGKqFcfvyXWL2wGRRjENdGvGsHTz8qwlfURm4FB1qBbEoianHVxzZEt6m6r794gIZklWgZ1PXDXbo8hXUxk1LnNgqUyOUrQqvGsxkfbeoTrtPsMyh0Zdah2yV6fz2z1SduynBj1bu/PQOxqxo023DRRGCOz+sAvOlAyrC7RfS6XHhiEhy2IcLo26rfyMDy7oY6hscPTpcVZlXaXvZVXGcHsARYecWNForaLn3k/1PMOVAXYPgO9riOuMg7D1GCrhrHHvbalWgHuMS4NYL7q8yUe9axs7ohdXlQED9n8No97VAx5n132Zm/nSyHDmF3225bwzIjeZI+5wq+LRwwIW73Q7D67oYuZdVWL41VjzM14UXcxYpfRYtihR154s9Pe+F4kKgs7ru24rx173PYJEDXw2HZMTEziMRhzjOQ1UZewxWd81BHL3ech9xlV+aD/7KGX/wkwBeNjtrjBRs16s6vGc57xhDHfzU3dWyX7KagCOAocglDEytoSC9iXU6sSj2gKlp+hOIq4tTvDM8CjaDyvYoBH4lxl+HROmambZQDC/suwArKgTICEq+aTW75KfAnzGb5DhzGdlKrERJKLSSWJ51JlcT+d4OLfQ0WYsgiZ4CgdXyAq8RgmR17dLqqjlEoaBVYdwOOrk6kCbavyeVatZC5PI5LZMT1HafVfUzCkD9b4yl0AAAAASUVORK5CYII=");
        background-size: cover;
    }

    .imp_footer .imp_social a.imp_social_twitter {
        background-image: url("../images/icons/twitter.svg");
    }

    .imp_footer .imp_social a.imp_social_rss {
        background-image: url("../images/icons/rss.svg");
    }

    .imp_footer .imp_social a.imp_social_linkedin {
        background-image: url("../images/icons/linkedin.svg");
    }

    .imp_footer .imp_social a.imp_social_youtube {
        background-image: url("../images/icons/youtube.svg");
    }

    .imp_footer .imp_social a.imp_social_slideshare {
        background-image: url("../images/icons/slideshare.svg");
    }

@media (min-width: 768px) {
    .imp_footer .imp_logo {
        width: 130px;
        height: 20px;
    }

    .imp_footer .imp_small {
        margin-bottom: 75px;
    }

    .imp_footer .imp_phone {
        color: #fff;
    }

    .imp_footer .imp_email {
        margin: 20px 0 65px;
    }
}

@media (min-width: 1100px) {
    .imp_footer .imp_logo {
        width: 200px;
        height: 26px;
    }
}

.imp_content_tile {
    position: relative;
}

    .imp_content_tile img {
        width: auto;
        max-width: none;
        width: 100%;
    }

    .imp_content_tile .imp_content_tile_body {
        padding: 0 25px;
    }

        .imp_content_tile .imp_content_tile_body cite {
            font-size: 12px;
            display: block;
        }

        .imp_content_tile .imp_content_tile_body .h4 {
            margin-top: 10px;
        }

        .imp_content_tile .imp_content_tile_body [class*="col-"] {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .imp_content_tile .imp_content_tile_body.imp_content_tile_body_tall [class*="col-"] {
            padding-top: 25px;
            padding-bottom: 25px;
        }

            .imp_content_tile .imp_content_tile_body.imp_content_tile_body_tall [class*="col-"].imp_no-padding-bottom {
                padding-bottom: 0;
            }

            .imp_content_tile .imp_content_tile_body.imp_content_tile_body_tall [class*="col-"].imp_no-padding-top {
                padding-top: 0;
            }

        .imp_content_tile .imp_content_tile_body img {
            margin-bottom: 10px;
        }

@media (max-width: 767px) {
    .imp_content_tile .imp_content_tile_body img {
        margin-top: 10px;
    }
}

.imp_content_tile[class*="imp_bg_"] .imp_content_tile_body {
    padding-top: 25px;
    padding-bottom: 45px;
}

.imp_content_tile[class*="imp_bg_"] .btn.btn-link {
    position: absolute;
    bottom: 10px;
}

.imp_content_tile.imp_bg_purple {
    color: #fff;
}

.imp_content_stub label, .imp_content_stub img {
    margin-bottom: 10px;
}

.imp_content_stub p {
    margin: 0 0 4px;
}

.imp_content_stub .btn.btn-link {
    display: inline;
    padding: 0;
}

.imp_content_stub .btn-link:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    content: "\e080";
    font-size: 75%;
    margin: 0 -15px 0 0;
}

.imp_content_video .imp_video {
    position: relative;
}

    .imp_content_video .imp_video .imp_video_play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        height: 60px;
        width: 60px;
        background-color: #00a8e1;
        border-radius: 30px;
        cursor: pointer;
    }

        .imp_content_video .imp_video .imp_video_play-btn:before {
            font-family: 'Glyphicons Halflings';
            content: '\e072';
            font-size: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -17px;
            margin-left: -10px;
        }

    .imp_content_video .imp_video + p {
        margin-top: 15px;
    }

.imp_content_quote {
    padding: 12px 0 0;
}

    .imp_content_quote blockquote {
        padding-top: 20px;
        padding-bottom: 0;
        border-left: 0;
        /* &:before {
            content: '\0201E';
            height: 54px;
            position: relative;
            top: -20px;
            display: block;
            font-size: 108px;
            font-family: Arial;
            line-height: 0;
            margin: 0;
            padding: 0;
        } */
    }

        .imp_content_quote blockquote p {
            margin-top: 0;
        }

            .imp_content_quote blockquote p.h3 > a {
                color: inherit;
            }

                .imp_content_quote blockquote p.h3 > a:hover {
                    cursor: pointer;
                    text-decoration: none;
                }

        .imp_content_quote blockquote cite {
            display: block;
            font-weight: 600;
            font-size: 18px;
        }

    .imp_content_quote img {
        margin-top: 0;
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .imp_content_quote img {
        max-width: 256px;
    }
}

.imp_content_quote img + blockquote:before {
    content: "";
    height: 0;
    top: 0;
}

.imp_content_quote cite {
    font-style: normal;
}

.imp_section_cta h3 {
    margin-bottom: 30px;
}

.imp_section_cta .btn {
    margin-bottom: 20px;
}

    .imp_section_cta .btn.btn-default {
        width: 250px;
    }

.imp_section_cta .imp_or {
    margin: -10px auto 10px;
    display: block;
    font-weight: 600;
    line-height: 37px;
    vertical-align: top;
}

@media (min-width: 768px) {
    .imp_section_cta .imp_or {
        margin: 0 10px 20px;
        display: inline-block;
    }
}

.imp_section_anchor-links .list-inline {
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
}

    .imp_section_anchor-links .list-inline li {
        padding-right: 20px;
    }

@media (max-width: 1599px) {
    .imp_section_anchor-links .list-inline li {
        padding-right: 0;
    }
}

.imp_section_anchor-links .list-inline li a {
    font-size: 12px;
    text-transform: uppercase;
}

    .imp_section_anchor-links .list-inline li a:link, .imp_section_anchor-links .list-inline li a:visited, .imp_section_anchor-links .list-inline li a:hover, .imp_section_anchor-links .list-inline li a:active {
        color: #fff;
        text-decoration: none;
    }

    .imp_section_anchor-links .list-inline li a:hover, .imp_section_anchor-links .list-inline li a:active {
        color: #d8d7db;
    }

@media (max-width: 1599px) {
    .imp_section_anchor-links .list-inline li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.imp_section_anchor-links .list-inline li.dropdown {
    padding: 0;
    margin: 0 0 0 -4px;
}

    .imp_section_anchor-links .list-inline li.dropdown .btn.btn-default.dropdown-toggle {
        text-transform: uppercase;
        font-size: 12px;
        background-color: transparent;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .imp_section_anchor-links .list-inline li.dropdown .btn.btn-default.dropdown-toggle:hover {
            background-color: #8e8279;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    .imp_section_anchor-links .list-inline li.dropdown .dropdown-menu a {
        background-color: transparent;
        color: #2f1a45;
        padding: 10px 20px;
    }

.imp_tag {
    border-radius: 4px;
    background-color: #fff;
    text-transform: uppercase;
    padding: 3px 7px;
    margin-left: 10px;
    position: relative;
    top: -4px;
    font-weight: 700;
    font-size: 11px;
    color: #2f1a45;
}

    .imp_tag.imp_tag_medium-light-blue {
        background-color: #cad7eb;
    }

.imp_blog_index header .imp_label_purple {
    display: inline-block;
}

.imp_blog_index .imp_blog_index_body {
    margin-top: 5px;
}

@media screen and (max-width: 480px) {
    .imp_blog_index label.pull-right {
        float: left !important;
        margin-bottom: 0;
    }
}

.imp_blog_selector p {
    margin-left: 30px;
    margin-bottom: 8px;
}

.imp_blog_selector ul {
    list-style-type: none;
    padding-left: 0;
}

    .imp_blog_selector ul li {
        padding: 5px 30px;
        margin-bottom: 3px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .imp_blog_selector ul li:hover {
            background-color: #f4f4f4;
            color: #5b2b82;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .imp_blog_selector ul li:first-child {
            margin-top: 8px;
        }

.imp_blog-detail_sidebar a {
    text-decoration: none;
}

.imp_blog-detail_sidebar .imp_content_tile {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-bottom: 1px solid #cbcbcb;
}

    .imp_blog-detail_sidebar .imp_content_tile.imp_bg_medium-tan:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #ef7622;
        width: 5px;
    }

    .imp_blog-detail_sidebar .imp_content_tile .imp_content_tile_body {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        .imp_blog-detail_sidebar .imp_content_tile .imp_content_tile_body p {
            margin-bottom: 10px;
        }

.imp_blog_roll article header a {
    color: #2f1a45;
    text-decoration: underline;
}

.imp_blog_roll article header .list-inline {
    margin-bottom: 10px;
}

    .imp_blog_roll article header .list-inline li {
        border-left: 1px solid #cbcbcb;
        padding-left: 10px;
        padding-right: 0;
        margin-left: 5px;
    }

        .imp_blog_roll article header .list-inline li:first-child {
            border-left: none;
            padding-left: 0;
            margin-left: 0;
        }

.imp_blog_roll .imp_social a {
    font-size: 40px;
}

.imp_blog_roll .imp_social .glyphicon, .imp_blog_roll .imp_social .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .imp_blog_roll .imp_social .slick-prev, .imp_blog_roll .imp_social .imp_section_carousel .slick-carousel .slick-next,
.imp_section_carousel .slick-carousel .imp_blog_roll .imp_social .slick-next {
    color: #00a8e1;
}

label {
    color: inherit;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
}

    label:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        font-size: 0;
    }

    label.imp_label_purple {
        background-color: #2f1a45;
        color: #fff;
        padding: 6px 10px;
        display: block;
        margin-bottom: 20px;
    }

.imp_label_large {
    padding: 25px;
}

    .imp_label_large.imp_label_large_purple {
        background-color: #2f1a45;
        font-size: 18px;
    }

.imp_search-header {
    background: #606060;
}

    .imp_search-header .input-group {
        width: 100%;
    }

        .imp_search-header .input-group .form-control {
            height: 45px;
            padding: 10px 20px;
            font-size: 14px;
        }

        .imp_search-header .input-group .input-group-btn .btn {
            height: 45px;
            padding: 10px 20px;
            font-weight: 700;
            font-size: 14px;
            line-height: 25px;
        }

    .imp_search-header .imp_search-results_count {
        margin: 5px 0 10px;
        font-size: 12px;
        color: #fff;
    }

    .imp_search-header .nav-tabs.nav-justified > li {
        padding: 0;
    }

        .imp_search-header .nav-tabs.nav-justified > li > a,
        .imp_search-header .nav-tabs.nav-justified > li > button {
            width: 100%;
            height: 34px;
            padding: 0;
            border: 0;
            border-radius: 0;
            display: block;
            background: none;
            text-transform: uppercase;
            text-align: center;
            font-weight: 600;
            font-size: 12px;
            line-height: 34px;
            cursor: pointer;
        }

            .imp_search-header .nav-tabs.nav-justified > li > a:hover,
            .imp_search-header .nav-tabs.nav-justified > li > button:hover {
                background: #8e8279;
                color: #fff;
            }

            .imp_search-header .nav-tabs.nav-justified > li > a:focus,
            .imp_search-header .nav-tabs.nav-justified > li > button:focus {
                color: #fff;
            }

        .imp_search-header .nav-tabs.nav-justified > li.active:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 9px solid #8e8279;
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
            display: block;
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .imp_search-header .nav-tabs.nav-justified > li.active > a {
            border: 0;
            background: #8e8279;
            color: #fff;
        }

    .imp_search-header .nav-tabs.nav-justified .dropdown-menu {
        border: 0;
        border-radius: 0;
        margin: 0;
        background: #606060;
        left: auto;
        right: 0;
    }

        .imp_search-header .nav-tabs.nav-justified .dropdown-menu > li {
            padding: 0;
        }

            .imp_search-header .nav-tabs.nav-justified .dropdown-menu > li > a {
                text-transform: uppercase;
                text-align: right;
                font-weight: 600;
                font-size: 12px;
                cursor: pointer;
            }

                .imp_search-header .nav-tabs.nav-justified .dropdown-menu > li > a:hover {
                    background: #8e8279;
                }

            .imp_search-header .nav-tabs.nav-justified .dropdown-menu > li.active > a {
                background: #8e8279;
            }

.imp_search-results ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.imp_search-results ::-webkit-scrollbar-thumb {
    background: #757575;
}

.imp_search-results ::-webkit-scrollbar-track {
    background: #2f2e2f;
}

.imp_search-result {
    padding: 25px 0;
    border-bottom: 1px solid #2f1a45;
}

    .imp_search-result:last-child {
        border-bottom: 0;
    }

    .imp_search-result .h4 {
        display: table;
        text-decoration: underline;
    }

    .imp_search-result .imp_search-result_brief,
    .imp_search-result .imp_search-result_url {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .imp_search-result .imp_search-result_url {
        color: #00a8e1;
    }

.imp_search-results_none {
    font-size: 16px;
}

    .imp_search-results_none a {
        display: inline-block;
        text-align: center;
        font-size: 14px;
    }

        .imp_search-results_none a .glyphicon, .imp_search-results_none a .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .imp_search-results_none a .slick-prev, .imp_search-results_none a .imp_section_carousel .slick-carousel .slick-next,
        .imp_section_carousel .slick-carousel .imp_search-results_none a .slick-next {
            width: 100%;
            display: inline-block;
            font-size: 2em;
        }

        .imp_search-results_none a:hover .glyphicon, .imp_search-results_none a:hover .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .imp_search-results_none a:hover .slick-prev, .imp_search-results_none a:hover .imp_section_carousel .slick-carousel .slick-next,
        .imp_section_carousel .slick-carousel .imp_search-results_none a:hover .slick-next {
            text-decoration: none;
        }

.imp_sticky {
    background-color: #fff;
}

    .imp_sticky .imp_sticky_header {
        padding-bottom: 15px;
    }

    .imp_sticky.imp_stuck {
        position: fixed;
        top: 70px;
        z-index: 800;
    }

        .imp_sticky.imp_stuck .imp_sticky_scrollable {
            overflow-x: hidden;
            overflow-y: auto;
        }

.imp_table-of-contents .panel .panel-collapse .panel-body {
    padding: 0;
    background-color: #f4f3f6;
}

    .imp_table-of-contents .panel .panel-collapse .panel-body ul {
        margin: 0;
    }

        .imp_table-of-contents .panel .panel-collapse .panel-body ul li a {
            padding: 10px 25px;
            display: block;
            position: relative;
        }

            .imp_table-of-contents .panel .panel-collapse .panel-body ul li a.active {
                background-color: #ebeae8;
            }

                .imp_table-of-contents .panel .panel-collapse .panel-body ul li a.active:before {
                    content: '';
                    width: 5px;
                    background-color: #ef7622;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                }

        .imp_table-of-contents .panel .panel-collapse .panel-body ul li ul li a {
            padding-left: 40px;
        }

.imp_table-of-contents.imp_open {
    background-color: rgba(255, 255, 255, 0.7);
}

.imp_section_calendar {
    background-color: #f4f3f6;
}

@media (max-width: 1099px) {
    .imp_section_calendar .list-inline.pull-right {
        float: left !important;
    }
}

.imp_section_calendar h2 {
    display: inline-block;
}

@media (max-width: 1099px) {
    .imp_section_calendar h2 {
        display: block;
    }
}

.imp_calendar .fc-scroller {
    height: auto !important;
    overflow: visible !important;
}

.imp_calendar .fc-month-view,
.imp_calendar .fc-list-view {
    background-color: #fff;
}

.imp_calendar .fc-state-highlight {
    background-color: transparent;
}

.imp_calendar .fc-toolbar .fc-left button,
.imp_calendar .fc-toolbar .fc-left h2 {
    display: inline-block;
}

.imp_calendar .fc-toolbar .fc-left h2 {
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
}

.imp_calendar .fc-toolbar .fc-left .fc-prev-button,
.imp_calendar .fc-toolbar .fc-left .fc-next-button {
    background: none;
    border: 0;
    outline: 0;
    box-shadow: 0 0 0 0;
}

    .imp_calendar .fc-toolbar .fc-left .fc-prev-button .fc-icon,
    .imp_calendar .fc-toolbar .fc-left .fc-next-button .fc-icon {
        top: -.3em;
    }

.imp_calendar .fc-toolbar .fc-icon-right-single-arrow {
    font-family: 'Glyphicons Halflings';
}

    .imp_calendar .fc-toolbar .fc-icon-right-single-arrow:after {
        content: "\e080";
        font-size: 16px;
    }

.imp_calendar .fc-toolbar .fc-icon-left-single-arrow {
    font-family: 'Glyphicons Halflings';
}

    .imp_calendar .fc-toolbar .fc-icon-left-single-arrow:after {
        content: "\e079";
        font-size: 16px;
    }

.imp_calendar .fc-day-header {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.imp_calendar .fc-day-number {
    text-align: left !important;
    padding-left: 10px;
    padding-right: 12px;
    padding-top: 8px !important;
}

    .imp_calendar .fc-day-number.fc-today .fc-day-number-text {
        background-color: #ef7622;
        color: #fff;
        padding: .2em .3em;
        border-radius: 1em;
        line-height: 100%;
        margin: 0;
        font-size: .9em;
        position: relative;
        left: -4px;
    }

.imp_calendar .fc-day-grid-event {
    padding: 4px 6px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .imp_calendar .fc-day-grid-event:hover {
        background-color: #48286a !important;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.imp_calendar .imp_calendar_dropdown {
    cursor: pointer;
}

    .imp_calendar .imp_calendar_dropdown .dropdown-menu {
        background-color: #fff;
        top: auto;
        bottom: calc(100% + 15px);
        padding-right: 10px;
        padding-left: 10px;
        max-width: 230px;
        width: 200%;
    }

        .imp_calendar .imp_calendar_dropdown .dropdown-menu:before {
            content: '';
            width: 0;
            height: 0;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 6px solid #fff;
            border-bottom: 5px solid transparent;
            position: absolute;
            left: 50%;
            top: 100%;
            margin-right: -3px;
        }

        .imp_calendar .imp_calendar_dropdown .dropdown-menu .glyphicon, .imp_calendar .imp_calendar_dropdown .dropdown-menu .imp_section_carousel .slick-carousel .slick-prev, .imp_section_carousel .slick-carousel .imp_calendar .imp_calendar_dropdown .dropdown-menu .slick-prev, .imp_calendar .imp_calendar_dropdown .dropdown-menu .imp_section_carousel .slick-carousel .slick-next,
        .imp_section_carousel .slick-carousel .imp_calendar .imp_calendar_dropdown .dropdown-menu .slick-next {
            display: inline-block;
            margin-bottom: 0;
            font-size: 75%;
        }

.imp_calendar .imp_calendar_list_event hr {
    margin-top: 45px;
}

.imp_calendar .imp_calendar_list_event:last-child {
    padding-bottom: 20px;
}

    .imp_calendar .imp_calendar_list_event:last-child hr {
        display: none;
    }

/* end site components */
/* sections */
.imp_section_carousel .slick-carousel {
    padding-bottom: 15px;
    margin: 0 -15px;
    opacity: 0;
}

    .imp_section_carousel .slick-carousel .slick-slide {
        padding: 0 15px;
    }

    .imp_section_carousel .slick-carousel .slick-prev,
    .imp_section_carousel .slick-carousel .slick-next {
        position: absolute;
        top: auto;
        bottom: -35px;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 767px) {
    .imp_section_carousel .slick-carousel .slick-prev,
    .imp_section_carousel .slick-carousel .slick-next {
        bottom: -15px;
    }
}

.imp_section_carousel .slick-carousel .slick-prev:before,
.imp_section_carousel .slick-carousel .slick-next:before {
    font-family: inherit;
    font-size: 14px;
    opacity: 1;
    color: #2f1a45;
}

.imp_section_carousel .slick-carousel .slick-prev {
    left: 50%;
}

.imp_section_carousel .slick-carousel .slick-next {
    right: auto;
    left: 50%;
}

.imp_section_carousel .slick-carousel .slick-dots {
    margin: 0;
    bottom: -20px;
}

@media (max-width: 767px) {
    .imp_section_carousel .slick-carousel .slick-dots {
        bottom: 0;
    }
}

.imp_section_carousel .slick-carousel .slick-dots li {
    width: 10px;
    height: 10px;
    vertical-align: bottom;
}

    .imp_section_carousel .slick-carousel .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0;
    }

        .imp_section_carousel .slick-carousel .slick-dots li button:before {
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #2f1a45;
            border-radius: 100%;
            background: none;
            opacity: 1;
        }

    .imp_section_carousel .slick-carousel .slick-dots li.slick-active button:before {
        background: #2f1a45;
    }

.imp_section_carousel.imp_bg_purple .slick-carousel .slick-prev:before,
.imp_section_carousel.imp_bg_purple .slick-carousel .slick-next:before {
    color: #fff;
}

.imp_section_carousel.imp_bg_purple .slick-dots li button:before {
    border-color: #fff;
}

.imp_section_carousel.imp_bg_purple .slick-dots li.slick-active button:before {
    background: #fff;
}

.imp_section.imp_section_hero_no-bg-img, .imp_section.imp_section_hero_triangle-bg-img, .imp_section.imp_section_hero_full-bg-img {
    padding-top: 80px;
    padding-bottom: 40px;
}

    .imp_section.imp_section_hero_no-bg-img .row, .imp_section.imp_section_hero_triangle-bg-img .row, .imp_section.imp_section_hero_full-bg-img .row {
        position: relative;
    }

    .imp_section.imp_section_hero_no-bg-img .imp_section_hero_share, .imp_section.imp_section_hero_triangle-bg-img .imp_section_hero_share, .imp_section.imp_section_hero_full-bg-img .imp_section_hero_share {
        position: absolute;
        top: -15px;
        right: 15px;
        font-size: 16px;
    }

    .imp_section.imp_section_hero_no-bg-img .list-inline + .list-inline, .imp_section.imp_section_hero_triangle-bg-img .list-inline + .list-inline, .imp_section.imp_section_hero_full-bg-img .list-inline + .list-inline {
        margin-top: 20px;
    }

.imp_section.imp_section_hero_no-bg-img {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 0;
}

.imp_section.imp_section_hero_triangle-bg-img {
    padding-bottom: 20px;
}

    .imp_section.imp_section_hero_triangle-bg-img .imp_section_hero_bg {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .imp_section.imp_section_hero_triangle-bg-img .imp_triangle {
        background-repeat: no-repeat;
        padding-left: 30%;
        background-size: cover;
        right: auto;
        left: 0;
    }

@media (max-width: 1000px) {
    .imp_section.imp_section_hero_triangle-bg-img .imp_triangle[min-height~="500px"] {
        padding-left: 20%;
    }

    .imp_section.imp_section_hero_triangle-bg-img .imp_triangle[min-height~="600px"] {
        padding-left: 15%;
    }

    .imp_section.imp_section_hero_triangle-bg-img .imp_triangle[min-height~="700px"] {
        padding-left: 10%;
    }
}

.imp_section.imp_section_hero_triangle-bg-img .imp_triangle.imp_incapsula-family_overview_triangle {
    background-image: url("/images/banners/business-phones.jpg");
}

.imp_section.imp_section_hero_triangle-bg-img .imp_triangle.imp_ddos-solution-page_overview_triangle {
    background-image: url("https://placehold.it/660x450");
}

.imp_section.imp_section_hero_triangle-bg-img .imp_triangle.imp_insider-threat_overview_triangle {
    background-image: url("/images/banners/computer-guy.jpg");
}

.imp_section.imp_section_hero_triangle-bg-img .imp_triangle.imp_skyfence-family_overview_triangle {
    background-image: url("/images/banners/business-phones.jpg");
}

.imp_section.imp_section_hero_triangle-bg-img .imp_triangle.imp_insider-threat_overview_triangle {
    background-image: url("/images/banners/business-phones.jpg");
}

.imp_section.imp_section_hero_full-bg-img {
    position: relative;
    background-color: #000;
}

@media screen and (min-width: 1100px) {
/*
    .imp_section.imp_section_hero_full-bg-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        z-index: 2;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0px, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0px, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    }
*/
}

.imp_section.imp_section_hero_full-bg-img .container {
    height: 100%;
    display: table;
}

@media (max-width: 767px) {
    .imp_section.imp_section_hero_full-bg-img .container {
        margin: 0;
        width: 100%;
    }
}

.imp_section.imp_section_hero_full-bg-img .container .imp_btn_orange, .imp_section.imp_section_hero_full-bg-img .container .imp_btn_blue {
    margin-right: 8px;
    margin-top: 20px;
}

@media screen and (max-width: 1099px) {
    .imp_section.imp_section_hero_full-bg-img .container .imp_btn_orange, .imp_section.imp_section_hero_full-bg-img .container .imp_btn_blue {
        margin-top: 10px;
    }
}

.imp_section.imp_section_hero_full-bg-img .container .row {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.imp_section.imp_section_hero_full-bg-img .container [class*="col-"] {
    padding: 28px 0 37px;
    max-width: none;
}

@media (max-width: 767px) {
    .imp_section.imp_section_hero_full-bg-img .container [class*="col-"] {
        max-width: 400px;
    }
}

.imp_section.imp_section_hero_full-bg-img .container h1, .imp_section.imp_section_hero_full-bg-img .container p {
    color: #fff;
}

@media screen and (min-width: 1100px) {
    .imp_section.imp_section_hero_full-bg-img .container h1, .imp_section.imp_section_hero_full-bg-img .container p {
        color: #2f1a45;
    }
}

.imp_section.imp_section_hero_full-bg-img .imp_section_hero_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    opacity: 0.6;
    overflow: hidden;
}

    .imp_section.imp_section_hero_full-bg-img .imp_section_hero_bg img {
        width: auto;
        position: absolute;
        bottom: 0;
        right: -120px;
        max-height: 100%;
        max-width: none;
    }

@media screen and (min-width: 1100px) {
    .imp_section.imp_section_hero_full-bg-img .imp_section_hero_bg {
        opacity: 1;
    }

        .imp_section.imp_section_hero_full-bg-img .imp_section_hero_bg img {
            right: -70px;
            max-height: 95%;
        }
}

@media screen and (min-width: 1600px) {
    .imp_section.imp_section_hero_full-bg-img .imp_section_hero_bg img {
        right: 50%;
        margin-right: -800px;
    }
}

@media (min-width: 1600px) {
    .imp_section.imp_section_hero_triangle-bg-img {
        min-height: 500px;
    }

    .imp_section.imp_section_hero_full-bg-img {
        padding-top: 128px;
        padding-bottom: 75px;
    }
}

@media (min-width: 1100px) and (max-width: 1599px) {
    .imp_section.imp_section_hero_triangle-bg-img {
        min-height: 400px;
    }

    .imp_section.imp_section_hero_full-bg-img {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .imp_section.imp_section_hero_full-bg-img {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .imp_section.imp_section_hero_no-bg-img {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .imp_section.imp_section_hero_no-bg-img .imp_section_hero_share, .imp_section.imp_section_hero_triangle-bg-img .imp_section_hero_share, .imp_section.imp_section_hero_full-bg-img .imp_section_hero_share {
        top: 10px;
    }

    .imp_section.imp_section_hero_full-bg-img {
        padding-top: 0;
        padding-bottom: 0;
    }

        .imp_section.imp_section_hero_full-bg-img .imp_section_hero_bg {
            /* height: 240px;
                position: static; */
        }

    .imp_section.imp_section_hero_no-bg-img {
        padding-top: 5px;
    }

    .imp_section.imp_section_hero_triangle-bg-img {
        padding-top: 0;
        padding-bottom: 0;
    }

        .imp_section.imp_section_hero_triangle-bg-img .imp_section_hero_bg {
            display: block;
            /* height: 240px;
                position: static; */
        }

    .imp_section .imp_content_hero .list-inline li {
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .imp_section.imp_section_hero_full-bg-img .imp_section_hero_bg {
        height: 100%;
    }

    .imp_section.imp_section_hero_triangle-bg-img .imp_section_hero_bg {
        height: 100%;
    }
}

.imp_section_style-guide {
    padding-top: 100px;
}

.imp_style-guide_heading {
    font-size: 20px;
    color: grey;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.imp_style-guide_sub-heading {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 5px;
}

.imp_style-guide_divider {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 30px 0;
    padding: 0;
    clear: both;
    line-height: 0;
    color: transparent;
}

.imp_style-guide_footer-spacer {
    height: 60px;
}

.imp_section_prefooter h3, .imp_section_prefooter h4 {
    margin-top: 0;
}

.imp_section_prefooter ul {
    line-height: 19px;
}

    .imp_section_prefooter ul li {
        padding: 0 0 9px;
    }

    .imp_section_prefooter ul a {
        font-weight: normal;
    }

.imp_section_prefooter [class*="col-"] {
    padding: 15px;
}

.imp_section_prefooter .col-separator {
    width: 100%;
}

.imp_section_prefooter p {
    margin: 0 0 10px;
}

    .imp_section_prefooter p a {
        color: inherit;
    }

@media (min-width: 768px) {
    .imp_section_prefooter .col-separator {
        width: 0;
    }

    .imp_section_prefooter [class*="col-"] {
        padding: 20px 28px 20px 15px;
    }

        .imp_section_prefooter [class*="col-"]:last-child {
            padding: 20px 15px 20px 28px;
        }
}

.imp_section_prefooter .imp_btn_orange {
    margin: 20px 0;
}

.imp_section_prefooter .imp_vr:before {
    width: auto;
    height: 1px;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .imp_section_prefooter .imp_vr:before {
        content: '';
        width: 1px;
        display: block;
        background: #cbcbcb;
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 50%;
        height: auto;
    }
}

.imp_section_tabs_nav {
    padding-bottom: 0;
    padding-top: 0;
    background-color: #2f1a45;
    overflow: visible;
}

    .imp_section_tabs_nav > .container > .row > [class*="col-"] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .imp_section_tabs_nav .nav-tabs {
        border: 0;
    }

        .imp_section_tabs_nav .nav-tabs > li {
            padding: 0;
            margin: 0 0 0 -4px;
            cursor: pointer;
        }

            .imp_section_tabs_nav .nav-tabs > li.dropdown {
                padding: 0;
                margin: 0 0 0 -4px;
            }

                .imp_section_tabs_nav .nav-tabs > li.dropdown .btn.btn-default.dropdown-toggle {
                    padding: 20px 40px;
                    text-transform: uppercase;
                    font-size: 12px;
                    background-color: transparent;
                    -webkit-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
                }

                    .imp_section_tabs_nav .nav-tabs > li.dropdown .btn.btn-default.dropdown-toggle:hover {
                        background-color: #8e8279;
                        -webkit-transition: all 0.2s ease-out;
                        transition: all 0.2s ease-out;
                    }

                .imp_section_tabs_nav .nav-tabs > li.dropdown .dropdown-menu a {
                    background-color: transparent;
                    color: #2f1a45;
                    padding: 10px 20px;
                }

            .imp_section_tabs_nav .nav-tabs > li.open .btn.btn-default.dropdown-toggle, .imp_section_tabs_nav .nav-tabs > li.active .btn.btn-default.dropdown-toggle {
                background-color: #8e8279;
            }

            .imp_section_tabs_nav .nav-tabs > li.open:after, .imp_section_tabs_nav .nav-tabs > li.active:after {
                content: '';
                width: 0;
                height: 0;
                border-top: 9px solid #8e8279;
                border-right: 9px solid transparent;
                border-left: 9px solid transparent;
                margin-left: -9px;
                position: absolute;
                top: 100%;
                left: 50%;
            }

            .imp_section_tabs_nav .nav-tabs > li a {
                border-radius: 0;
                outline: 0;
                border: 0;
                padding: 20px 40px;
                color: #fff;
                text-transform: uppercase;
                -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
                font-size: 12px;
            }

            .imp_section_tabs_nav .nav-tabs > li:hover a, .imp_section_tabs_nav .nav-tabs > li.active a {
                border: 0;
                outline: 0;
                background-color: #8e8279;
                -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
                color: #fff;
            }

    .imp_section_tabs_nav.imp_section_tabs_nav-vert {
        background-color: #f4f4f4;
    }

        .imp_section_tabs_nav.imp_section_tabs_nav-vert .nav-tabs {
            border: 0;
            background-color: #2f1a45;
        }

            .imp_section_tabs_nav.imp_section_tabs_nav-vert .nav-tabs > li {
                margin: 0;
            }

                .imp_section_tabs_nav.imp_section_tabs_nav-vert .nav-tabs > li.open:after, .imp_section_tabs_nav.imp_section_tabs_nav-vert .nav-tabs > li.active:after {
                    border: 0;
                    border-top: 9px solid transparent;
                    border-left: 9px solid #8e8279;
                    border-bottom: 9px solid transparent;
                    margin-top: -9px;
                    margin-left: 0;
                    top: 50%;
                    left: 100%;
                }

        .imp_section_tabs_nav.imp_section_tabs_nav-vert .tabs-left,
        .imp_section_tabs_nav.imp_section_tabs_nav-vert .tabs-right {
            padding-top: 0;
        }

@media (max-width: 767px) {
    .imp_section_tabs_nav.imp_section_tabs_nav-vert [class*="col-"] {
        width: 100%;
    }
}

.imp_section_tabs_panes {
    padding-top: 0;
}

@media (max-width: 1099px) {
    .imp_section_tabs .panel-group {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.imp_section_tabs hr {
    margin: 0;
}

/* end sections */
/* site pages */
@media screen and (min-width: 1100px) {
    .imp_page_home .imp_static-nav .imp_logo {
        background: url("../images/logos/imperva_purple.svg") no-repeat top left;
    }
}

.imp_page_home .imp_section_hero_full-bg-img {
    overflow: visible;
}

    .imp_page_home .imp_section_hero_full-bg-img .imp_section_hero_bg {
        background-image: url("../images/heros/home-hero.jpg");
    }

    .imp_page_home .imp_section_hero_full-bg-img .imp_scroll-prompt {
        width: 52px;
        height: 52px;
        border-radius: 100%;
        background: url("../images/icons/chevron-down.svg") no-repeat center #fff;
        background-size: 26px 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -26px;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media screen and (min-width: 1100px) {
    .imp_page_home .imp_section_hero_full-bg-img .imp_scroll-prompt {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .imp_page_home .imp_section_hero_full-bg-img .imp_scroll-prompt {
        display: none;
    }
}

.imp_page_home .imp_section_carousel {
    overflow: hidden;
}

    .imp_page_home .imp_section_carousel .slick-slide {
        position: relative;
    }

        .imp_page_home .imp_section_carousel .slick-slide .imp_content_stub {
            padding-bottom: 38px;
        }

        .imp_page_home .imp_section_carousel .slick-slide .btn.btn-link {
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            white-space: nowrap;
            width: 84%;
            text-align: center;
        }

    .imp_page_home .imp_section_carousel.imp_bg_purple > .container {
        padding-top: 0;
    }

    .imp_page_home .imp_section_carousel.imp_bg_purple .slick-slide img {
        border: 1px solid #5b2b82;
    }

    .imp_page_home .imp_section_carousel.imp_bg_purple .slick-slide .btn.btn-link {
        left: 15px;
        text-align: left;
        width: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

@media (min-width: 768px) {
    .imp_page_home .imp_section_carousel .slick-carousel {
        margin: 0 -25px;
    }

        .imp_page_home .imp_section_carousel .slick-carousel .slick-slide {
            width: 50%;
            padding: 0 25px;
        }

            .imp_page_home .imp_section_carousel .slick-carousel .slick-slide .btn.btn-link {
                white-space: nowrap;
            }

    .imp_page_home .imp_section_carousel.imp_bg_purple .slick-carousel .slick-slide {
        border-right: 1px solid #6e5f7d;
    }

        .imp_page_home .imp_section_carousel.imp_bg_purple .slick-carousel .slick-slide .btn.btn-link {
            left: 25px;
        }

        .imp_page_home .imp_section_carousel.imp_bg_purple .slick-carousel .slick-slide.imp_slick-slide_last {
            border-right: 1px solid transparent;
        }
}

@media (min-width: 1100px) {
    .imp_page_home .imp_section_carousel .slick-carousel .slick-slide {
        width: 33%;
    }
}

.imp_page_home .imp_trust {
    position: relative;
}

    .imp_page_home .imp_trust:before {
        content: '';
        height: 1px;
        display: block;
        background: #cbcbcb;
        position: absolute;
        right: 15px;
        bottom: 0;
        left: 15px;
    }

.imp_page_home .imp_attack_solutions .imp_btn_orange {
    margin-top: 20px;
}

.imp_page_home .imp_attack_solutions h3 > a {
    font-weight: inherit;
}

    .imp_page_home .imp_attack_solutions h3 > a:hover {
        text-decoration: none;
    }

@media (min-width: 1100px) {
    .imp_page_home .imp_attack_solutions .imp_triangle {
        padding-right: 10%;
        background: url("../images/banners/home-attack-solutions.jpg") no-repeat right center;
        background-size: cover;
        right: 0;
        left: auto;
    }

    .imp_page_home .imp_attack_solutions .col-drop {
        clear: left;
    }
}

.imp_page_home .imp_risk_management [class*="col-"] {
    position: relative;
    padding: 15px 15px 45px;
}

    .imp_page_home .imp_risk_management [class*="col-"] .btn.btn-link {
        position: absolute;
        bottom: 15px;
    }

@media (min-width: 480px) {
    .imp_page_home .imp_risk_management .imp_vr {
        height: calc(100% + 27px);
    }

    .imp_page_home .imp_risk_management [class*="col-"] {
        padding: 25px 28px 45px 15px;
    }

        .imp_page_home .imp_risk_management [class*="col-"]:last-child {
            padding: 25px 15px 45px 28px;
        }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .imp_page_home .imp_risk_management .imp_triangle {
        height: 33%;
    }
}

.imp_page_home .v-align {
    white-space: nowrap;
    height: 100%;
}

    .imp_page_home .v-align:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 1px;
        margin: 0 0 0 -6px;
    }

    .imp_page_home .v-align > * {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

.imp_page_home .imp_security [class*="col-"] {
    position: relative;
    padding-bottom: 45px;
}

    .imp_page_home .imp_security [class*="col-"] .btn.btn-link {
        position: absolute;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
    }

.imp_page_home .imp_security .imp_content_stub h3 {
    margin-top: 10px;
    text-transform: capitalize;
}

.imp_page_home .imp_security .imp_content_stub .btn.btn-link {
    text-align: center;
}

.imp_page_home .imp_new_product {
    background: url("../images/banners/home-new-product.jpg") no-repeat center;
    background-size: cover;
}

    .imp_page_home .imp_new_product .imp_content_stub {
        margin: 0;
    }

    .imp_page_home .imp_new_product img {
        border: 1px solid #5b2b82;
    }

@media (min-width: 1100px) {
    .imp_page_home .imp_new_product {
        /* &:before {
                        content: '';
                        width: 75px;
                        display: block;
                        background: $imp_light-purple;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .imp_triangle {
                        height: 100%;
                        left: 75px;
                    }
                     */
    }
}

.video-block {
    position: relative;
    display: inline-block;
}

    .video-block:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #00a8e3;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        z-index: 2;
        cursor: pointer;
    }

    .video-block:after {
        content: '';
        position: absolute;
        z-index: 3;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -7px;
        border-top: 10px solid transparent;
        border-left: 18px solid #2f1a45;
        border-bottom: 10px solid transparent;
    }

.col-separator {
    position: relative;
    float: left;
    width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
    .imp_blog-detail_sidebar {
        display: none;
    }
}

.imp_blog-detail_sidebar .dropdown .btn.btn-default.dropdown-toggle {
    text-align: left;
}

.imp_page_contact-us .imp_collapse p {
    line-height: 37px;
}

.imp_skyfence-detail_resources [data-imp-load-more-trigger] {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .imp_page_waar .imp_section_hero_no-bg-img + .imp_section {
        padding-top: 60px;
    }

    .imp_page_waar .imp_sticky {
        width: 100%;
    }

        .imp_page_waar .imp_sticky .imp_sticky_header {
            padding-top: 15px;
        }

            .imp_page_waar .imp_sticky .imp_sticky_header .btn {
                width: 100%;
                text-align: left;
            }

                .imp_page_waar .imp_sticky .imp_sticky_header .btn:after {
                    content: 'Show';
                    float: right;
                }

                .imp_page_waar .imp_sticky .imp_sticky_header .btn[aria-expanded="true"]:after {
                    content: 'Hide';
                }

        .imp_page_waar .imp_sticky .imp_sticky_scrollable {
            padding-bottom: 15px;
        }

        .imp_page_waar .imp_sticky.imp_stuck {
            top: 57px;
        }

        .imp_page_waar .imp_sticky.imp_open {
            bottom: 0;
        }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .imp_page_waar .imp_sticky.imp_stuck {
        right: 30px;
    }
}

@media (min-width: 768px) {
    .imp_page_waar .imp_sticky_scrollable {
        height: auto !important;
        display: block;
    }
}


/* end site pages */

.imp_section.imp_section_hero_full-bg-img a:hover {
    text-decoration: none;    
}

/* CTA Buttons mobile */
.cta-buttons-mobile {
}

    .cta-buttons-mobile .btn {
        color: #FFF;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        z-index: 999;
    }

        .cta-buttons-mobile .btn a, .cta-buttons-mobile .btn a:hover {
            text-decoration: none;
            color: inherit;
        }

        .cta-buttons-mobile .btn span.glyphicon {
            top: 3px;
            margin-right: 3px;
        }

        .cta-buttons-mobile .btn.btn-blue {
            background-color: #00a8e1;
        }

            .cta-buttons-mobile .btn.btn-blue:hover {
                background-color: #337ab7;
            }


@media screen and (min-width: 1100px) {
    .cta-buttons-mobile {
        display: none;
    }
}

@media screen and (max-width: 1099px) {
    .cta-buttons-mobile .btn {
        position: fixed;
        bottom: 0px;
        right: 0px;
    }
}
/* end CTA Buttons mobile */

/*# sourceMappingURL=main.css.map */
