/*! Important note: The customer uses bootstrap, in order for this to work with wheeljack I have added the bootstrap file into the
css file given by the customer. I also had to comment out the box-sizing: unset on line 38, and comment out display: none !important on line 7078
 */

/*
Reset Styles
=============== */

.kcw {
  box-sizing: unset;
}

.kcw section,
.kcw div,
.kcw dl,
.kcw dt,
.kcw dd,
.kcw ul,
.kcw ol,
.kcw li,
.kcw h1,
.kcw h2,
.kcw h3,
.kcw h4,
.kcw h5,
.kcw h6,
.kcw pre,
.kcw form,
.kcw fieldset,
.kcw input,
.kcw textarea,
.kcw label,
.kcw p,
.kcw blockquote,
.kcw th,
.kcw td,
.kcw a {
    /*box-sizing: unset;*/
  margin: 0;
  padding: 0;
}

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

.kcw fieldset,
.kcw img {
  border: 0;
}

.kcw address,
.kcw caption,
.kcw cite,
.kcw code,
.kcw dfn,
.kcw em,
.kcw strong,
.kcw th,
.kcw var {
  font-style: normal;
  font-weight: normal;
}

.kcw ol,
.kcw ul {
  list-style: none;
}

.kcw caption,
.kcw th {
  text-align: left;
}

.kcw h1,
.kcw h2,
.kcw h3,
.kcw h4,
.kcw h5,
.kcw h6 {
  font-size: 100%;
  font-weight: bold;
}

.kcw q:before,
.kcw q:after {
  content: '';
}

.kcw abbr,
.kcw acronym {
  border: 0;
}

/* Reset Styles End
=============== */


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body .kcw  {
    margin: 0
}

 .kcw article,  .kcw aside,  .kcw details,  .kcw figcaption,  .kcw figure,  .kcw footer,  .kcw header,  .kcw hgroup,  .kcw main,  .kcw menu,  .kcw nav,  .kcw section,  .kcw summary {
    display: block
}

 .kcw audio,  .kcw canvas,  .kcw progress,  .kcw video {
    display: inline-block;
    vertical-align: baseline
}

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

 .kcw [hidden],  .kcw template {
    display: none
}

 .kcw a {
    background-color: transparent
}

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

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

 .kcw b,  .kcw strong {
    font-weight: 700
}

 .kcw dfn {
    font-style: italic
}

 .kcw h1 {
    margin: .67em 0;
    font-size: 2em
}

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

 .kcw small {
    font-size: 80%
}

 .kcw sub,  .kcw sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

 .kcw sup {
    top: -.5em
}

 .kcw sub {
    bottom: -.25em
}

 .kcw img {
    border: 0
}

 .kcw svg:not(:root) {
    overflow: hidden
}

 .kcw figure {
    margin: 1em 40px
}

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

 .kcw pre {
    overflow: auto
}

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

 .kcw button,  .kcw input,  .kcw optgroup,  .kcw select,  .kcw textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

 .kcw button {
    overflow: visible
}

 .kcw button,  .kcw select {
    text-transform: none
}

 .kcw button, html .kcw  input[type=button],  .kcw input[type=reset],  .kcw input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

 .kcw button[disabled], html .kcw  input[disabled] {
    cursor: default
}

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

 .kcw input {
    line-height: normal
}

 .kcw input[type=checkbox],  .kcw input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

 .kcw input[type=number]::-webkit-inner-spin-button,  .kcw input[type=number]::-webkit-outer-spin-button {
    height: auto
}

 .kcw input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

 .kcw input[type=search]::-webkit-search-cancel-button,  .kcw input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

 .kcw fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

 .kcw legend {
    padding: 0;
    border: 0
}

 .kcw textarea {
    overflow: auto
}

 .kcw optgroup {
    font-weight: 700
}

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

 .kcw td,  .kcw th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
     .kcw *,  .kcw :after,  .kcw :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

     .kcw a,  .kcw a:visited {
        text-decoration: underline
    }

     .kcw a[href]:after {
        content: " (" attr(href) ")"
    }

     .kcw abbr[title]:after {
        content: " (" attr(title) ")"
    }

     .kcw a[href^="javascript:"]:after,  .kcw a[href^="#"]:after {
        content: ""
    }

     .kcw blockquote,  .kcw pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

     .kcw thead {
        display: table-header-group
    }

     .kcw img,  .kcw tr {
        page-break-inside: avoid
    }

     .kcw img {
        max-width: 100% !important
    }

     .kcw h2,  .kcw h3,  .kcw p {
        orphans: 3;
        widows: 3
    }

     .kcw h2,  .kcw h3 {
        page-break-after: avoid
    }

     .kcw .kcw__navbar {
        display: none
    }

     .kcw .kcw__btn > .kcw__caret,  .kcw .kcw__dropup > .kcw__btn > .kcw__caret {
        border-top-color: #000 !important
    }

     .kcw .kcw__label {
        border: 1px solid #000
    }

     .kcw .kcw__table {
        border-collapse: collapse !important
    }

     .kcw .kcw__table td,  .kcw .kcw__table th {
        background-color: #fff !important
    }

     .kcw .kcw__table-bordered td,  .kcw .kcw__table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

 .kcw .kcw__glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

 .kcw .kcw__glyphicon-asterisk:before {
    content: "\002a"
}

 .kcw .kcw__glyphicon-plus:before {
    content: "\002b"
}

 .kcw .kcw__glyphicon-eur:before,  .kcw .kcw__glyphicon-euro:before {
    content: "\20ac"
}

 .kcw .kcw__glyphicon-minus:before {
    content: "\2212"
}

 .kcw .kcw__glyphicon-cloud:before {
    content: "\2601"
}

 .kcw .kcw__glyphicon-envelope:before {
    content: "\2709"
}

 .kcw .kcw__glyphicon-pencil:before {
    content: "\270f"
}

 .kcw .kcw__glyphicon-glass:before {
    content: "\e001"
}

 .kcw .kcw__glyphicon-music:before {
    content: "\e002"
}

 .kcw .kcw__glyphicon-search:before {
    content: "\e003"
}

 .kcw .kcw__glyphicon-heart:before {
    content: "\e005"
}

 .kcw .kcw__glyphicon-star:before {
    content: "\e006"
}

 .kcw .kcw__glyphicon-star-empty:before {
    content: "\e007"
}

 .kcw .kcw__glyphicon-user:before {
    content: "\e008"
}

 .kcw .kcw__glyphicon-film:before {
    content: "\e009"
}

 .kcw .kcw__glyphicon-th-large:before {
    content: "\e010"
}

 .kcw .kcw__glyphicon-th:before {
    content: "\e011"
}

 .kcw .kcw__glyphicon-th-list:before {
    content: "\e012"
}

 .kcw .kcw__glyphicon-ok:before {
    content: "\e013"
}

 .kcw .kcw__glyphicon-remove:before {
    content: "\e014"
}

 .kcw .kcw__glyphicon-zoom-in:before {
    content: "\e015"
}

 .kcw .kcw__glyphicon-zoom-out:before {
    content: "\e016"
}

 .kcw .kcw__glyphicon-off:before {
    content: "\e017"
}

 .kcw .kcw__glyphicon-signal:before {
    content: "\e018"
}

 .kcw .kcw__glyphicon-cog:before {
    content: "\e019"
}

 .kcw .kcw__glyphicon-trash:before {
    content: "\e020"
}

 .kcw .kcw__glyphicon-home:before {
    content: "\e021"
}

 .kcw .kcw__glyphicon-file:before {
    content: "\e022"
}

 .kcw .kcw__glyphicon-time:before {
    content: "\e023"
}

 .kcw .kcw__glyphicon-road:before {
    content: "\e024"
}

 .kcw .kcw__glyphicon-download-alt:before {
    content: "\e025"
}

 .kcw .kcw__glyphicon-download:before {
    content: "\e026"
}

 .kcw .kcw__glyphicon-upload:before {
    content: "\e027"
}

 .kcw .kcw__glyphicon-inbox:before {
    content: "\e028"
}

 .kcw .kcw__glyphicon-play-circle:before {
    content: "\e029"
}

 .kcw .kcw__glyphicon-repeat:before {
    content: "\e030"
}

 .kcw .kcw__glyphicon-refresh:before {
    content: "\e031"
}

 .kcw .kcw__glyphicon-list-alt:before {
    content: "\e032"
}

 .kcw .kcw__glyphicon-lock:before {
    content: "\e033"
}

 .kcw .kcw__glyphicon-flag:before {
    content: "\e034"
}

 .kcw .kcw__glyphicon-headphones:before {
    content: "\e035"
}

 .kcw .kcw__glyphicon-volume-off:before {
    content: "\e036"
}

 .kcw .kcw__glyphicon-volume-down:before {
    content: "\e037"
}

 .kcw .kcw__glyphicon-volume-up:before {
    content: "\e038"
}

 .kcw .kcw__glyphicon-qrcode:before {
    content: "\e039"
}

 .kcw .kcw__glyphicon-barcode:before {
    content: "\e040"
}

 .kcw .kcw__glyphicon-tag:before {
    content: "\e041"
}

 .kcw .kcw__glyphicon-tags:before {
    content: "\e042"
}

 .kcw .kcw__glyphicon-book:before {
    content: "\e043"
}

 .kcw .kcw__glyphicon-bookmark:before {
    content: "\e044"
}

 .kcw .kcw__glyphicon-print:before {
    content: "\e045"
}

 .kcw .kcw__glyphicon-camera:before {
    content: "\e046"
}

 .kcw .kcw__glyphicon-font:before {
    content: "\e047"
}

 .kcw .kcw__glyphicon-bold:before {
    content: "\e048"
}

 .kcw .kcw__glyphicon-italic:before {
    content: "\e049"
}

 .kcw .kcw__glyphicon-text-height:before {
    content: "\e050"
}

 .kcw .kcw__glyphicon-text-width:before {
    content: "\e051"
}

 .kcw .kcw__glyphicon-align-left:before {
    content: "\e052"
}

 .kcw .kcw__glyphicon-align-center:before {
    content: "\e053"
}

 .kcw .kcw__glyphicon-align-right:before {
    content: "\e054"
}

 .kcw .kcw__glyphicon-align-justify:before {
    content: "\e055"
}

 .kcw .kcw__glyphicon-list:before {
    content: "\e056"
}

 .kcw .kcw__glyphicon-indent-left:before {
    content: "\e057"
}

 .kcw .kcw__glyphicon-indent-right:before {
    content: "\e058"
}

 .kcw .kcw__glyphicon-facetime-video:before {
    content: "\e059"
}

 .kcw .kcw__glyphicon-picture:before {
    content: "\e060"
}

 .kcw .kcw__glyphicon-map-marker:before {
    content: "\e062"
}

 .kcw .kcw__glyphicon-adjust:before {
    content: "\e063"
}

 .kcw .kcw__glyphicon-tint:before {
    content: "\e064"
}

 .kcw .kcw__glyphicon-edit:before {
    content: "\e065"
}

 .kcw .kcw__glyphicon-share:before {
    content: "\e066"
}

 .kcw .kcw__glyphicon-check:before {
    content: "\e067"
}

 .kcw .kcw__glyphicon-move:before {
    content: "\e068"
}

 .kcw .kcw__glyphicon-step-backward:before {
    content: "\e069"
}

 .kcw .kcw__glyphicon-fast-backward:before {
    content: "\e070"
}

 .kcw .kcw__glyphicon-backward:before {
    content: "\e071"
}

 .kcw .kcw__glyphicon-play:before {
    content: "\e072"
}

 .kcw .kcw__glyphicon-pause:before {
    content: "\e073"
}

 .kcw .kcw__glyphicon-stop:before {
    content: "\e074"
}

 .kcw .kcw__glyphicon-forward:before {
    content: "\e075"
}

 .kcw .kcw__glyphicon-fast-forward:before {
    content: "\e076"
}

 .kcw .kcw__glyphicon-step-forward:before {
    content: "\e077"
}

 .kcw .kcw__glyphicon-eject:before {
    content: "\e078"
}

 .kcw .kcw__glyphicon-chevron-left:before {
    content: "\e079"
}

 .kcw .kcw__glyphicon-chevron-right:before {
    content: "\e080"
}

 .kcw .kcw__glyphicon-plus-sign:before {
    content: "\e081"
}

 .kcw .kcw__glyphicon-minus-sign:before {
    content: "\e082"
}

 .kcw .kcw__glyphicon-remove-sign:before {
    content: "\e083"
}

 .kcw .kcw__glyphicon-ok-sign:before {
    content: "\e084"
}

 .kcw .kcw__glyphicon-question-sign:before {
    content: "\e085"
}

 .kcw .kcw__glyphicon-info-sign:before {
    content: "\e086"
}

 .kcw .kcw__glyphicon-screenshot:before {
    content: "\e087"
}

 .kcw .kcw__glyphicon-remove-circle:before {
    content: "\e088"
}

 .kcw .kcw__glyphicon-ok-circle:before {
    content: "\e089"
}

 .kcw .kcw__glyphicon-ban-circle:before {
    content: "\e090"
}

 .kcw .kcw__glyphicon-arrow-left:before {
    content: "\e091"
}

 .kcw .kcw__glyphicon-arrow-right:before {
    content: "\e092"
}

 .kcw .kcw__glyphicon-arrow-up:before {
    content: "\e093"
}

 .kcw .kcw__glyphicon-arrow-down:before {
    content: "\e094"
}

 .kcw .kcw__glyphicon-share-alt:before {
    content: "\e095"
}

 .kcw .kcw__glyphicon-resize-full:before {
    content: "\e096"
}

 .kcw .kcw__glyphicon-resize-small:before {
    content: "\e097"
}

 .kcw .kcw__glyphicon-exclamation-sign:before {
    content: "\e101"
}

 .kcw .kcw__glyphicon-gift:before {
    content: "\e102"
}

 .kcw .kcw__glyphicon-leaf:before {
    content: "\e103"
}

 .kcw .kcw__glyphicon-fire:before {
    content: "\e104"
}

 .kcw .kcw__glyphicon-eye-open:before {
    content: "\e105"
}

 .kcw .kcw__glyphicon-eye-close:before {
    content: "\e106"
}

 .kcw .kcw__glyphicon-warning-sign:before {
    content: "\e107"
}

 .kcw .kcw__glyphicon-plane:before {
    content: "\e108"
}

 .kcw .kcw__glyphicon-calendar:before {
    content: "\e109"
}

 .kcw .kcw__glyphicon-random:before {
    content: "\e110"
}

 .kcw .kcw__glyphicon-comment:before {
    content: "\e111"
}

 .kcw .kcw__glyphicon-magnet:before {
    content: "\e112"
}

 .kcw .kcw__glyphicon-chevron-up:before {
    content: "\e113"
}

 .kcw .kcw__glyphicon-chevron-down:before {
    content: "\e114"
}

 .kcw .kcw__glyphicon-retweet:before {
    content: "\e115"
}

 .kcw .kcw__glyphicon-shopping-cart:before {
    content: "\e116"
}

 .kcw .kcw__glyphicon-folder-close:before {
    content: "\e117"
}

 .kcw .kcw__glyphicon-folder-open:before {
    content: "\e118"
}

 .kcw .kcw__glyphicon-resize-vertical:before {
    content: "\e119"
}

 .kcw .kcw__glyphicon-resize-horizontal:before {
    content: "\e120"
}

 .kcw .kcw__glyphicon-hdd:before {
    content: "\e121"
}

 .kcw .kcw__glyphicon-bullhorn:before {
    content: "\e122"
}

 .kcw .kcw__glyphicon-bell:before {
    content: "\e123"
}

 .kcw .kcw__glyphicon-certificate:before {
    content: "\e124"
}

 .kcw .kcw__glyphicon-thumbs-up:before {
    content: "\e125"
}

 .kcw .kcw__glyphicon-thumbs-down:before {
    content: "\e126"
}

 .kcw .kcw__glyphicon-hand-right:before {
    content: "\e127"
}

 .kcw .kcw__glyphicon-hand-left:before {
    content: "\e128"
}

 .kcw .kcw__glyphicon-hand-up:before {
    content: "\e129"
}

 .kcw .kcw__glyphicon-hand-down:before {
    content: "\e130"
}

 .kcw .kcw__glyphicon-circle-arrow-right:before {
    content: "\e131"
}

 .kcw .kcw__glyphicon-circle-arrow-left:before {
    content: "\e132"
}

 .kcw .kcw__glyphicon-circle-arrow-up:before {
    content: "\e133"
}

 .kcw .kcw__glyphicon-circle-arrow-down:before {
    content: "\e134"
}

 .kcw .kcw__glyphicon-globe:before {
    content: "\e135"
}

 .kcw .kcw__glyphicon-wrench:before {
    content: "\e136"
}

 .kcw .kcw__glyphicon-tasks:before {
    content: "\e137"
}

 .kcw .kcw__glyphicon-filter:before {
    content: "\e138"
}

 .kcw .kcw__glyphicon-briefcase:before {
    content: "\e139"
}

 .kcw .kcw__glyphicon-fullscreen:before {
    content: "\e140"
}

 .kcw .kcw__glyphicon-dashboard:before {
    content: "\e141"
}

 .kcw .kcw__glyphicon-paperclip:before {
    content: "\e142"
}

 .kcw .kcw__glyphicon-heart-empty:before {
    content: "\e143"
}

 .kcw .kcw__glyphicon-link:before {
    content: "\e144"
}

 .kcw .kcw__glyphicon-phone:before {
    content: "\e145"
}

 .kcw .kcw__glyphicon-pushpin:before {
    content: "\e146"
}

 .kcw .kcw__glyphicon-usd:before {
    content: "\e148"
}

 .kcw .kcw__glyphicon-gbp:before {
    content: "\e149"
}

 .kcw .kcw__glyphicon-sort:before {
    content: "\e150"
}

 .kcw .kcw__glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

 .kcw .kcw__glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

 .kcw .kcw__glyphicon-sort-by-order:before {
    content: "\e153"
}

 .kcw .kcw__glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

 .kcw .kcw__glyphicon-sort-by-attributes:before {
    content: "\e155"
}

 .kcw .kcw__glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

 .kcw .kcw__glyphicon-unchecked:before {
    content: "\e157"
}

 .kcw .kcw__glyphicon-expand:before {
    content: "\e158"
}

 .kcw .kcw__glyphicon-collapse-down:before {
    content: "\e159"
}

 .kcw .kcw__glyphicon-collapse-up:before {
    content: "\e160"
}

 .kcw .kcw__glyphicon-log-in:before {
    content: "\e161"
}

 .kcw .kcw__glyphicon-flash:before {
    content: "\e162"
}

 .kcw .kcw__glyphicon-log-out:before {
    content: "\e163"
}

 .kcw .kcw__glyphicon-new-window:before {
    content: "\e164"
}

 .kcw .kcw__glyphicon-record:before {
    content: "\e165"
}

 .kcw .kcw__glyphicon-save:before {
    content: "\e166"
}

 .kcw .kcw__glyphicon-open:before {
    content: "\e167"
}

 .kcw .kcw__glyphicon-saved:before {
    content: "\e168"
}

 .kcw .kcw__glyphicon-import:before {
    content: "\e169"
}

 .kcw .kcw__glyphicon-export:before {
    content: "\e170"
}

 .kcw .kcw__glyphicon-send:before {
    content: "\e171"
}

 .kcw .kcw__glyphicon-floppy-disk:before {
    content: "\e172"
}

 .kcw .kcw__glyphicon-floppy-saved:before {
    content: "\e173"
}

 .kcw .kcw__glyphicon-floppy-remove:before {
    content: "\e174"
}

 .kcw .kcw__glyphicon-floppy-save:before {
    content: "\e175"
}

 .kcw .kcw__glyphicon-floppy-open:before {
    content: "\e176"
}

 .kcw .kcw__glyphicon-credit-card:before {
    content: "\e177"
}

 .kcw .kcw__glyphicon-transfer:before {
    content: "\e178"
}

 .kcw .kcw__glyphicon-cutlery:before {
    content: "\e179"
}

 .kcw .kcw__glyphicon-header:before {
    content: "\e180"
}

 .kcw .kcw__glyphicon-compressed:before {
    content: "\e181"
}

 .kcw .kcw__glyphicon-earphone:before {
    content: "\e182"
}

 .kcw .kcw__glyphicon-phone-alt:before {
    content: "\e183"
}

 .kcw .kcw__glyphicon-tower:before {
    content: "\e184"
}

 .kcw .kcw__glyphicon-stats:before {
    content: "\e185"
}

 .kcw .kcw__glyphicon-sd-video:before {
    content: "\e186"
}

 .kcw .kcw__glyphicon-hd-video:before {
    content: "\e187"
}

 .kcw .kcw__glyphicon-subtitles:before {
    content: "\e188"
}

 .kcw .kcw__glyphicon-sound-stereo:before {
    content: "\e189"
}

 .kcw .kcw__glyphicon-sound-dolby:before {
    content: "\e190"
}

 .kcw .kcw__glyphicon-sound-5-1:before {
    content: "\e191"
}

 .kcw .kcw__glyphicon-sound-6-1:before {
    content: "\e192"
}

 .kcw .kcw__glyphicon-sound-7-1:before {
    content: "\e193"
}

 .kcw .kcw__glyphicon-copyright-mark:before {
    content: "\e194"
}

 .kcw .kcw__glyphicon-registration-mark:before {
    content: "\e195"
}

 .kcw .kcw__glyphicon-cloud-download:before {
    content: "\e197"
}

 .kcw .kcw__glyphicon-cloud-upload:before {
    content: "\e198"
}

 .kcw .kcw__glyphicon-tree-conifer:before {
    content: "\e199"
}

 .kcw .kcw__glyphicon-tree-deciduous:before {
    content: "\e200"
}

 .kcw .kcw__glyphicon-cd:before {
    content: "\e201"
}

 .kcw .kcw__glyphicon-save-file:before {
    content: "\e202"
}

 .kcw .kcw__glyphicon-open-file:before {
    content: "\e203"
}

 .kcw .kcw__glyphicon-level-up:before {
    content: "\e204"
}

 .kcw .kcw__glyphicon-copy:before {
    content: "\e205"
}

 .kcw .kcw__glyphicon-paste:before {
    content: "\e206"
}

 .kcw .kcw__glyphicon-alert:before {
    content: "\e209"
}

 .kcw .kcw__glyphicon-equalizer:before {
    content: "\e210"
}

 .kcw .kcw__glyphicon-king:before {
    content: "\e211"
}

 .kcw .kcw__glyphicon-queen:before {
    content: "\e212"
}

 .kcw .kcw__glyphicon-pawn:before {
    content: "\e213"
}

 .kcw .kcw__glyphicon-bishop:before {
    content: "\e214"
}

 .kcw .kcw__glyphicon-knight:before {
    content: "\e215"
}

 .kcw .kcw__glyphicon-baby-formula:before {
    content: "\e216"
}

 .kcw .kcw__glyphicon-tent:before {
    content: "\26fa"
}

 .kcw .kcw__glyphicon-blackboard:before {
    content: "\e218"
}

 .kcw .kcw__glyphicon-bed:before {
    content: "\e219"
}

 .kcw .kcw__glyphicon-apple:before {
    content: "\f8ff"
}

 .kcw .kcw__glyphicon-erase:before {
    content: "\e221"
}

 .kcw .kcw__glyphicon-hourglass:before {
    content: "\231b"
}

 .kcw .kcw__glyphicon-lamp:before {
    content: "\e223"
}

 .kcw .kcw__glyphicon-duplicate:before {
    content: "\e224"
}

 .kcw .kcw__glyphicon-piggy-bank:before {
    content: "\e225"
}

 .kcw .kcw__glyphicon-scissors:before {
    content: "\e226"
}

 .kcw .kcw__glyphicon-bitcoin:before {
    content: "\e227"
}

 .kcw .kcw__glyphicon-btc:before {
    content: "\e227"
}

 .kcw .kcw__glyphicon-xbt:before {
    content: "\e227"
}

 .kcw .kcw__glyphicon-yen:before {
    content: "\00a5"
}

 .kcw .kcw__glyphicon-jpy:before {
    content: "\00a5"
}

 .kcw .kcw__glyphicon-ruble:before {
    content: "\20bd"
}

 .kcw .kcw__glyphicon-rub:before {
    content: "\20bd"
}

 .kcw .kcw__glyphicon-scale:before {
    content: "\e230"
}

 .kcw .kcw__glyphicon-ice-lolly:before {
    content: "\e231"
}

 .kcw .kcw__glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

 .kcw .kcw__glyphicon-education:before {
    content: "\e233"
}

 .kcw .kcw__glyphicon-option-horizontal:before {
    content: "\e234"
}

 .kcw .kcw__glyphicon-option-vertical:before {
    content: "\e235"
}

 .kcw .kcw__glyphicon-menu-hamburger:before {
    content: "\e236"
}

 .kcw .kcw__glyphicon-modal-window:before {
    content: "\e237"
}

 .kcw .kcw__glyphicon-oil:before {
    content: "\e238"
}

 .kcw .kcw__glyphicon-grain:before {
    content: "\e239"
}

 .kcw .kcw__glyphicon-sunglasses:before {
    content: "\e240"
}

 .kcw .kcw__glyphicon-text-size:before {
    content: "\e241"
}

 .kcw .kcw__glyphicon-text-color:before {
    content: "\e242"
}

 .kcw .kcw__glyphicon-text-background:before {
    content: "\e243"
}

 .kcw .kcw__glyphicon-object-align-top:before {
    content: "\e244"
}

 .kcw .kcw__glyphicon-object-align-bottom:before {
    content: "\e245"
}

 .kcw .kcw__glyphicon-object-align-horizontal:before {
    content: "\e246"
}

 .kcw .kcw__glyphicon-object-align-left:before {
    content: "\e247"
}

 .kcw .kcw__glyphicon-object-align-vertical:before {
    content: "\e248"
}

 .kcw .kcw__glyphicon-object-align-right:before {
    content: "\e249"
}

 .kcw .kcw__glyphicon-triangle-right:before {
    content: "\e250"
}

 .kcw .kcw__glyphicon-triangle-left:before {
    content: "\e251"
}

 .kcw .kcw__glyphicon-triangle-bottom:before {
    content: "\e252"
}

 .kcw .kcw__glyphicon-triangle-top:before {
    content: "\e253"
}

 .kcw .kcw__glyphicon-console:before {
    content: "\e254"
}

 .kcw .kcw__glyphicon-superscript:before {
    content: "\e255"
}

 .kcw .kcw__glyphicon-subscript:before {
    content: "\e256"
}

 .kcw .kcw__glyphicon-menu-left:before {
    content: "\e257"
}

 .kcw .kcw__glyphicon-menu-right:before {
    content: "\e258"
}

 .kcw .kcw__glyphicon-menu-down:before {
    content: "\e259"
}

 .kcw .kcw__glyphicon-menu-up:before {
    content: "\e260"
}

 .kcw * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

 .kcw :after,  .kcw :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html .kcw  {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body .kcw  {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

 .kcw button,  .kcw input,  .kcw select,  .kcw textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

 .kcw a {
    color: #337ab7;
    text-decoration: none
}

 .kcw a:focus,  .kcw a:hover {
    color: #23527c;
    text-decoration: underline
}

 .kcw a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

 .kcw figure {
    margin: 0
}

 .kcw img {
    vertical-align: middle
}

 .kcw .kcw__carousel-inner > .kcw__item > a > img,  .kcw .kcw__carousel-inner > .kcw__item > img,  .kcw .kcw__img-responsive,  .kcw .kcw__thumbnail a > img,  .kcw .kcw__thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

 .kcw .kcw__img-rounded {
    border-radius: 6px
}

 .kcw .kcw__img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

 .kcw .kcw__img-circle {
    border-radius: 50%
}

 .kcw hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

 .kcw [role=button] {
    cursor: pointer
}

 .kcw .kcw__h1,  .kcw .kcw__h2,  .kcw .kcw__h3,  .kcw .kcw__h4,  .kcw .kcw__h5,  .kcw .kcw__h6,  .kcw h1,  .kcw h2,  .kcw h3,  .kcw h4,  .kcw h5,  .kcw h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

 .kcw .kcw__h1 .kcw__small,  .kcw .kcw__h1 small,  .kcw .kcw__h2 .kcw__small,  .kcw .kcw__h2 small,  .kcw .kcw__h3 .kcw__small,  .kcw .kcw__h3 small,  .kcw .kcw__h4 .kcw__small,  .kcw .kcw__h4 small,  .kcw .kcw__h5 .kcw__small,  .kcw .kcw__h5 small,  .kcw .kcw__h6 .kcw__small,  .kcw .kcw__h6 small,  .kcw h1 .kcw__small,  .kcw h1 small,  .kcw h2 .kcw__small,  .kcw h2 small,  .kcw h3 .kcw__small,  .kcw h3 small,  .kcw h4 .kcw__small,  .kcw h4 small,  .kcw h5 .kcw__small,  .kcw h5 small,  .kcw h6 .kcw__small,  .kcw h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

 .kcw .kcw__h1,  .kcw .kcw__h2,  .kcw .kcw__h3,  .kcw h1,  .kcw h2,  .kcw h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

 .kcw .kcw__h1 .kcw__small,  .kcw .kcw__h1 small,  .kcw .kcw__h2 .kcw__small,  .kcw .kcw__h2 small,  .kcw .kcw__h3 .kcw__small,  .kcw .kcw__h3 small,  .kcw h1 .kcw__small,  .kcw h1 small,  .kcw h2 .kcw__small,  .kcw h2 small,  .kcw h3 .kcw__small,  .kcw h3 small {
    font-size: 65%
}

 .kcw .kcw__h4,  .kcw .kcw__h5,  .kcw .kcw__h6,  .kcw h4,  .kcw h5,  .kcw h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

 .kcw .kcw__h4 .kcw__small,  .kcw .kcw__h4 small,  .kcw .kcw__h5 .kcw__small,  .kcw .kcw__h5 small,  .kcw .kcw__h6 .kcw__small,  .kcw .kcw__h6 small,  .kcw h4 .kcw__small,  .kcw h4 small,  .kcw h5 .kcw__small,  .kcw h5 small,  .kcw h6 .kcw__small,  .kcw h6 small {
    font-size: 75%
}

 .kcw .kcw__h1,  .kcw h1 {
    font-size: 36px
}

 .kcw .kcw__h2,  .kcw h2 {
    font-size: 30px
}

 .kcw .kcw__h3,  .kcw h3 {
    font-size: 24px
}

 .kcw .kcw__h4,  .kcw h4 {
    font-size: 18px
}

 .kcw .kcw__h5,  .kcw h5 {
    font-size: 14px
}

 .kcw .kcw__h6,  .kcw h6 {
    font-size: 12px
}

 .kcw p {
    margin: 0 0 10px
}

 .kcw .kcw__lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
     .kcw .kcw__lead {
        font-size: 21px
    }
}

 .kcw .kcw__small,  .kcw small {
    font-size: 85%
}

 .kcw .kcw__mark,  .kcw mark {
    padding: .2em;
    background-color: #fcf8e3
}

 .kcw .kcw__text-left {
    text-align: left
}

 .kcw .kcw__text-right {
    text-align: right
}

 .kcw .kcw__text-center {
    text-align: center
}

 .kcw .kcw__text-justify {
    text-align: justify
}

 .kcw .kcw__text-nowrap {
    white-space: nowrap
}

 .kcw .kcw__text-lowercase {
    text-transform: lowercase
}

 .kcw .kcw__text-uppercase {
    text-transform: uppercase
}

 .kcw .kcw__text-capitalize {
    text-transform: capitalize
}

 .kcw .kcw__text-muted {
    color: #777
}

 .kcw .kcw__text-primary {
    color: #337ab7
}

 .kcw a.kcw__text-primary:focus,  .kcw a.kcw__text-primary:hover {
    color: #286090
}

 .kcw .kcw__text-success {
    color: #3c763d
}

 .kcw a.kcw__text-success:focus,  .kcw a.kcw__text-success:hover {
    color: #2b542c
}

 .kcw .kcw__text-info {
    color: #31708f
}

 .kcw a.kcw__text-info:focus,  .kcw a.kcw__text-info:hover {
    color: #245269
}

 .kcw .kcw__text-warning {
    color: #8a6d3b
}

 .kcw a.kcw__text-warning:focus,  .kcw a.kcw__text-warning:hover {
    color: #66512c
}

 .kcw .kcw__text-danger {
    color: #a94442
}

 .kcw a.kcw__text-danger:focus,  .kcw a.kcw__text-danger:hover {
    color: #843534
}

 .kcw .kcw__bg-primary {
    color: #fff;
    background-color: #337ab7
}

 .kcw a.kcw__bg-primary:focus,  .kcw a.kcw__bg-primary:hover {
    background-color: #286090
}

 .kcw .kcw__bg-success {
    background-color: #dff0d8
}

 .kcw a.kcw__bg-success:focus,  .kcw a.kcw__bg-success:hover {
    background-color: #c1e2b3
}

 .kcw .kcw__bg-info {
    background-color: #d9edf7
}

 .kcw a.kcw__bg-info:focus,  .kcw a.kcw__bg-info:hover {
    background-color: #afd9ee
}

 .kcw .kcw__bg-warning {
    background-color: #fcf8e3
}

 .kcw a.kcw__bg-warning:focus,  .kcw a.kcw__bg-warning:hover {
    background-color: #f7ecb5
}

 .kcw .kcw__bg-danger {
    background-color: #f2dede
}

 .kcw a.kcw__bg-danger:focus,  .kcw a.kcw__bg-danger:hover {
    background-color: #e4b9b9
}

 .kcw .kcw__page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

 .kcw ol,  .kcw ul {
    margin-top: 0;
    margin-bottom: 10px
}

 .kcw ol ol,  .kcw ol ul,  .kcw ul ol,  .kcw ul ul {
    margin-bottom: 0
}

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

 .kcw .kcw__list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

 .kcw .kcw__list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

 .kcw dl {
    margin-top: 0;
    margin-bottom: 20px
}

 .kcw dd,  .kcw dt {
    line-height: 1.42857143
}

 .kcw dt {
    font-weight: 700
}

 .kcw dd {
    margin-left: 0
}

@media (min-width: 768px) {
     .kcw .kcw__dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

     .kcw .kcw__dl-horizontal dd {
        margin-left: 180px
    }
}

 .kcw abbr[data-original-title],  .kcw abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

 .kcw .kcw__initialism {
    font-size: 90%;
    text-transform: uppercase
}

 .kcw blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

 .kcw blockquote ol:last-child,  .kcw blockquote p:last-child,  .kcw blockquote ul:last-child {
    margin-bottom: 0
}

 .kcw blockquote .kcw__small,  .kcw blockquote footer,  .kcw blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

 .kcw blockquote .kcw__small:before,  .kcw blockquote footer:before,  .kcw blockquote small:before {
    content: '\2014 \00A0'
}

 .kcw .kcw__blockquote-reverse,  .kcw blockquote.kcw__pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

 .kcw .kcw__blockquote-reverse .kcw__small:before,  .kcw .kcw__blockquote-reverse footer:before,  .kcw .kcw__blockquote-reverse small:before,  .kcw blockquote.kcw__pull-right .kcw__small:before,  .kcw blockquote.kcw__pull-right footer:before,  .kcw blockquote.kcw__pull-right small:before {
    content: ''
}

 .kcw .kcw__blockquote-reverse .kcw__small:after,  .kcw .kcw__blockquote-reverse footer:after,  .kcw .kcw__blockquote-reverse small:after,  .kcw blockquote.kcw__pull-right .kcw__small:after,  .kcw blockquote.kcw__pull-right footer:after,  .kcw blockquote.kcw__pull-right small:after {
    content: '\00A0 \2014'
}

 .kcw address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

 .kcw code,  .kcw kbd,  .kcw pre,  .kcw samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

 .kcw code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

 .kcw kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

 .kcw kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

 .kcw pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

 .kcw pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

 .kcw .kcw__pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

 .kcw .kcw__container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
     .kcw .kcw__container {
        width: 750px
    }
}

@media (min-width: 992px) {
     .kcw .kcw__container {
        width: 970px
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__container {
        width: 1170px
    }
}

 .kcw .kcw__container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

 .kcw .kcw__row {
    margin-right: -15px;
    margin-left: -15px
}

 .kcw .kcw__col-lg-1,  .kcw .kcw__col-lg-10,  .kcw .kcw__col-lg-11,  .kcw .kcw__col-lg-12,  .kcw .kcw__col-lg-2,  .kcw .kcw__col-lg-3,  .kcw .kcw__col-lg-4,  .kcw .kcw__col-lg-5,  .kcw .kcw__col-lg-6,  .kcw .kcw__col-lg-7,  .kcw .kcw__col-lg-8,  .kcw .kcw__col-lg-9,  .kcw .kcw__col-md-1,  .kcw .kcw__col-md-10,  .kcw .kcw__col-md-11,  .kcw .kcw__col-md-12,  .kcw .kcw__col-md-2,  .kcw .kcw__col-md-3,  .kcw .kcw__col-md-4,  .kcw .kcw__col-md-5,  .kcw .kcw__col-md-6,  .kcw .kcw__col-md-7,  .kcw .kcw__col-md-8,  .kcw .kcw__col-md-9,  .kcw .kcw__col-sm-1,  .kcw .kcw__col-sm-10,  .kcw .kcw__col-sm-11,  .kcw .kcw__col-sm-12,  .kcw .kcw__col-sm-2,  .kcw .kcw__col-sm-3,  .kcw .kcw__col-sm-4,  .kcw .kcw__col-sm-5,  .kcw .kcw__col-sm-6,  .kcw .kcw__col-sm-7,  .kcw .kcw__col-sm-8,  .kcw .kcw__col-sm-9,  .kcw .kcw__col-xs-1,  .kcw .kcw__col-xs-10,  .kcw .kcw__col-xs-11,  .kcw .kcw__col-xs-12,  .kcw .kcw__col-xs-2,  .kcw .kcw__col-xs-3,  .kcw .kcw__col-xs-4,  .kcw .kcw__col-xs-5,  .kcw .kcw__col-xs-6,  .kcw .kcw__col-xs-7,  .kcw .kcw__col-xs-8,  .kcw .kcw__col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

 .kcw .kcw__col-xs-1,  .kcw .kcw__col-xs-10,  .kcw .kcw__col-xs-11,  .kcw .kcw__col-xs-12,  .kcw .kcw__col-xs-2,  .kcw .kcw__col-xs-3,  .kcw .kcw__col-xs-4,  .kcw .kcw__col-xs-5,  .kcw .kcw__col-xs-6,  .kcw .kcw__col-xs-7,  .kcw .kcw__col-xs-8,  .kcw .kcw__col-xs-9 {
    float: left
}

 .kcw .kcw__col-xs-12 {
    width: 100%
}

 .kcw .kcw__col-xs-11 {
    width: 91.66666667%
}

 .kcw .kcw__col-xs-10 {
    width: 83.33333333%
}

 .kcw .kcw__col-xs-9 {
    width: 75%
}

 .kcw .kcw__col-xs-8 {
    width: 66.66666667%
}

 .kcw .kcw__col-xs-7 {
    width: 58.33333333%
}

 .kcw .kcw__col-xs-6 {
    width: 50%
}

 .kcw .kcw__col-xs-5 {
    width: 41.66666667%
}

 .kcw .kcw__col-xs-4 {
    width: 33.33333333%
}

 .kcw .kcw__col-xs-3 {
    width: 25%
}

 .kcw .kcw__col-xs-2 {
    width: 16.66666667%
}

 .kcw .kcw__col-xs-1 {
    width: 8.33333333%
}

 .kcw .kcw__col-xs-pull-12 {
    right: 100%
}

 .kcw .kcw__col-xs-pull-11 {
    right: 91.66666667%
}

 .kcw .kcw__col-xs-pull-10 {
    right: 83.33333333%
}

 .kcw .kcw__col-xs-pull-9 {
    right: 75%
}

 .kcw .kcw__col-xs-pull-8 {
    right: 66.66666667%
}

 .kcw .kcw__col-xs-pull-7 {
    right: 58.33333333%
}

 .kcw .kcw__col-xs-pull-6 {
    right: 50%
}

 .kcw .kcw__col-xs-pull-5 {
    right: 41.66666667%
}

 .kcw .kcw__col-xs-pull-4 {
    right: 33.33333333%
}

 .kcw .kcw__col-xs-pull-3 {
    right: 25%
}

 .kcw .kcw__col-xs-pull-2 {
    right: 16.66666667%
}

 .kcw .kcw__col-xs-pull-1 {
    right: 8.33333333%
}

 .kcw .kcw__col-xs-pull-0 {
    right: auto
}

 .kcw .kcw__col-xs-push-12 {
    left: 100%
}

 .kcw .kcw__col-xs-push-11 {
    left: 91.66666667%
}

 .kcw .kcw__col-xs-push-10 {
    left: 83.33333333%
}

 .kcw .kcw__col-xs-push-9 {
    left: 75%
}

 .kcw .kcw__col-xs-push-8 {
    left: 66.66666667%
}

 .kcw .kcw__col-xs-push-7 {
    left: 58.33333333%
}

 .kcw .kcw__col-xs-push-6 {
    left: 50%
}

 .kcw .kcw__col-xs-push-5 {
    left: 41.66666667%
}

 .kcw .kcw__col-xs-push-4 {
    left: 33.33333333%
}

 .kcw .kcw__col-xs-push-3 {
    left: 25%
}

 .kcw .kcw__col-xs-push-2 {
    left: 16.66666667%
}

 .kcw .kcw__col-xs-push-1 {
    left: 8.33333333%
}

 .kcw .kcw__col-xs-push-0 {
    left: auto
}

 .kcw .kcw__col-xs-offset-12 {
    margin-left: 100%
}

 .kcw .kcw__col-xs-offset-11 {
    margin-left: 91.66666667%
}

 .kcw .kcw__col-xs-offset-10 {
    margin-left: 83.33333333%
}

 .kcw .kcw__col-xs-offset-9 {
    margin-left: 75%
}

 .kcw .kcw__col-xs-offset-8 {
    margin-left: 66.66666667%
}

 .kcw .kcw__col-xs-offset-7 {
    margin-left: 58.33333333%
}

 .kcw .kcw__col-xs-offset-6 {
    margin-left: 50%
}

 .kcw .kcw__col-xs-offset-5 {
    margin-left: 41.66666667%
}

 .kcw .kcw__col-xs-offset-4 {
    margin-left: 33.33333333%
}

 .kcw .kcw__col-xs-offset-3 {
    margin-left: 25%
}

 .kcw .kcw__col-xs-offset-2 {
    margin-left: 16.66666667%
}

 .kcw .kcw__col-xs-offset-1 {
    margin-left: 8.33333333%
}

 .kcw .kcw__col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
     .kcw .kcw__col-sm-1,  .kcw .kcw__col-sm-10,  .kcw .kcw__col-sm-11,  .kcw .kcw__col-sm-12,  .kcw .kcw__col-sm-2,  .kcw .kcw__col-sm-3,  .kcw .kcw__col-sm-4,  .kcw .kcw__col-sm-5,  .kcw .kcw__col-sm-6,  .kcw .kcw__col-sm-7,  .kcw .kcw__col-sm-8,  .kcw .kcw__col-sm-9 {
        float: left
    }

     .kcw .kcw__col-sm-12 {
        width: 100%
    }

     .kcw .kcw__col-sm-11 {
        width: 91.66666667%
    }

     .kcw .kcw__col-sm-10 {
        width: 83.33333333%
    }

     .kcw .kcw__col-sm-9 {
        width: 75%
    }

     .kcw .kcw__col-sm-8 {
        width: 66.66666667%
    }

     .kcw .kcw__col-sm-7 {
        width: 58.33333333%
    }

     .kcw .kcw__col-sm-6 {
        width: 50%
    }

     .kcw .kcw__col-sm-5 {
        width: 41.66666667%
    }

     .kcw .kcw__col-sm-4 {
        width: 33.33333333%
    }

     .kcw .kcw__col-sm-3 {
        width: 25%
    }

     .kcw .kcw__col-sm-2 {
        width: 16.66666667%
    }

     .kcw .kcw__col-sm-1 {
        width: 8.33333333%
    }

     .kcw .kcw__col-sm-pull-12 {
        right: 100%
    }

     .kcw .kcw__col-sm-pull-11 {
        right: 91.66666667%
    }

     .kcw .kcw__col-sm-pull-10 {
        right: 83.33333333%
    }

     .kcw .kcw__col-sm-pull-9 {
        right: 75%
    }

     .kcw .kcw__col-sm-pull-8 {
        right: 66.66666667%
    }

     .kcw .kcw__col-sm-pull-7 {
        right: 58.33333333%
    }

     .kcw .kcw__col-sm-pull-6 {
        right: 50%
    }

     .kcw .kcw__col-sm-pull-5 {
        right: 41.66666667%
    }

     .kcw .kcw__col-sm-pull-4 {
        right: 33.33333333%
    }

     .kcw .kcw__col-sm-pull-3 {
        right: 25%
    }

     .kcw .kcw__col-sm-pull-2 {
        right: 16.66666667%
    }

     .kcw .kcw__col-sm-pull-1 {
        right: 8.33333333%
    }

     .kcw .kcw__col-sm-pull-0 {
        right: auto
    }

     .kcw .kcw__col-sm-push-12 {
        left: 100%
    }

     .kcw .kcw__col-sm-push-11 {
        left: 91.66666667%
    }

     .kcw .kcw__col-sm-push-10 {
        left: 83.33333333%
    }

     .kcw .kcw__col-sm-push-9 {
        left: 75%
    }

     .kcw .kcw__col-sm-push-8 {
        left: 66.66666667%
    }

     .kcw .kcw__col-sm-push-7 {
        left: 58.33333333%
    }

     .kcw .kcw__col-sm-push-6 {
        left: 50%
    }

     .kcw .kcw__col-sm-push-5 {
        left: 41.66666667%
    }

     .kcw .kcw__col-sm-push-4 {
        left: 33.33333333%
    }

     .kcw .kcw__col-sm-push-3 {
        left: 25%
    }

     .kcw .kcw__col-sm-push-2 {
        left: 16.66666667%
    }

     .kcw .kcw__col-sm-push-1 {
        left: 8.33333333%
    }

     .kcw .kcw__col-sm-push-0 {
        left: auto
    }

     .kcw .kcw__col-sm-offset-12 {
        margin-left: 100%
    }

     .kcw .kcw__col-sm-offset-11 {
        margin-left: 91.66666667%
    }

     .kcw .kcw__col-sm-offset-10 {
        margin-left: 83.33333333%
    }

     .kcw .kcw__col-sm-offset-9 {
        margin-left: 75%
    }

     .kcw .kcw__col-sm-offset-8 {
        margin-left: 66.66666667%
    }

     .kcw .kcw__col-sm-offset-7 {
        margin-left: 58.33333333%
    }

     .kcw .kcw__col-sm-offset-6 {
        margin-left: 50%
    }

     .kcw .kcw__col-sm-offset-5 {
        margin-left: 41.66666667%
    }

     .kcw .kcw__col-sm-offset-4 {
        margin-left: 33.33333333%
    }

     .kcw .kcw__col-sm-offset-3 {
        margin-left: 25%
    }

     .kcw .kcw__col-sm-offset-2 {
        margin-left: 16.66666667%
    }

     .kcw .kcw__col-sm-offset-1 {
        margin-left: 8.33333333%
    }

     .kcw .kcw__col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
     .kcw .kcw__col-md-1,  .kcw .kcw__col-md-10,  .kcw .kcw__col-md-11,  .kcw .kcw__col-md-12,  .kcw .kcw__col-md-2,  .kcw .kcw__col-md-3,  .kcw .kcw__col-md-4,  .kcw .kcw__col-md-5,  .kcw .kcw__col-md-6,  .kcw .kcw__col-md-7,  .kcw .kcw__col-md-8,  .kcw .kcw__col-md-9 {
        float: left
    }

     .kcw .kcw__col-md-12 {
        width: 100%
    }

     .kcw .kcw__col-md-11 {
        width: 91.66666667%
    }

     .kcw .kcw__col-md-10 {
        width: 83.33333333%
    }

     .kcw .kcw__col-md-9 {
        width: 75%
    }

     .kcw .kcw__col-md-8 {
        width: 66.66666667%
    }

     .kcw .kcw__col-md-7 {
        width: 58.33333333%
    }

     .kcw .kcw__col-md-6 {
        width: 50%
    }

     .kcw .kcw__col-md-5 {
        width: 41.66666667%
    }

     .kcw .kcw__col-md-4 {
        width: 33.33333333%
    }

     .kcw .kcw__col-md-3 {
        width: 25%
    }

     .kcw .kcw__col-md-2 {
        width: 16.66666667%
    }

     .kcw .kcw__col-md-1 {
        width: 8.33333333%
    }

     .kcw .kcw__col-md-pull-12 {
        right: 100%
    }

     .kcw .kcw__col-md-pull-11 {
        right: 91.66666667%
    }

     .kcw .kcw__col-md-pull-10 {
        right: 83.33333333%
    }

     .kcw .kcw__col-md-pull-9 {
        right: 75%
    }

     .kcw .kcw__col-md-pull-8 {
        right: 66.66666667%
    }

     .kcw .kcw__col-md-pull-7 {
        right: 58.33333333%
    }

     .kcw .kcw__col-md-pull-6 {
        right: 50%
    }

     .kcw .kcw__col-md-pull-5 {
        right: 41.66666667%
    }

     .kcw .kcw__col-md-pull-4 {
        right: 33.33333333%
    }

     .kcw .kcw__col-md-pull-3 {
        right: 25%
    }

     .kcw .kcw__col-md-pull-2 {
        right: 16.66666667%
    }

     .kcw .kcw__col-md-pull-1 {
        right: 8.33333333%
    }

     .kcw .kcw__col-md-pull-0 {
        right: auto
    }

     .kcw .kcw__col-md-push-12 {
        left: 100%
    }

     .kcw .kcw__col-md-push-11 {
        left: 91.66666667%
    }

     .kcw .kcw__col-md-push-10 {
        left: 83.33333333%
    }

     .kcw .kcw__col-md-push-9 {
        left: 75%
    }

     .kcw .kcw__col-md-push-8 {
        left: 66.66666667%
    }

     .kcw .kcw__col-md-push-7 {
        left: 58.33333333%
    }

     .kcw .kcw__col-md-push-6 {
        left: 50%
    }

     .kcw .kcw__col-md-push-5 {
        left: 41.66666667%
    }

     .kcw .kcw__col-md-push-4 {
        left: 33.33333333%
    }

     .kcw .kcw__col-md-push-3 {
        left: 25%
    }

     .kcw .kcw__col-md-push-2 {
        left: 16.66666667%
    }

     .kcw .kcw__col-md-push-1 {
        left: 8.33333333%
    }

     .kcw .kcw__col-md-push-0 {
        left: auto
    }

     .kcw .kcw__col-md-offset-12 {
        margin-left: 100%
    }

     .kcw .kcw__col-md-offset-11 {
        margin-left: 91.66666667%
    }

     .kcw .kcw__col-md-offset-10 {
        margin-left: 83.33333333%
    }

     .kcw .kcw__col-md-offset-9 {
        margin-left: 75%
    }

     .kcw .kcw__col-md-offset-8 {
        margin-left: 66.66666667%
    }

     .kcw .kcw__col-md-offset-7 {
        margin-left: 58.33333333%
    }

     .kcw .kcw__col-md-offset-6 {
        margin-left: 50%
    }

     .kcw .kcw__col-md-offset-5 {
        margin-left: 41.66666667%
    }

     .kcw .kcw__col-md-offset-4 {
        margin-left: 33.33333333%
    }

     .kcw .kcw__col-md-offset-3 {
        margin-left: 25%
    }

     .kcw .kcw__col-md-offset-2 {
        margin-left: 16.66666667%
    }

     .kcw .kcw__col-md-offset-1 {
        margin-left: 8.33333333%
    }

     .kcw .kcw__col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__col-lg-1,  .kcw .kcw__col-lg-10,  .kcw .kcw__col-lg-11,  .kcw .kcw__col-lg-12,  .kcw .kcw__col-lg-2,  .kcw .kcw__col-lg-3,  .kcw .kcw__col-lg-4,  .kcw .kcw__col-lg-5,  .kcw .kcw__col-lg-6,  .kcw .kcw__col-lg-7,  .kcw .kcw__col-lg-8,  .kcw .kcw__col-lg-9 {
        float: left
    }

     .kcw .kcw__col-lg-12 {
        width: 100%
    }

     .kcw .kcw__col-lg-11 {
        width: 91.66666667%
    }

     .kcw .kcw__col-lg-10 {
        width: 83.33333333%
    }

     .kcw .kcw__col-lg-9 {
        width: 75%
    }

     .kcw .kcw__col-lg-8 {
        width: 66.66666667%
    }

     .kcw .kcw__col-lg-7 {
        width: 58.33333333%
    }

     .kcw .kcw__col-lg-6 {
        width: 50%
    }

     .kcw .kcw__col-lg-5 {
        width: 41.66666667%
    }

     .kcw .kcw__col-lg-4 {
        width: 33.33333333%
    }

     .kcw .kcw__col-lg-3 {
        width: 25%
    }

     .kcw .kcw__col-lg-2 {
        width: 16.66666667%
    }

     .kcw .kcw__col-lg-1 {
        width: 8.33333333%
    }

     .kcw .kcw__col-lg-pull-12 {
        right: 100%
    }

     .kcw .kcw__col-lg-pull-11 {
        right: 91.66666667%
    }

     .kcw .kcw__col-lg-pull-10 {
        right: 83.33333333%
    }

     .kcw .kcw__col-lg-pull-9 {
        right: 75%
    }

     .kcw .kcw__col-lg-pull-8 {
        right: 66.66666667%
    }

     .kcw .kcw__col-lg-pull-7 {
        right: 58.33333333%
    }

     .kcw .kcw__col-lg-pull-6 {
        right: 50%
    }

     .kcw .kcw__col-lg-pull-5 {
        right: 41.66666667%
    }

     .kcw .kcw__col-lg-pull-4 {
        right: 33.33333333%
    }

     .kcw .kcw__col-lg-pull-3 {
        right: 25%
    }

     .kcw .kcw__col-lg-pull-2 {
        right: 16.66666667%
    }

     .kcw .kcw__col-lg-pull-1 {
        right: 8.33333333%
    }

     .kcw .kcw__col-lg-pull-0 {
        right: auto
    }

     .kcw .kcw__col-lg-push-12 {
        left: 100%
    }

     .kcw .kcw__col-lg-push-11 {
        left: 91.66666667%
    }

     .kcw .kcw__col-lg-push-10 {
        left: 83.33333333%
    }

     .kcw .kcw__col-lg-push-9 {
        left: 75%
    }

     .kcw .kcw__col-lg-push-8 {
        left: 66.66666667%
    }

     .kcw .kcw__col-lg-push-7 {
        left: 58.33333333%
    }

     .kcw .kcw__col-lg-push-6 {
        left: 50%
    }

     .kcw .kcw__col-lg-push-5 {
        left: 41.66666667%
    }

     .kcw .kcw__col-lg-push-4 {
        left: 33.33333333%
    }

     .kcw .kcw__col-lg-push-3 {
        left: 25%
    }

     .kcw .kcw__col-lg-push-2 {
        left: 16.66666667%
    }

     .kcw .kcw__col-lg-push-1 {
        left: 8.33333333%
    }

     .kcw .kcw__col-lg-push-0 {
        left: auto
    }

     .kcw .kcw__col-lg-offset-12 {
        margin-left: 100%
    }

     .kcw .kcw__col-lg-offset-11 {
        margin-left: 91.66666667%
    }

     .kcw .kcw__col-lg-offset-10 {
        margin-left: 83.33333333%
    }

     .kcw .kcw__col-lg-offset-9 {
        margin-left: 75%
    }

     .kcw .kcw__col-lg-offset-8 {
        margin-left: 66.66666667%
    }

     .kcw .kcw__col-lg-offset-7 {
        margin-left: 58.33333333%
    }

     .kcw .kcw__col-lg-offset-6 {
        margin-left: 50%
    }

     .kcw .kcw__col-lg-offset-5 {
        margin-left: 41.66666667%
    }

     .kcw .kcw__col-lg-offset-4 {
        margin-left: 33.33333333%
    }

     .kcw .kcw__col-lg-offset-3 {
        margin-left: 25%
    }

     .kcw .kcw__col-lg-offset-2 {
        margin-left: 16.66666667%
    }

     .kcw .kcw__col-lg-offset-1 {
        margin-left: 8.33333333%
    }

     .kcw .kcw__col-lg-offset-0 {
        margin-left: 0
    }
}

 .kcw table {
    background-color: transparent
}

 .kcw caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

 .kcw th {
    text-align: left
}

 .kcw .kcw__table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

 .kcw .kcw__table > tbody > tr > td,  .kcw .kcw__table > tbody > tr > th,  .kcw .kcw__table > tfoot > tr > td,  .kcw .kcw__table > tfoot > tr > th,  .kcw .kcw__table > thead > tr > td,  .kcw .kcw__table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

 .kcw .kcw__table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

 .kcw .kcw__table > caption + thead > tr:first-child > td,  .kcw .kcw__table > caption + thead > tr:first-child > th,  .kcw .kcw__table > colgroup + thead > tr:first-child > td,  .kcw .kcw__table > colgroup + thead > tr:first-child > th,  .kcw .kcw__table > thead:first-child > tr:first-child > td,  .kcw .kcw__table > thead:first-child > tr:first-child > th {
    border-top: 0
}

 .kcw .kcw__table > tbody + tbody {
    border-top: 2px solid #ddd
}

 .kcw .kcw__table .kcw__table {
    background-color: #fff
}

 .kcw .kcw__table-condensed > tbody > tr > td,  .kcw .kcw__table-condensed > tbody > tr > th,  .kcw .kcw__table-condensed > tfoot > tr > td,  .kcw .kcw__table-condensed > tfoot > tr > th,  .kcw .kcw__table-condensed > thead > tr > td,  .kcw .kcw__table-condensed > thead > tr > th {
    padding: 5px
}

 .kcw .kcw__table-bordered {
    border: 1px solid #ddd
}

 .kcw .kcw__table-bordered > tbody > tr > td,  .kcw .kcw__table-bordered > tbody > tr > th,  .kcw .kcw__table-bordered > tfoot > tr > td,  .kcw .kcw__table-bordered > tfoot > tr > th,  .kcw .kcw__table-bordered > thead > tr > td,  .kcw .kcw__table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

 .kcw .kcw__table-bordered > thead > tr > td,  .kcw .kcw__table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

 .kcw .kcw__table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

 .kcw .kcw__table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

 .kcw table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

 .kcw table td[class*=col-],  .kcw table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

 .kcw .kcw__table > tbody > tr.kcw__active > td,  .kcw .kcw__table > tbody > tr.kcw__active > th,  .kcw .kcw__table > tbody > tr > td.kcw__active,  .kcw .kcw__table > tbody > tr > th.kcw__active,  .kcw .kcw__table > tfoot > tr.kcw__active > td,  .kcw .kcw__table > tfoot > tr.kcw__active > th,  .kcw .kcw__table > tfoot > tr > td.kcw__active,  .kcw .kcw__table > tfoot > tr > th.kcw__active,  .kcw .kcw__table > thead > tr.kcw__active > td,  .kcw .kcw__table > thead > tr.kcw__active > th,  .kcw .kcw__table > thead > tr > td.kcw__active,  .kcw .kcw__table > thead > tr > th.kcw__active {
    background-color: #f5f5f5
}

 .kcw .kcw__table-hover > tbody > tr.kcw__active:hover > td,  .kcw .kcw__table-hover > tbody > tr.kcw__active:hover > th,  .kcw .kcw__table-hover > tbody > tr:hover > .kcw__active,  .kcw .kcw__table-hover > tbody > tr > td.kcw__active:hover,  .kcw .kcw__table-hover > tbody > tr > th.kcw__active:hover {
    background-color: #e8e8e8
}

 .kcw .kcw__table > tbody > tr.kcw__success > td,  .kcw .kcw__table > tbody > tr.kcw__success > th,  .kcw .kcw__table > tbody > tr > td.kcw__success,  .kcw .kcw__table > tbody > tr > th.kcw__success,  .kcw .kcw__table > tfoot > tr.kcw__success > td,  .kcw .kcw__table > tfoot > tr.kcw__success > th,  .kcw .kcw__table > tfoot > tr > td.kcw__success,  .kcw .kcw__table > tfoot > tr > th.kcw__success,  .kcw .kcw__table > thead > tr.kcw__success > td,  .kcw .kcw__table > thead > tr.kcw__success > th,  .kcw .kcw__table > thead > tr > td.kcw__success,  .kcw .kcw__table > thead > tr > th.kcw__success {
    background-color: #dff0d8
}

 .kcw .kcw__table-hover > tbody > tr.kcw__success:hover > td,  .kcw .kcw__table-hover > tbody > tr.kcw__success:hover > th,  .kcw .kcw__table-hover > tbody > tr:hover > .kcw__success,  .kcw .kcw__table-hover > tbody > tr > td.kcw__success:hover,  .kcw .kcw__table-hover > tbody > tr > th.kcw__success:hover {
    background-color: #d0e9c6
}

 .kcw .kcw__table > tbody > tr.kcw__info > td,  .kcw .kcw__table > tbody > tr.kcw__info > th,  .kcw .kcw__table > tbody > tr > td.kcw__info,  .kcw .kcw__table > tbody > tr > th.kcw__info,  .kcw .kcw__table > tfoot > tr.kcw__info > td,  .kcw .kcw__table > tfoot > tr.kcw__info > th,  .kcw .kcw__table > tfoot > tr > td.kcw__info,  .kcw .kcw__table > tfoot > tr > th.kcw__info,  .kcw .kcw__table > thead > tr.kcw__info > td,  .kcw .kcw__table > thead > tr.kcw__info > th,  .kcw .kcw__table > thead > tr > td.kcw__info,  .kcw .kcw__table > thead > tr > th.kcw__info {
    background-color: #d9edf7
}

 .kcw .kcw__table-hover > tbody > tr.kcw__info:hover > td,  .kcw .kcw__table-hover > tbody > tr.kcw__info:hover > th,  .kcw .kcw__table-hover > tbody > tr:hover > .kcw__info,  .kcw .kcw__table-hover > tbody > tr > td.kcw__info:hover,  .kcw .kcw__table-hover > tbody > tr > th.kcw__info:hover {
    background-color: #c4e3f3
}

 .kcw .kcw__table > tbody > tr.kcw__warning > td,  .kcw .kcw__table > tbody > tr.kcw__warning > th,  .kcw .kcw__table > tbody > tr > td.kcw__warning,  .kcw .kcw__table > tbody > tr > th.kcw__warning,  .kcw .kcw__table > tfoot > tr.kcw__warning > td,  .kcw .kcw__table > tfoot > tr.kcw__warning > th,  .kcw .kcw__table > tfoot > tr > td.kcw__warning,  .kcw .kcw__table > tfoot > tr > th.kcw__warning,  .kcw .kcw__table > thead > tr.kcw__warning > td,  .kcw .kcw__table > thead > tr.kcw__warning > th,  .kcw .kcw__table > thead > tr > td.kcw__warning,  .kcw .kcw__table > thead > tr > th.kcw__warning {
    background-color: #fcf8e3
}

 .kcw .kcw__table-hover > tbody > tr.kcw__warning:hover > td,  .kcw .kcw__table-hover > tbody > tr.kcw__warning:hover > th,  .kcw .kcw__table-hover > tbody > tr:hover > .kcw__warning,  .kcw .kcw__table-hover > tbody > tr > td.kcw__warning:hover,  .kcw .kcw__table-hover > tbody > tr > th.kcw__warning:hover {
    background-color: #faf2cc
}

 .kcw .kcw__table > tbody > tr.kcw__danger > td,  .kcw .kcw__table > tbody > tr.kcw__danger > th,  .kcw .kcw__table > tbody > tr > td.kcw__danger,  .kcw .kcw__table > tbody > tr > th.kcw__danger,  .kcw .kcw__table > tfoot > tr.kcw__danger > td,  .kcw .kcw__table > tfoot > tr.kcw__danger > th,  .kcw .kcw__table > tfoot > tr > td.kcw__danger,  .kcw .kcw__table > tfoot > tr > th.kcw__danger,  .kcw .kcw__table > thead > tr.kcw__danger > td,  .kcw .kcw__table > thead > tr.kcw__danger > th,  .kcw .kcw__table > thead > tr > td.kcw__danger,  .kcw .kcw__table > thead > tr > th.kcw__danger {
    background-color: #f2dede
}

 .kcw .kcw__table-hover > tbody > tr.kcw__danger:hover > td,  .kcw .kcw__table-hover > tbody > tr.kcw__danger:hover > th,  .kcw .kcw__table-hover > tbody > tr:hover > .kcw__danger,  .kcw .kcw__table-hover > tbody > tr > td.kcw__danger:hover,  .kcw .kcw__table-hover > tbody > tr > th.kcw__danger:hover {
    background-color: #ebcccc
}

 .kcw .kcw__table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
     .kcw .kcw__table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

     .kcw .kcw__table-responsive > .kcw__table {
        margin-bottom: 0
    }

     .kcw .kcw__table-responsive > .kcw__table > tbody > tr > td,  .kcw .kcw__table-responsive > .kcw__table > tbody > tr > th,  .kcw .kcw__table-responsive > .kcw__table > tfoot > tr > td,  .kcw .kcw__table-responsive > .kcw__table > tfoot > tr > th,  .kcw .kcw__table-responsive > .kcw__table > thead > tr > td,  .kcw .kcw__table-responsive > .kcw__table > thead > tr > th {
        white-space: nowrap
    }

     .kcw .kcw__table-responsive > .kcw__table-bordered {
        border: 0
    }

     .kcw .kcw__table-responsive > .kcw__table-bordered > tbody > tr > td:first-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > tbody > tr > th:first-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > td:first-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > th:first-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > thead > tr > td:first-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

     .kcw .kcw__table-responsive > .kcw__table-bordered > tbody > tr > td:last-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > tbody > tr > th:last-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > td:last-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > th:last-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > thead > tr > td:last-child,  .kcw .kcw__table-responsive > .kcw__table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

     .kcw .kcw__table-responsive > .kcw__table-bordered > tbody > tr:last-child > td,  .kcw .kcw__table-responsive > .kcw__table-bordered > tbody > tr:last-child > th,  .kcw .kcw__table-responsive > .kcw__table-bordered > tfoot > tr:last-child > td,  .kcw .kcw__table-responsive > .kcw__table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

 .kcw fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

 .kcw legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

 .kcw label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

 .kcw input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

 .kcw input[type=checkbox],  .kcw input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

 .kcw input[type=file] {
    display: block
}

 .kcw input[type=range] {
    display: block;
    width: 100%
}

 .kcw select[multiple],  .kcw select[size] {
    height: auto
}

 .kcw input[type=file]:focus,  .kcw input[type=checkbox]:focus,  .kcw input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

 .kcw output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

 .kcw .kcw__form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

 .kcw .kcw__form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

 .kcw .kcw__form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

 .kcw .kcw__form-control:-ms-input-placeholder {
    color: #999
}

 .kcw .kcw__form-control::-webkit-input-placeholder {
    color: #999
}

 .kcw .kcw__form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

 .kcw .kcw__form-control[disabled],  .kcw .kcw__form-control[readonly],  .kcw fieldset[disabled] .kcw__form-control {
    background-color: #eee;
    opacity: 1
}

 .kcw .kcw__form-control[disabled],  .kcw fieldset[disabled] .kcw__form-control {
    cursor: not-allowed
}

 .kcw textarea.kcw__form-control {
    height: auto
}

 .kcw input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
     .kcw input[type=date].kcw__form-control,  .kcw input[type=time].kcw__form-control,  .kcw input[type=datetime-local].kcw__form-control,  .kcw input[type=month].kcw__form-control {
        line-height: 34px
    }

     .kcw .kcw__input-group-sm input[type=date],  .kcw .kcw__input-group-sm input[type=time],  .kcw .kcw__input-group-sm input[type=datetime-local],  .kcw .kcw__input-group-sm input[type=month],  .kcw input[type=date].kcw__input-sm,  .kcw input[type=time].kcw__input-sm,  .kcw input[type=datetime-local].kcw__input-sm,  .kcw input[type=month].kcw__input-sm {
        line-height: 30px
    }

     .kcw .kcw__input-group-lg input[type=date],  .kcw .kcw__input-group-lg input[type=time],  .kcw .kcw__input-group-lg input[type=datetime-local],  .kcw .kcw__input-group-lg input[type=month],  .kcw input[type=date].kcw__input-lg,  .kcw input[type=time].kcw__input-lg,  .kcw input[type=datetime-local].kcw__input-lg,  .kcw input[type=month].kcw__input-lg {
        line-height: 46px
    }
}

 .kcw .kcw__form-group {
    margin-bottom: 15px
}

 .kcw .kcw__checkbox,  .kcw .kcw__radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

 .kcw .kcw__checkbox label,  .kcw .kcw__radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

 .kcw .kcw__checkbox input[type=checkbox],  .kcw .kcw__checkbox-inline input[type=checkbox],  .kcw .kcw__radio input[type=radio],  .kcw .kcw__radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

 .kcw .kcw__checkbox + .kcw__checkbox,  .kcw .kcw__radio + .kcw__radio {
    margin-top: -5px
}

 .kcw .kcw__checkbox-inline,  .kcw .kcw__radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

 .kcw .kcw__checkbox-inline + .kcw__checkbox-inline,  .kcw .kcw__radio-inline + .kcw__radio-inline {
    margin-top: 0;
    margin-left: 10px
}

 .kcw fieldset[disabled] input[type=checkbox],  .kcw fieldset[disabled] input[type=radio],  .kcw input[type=checkbox].kcw__disabled,  .kcw input[type=checkbox][disabled],  .kcw input[type=radio].kcw__disabled,  .kcw input[type=radio][disabled] {
    cursor: not-allowed
}

 .kcw .kcw__checkbox-inline.kcw__disabled,  .kcw .kcw__radio-inline.kcw__disabled,  .kcw fieldset[disabled] .kcw__checkbox-inline,  .kcw fieldset[disabled] .kcw__radio-inline {
    cursor: not-allowed
}

 .kcw .kcw__checkbox.kcw__disabled label,  .kcw .kcw__radio.kcw__disabled label,  .kcw fieldset[disabled] .kcw__checkbox label,  .kcw fieldset[disabled] .kcw__radio label {
    cursor: not-allowed
}

 .kcw .kcw__form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

 .kcw .kcw__form-control-static.kcw__input-lg,  .kcw .kcw__form-control-static.kcw__input-sm {
    padding-right: 0;
    padding-left: 0
}

 .kcw .kcw__input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

 .kcw select.kcw__input-sm {
    height: 30px;
    line-height: 30px
}

 .kcw select[multiple].kcw__input-sm,  .kcw textarea.kcw__input-sm {
    height: auto
}

 .kcw .kcw__form-group-sm .kcw__form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

 .kcw .kcw__form-group-sm select.kcw__form-control {
    height: 30px;
    line-height: 30px
}

 .kcw .kcw__form-group-sm select[multiple].kcw__form-control,  .kcw .kcw__form-group-sm textarea.kcw__form-control {
    height: auto
}

 .kcw .kcw__form-group-sm .kcw__form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

 .kcw .kcw__input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

 .kcw select.kcw__input-lg {
    height: 46px;
    line-height: 46px
}

 .kcw select[multiple].kcw__input-lg,  .kcw textarea.kcw__input-lg {
    height: auto
}

 .kcw .kcw__form-group-lg .kcw__form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

 .kcw .kcw__form-group-lg select.kcw__form-control {
    height: 46px;
    line-height: 46px
}

 .kcw .kcw__form-group-lg select[multiple].kcw__form-control,  .kcw .kcw__form-group-lg textarea.kcw__form-control {
    height: auto
}

 .kcw .kcw__form-group-lg .kcw__form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

 .kcw .kcw__has-feedback {
    position: relative
}

 .kcw .kcw__has-feedback .kcw__form-control {
    padding-right: 42.5px
}

 .kcw .kcw__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
}

 .kcw .kcw__form-group-lg .kcw__form-control + .kcw__form-control-feedback,  .kcw .kcw__input-group-lg + .kcw__form-control-feedback,  .kcw .kcw__input-lg + .kcw__form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

 .kcw .kcw__form-group-sm .kcw__form-control + .kcw__form-control-feedback,  .kcw .kcw__input-group-sm + .kcw__form-control-feedback,  .kcw .kcw__input-sm + .kcw__form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

 .kcw .kcw__has-success .kcw__checkbox,  .kcw .kcw__has-success .kcw__checkbox-inline,  .kcw .kcw__has-success .kcw__control-label,  .kcw .kcw__has-success .kcw__help-block,  .kcw .kcw__has-success .kcw__radio,  .kcw .kcw__has-success .kcw__radio-inline,  .kcw .kcw__has-success.kcw__checkbox label,  .kcw .kcw__has-success.kcw__checkbox-inline label,  .kcw .kcw__has-success.kcw__radio label,  .kcw .kcw__has-success.kcw__radio-inline label {
    color: #3c763d
}

 .kcw .kcw__has-success .kcw__form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

 .kcw .kcw__has-success .kcw__form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

 .kcw .kcw__has-success .kcw__input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

 .kcw .kcw__has-success .kcw__form-control-feedback {
    color: #3c763d
}

 .kcw .kcw__has-warning .kcw__checkbox,  .kcw .kcw__has-warning .kcw__checkbox-inline,  .kcw .kcw__has-warning .kcw__control-label,  .kcw .kcw__has-warning .kcw__help-block,  .kcw .kcw__has-warning .kcw__radio,  .kcw .kcw__has-warning .kcw__radio-inline,  .kcw .kcw__has-warning.kcw__checkbox label,  .kcw .kcw__has-warning.kcw__checkbox-inline label,  .kcw .kcw__has-warning.kcw__radio label,  .kcw .kcw__has-warning.kcw__radio-inline label {
    color: #8a6d3b
}

 .kcw .kcw__has-warning .kcw__form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

 .kcw .kcw__has-warning .kcw__form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

 .kcw .kcw__has-warning .kcw__input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

 .kcw .kcw__has-warning .kcw__form-control-feedback {
    color: #8a6d3b
}

 .kcw .kcw__has-error .kcw__checkbox,  .kcw .kcw__has-error .kcw__checkbox-inline,  .kcw .kcw__has-error .kcw__control-label,  .kcw .kcw__has-error .kcw__help-block,  .kcw .kcw__has-error .kcw__radio,  .kcw .kcw__has-error .kcw__radio-inline,  .kcw .kcw__has-error.kcw__checkbox label,  .kcw .kcw__has-error.kcw__checkbox-inline label,  .kcw .kcw__has-error.kcw__radio label,  .kcw .kcw__has-error.kcw__radio-inline label {
    color: #a94442
}

 .kcw .kcw__has-error .kcw__form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

 .kcw .kcw__has-error .kcw__form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

 .kcw .kcw__has-error .kcw__input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

 .kcw .kcw__has-error .kcw__form-control-feedback {
    color: #a94442
}

 .kcw .kcw__has-feedback label ~ .kcw__form-control-feedback {
    top: 25px
}

 .kcw .kcw__has-feedback label.kcw__sr-only ~ .kcw__form-control-feedback {
    top: 0
}

 .kcw .kcw__help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
     .kcw .kcw__form-inline .kcw__form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

     .kcw .kcw__form-inline .kcw__form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

     .kcw .kcw__form-inline .kcw__form-control-static {
        display: inline-block
    }

     .kcw .kcw__form-inline .kcw__input-group {
        display: inline-table;
        vertical-align: middle
    }

     .kcw .kcw__form-inline .kcw__input-group .kcw__form-control,  .kcw .kcw__form-inline .kcw__input-group .kcw__input-group-addon,  .kcw .kcw__form-inline .kcw__input-group .kcw__input-group-btn {
        width: auto
    }

     .kcw .kcw__form-inline .kcw__input-group > .kcw__form-control {
        width: 100%
    }

     .kcw .kcw__form-inline .kcw__control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

     .kcw .kcw__form-inline .kcw__checkbox,  .kcw .kcw__form-inline .kcw__radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

     .kcw .kcw__form-inline .kcw__checkbox label,  .kcw .kcw__form-inline .kcw__radio label {
        padding-left: 0
    }

     .kcw .kcw__form-inline .kcw__checkbox input[type=checkbox],  .kcw .kcw__form-inline .kcw__radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

     .kcw .kcw__form-inline .kcw__has-feedback .kcw__form-control-feedback {
        top: 0
    }
}

 .kcw .kcw__form-horizontal .kcw__checkbox,  .kcw .kcw__form-horizontal .kcw__checkbox-inline,  .kcw .kcw__form-horizontal .kcw__radio,  .kcw .kcw__form-horizontal .kcw__radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

 .kcw .kcw__form-horizontal .kcw__checkbox,  .kcw .kcw__form-horizontal .kcw__radio {
    min-height: 27px
}

 .kcw .kcw__form-horizontal .kcw__form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
     .kcw .kcw__form-horizontal .kcw__control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

 .kcw .kcw__form-horizontal .kcw__has-feedback .kcw__form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
     .kcw .kcw__form-horizontal .kcw__form-group-lg .kcw__control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
     .kcw .kcw__form-horizontal .kcw__form-group-sm .kcw__control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

 .kcw .kcw__btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

 .kcw .kcw__btn.kcw__active.kcw__focus,  .kcw .kcw__btn.kcw__active:focus,  .kcw .kcw__btn.kcw__focus,  .kcw .kcw__btn:active.kcw__focus,  .kcw .kcw__btn:active:focus,  .kcw .kcw__btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

 .kcw .kcw__btn.kcw__focus,  .kcw .kcw__btn:focus,  .kcw .kcw__btn:hover {
    color: #333;
    text-decoration: none
}

 .kcw .kcw__btn.kcw__active,  .kcw .kcw__btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

 .kcw .kcw__btn.kcw__disabled,  .kcw .kcw__btn[disabled],  .kcw fieldset[disabled] .kcw__btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

 .kcw a.kcw__btn.kcw__disabled,  .kcw fieldset[disabled] a.kcw__btn {
    pointer-events: none
}

 .kcw .kcw__btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

 .kcw .kcw__btn-default.kcw__focus,  .kcw .kcw__btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

 .kcw .kcw__btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

 .kcw .kcw__btn-default.kcw__active,  .kcw .kcw__btn-default:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

 .kcw .kcw__btn-default.kcw__active.kcw__focus,  .kcw .kcw__btn-default.kcw__active:focus,  .kcw .kcw__btn-default.kcw__active:hover,  .kcw .kcw__btn-default:active.kcw__focus,  .kcw .kcw__btn-default:active:focus,  .kcw .kcw__btn-default:active:hover,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-default.kcw__focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-default:focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

 .kcw .kcw__btn-default.kcw__active,  .kcw .kcw__btn-default:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-default {
    background-image: none
}

 .kcw .kcw__btn-default.kcw__disabled.kcw__focus,  .kcw .kcw__btn-default.kcw__disabled:focus,  .kcw .kcw__btn-default.kcw__disabled:hover,  .kcw .kcw__btn-default[disabled].kcw__focus,  .kcw .kcw__btn-default[disabled]:focus,  .kcw .kcw__btn-default[disabled]:hover,  .kcw fieldset[disabled] .kcw__btn-default.kcw__focus,  .kcw fieldset[disabled] .kcw__btn-default:focus,  .kcw fieldset[disabled] .kcw__btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

 .kcw .kcw__btn-default .kcw__badge {
    color: #fff;
    background-color: #333
}

 .kcw .kcw__btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

 .kcw .kcw__btn-primary.kcw__focus,  .kcw .kcw__btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

 .kcw .kcw__btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

 .kcw .kcw__btn-primary.kcw__active,  .kcw .kcw__btn-primary:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

 .kcw .kcw__btn-primary.kcw__active.kcw__focus,  .kcw .kcw__btn-primary.kcw__active:focus,  .kcw .kcw__btn-primary.kcw__active:hover,  .kcw .kcw__btn-primary:active.kcw__focus,  .kcw .kcw__btn-primary:active:focus,  .kcw .kcw__btn-primary:active:hover,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-primary.kcw__focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-primary:focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

 .kcw .kcw__btn-primary.kcw__active,  .kcw .kcw__btn-primary:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-primary {
    background-image: none
}

 .kcw .kcw__btn-primary.kcw__disabled.kcw__focus,  .kcw .kcw__btn-primary.kcw__disabled:focus,  .kcw .kcw__btn-primary.kcw__disabled:hover,  .kcw .kcw__btn-primary[disabled].kcw__focus,  .kcw .kcw__btn-primary[disabled]:focus,  .kcw .kcw__btn-primary[disabled]:hover,  .kcw fieldset[disabled] .kcw__btn-primary.kcw__focus,  .kcw fieldset[disabled] .kcw__btn-primary:focus,  .kcw fieldset[disabled] .kcw__btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

 .kcw .kcw__btn-primary .kcw__badge {
    color: #337ab7;
    background-color: #fff
}

 .kcw .kcw__btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

 .kcw .kcw__btn-success.kcw__focus,  .kcw .kcw__btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

 .kcw .kcw__btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

 .kcw .kcw__btn-success.kcw__active,  .kcw .kcw__btn-success:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

 .kcw .kcw__btn-success.kcw__active.kcw__focus,  .kcw .kcw__btn-success.kcw__active:focus,  .kcw .kcw__btn-success.kcw__active:hover,  .kcw .kcw__btn-success:active.kcw__focus,  .kcw .kcw__btn-success:active:focus,  .kcw .kcw__btn-success:active:hover,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-success.kcw__focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-success:focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

 .kcw .kcw__btn-success.kcw__active,  .kcw .kcw__btn-success:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-success {
    background-image: none
}

 .kcw .kcw__btn-success.kcw__disabled.kcw__focus,  .kcw .kcw__btn-success.kcw__disabled:focus,  .kcw .kcw__btn-success.kcw__disabled:hover,  .kcw .kcw__btn-success[disabled].kcw__focus,  .kcw .kcw__btn-success[disabled]:focus,  .kcw .kcw__btn-success[disabled]:hover,  .kcw fieldset[disabled] .kcw__btn-success.kcw__focus,  .kcw fieldset[disabled] .kcw__btn-success:focus,  .kcw fieldset[disabled] .kcw__btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

 .kcw .kcw__btn-success .kcw__badge {
    color: #5cb85c;
    background-color: #fff
}

 .kcw .kcw__btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

 .kcw .kcw__btn-info.kcw__focus,  .kcw .kcw__btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

 .kcw .kcw__btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

 .kcw .kcw__btn-info.kcw__active,  .kcw .kcw__btn-info:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

 .kcw .kcw__btn-info.kcw__active.kcw__focus,  .kcw .kcw__btn-info.kcw__active:focus,  .kcw .kcw__btn-info.kcw__active:hover,  .kcw .kcw__btn-info:active.kcw__focus,  .kcw .kcw__btn-info:active:focus,  .kcw .kcw__btn-info:active:hover,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-info.kcw__focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-info:focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

 .kcw .kcw__btn-info.kcw__active,  .kcw .kcw__btn-info:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-info {
    background-image: none
}

 .kcw .kcw__btn-info.kcw__disabled.kcw__focus,  .kcw .kcw__btn-info.kcw__disabled:focus,  .kcw .kcw__btn-info.kcw__disabled:hover,  .kcw .kcw__btn-info[disabled].kcw__focus,  .kcw .kcw__btn-info[disabled]:focus,  .kcw .kcw__btn-info[disabled]:hover,  .kcw fieldset[disabled] .kcw__btn-info.kcw__focus,  .kcw fieldset[disabled] .kcw__btn-info:focus,  .kcw fieldset[disabled] .kcw__btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

 .kcw .kcw__btn-info .kcw__badge {
    color: #5bc0de;
    background-color: #fff
}

 .kcw .kcw__btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

 .kcw .kcw__btn-warning.kcw__focus,  .kcw .kcw__btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

 .kcw .kcw__btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

 .kcw .kcw__btn-warning.kcw__active,  .kcw .kcw__btn-warning:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

 .kcw .kcw__btn-warning.kcw__active.kcw__focus,  .kcw .kcw__btn-warning.kcw__active:focus,  .kcw .kcw__btn-warning.kcw__active:hover,  .kcw .kcw__btn-warning:active.kcw__focus,  .kcw .kcw__btn-warning:active:focus,  .kcw .kcw__btn-warning:active:hover,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-warning.kcw__focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-warning:focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

 .kcw .kcw__btn-warning.kcw__active,  .kcw .kcw__btn-warning:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-warning {
    background-image: none
}

 .kcw .kcw__btn-warning.kcw__disabled.kcw__focus,  .kcw .kcw__btn-warning.kcw__disabled:focus,  .kcw .kcw__btn-warning.kcw__disabled:hover,  .kcw .kcw__btn-warning[disabled].kcw__focus,  .kcw .kcw__btn-warning[disabled]:focus,  .kcw .kcw__btn-warning[disabled]:hover,  .kcw fieldset[disabled] .kcw__btn-warning.kcw__focus,  .kcw fieldset[disabled] .kcw__btn-warning:focus,  .kcw fieldset[disabled] .kcw__btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

 .kcw .kcw__btn-warning .kcw__badge {
    color: #f0ad4e;
    background-color: #fff
}

 .kcw .kcw__btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

 .kcw .kcw__btn-danger.kcw__focus,  .kcw .kcw__btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

 .kcw .kcw__btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

 .kcw .kcw__btn-danger.kcw__active,  .kcw .kcw__btn-danger:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

 .kcw .kcw__btn-danger.kcw__active.kcw__focus,  .kcw .kcw__btn-danger.kcw__active:focus,  .kcw .kcw__btn-danger.kcw__active:hover,  .kcw .kcw__btn-danger:active.kcw__focus,  .kcw .kcw__btn-danger:active:focus,  .kcw .kcw__btn-danger:active:hover,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-danger.kcw__focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-danger:focus,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

 .kcw .kcw__btn-danger.kcw__active,  .kcw .kcw__btn-danger:active,  .kcw .kcw__open > .kcw__dropdown-toggle.kcw__btn-danger {
    background-image: none
}

 .kcw .kcw__btn-danger.kcw__disabled.kcw__focus,  .kcw .kcw__btn-danger.kcw__disabled:focus,  .kcw .kcw__btn-danger.kcw__disabled:hover,  .kcw .kcw__btn-danger[disabled].kcw__focus,  .kcw .kcw__btn-danger[disabled]:focus,  .kcw .kcw__btn-danger[disabled]:hover,  .kcw fieldset[disabled] .kcw__btn-danger.kcw__focus,  .kcw fieldset[disabled] .kcw__btn-danger:focus,  .kcw fieldset[disabled] .kcw__btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

 .kcw .kcw__btn-danger .kcw__badge {
    color: #d9534f;
    background-color: #fff
}

 .kcw .kcw__btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

 .kcw .kcw__btn-link,  .kcw .kcw__btn-link.kcw__active,  .kcw .kcw__btn-link:active,  .kcw .kcw__btn-link[disabled],  .kcw fieldset[disabled] .kcw__btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

 .kcw .kcw__btn-link,  .kcw .kcw__btn-link:active,  .kcw .kcw__btn-link:focus,  .kcw .kcw__btn-link:hover {
    border-color: transparent
}

 .kcw .kcw__btn-link:focus,  .kcw .kcw__btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

 .kcw .kcw__btn-link[disabled]:focus,  .kcw .kcw__btn-link[disabled]:hover,  .kcw fieldset[disabled] .kcw__btn-link:focus,  .kcw fieldset[disabled] .kcw__btn-link:hover {
    color: #777;
    text-decoration: none
}

 .kcw .kcw__btn-group-lg > .kcw__btn,  .kcw .kcw__btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

 .kcw .kcw__btn-group-sm > .kcw__btn,  .kcw .kcw__btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

 .kcw .kcw__btn-group-xs > .kcw__btn,  .kcw .kcw__btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

 .kcw .kcw__btn-block {
    display: block;
    width: 100%
}

 .kcw .kcw__btn-block + .kcw__btn-block {
    margin-top: 5px
}

 .kcw input[type=button].kcw__btn-block,  .kcw input[type=reset].kcw__btn-block,  .kcw input[type=submit].kcw__btn-block {
    width: 100%
}

 .kcw .kcw__fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

 .kcw .kcw__fade.kcw__in {
    opacity: 1
}

 .kcw .kcw__collapse {
    display: none
}

 .kcw .kcw__collapse.kcw__in {
    display: block
}

 .kcw tr.kcw__collapse.kcw__in {
    display: table-row
}

 .kcw tbody.kcw__collapse.kcw__in {
    display: table-row-group
}

 .kcw .kcw__collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

 .kcw .kcw__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
}

 .kcw .kcw__dropdown,  .kcw .kcw__dropup {
    position: relative
}

 .kcw .kcw__dropdown-toggle:focus {
    outline: 0
}

 .kcw .kcw__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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

 .kcw .kcw__dropdown-menu.kcw__pull-right {
    right: 0;
    left: auto
}

 .kcw .kcw__dropdown-menu .kcw__divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

 .kcw .kcw__dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

 .kcw .kcw__dropdown-menu > li > a:focus,  .kcw .kcw__dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

 .kcw .kcw__dropdown-menu > .kcw__active > a,  .kcw .kcw__dropdown-menu > .kcw__active > a:focus,  .kcw .kcw__dropdown-menu > .kcw__active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

 .kcw .kcw__dropdown-menu > .kcw__disabled > a,  .kcw .kcw__dropdown-menu > .kcw__disabled > a:focus,  .kcw .kcw__dropdown-menu > .kcw__disabled > a:hover {
    color: #777
}

 .kcw .kcw__dropdown-menu > .kcw__disabled > a:focus,  .kcw .kcw__dropdown-menu > .kcw__disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

 .kcw .kcw__open > .kcw__dropdown-menu {
    display: block
}

 .kcw .kcw__open > a {
    outline: 0
}

 .kcw .kcw__dropdown-menu-right {
    right: 0;
    left: auto
}

 .kcw .kcw__dropdown-menu-left {
    right: auto;
    left: 0
}

 .kcw .kcw__dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

 .kcw .kcw__dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

 .kcw .kcw__pull-right > .kcw__dropdown-menu {
    right: 0;
    left: auto
}

 .kcw .kcw__dropup .kcw__caret,  .kcw .kcw__navbar-fixed-bottom .kcw__dropdown .kcw__caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

 .kcw .kcw__dropup .kcw__dropdown-menu,  .kcw .kcw__navbar-fixed-bottom .kcw__dropdown .kcw__dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-right .kcw__dropdown-menu {
        right: 0;
        left: auto
    }

     .kcw .kcw__navbar-right .kcw__dropdown-menu-left {
        right: auto;
        left: 0
    }
}

 .kcw .kcw__btn-group,  .kcw .kcw__btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

 .kcw .kcw__btn-group-vertical > .kcw__btn,  .kcw .kcw__btn-group > .kcw__btn {
    position: relative;
    float: left
}

 .kcw .kcw__btn-group-vertical > .kcw__btn.kcw__active,  .kcw .kcw__btn-group-vertical > .kcw__btn:active,  .kcw .kcw__btn-group-vertical > .kcw__btn:focus,  .kcw .kcw__btn-group-vertical > .kcw__btn:hover,  .kcw .kcw__btn-group > .kcw__btn.kcw__active,  .kcw .kcw__btn-group > .kcw__btn:active,  .kcw .kcw__btn-group > .kcw__btn:focus,  .kcw .kcw__btn-group > .kcw__btn:hover {
    z-index: 2
}

 .kcw .kcw__btn-group .kcw__btn + .kcw__btn,  .kcw .kcw__btn-group .kcw__btn + .kcw__btn-group,  .kcw .kcw__btn-group .kcw__btn-group + .kcw__btn,  .kcw .kcw__btn-group .kcw__btn-group + .kcw__btn-group {
    margin-left: -1px
}

 .kcw .kcw__btn-toolbar {
    margin-left: -5px
}

 .kcw .kcw__btn-toolbar .kcw__btn,  .kcw .kcw__btn-toolbar .kcw__btn-group,  .kcw .kcw__btn-toolbar .kcw__input-group {
    float: left
}

 .kcw .kcw__btn-toolbar > .kcw__btn,  .kcw .kcw__btn-toolbar > .kcw__btn-group,  .kcw .kcw__btn-toolbar > .kcw__input-group {
    margin-left: 5px
}

 .kcw .kcw__btn-group > .kcw__btn:not(:first-child):not(:last-child):not(.kcw__dropdown-toggle) {
    border-radius: 0
}

 .kcw .kcw__btn-group > .kcw__btn:first-child {
    margin-left: 0
}

 .kcw .kcw__btn-group > .kcw__btn:first-child:not(:last-child):not(.kcw__dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

 .kcw .kcw__btn-group > .kcw__btn:last-child:not(:first-child),  .kcw .kcw__btn-group > .kcw__dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

 .kcw .kcw__btn-group > .kcw__btn-group {
    float: left
}

 .kcw .kcw__btn-group > .kcw__btn-group:not(:first-child):not(:last-child) > .kcw__btn {
    border-radius: 0
}

 .kcw .kcw__btn-group > .kcw__btn-group:first-child:not(:last-child) > .kcw__btn:last-child,  .kcw .kcw__btn-group > .kcw__btn-group:first-child:not(:last-child) > .kcw__dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

 .kcw .kcw__btn-group > .kcw__btn-group:last-child:not(:first-child) > .kcw__btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

 .kcw .kcw__btn-group .kcw__dropdown-toggle:active,  .kcw .kcw__btn-group.kcw__open .kcw__dropdown-toggle {
    outline: 0
}

 .kcw .kcw__btn-group > .kcw__btn + .kcw__dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

 .kcw .kcw__btn-group > .kcw__btn-lg + .kcw__dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

 .kcw .kcw__btn-group.kcw__open .kcw__dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

 .kcw .kcw__btn-group.kcw__open .kcw__dropdown-toggle.kcw__btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

 .kcw .kcw__btn .kcw__caret {
    margin-left: 0
}

 .kcw .kcw__btn-lg .kcw__caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

 .kcw .kcw__dropup .kcw__btn-lg .kcw__caret {
    border-width: 0 5px 5px
}

 .kcw .kcw__btn-group-vertical > .kcw__btn,  .kcw .kcw__btn-group-vertical > .kcw__btn-group,  .kcw .kcw__btn-group-vertical > .kcw__btn-group > .kcw__btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

 .kcw .kcw__btn-group-vertical > .kcw__btn-group > .kcw__btn {
    float: none
}

 .kcw .kcw__btn-group-vertical > .kcw__btn + .kcw__btn,  .kcw .kcw__btn-group-vertical > .kcw__btn + .kcw__btn-group,  .kcw .kcw__btn-group-vertical > .kcw__btn-group + .kcw__btn,  .kcw .kcw__btn-group-vertical > .kcw__btn-group + .kcw__btn-group {
    margin-top: -1px;
    margin-left: 0
}

 .kcw .kcw__btn-group-vertical > .kcw__btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

 .kcw .kcw__btn-group-vertical > .kcw__btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

 .kcw .kcw__btn-group-vertical > .kcw__btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

 .kcw .kcw__btn-group-vertical > .kcw__btn-group:not(:first-child):not(:last-child) > .kcw__btn {
    border-radius: 0
}

 .kcw .kcw__btn-group-vertical > .kcw__btn-group:first-child:not(:last-child) > .kcw__btn:last-child,  .kcw .kcw__btn-group-vertical > .kcw__btn-group:first-child:not(:last-child) > .kcw__dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

 .kcw .kcw__btn-group-vertical > .kcw__btn-group:last-child:not(:first-child) > .kcw__btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

 .kcw .kcw__btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

 .kcw .kcw__btn-group-justified > .kcw__btn,  .kcw .kcw__btn-group-justified > .kcw__btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

 .kcw .kcw__btn-group-justified > .kcw__btn-group .kcw__btn {
    width: 100%
}

 .kcw .kcw__btn-group-justified > .kcw__btn-group .kcw__dropdown-menu {
    left: auto
}

 .kcw [data-toggle=buttons] > .kcw__btn input[type=checkbox],  .kcw [data-toggle=buttons] > .kcw__btn input[type=radio],  .kcw [data-toggle=buttons] > .kcw__btn-group > .kcw__btn input[type=checkbox],  .kcw [data-toggle=buttons] > .kcw__btn-group > .kcw__btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

 .kcw .kcw__input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

 .kcw .kcw__input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

 .kcw .kcw__input-group .kcw__form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

 .kcw .kcw__input-group .kcw__form-control:focus {
    z-index: 3
}

 .kcw .kcw__input-group-lg > .kcw__form-control,  .kcw .kcw__input-group-lg > .kcw__input-group-addon,  .kcw .kcw__input-group-lg > .kcw__input-group-btn > .kcw__btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

 .kcw select.kcw__input-group-lg > .kcw__form-control,  .kcw select.kcw__input-group-lg > .kcw__input-group-addon,  .kcw select.kcw__input-group-lg > .kcw__input-group-btn > .kcw__btn {
    height: 46px;
    line-height: 46px
}

 .kcw select[multiple].kcw__input-group-lg > .kcw__form-control,  .kcw select[multiple].kcw__input-group-lg > .kcw__input-group-addon,  .kcw select[multiple].kcw__input-group-lg > .kcw__input-group-btn > .kcw__btn,  .kcw textarea.kcw__input-group-lg > .kcw__form-control,  .kcw textarea.kcw__input-group-lg > .kcw__input-group-addon,  .kcw textarea.kcw__input-group-lg > .kcw__input-group-btn > .kcw__btn {
    height: auto
}

 .kcw .kcw__input-group-sm > .kcw__form-control,  .kcw .kcw__input-group-sm > .kcw__input-group-addon,  .kcw .kcw__input-group-sm > .kcw__input-group-btn > .kcw__btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

 .kcw select.kcw__input-group-sm > .kcw__form-control,  .kcw select.kcw__input-group-sm > .kcw__input-group-addon,  .kcw select.kcw__input-group-sm > .kcw__input-group-btn > .kcw__btn {
    height: 30px;
    line-height: 30px
}

 .kcw select[multiple].kcw__input-group-sm > .kcw__form-control,  .kcw select[multiple].kcw__input-group-sm > .kcw__input-group-addon,  .kcw select[multiple].kcw__input-group-sm > .kcw__input-group-btn > .kcw__btn,  .kcw textarea.kcw__input-group-sm > .kcw__form-control,  .kcw textarea.kcw__input-group-sm > .kcw__input-group-addon,  .kcw textarea.kcw__input-group-sm > .kcw__input-group-btn > .kcw__btn {
    height: auto
}

 .kcw .kcw__input-group .kcw__form-control,  .kcw .kcw__input-group-addon,  .kcw .kcw__input-group-btn {
    display: table-cell
}

 .kcw .kcw__input-group .kcw__form-control:not(:first-child):not(:last-child),  .kcw .kcw__input-group-addon:not(:first-child):not(:last-child),  .kcw .kcw__input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

 .kcw .kcw__input-group-addon,  .kcw .kcw__input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

 .kcw .kcw__input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

 .kcw .kcw__input-group-addon.kcw__input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

 .kcw .kcw__input-group-addon.kcw__input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

 .kcw .kcw__input-group-addon input[type=checkbox],  .kcw .kcw__input-group-addon input[type=radio] {
    margin-top: 0
}

 .kcw .kcw__input-group .kcw__form-control:first-child,  .kcw .kcw__input-group-addon:first-child,  .kcw .kcw__input-group-btn:first-child > .kcw__btn,  .kcw .kcw__input-group-btn:first-child > .kcw__btn-group > .kcw__btn,  .kcw .kcw__input-group-btn:first-child > .kcw__dropdown-toggle,  .kcw .kcw__input-group-btn:last-child > .kcw__btn-group:not(:last-child) > .kcw__btn,  .kcw .kcw__input-group-btn:last-child > .kcw__btn:not(:last-child):not(.kcw__dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

 .kcw .kcw__input-group-addon:first-child {
    border-right: 0
}

 .kcw .kcw__input-group .kcw__form-control:last-child,  .kcw .kcw__input-group-addon:last-child,  .kcw .kcw__input-group-btn:first-child > .kcw__btn-group:not(:first-child) > .kcw__btn,  .kcw .kcw__input-group-btn:first-child > .kcw__btn:not(:first-child),  .kcw .kcw__input-group-btn:last-child > .kcw__btn,  .kcw .kcw__input-group-btn:last-child > .kcw__btn-group > .kcw__btn,  .kcw .kcw__input-group-btn:last-child > .kcw__dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

 .kcw .kcw__input-group-addon:last-child {
    border-left: 0
}

 .kcw .kcw__input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

 .kcw .kcw__input-group-btn > .kcw__btn {
    position: relative
}

 .kcw .kcw__input-group-btn > .kcw__btn + .kcw__btn {
    margin-left: -1px
}

 .kcw .kcw__input-group-btn > .kcw__btn:active,  .kcw .kcw__input-group-btn > .kcw__btn:focus,  .kcw .kcw__input-group-btn > .kcw__btn:hover {
    z-index: 2
}

 .kcw .kcw__input-group-btn:first-child > .kcw__btn,  .kcw .kcw__input-group-btn:first-child > .kcw__btn-group {
    margin-right: -1px
}

 .kcw .kcw__input-group-btn:last-child > .kcw__btn,  .kcw .kcw__input-group-btn:last-child > .kcw__btn-group {
    z-index: 2;
    margin-left: -1px
}

 .kcw .kcw__nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

 .kcw .kcw__nav > li {
    position: relative;
    display: block
}

 .kcw .kcw__nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

 .kcw .kcw__nav > li > a:focus,  .kcw .kcw__nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

 .kcw .kcw__nav > li.kcw__disabled > a {
    color: #777
}

 .kcw .kcw__nav > li.kcw__disabled > a:focus,  .kcw .kcw__nav > li.kcw__disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

 .kcw .kcw__nav .kcw__open > a,  .kcw .kcw__nav .kcw__open > a:focus,  .kcw .kcw__nav .kcw__open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

 .kcw .kcw__nav .kcw__nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

 .kcw .kcw__nav > li > a > img {
    max-width: none
}

 .kcw .kcw__nav-tabs {
    border-bottom: 1px solid #ddd
}

 .kcw .kcw__nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

 .kcw .kcw__nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

 .kcw .kcw__nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

 .kcw .kcw__nav-tabs > li.kcw__active > a,  .kcw .kcw__nav-tabs > li.kcw__active > a:focus,  .kcw .kcw__nav-tabs > li.kcw__active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

 .kcw .kcw__nav-tabs.kcw__nav-justified {
    width: 100%;
    border-bottom: 0
}

 .kcw .kcw__nav-tabs.kcw__nav-justified > li {
    float: none
}

 .kcw .kcw__nav-tabs.kcw__nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

 .kcw .kcw__nav-tabs.kcw__nav-justified > .kcw__dropdown .kcw__dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
     .kcw .kcw__nav-tabs.kcw__nav-justified > li {
        display: table-cell;
        width: 1%
    }

     .kcw .kcw__nav-tabs.kcw__nav-justified > li > a {
        margin-bottom: 0
    }
}

 .kcw .kcw__nav-tabs.kcw__nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

 .kcw .kcw__nav-tabs.kcw__nav-justified > .kcw__active > a,  .kcw .kcw__nav-tabs.kcw__nav-justified > .kcw__active > a:focus,  .kcw .kcw__nav-tabs.kcw__nav-justified > .kcw__active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
     .kcw .kcw__nav-tabs.kcw__nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

     .kcw .kcw__nav-tabs.kcw__nav-justified > .kcw__active > a,  .kcw .kcw__nav-tabs.kcw__nav-justified > .kcw__active > a:focus,  .kcw .kcw__nav-tabs.kcw__nav-justified > .kcw__active > a:hover {
        border-bottom-color: #fff
    }
}

 .kcw .kcw__nav-pills > li {
    float: left
}

 .kcw .kcw__nav-pills > li > a {
    border-radius: 4px
}

 .kcw .kcw__nav-pills > li + li {
    margin-left: 2px
}

 .kcw .kcw__nav-pills > li.kcw__active > a,  .kcw .kcw__nav-pills > li.kcw__active > a:focus,  .kcw .kcw__nav-pills > li.kcw__active > a:hover {
    color: #fff;
    background-color: #337ab7
}

 .kcw .kcw__nav-stacked > li {
    float: none
}

 .kcw .kcw__nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

 .kcw .kcw__nav-justified {
    width: 100%
}

 .kcw .kcw__nav-justified > li {
    float: none
}

 .kcw .kcw__nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

 .kcw .kcw__nav-justified > .kcw__dropdown .kcw__dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
     .kcw .kcw__nav-justified > li {
        display: table-cell;
        width: 1%
    }

     .kcw .kcw__nav-justified > li > a {
        margin-bottom: 0
    }
}

 .kcw .kcw__nav-tabs-justified {
    border-bottom: 0
}

 .kcw .kcw__nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

 .kcw .kcw__nav-tabs-justified > .kcw__active > a,  .kcw .kcw__nav-tabs-justified > .kcw__active > a:focus,  .kcw .kcw__nav-tabs-justified > .kcw__active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
     .kcw .kcw__nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

     .kcw .kcw__nav-tabs-justified > .kcw__active > a,  .kcw .kcw__nav-tabs-justified > .kcw__active > a:focus,  .kcw .kcw__nav-tabs-justified > .kcw__active > a:hover {
        border-bottom-color: #fff
    }
}

 .kcw .kcw__tab-content > .kcw__tab-pane {
    display: none
}

 .kcw .kcw__tab-content > .kcw__active {
    display: block
}

 .kcw .kcw__nav-tabs .kcw__dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

 .kcw .kcw__navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
     .kcw .kcw__navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-header {
        float: left
    }
}

 .kcw .kcw__navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

 .kcw .kcw__navbar-collapse.kcw__in {
    overflow-y: auto
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

     .kcw .kcw__navbar-collapse.kcw__collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

     .kcw .kcw__navbar-collapse.kcw__in {
        overflow-y: visible
    }

     .kcw .kcw__navbar-fixed-bottom .kcw__navbar-collapse,  .kcw .kcw__navbar-fixed-top .kcw__navbar-collapse,  .kcw .kcw__navbar-static-top .kcw__navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

 .kcw .kcw__navbar-fixed-bottom .kcw__navbar-collapse,  .kcw .kcw__navbar-fixed-top .kcw__navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
     .kcw .kcw__navbar-fixed-bottom .kcw__navbar-collapse,  .kcw .kcw__navbar-fixed-top .kcw__navbar-collapse {
        max-height: 200px
    }
}

 .kcw .kcw__container-fluid > .kcw__navbar-collapse,  .kcw .kcw__container-fluid > .kcw__navbar-header,  .kcw .kcw__container > .kcw__navbar-collapse,  .kcw .kcw__container > .kcw__navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
     .kcw .kcw__container-fluid > .kcw__navbar-collapse,  .kcw .kcw__container-fluid > .kcw__navbar-header,  .kcw .kcw__container > .kcw__navbar-collapse,  .kcw .kcw__container > .kcw__navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

 .kcw .kcw__navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-static-top {
        border-radius: 0
    }
}

 .kcw .kcw__navbar-fixed-bottom,  .kcw .kcw__navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-fixed-bottom,  .kcw .kcw__navbar-fixed-top {
        border-radius: 0
    }
}

 .kcw .kcw__navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

 .kcw .kcw__navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

 .kcw .kcw__navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

 .kcw .kcw__navbar-brand:focus,  .kcw .kcw__navbar-brand:hover {
    text-decoration: none
}

 .kcw .kcw__navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
     .kcw .kcw__navbar > .kcw__container .kcw__navbar-brand,  .kcw .kcw__navbar > .kcw__container-fluid .kcw__navbar-brand {
        margin-left: -15px
    }
}

 .kcw .kcw__navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

 .kcw .kcw__navbar-toggle:focus {
    outline: 0
}

 .kcw .kcw__navbar-toggle .kcw__icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

 .kcw .kcw__navbar-toggle .kcw__icon-bar + .kcw__icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-toggle {
        display: none
    }
}

 .kcw .kcw__navbar-nav {
    margin: 7.5px -15px
}

 .kcw .kcw__navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
     .kcw .kcw__navbar-nav .kcw__open .kcw__dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

     .kcw .kcw__navbar-nav .kcw__open .kcw__dropdown-menu .kcw__dropdown-header,  .kcw .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

     .kcw .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a {
        line-height: 20px
    }

     .kcw .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a:focus,  .kcw .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-nav {
        float: left;
        margin: 0
    }

     .kcw .kcw__navbar-nav > li {
        float: left
    }

     .kcw .kcw__navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

 .kcw .kcw__navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-form .kcw__form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

     .kcw .kcw__navbar-form .kcw__form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

     .kcw .kcw__navbar-form .kcw__form-control-static {
        display: inline-block
    }

     .kcw .kcw__navbar-form .kcw__input-group {
        display: inline-table;
        vertical-align: middle
    }

     .kcw .kcw__navbar-form .kcw__input-group .kcw__form-control,  .kcw .kcw__navbar-form .kcw__input-group .kcw__input-group-addon,  .kcw .kcw__navbar-form .kcw__input-group .kcw__input-group-btn {
        width: auto
    }

     .kcw .kcw__navbar-form .kcw__input-group > .kcw__form-control {
        width: 100%
    }

     .kcw .kcw__navbar-form .kcw__control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

     .kcw .kcw__navbar-form .kcw__checkbox,  .kcw .kcw__navbar-form .kcw__radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

     .kcw .kcw__navbar-form .kcw__checkbox label,  .kcw .kcw__navbar-form .kcw__radio label {
        padding-left: 0
    }

     .kcw .kcw__navbar-form .kcw__checkbox input[type=checkbox],  .kcw .kcw__navbar-form .kcw__radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

     .kcw .kcw__navbar-form .kcw__has-feedback .kcw__form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navbar-form .kcw__form-group {
        margin-bottom: 5px
    }

     .kcw .kcw__navbar-form .kcw__form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

 .kcw .kcw__navbar-nav > li > .kcw__dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

 .kcw .kcw__navbar-fixed-bottom .kcw__navbar-nav > li > .kcw__dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

 .kcw .kcw__navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

 .kcw .kcw__navbar-btn.kcw__btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

 .kcw .kcw__navbar-btn.kcw__btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

 .kcw .kcw__navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
     .kcw .kcw__navbar-left {
        float: left !important
    }

     .kcw .kcw__navbar-right {
        float: right !important;
        margin-right: -15px
    }

     .kcw .kcw__navbar-right ~ .kcw__navbar-right {
        margin-right: 0
    }
}

 .kcw .kcw__navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

 .kcw .kcw__navbar-default .kcw__navbar-brand {
    color: #777
}

 .kcw .kcw__navbar-default .kcw__navbar-brand:focus,  .kcw .kcw__navbar-default .kcw__navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

 .kcw .kcw__navbar-default .kcw__navbar-text {
    color: #777
}

 .kcw .kcw__navbar-default .kcw__navbar-nav > li > a {
    color: #777
}

 .kcw .kcw__navbar-default .kcw__navbar-nav > li > a:focus,  .kcw .kcw__navbar-default .kcw__navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

 .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__active > a,  .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__active > a:focus,  .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

 .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__disabled > a,  .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__disabled > a:focus,  .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

 .kcw .kcw__navbar-default .kcw__navbar-toggle {
    border-color: #ddd
}

 .kcw .kcw__navbar-default .kcw__navbar-toggle:focus,  .kcw .kcw__navbar-default .kcw__navbar-toggle:hover {
    background-color: #ddd
}

 .kcw .kcw__navbar-default .kcw__navbar-toggle .kcw__icon-bar {
    background-color: #888
}

 .kcw .kcw__navbar-default .kcw__navbar-collapse,  .kcw .kcw__navbar-default .kcw__navbar-form {
    border-color: #e7e7e7
}

 .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__open > a,  .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__open > a:focus,  .kcw .kcw__navbar-default .kcw__navbar-nav > .kcw__open > a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
     .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a {
        color: #777
    }

     .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a:focus,  .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

     .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__active > a,  .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__active > a:focus,  .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

     .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__disabled > a,  .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__disabled > a:focus,  .kcw .kcw__navbar-default .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

 .kcw .kcw__navbar-default .kcw__navbar-link {
    color: #777
}

 .kcw .kcw__navbar-default .kcw__navbar-link:hover {
    color: #333
}

 .kcw .kcw__navbar-default .kcw__btn-link {
    color: #777
}

 .kcw .kcw__navbar-default .kcw__btn-link:focus,  .kcw .kcw__navbar-default .kcw__btn-link:hover {
    color: #333
}

 .kcw .kcw__navbar-default .kcw__btn-link[disabled]:focus,  .kcw .kcw__navbar-default .kcw__btn-link[disabled]:hover,  .kcw fieldset[disabled] .kcw__navbar-default .kcw__btn-link:focus,  .kcw fieldset[disabled] .kcw__navbar-default .kcw__btn-link:hover {
    color: #ccc
}

 .kcw .kcw__navbar-inverse {
    background-color: #222;
    border-color: #080808
}

 .kcw .kcw__navbar-inverse .kcw__navbar-brand {
    color: #9d9d9d
}

 .kcw .kcw__navbar-inverse .kcw__navbar-brand:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

 .kcw .kcw__navbar-inverse .kcw__navbar-text {
    color: #9d9d9d
}

 .kcw .kcw__navbar-inverse .kcw__navbar-nav > li > a {
    color: #9d9d9d
}

 .kcw .kcw__navbar-inverse .kcw__navbar-nav > li > a:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

 .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__active > a,  .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__active > a:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__active > a:hover {
    color: #fff;
    background-color: #080808
}

 .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__disabled > a,  .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__disabled > a:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__disabled > a:hover {
    color: #444;
    background-color: transparent
}

 .kcw .kcw__navbar-inverse .kcw__navbar-toggle {
    border-color: #333
}

 .kcw .kcw__navbar-inverse .kcw__navbar-toggle:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-toggle:hover {
    background-color: #333
}

 .kcw .kcw__navbar-inverse .kcw__navbar-toggle .kcw__icon-bar {
    background-color: #fff
}

 .kcw .kcw__navbar-inverse .kcw__navbar-collapse,  .kcw .kcw__navbar-inverse .kcw__navbar-form {
    border-color: #101010
}

 .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__open > a,  .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__open > a:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-nav > .kcw__open > a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
     .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__dropdown-header {
        border-color: #080808
    }

     .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu .kcw__divider {
        background-color: #080808
    }

     .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a {
        color: #9d9d9d
    }

     .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

     .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__active > a,  .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__active > a:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__active > a:hover {
        color: #fff;
        background-color: #080808
    }

     .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__disabled > a,  .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__disabled > a:focus,  .kcw .kcw__navbar-inverse .kcw__navbar-nav .kcw__open .kcw__dropdown-menu > .kcw__disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

 .kcw .kcw__navbar-inverse .kcw__navbar-link {
    color: #9d9d9d
}

 .kcw .kcw__navbar-inverse .kcw__navbar-link:hover {
    color: #fff
}

 .kcw .kcw__navbar-inverse .kcw__btn-link {
    color: #9d9d9d
}

 .kcw .kcw__navbar-inverse .kcw__btn-link:focus,  .kcw .kcw__navbar-inverse .kcw__btn-link:hover {
    color: #fff
}

 .kcw .kcw__navbar-inverse .kcw__btn-link[disabled]:focus,  .kcw .kcw__navbar-inverse .kcw__btn-link[disabled]:hover,  .kcw fieldset[disabled] .kcw__navbar-inverse .kcw__btn-link:focus,  .kcw fieldset[disabled] .kcw__navbar-inverse .kcw__btn-link:hover {
    color: #444
}

 .kcw .kcw__breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

 .kcw .kcw__breadcrumb > li {
    display: inline-block
}

 .kcw .kcw__breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

 .kcw .kcw__breadcrumb > .kcw__active {
    color: #777
}

 .kcw .kcw__pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

 .kcw .kcw__pagination > li {
    display: inline
}

 .kcw .kcw__pagination > li > a,  .kcw .kcw__pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

 .kcw .kcw__pagination > li:first-child > a,  .kcw .kcw__pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

 .kcw .kcw__pagination > li:last-child > a,  .kcw .kcw__pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

 .kcw .kcw__pagination > li > a:focus,  .kcw .kcw__pagination > li > a:hover,  .kcw .kcw__pagination > li > span:focus,  .kcw .kcw__pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

 .kcw .kcw__pagination > .kcw__active > a,  .kcw .kcw__pagination > .kcw__active > a:focus,  .kcw .kcw__pagination > .kcw__active > a:hover,  .kcw .kcw__pagination > .kcw__active > span,  .kcw .kcw__pagination > .kcw__active > span:focus,  .kcw .kcw__pagination > .kcw__active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

 .kcw .kcw__pagination > .kcw__disabled > a,  .kcw .kcw__pagination > .kcw__disabled > a:focus,  .kcw .kcw__pagination > .kcw__disabled > a:hover,  .kcw .kcw__pagination > .kcw__disabled > span,  .kcw .kcw__pagination > .kcw__disabled > span:focus,  .kcw .kcw__pagination > .kcw__disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

 .kcw .kcw__pagination-lg > li > a,  .kcw .kcw__pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

 .kcw .kcw__pagination-lg > li:first-child > a,  .kcw .kcw__pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

 .kcw .kcw__pagination-lg > li:last-child > a,  .kcw .kcw__pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

 .kcw .kcw__pagination-sm > li > a,  .kcw .kcw__pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

 .kcw .kcw__pagination-sm > li:first-child > a,  .kcw .kcw__pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

 .kcw .kcw__pagination-sm > li:last-child > a,  .kcw .kcw__pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

 .kcw .kcw__pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

 .kcw .kcw__pager li {
    display: inline
}

 .kcw .kcw__pager li > a,  .kcw .kcw__pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

 .kcw .kcw__pager li > a:focus,  .kcw .kcw__pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

 .kcw .kcw__pager .kcw__next > a,  .kcw .kcw__pager .kcw__next > span {
    float: right
}

 .kcw .kcw__pager .kcw__previous > a,  .kcw .kcw__pager .kcw__previous > span {
    float: left
}

 .kcw .kcw__pager .kcw__disabled > a,  .kcw .kcw__pager .kcw__disabled > a:focus,  .kcw .kcw__pager .kcw__disabled > a:hover,  .kcw .kcw__pager .kcw__disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

 .kcw .kcw__label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

 .kcw a.kcw__label:focus,  .kcw a.kcw__label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

 .kcw .kcw__label:empty {
    display: none
}

 .kcw .kcw__btn .kcw__label {
    position: relative;
    top: -1px
}

 .kcw .kcw__label-default {
    background-color: #777
}

 .kcw .kcw__label-default[href]:focus,  .kcw .kcw__label-default[href]:hover {
    background-color: #5e5e5e
}

 .kcw .kcw__label-primary {
    background-color: #337ab7
}

 .kcw .kcw__label-primary[href]:focus,  .kcw .kcw__label-primary[href]:hover {
    background-color: #286090
}

 .kcw .kcw__label-success {
    background-color: #5cb85c
}

 .kcw .kcw__label-success[href]:focus,  .kcw .kcw__label-success[href]:hover {
    background-color: #449d44
}

 .kcw .kcw__label-info {
    background-color: #5bc0de
}

 .kcw .kcw__label-info[href]:focus,  .kcw .kcw__label-info[href]:hover {
    background-color: #31b0d5
}

 .kcw .kcw__label-warning {
    background-color: #f0ad4e
}

 .kcw .kcw__label-warning[href]:focus,  .kcw .kcw__label-warning[href]:hover {
    background-color: #ec971f
}

 .kcw .kcw__label-danger {
    background-color: #d9534f
}

 .kcw .kcw__label-danger[href]:focus,  .kcw .kcw__label-danger[href]:hover {
    background-color: #c9302c
}

 .kcw .kcw__badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

 .kcw .kcw__badge:empty {
    display: none
}

 .kcw .kcw__btn .kcw__badge {
    position: relative;
    top: -1px
}

 .kcw .kcw__btn-group-xs > .kcw__btn .kcw__badge,  .kcw .kcw__btn-xs .kcw__badge {
    top: 0;
    padding: 1px 5px
}

 .kcw a.kcw__badge:focus,  .kcw a.kcw__badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

 .kcw .kcw__list-group-item.kcw__active > .kcw__badge,  .kcw .kcw__nav-pills > .kcw__active > a > .kcw__badge {
    color: #337ab7;
    background-color: #fff
}

 .kcw .kcw__list-group-item > .kcw__badge {
    float: right
}

 .kcw .kcw__list-group-item > .kcw__badge + .kcw__badge {
    margin-right: 5px
}

 .kcw .kcw__nav-pills > li > a > .kcw__badge {
    margin-left: 3px
}

 .kcw .kcw__jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

 .kcw .kcw__jumbotron .kcw__h1,  .kcw .kcw__jumbotron h1 {
    color: inherit
}

 .kcw .kcw__jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

 .kcw .kcw__jumbotron > hr {
    border-top-color: #d5d5d5
}

 .kcw .kcw__container .kcw__jumbotron,  .kcw .kcw__container-fluid .kcw__jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

 .kcw .kcw__jumbotron .kcw__container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
     .kcw .kcw__jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

     .kcw .kcw__container .kcw__jumbotron,  .kcw .kcw__container-fluid .kcw__jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

     .kcw .kcw__jumbotron .kcw__h1,  .kcw .kcw__jumbotron h1 {
        font-size: 63px
    }
}

 .kcw .kcw__thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

 .kcw .kcw__thumbnail a > img,  .kcw .kcw__thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

 .kcw a.kcw__thumbnail.kcw__active,  .kcw a.kcw__thumbnail:focus,  .kcw a.kcw__thumbnail:hover {
    border-color: #337ab7
}

 .kcw .kcw__thumbnail .kcw__caption {
    padding: 9px;
    color: #333
}

 .kcw .kcw__alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

 .kcw .kcw__alert h4 {
    margin-top: 0;
    color: inherit
}

 .kcw .kcw__alert .kcw__alert-link {
    font-weight: 700
}

 .kcw .kcw__alert > p,  .kcw .kcw__alert > ul {
    margin-bottom: 0
}

 .kcw .kcw__alert > p + p {
    margin-top: 5px
}

 .kcw .kcw__alert-dismissable,  .kcw .kcw__alert-dismissible {
    padding-right: 35px
}

 .kcw .kcw__alert-dismissable .kcw__close,  .kcw .kcw__alert-dismissible .kcw__close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

 .kcw .kcw__alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

 .kcw .kcw__alert-success hr {
    border-top-color: #c9e2b3
}

 .kcw .kcw__alert-success .kcw__alert-link {
    color: #2b542c
}

 .kcw .kcw__alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

 .kcw .kcw__alert-info hr {
    border-top-color: #a6e1ec
}

 .kcw .kcw__alert-info .kcw__alert-link {
    color: #245269
}

 .kcw .kcw__alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

 .kcw .kcw__alert-warning hr {
    border-top-color: #f7e1b5
}

 .kcw .kcw__alert-warning .kcw__alert-link {
    color: #66512c
}

 .kcw .kcw__alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

 .kcw .kcw__alert-danger hr {
    border-top-color: #e4b9c0
}

 .kcw .kcw__alert-danger .kcw__alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

 .kcw .kcw__progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

 .kcw .kcw__progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

 .kcw .kcw__progress-bar-striped,  .kcw .kcw__progress-striped .kcw__progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

 .kcw .kcw__progress-bar.kcw__active,  .kcw .kcw__progress.kcw__active .kcw__progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

 .kcw .kcw__progress-bar-success {
    background-color: #5cb85c
}

 .kcw .kcw__progress-striped .kcw__progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

 .kcw .kcw__progress-bar-info {
    background-color: #5bc0de
}

 .kcw .kcw__progress-striped .kcw__progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

 .kcw .kcw__progress-bar-warning {
    background-color: #f0ad4e
}

 .kcw .kcw__progress-striped .kcw__progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

 .kcw .kcw__progress-bar-danger {
    background-color: #d9534f
}

 .kcw .kcw__progress-striped .kcw__progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

 .kcw .kcw__media {
    margin-top: 15px
}

 .kcw .kcw__media:first-child {
    margin-top: 0
}

 .kcw .kcw__media,  .kcw .kcw__media-body {
    overflow: hidden;
    zoom: 1
}

 .kcw .kcw__media-body {
    width: 10000px
}

 .kcw .kcw__media-object {
    display: block
}

 .kcw .kcw__media-object.kcw__img-thumbnail {
    max-width: none
}

 .kcw .kcw__media-right,  .kcw .kcw__media > .kcw__pull-right {
    padding-left: 10px
}

 .kcw .kcw__media-left,  .kcw .kcw__media > .kcw__pull-left {
    padding-right: 10px
}

 .kcw .kcw__media-body,  .kcw .kcw__media-left,  .kcw .kcw__media-right {
    display: table-cell;
    vertical-align: top
}

 .kcw .kcw__media-middle {
    vertical-align: middle
}

 .kcw .kcw__media-bottom {
    vertical-align: bottom
}

 .kcw .kcw__media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

 .kcw .kcw__media-list {
    padding-left: 0;
    list-style: none
}

 .kcw .kcw__list-group {
    padding-left: 0;
    margin-bottom: 20px
}

 .kcw .kcw__list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

 .kcw .kcw__list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

 .kcw .kcw__list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

 .kcw a.kcw__list-group-item,  .kcw button.kcw__list-group-item {
    color: #555
}

 .kcw a.kcw__list-group-item .kcw__list-group-item-heading,  .kcw button.kcw__list-group-item .kcw__list-group-item-heading {
    color: #333
}

 .kcw a.kcw__list-group-item:focus,  .kcw a.kcw__list-group-item:hover,  .kcw button.kcw__list-group-item:focus,  .kcw button.kcw__list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

 .kcw button.kcw__list-group-item {
    width: 100%;
    text-align: left
}

 .kcw .kcw__list-group-item.kcw__disabled,  .kcw .kcw__list-group-item.kcw__disabled:focus,  .kcw .kcw__list-group-item.kcw__disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

 .kcw .kcw__list-group-item.kcw__disabled .kcw__list-group-item-heading,  .kcw .kcw__list-group-item.kcw__disabled:focus .kcw__list-group-item-heading,  .kcw .kcw__list-group-item.kcw__disabled:hover .kcw__list-group-item-heading {
    color: inherit
}

 .kcw .kcw__list-group-item.kcw__disabled .kcw__list-group-item-text,  .kcw .kcw__list-group-item.kcw__disabled:focus .kcw__list-group-item-text,  .kcw .kcw__list-group-item.kcw__disabled:hover .kcw__list-group-item-text {
    color: #777
}

 .kcw .kcw__list-group-item.kcw__active,  .kcw .kcw__list-group-item.kcw__active:focus,  .kcw .kcw__list-group-item.kcw__active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

 .kcw .kcw__list-group-item.kcw__active .kcw__list-group-item-heading,  .kcw .kcw__list-group-item.kcw__active .kcw__list-group-item-heading > .kcw__small,  .kcw .kcw__list-group-item.kcw__active .kcw__list-group-item-heading > small,  .kcw .kcw__list-group-item.kcw__active:focus .kcw__list-group-item-heading,  .kcw .kcw__list-group-item.kcw__active:focus .kcw__list-group-item-heading > .kcw__small,  .kcw .kcw__list-group-item.kcw__active:focus .kcw__list-group-item-heading > small,  .kcw .kcw__list-group-item.kcw__active:hover .kcw__list-group-item-heading,  .kcw .kcw__list-group-item.kcw__active:hover .kcw__list-group-item-heading > .kcw__small,  .kcw .kcw__list-group-item.kcw__active:hover .kcw__list-group-item-heading > small {
    color: inherit
}

 .kcw .kcw__list-group-item.kcw__active .kcw__list-group-item-text,  .kcw .kcw__list-group-item.kcw__active:focus .kcw__list-group-item-text,  .kcw .kcw__list-group-item.kcw__active:hover .kcw__list-group-item-text {
    color: #c7ddef
}

 .kcw .kcw__list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

 .kcw a.kcw__list-group-item-success,  .kcw button.kcw__list-group-item-success {
    color: #3c763d
}

 .kcw a.kcw__list-group-item-success .kcw__list-group-item-heading,  .kcw button.kcw__list-group-item-success .kcw__list-group-item-heading {
    color: inherit
}

 .kcw a.kcw__list-group-item-success:focus,  .kcw a.kcw__list-group-item-success:hover,  .kcw button.kcw__list-group-item-success:focus,  .kcw button.kcw__list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

 .kcw a.kcw__list-group-item-success.kcw__active,  .kcw a.kcw__list-group-item-success.kcw__active:focus,  .kcw a.kcw__list-group-item-success.kcw__active:hover,  .kcw button.kcw__list-group-item-success.kcw__active,  .kcw button.kcw__list-group-item-success.kcw__active:focus,  .kcw button.kcw__list-group-item-success.kcw__active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

 .kcw .kcw__list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

 .kcw a.kcw__list-group-item-info,  .kcw button.kcw__list-group-item-info {
    color: #31708f
}

 .kcw a.kcw__list-group-item-info .kcw__list-group-item-heading,  .kcw button.kcw__list-group-item-info .kcw__list-group-item-heading {
    color: inherit
}

 .kcw a.kcw__list-group-item-info:focus,  .kcw a.kcw__list-group-item-info:hover,  .kcw button.kcw__list-group-item-info:focus,  .kcw button.kcw__list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

 .kcw a.kcw__list-group-item-info.kcw__active,  .kcw a.kcw__list-group-item-info.kcw__active:focus,  .kcw a.kcw__list-group-item-info.kcw__active:hover,  .kcw button.kcw__list-group-item-info.kcw__active,  .kcw button.kcw__list-group-item-info.kcw__active:focus,  .kcw button.kcw__list-group-item-info.kcw__active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

 .kcw .kcw__list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

 .kcw a.kcw__list-group-item-warning,  .kcw button.kcw__list-group-item-warning {
    color: #8a6d3b
}

 .kcw a.kcw__list-group-item-warning .kcw__list-group-item-heading,  .kcw button.kcw__list-group-item-warning .kcw__list-group-item-heading {
    color: inherit
}

 .kcw a.kcw__list-group-item-warning:focus,  .kcw a.kcw__list-group-item-warning:hover,  .kcw button.kcw__list-group-item-warning:focus,  .kcw button.kcw__list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

 .kcw a.kcw__list-group-item-warning.kcw__active,  .kcw a.kcw__list-group-item-warning.kcw__active:focus,  .kcw a.kcw__list-group-item-warning.kcw__active:hover,  .kcw button.kcw__list-group-item-warning.kcw__active,  .kcw button.kcw__list-group-item-warning.kcw__active:focus,  .kcw button.kcw__list-group-item-warning.kcw__active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

 .kcw .kcw__list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

 .kcw a.kcw__list-group-item-danger,  .kcw button.kcw__list-group-item-danger {
    color: #a94442
}

 .kcw a.kcw__list-group-item-danger .kcw__list-group-item-heading,  .kcw button.kcw__list-group-item-danger .kcw__list-group-item-heading {
    color: inherit
}

 .kcw a.kcw__list-group-item-danger:focus,  .kcw a.kcw__list-group-item-danger:hover,  .kcw button.kcw__list-group-item-danger:focus,  .kcw button.kcw__list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

 .kcw a.kcw__list-group-item-danger.kcw__active,  .kcw a.kcw__list-group-item-danger.kcw__active:focus,  .kcw a.kcw__list-group-item-danger.kcw__active:hover,  .kcw button.kcw__list-group-item-danger.kcw__active,  .kcw button.kcw__list-group-item-danger.kcw__active:focus,  .kcw button.kcw__list-group-item-danger.kcw__active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

 .kcw .kcw__list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

 .kcw .kcw__list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

 .kcw .kcw__panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

 .kcw .kcw__panel-body {
    padding: 15px
}

 .kcw .kcw__panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

 .kcw .kcw__panel-heading > .kcw__dropdown .kcw__dropdown-toggle {
    color: inherit
}

 .kcw .kcw__panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

 .kcw .kcw__panel-title > .kcw__small,  .kcw .kcw__panel-title > .kcw__small > a,  .kcw .kcw__panel-title > a,  .kcw .kcw__panel-title > small,  .kcw .kcw__panel-title > small > a {
    color: inherit
}

 .kcw .kcw__panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

 .kcw .kcw__panel > .kcw__list-group,  .kcw .kcw__panel > .kcw__panel-collapse > .kcw__list-group {
    margin-bottom: 0
}

 .kcw .kcw__panel > .kcw__list-group .kcw__list-group-item,  .kcw .kcw__panel > .kcw__panel-collapse > .kcw__list-group .kcw__list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

 .kcw .kcw__panel > .kcw__list-group:first-child .kcw__list-group-item:first-child,  .kcw .kcw__panel > .kcw__panel-collapse > .kcw__list-group:first-child .kcw__list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

 .kcw .kcw__panel > .kcw__list-group:last-child .kcw__list-group-item:last-child,  .kcw .kcw__panel > .kcw__panel-collapse > .kcw__list-group:last-child .kcw__list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

 .kcw .kcw__panel > .kcw__panel-heading + .kcw__panel-collapse > .kcw__list-group .kcw__list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

 .kcw .kcw__panel-heading + .kcw__list-group .kcw__list-group-item:first-child {
    border-top-width: 0
}

 .kcw .kcw__list-group + .kcw__panel-footer {
    border-top-width: 0
}

 .kcw .kcw__panel > .kcw__panel-collapse > .kcw__table,  .kcw .kcw__panel > .kcw__table,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table {
    margin-bottom: 0
}

 .kcw .kcw__panel > .kcw__panel-collapse > .kcw__table caption,  .kcw .kcw__panel > .kcw__table caption,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table caption {
    padding-right: 15px;
    padding-left: 15px
}

 .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child,  .kcw .kcw__panel > .kcw__table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

 .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > tbody:first-child > tr:first-child,  .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > thead:first-child > tr:first-child,  .kcw .kcw__panel > .kcw__table:first-child > tbody:first-child > tr:first-child,  .kcw .kcw__panel > .kcw__table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

 .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > tbody:first-child > tr:first-child td:first-child,  .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > tbody:first-child > tr:first-child th:first-child,  .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > thead:first-child > tr:first-child td:first-child,  .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > thead:first-child > tr:first-child th:first-child,  .kcw .kcw__panel > .kcw__table:first-child > tbody:first-child > tr:first-child td:first-child,  .kcw .kcw__panel > .kcw__table:first-child > tbody:first-child > tr:first-child th:first-child,  .kcw .kcw__panel > .kcw__table:first-child > thead:first-child > tr:first-child td:first-child,  .kcw .kcw__panel > .kcw__table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

 .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > tbody:first-child > tr:first-child td:last-child,  .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > tbody:first-child > tr:first-child th:last-child,  .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > thead:first-child > tr:first-child td:last-child,  .kcw .kcw__panel > .kcw__table-responsive:first-child > .kcw__table:first-child > thead:first-child > tr:first-child th:last-child,  .kcw .kcw__panel > .kcw__table:first-child > tbody:first-child > tr:first-child td:last-child,  .kcw .kcw__panel > .kcw__table:first-child > tbody:first-child > tr:first-child th:last-child,  .kcw .kcw__panel > .kcw__table:first-child > thead:first-child > tr:first-child td:last-child,  .kcw .kcw__panel > .kcw__table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

 .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child,  .kcw .kcw__panel > .kcw__table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

 .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tbody:last-child > tr:last-child,  .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tfoot:last-child > tr:last-child,  .kcw .kcw__panel > .kcw__table:last-child > tbody:last-child > tr:last-child,  .kcw .kcw__panel > .kcw__table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

 .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tbody:last-child > tr:last-child td:first-child,  .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tbody:last-child > tr:last-child th:first-child,  .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tfoot:last-child > tr:last-child td:first-child,  .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tfoot:last-child > tr:last-child th:first-child,  .kcw .kcw__panel > .kcw__table:last-child > tbody:last-child > tr:last-child td:first-child,  .kcw .kcw__panel > .kcw__table:last-child > tbody:last-child > tr:last-child th:first-child,  .kcw .kcw__panel > .kcw__table:last-child > tfoot:last-child > tr:last-child td:first-child,  .kcw .kcw__panel > .kcw__table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

 .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tbody:last-child > tr:last-child td:last-child,  .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tbody:last-child > tr:last-child th:last-child,  .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tfoot:last-child > tr:last-child td:last-child,  .kcw .kcw__panel > .kcw__table-responsive:last-child > .kcw__table:last-child > tfoot:last-child > tr:last-child th:last-child,  .kcw .kcw__panel > .kcw__table:last-child > tbody:last-child > tr:last-child td:last-child,  .kcw .kcw__panel > .kcw__table:last-child > tbody:last-child > tr:last-child th:last-child,  .kcw .kcw__panel > .kcw__table:last-child > tfoot:last-child > tr:last-child td:last-child,  .kcw .kcw__panel > .kcw__table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

 .kcw .kcw__panel > .kcw__panel-body + .kcw__table,  .kcw .kcw__panel > .kcw__panel-body + .kcw__table-responsive,  .kcw .kcw__panel > .kcw__table + .kcw__panel-body,  .kcw .kcw__panel > .kcw__table-responsive + .kcw__panel-body {
    border-top: 1px solid #ddd
}

 .kcw .kcw__panel > .kcw__table > tbody:first-child > tr:first-child td,  .kcw .kcw__panel > .kcw__table > tbody:first-child > tr:first-child th {
    border-top: 0
}

 .kcw .kcw__panel > .kcw__table-bordered,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered {
    border: 0
}

 .kcw .kcw__panel > .kcw__table-bordered > tbody > tr > td:first-child,  .kcw .kcw__panel > .kcw__table-bordered > tbody > tr > th:first-child,  .kcw .kcw__panel > .kcw__table-bordered > tfoot > tr > td:first-child,  .kcw .kcw__panel > .kcw__table-bordered > tfoot > tr > th:first-child,  .kcw .kcw__panel > .kcw__table-bordered > thead > tr > td:first-child,  .kcw .kcw__panel > .kcw__table-bordered > thead > tr > th:first-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr > td:first-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr > th:first-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > td:first-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > th:first-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > thead > tr > td:first-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > thead > tr > th:first-child {
    border-left: 0
}

 .kcw .kcw__panel > .kcw__table-bordered > tbody > tr > td:last-child,  .kcw .kcw__panel > .kcw__table-bordered > tbody > tr > th:last-child,  .kcw .kcw__panel > .kcw__table-bordered > tfoot > tr > td:last-child,  .kcw .kcw__panel > .kcw__table-bordered > tfoot > tr > th:last-child,  .kcw .kcw__panel > .kcw__table-bordered > thead > tr > td:last-child,  .kcw .kcw__panel > .kcw__table-bordered > thead > tr > th:last-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr > td:last-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr > th:last-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > td:last-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tfoot > tr > th:last-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > thead > tr > td:last-child,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > thead > tr > th:last-child {
    border-right: 0
}

 .kcw .kcw__panel > .kcw__table-bordered > tbody > tr:first-child > td,  .kcw .kcw__panel > .kcw__table-bordered > tbody > tr:first-child > th,  .kcw .kcw__panel > .kcw__table-bordered > thead > tr:first-child > td,  .kcw .kcw__panel > .kcw__table-bordered > thead > tr:first-child > th,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr:first-child > td,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr:first-child > th,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > thead > tr:first-child > td,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

 .kcw .kcw__panel > .kcw__table-bordered > tbody > tr:last-child > td,  .kcw .kcw__panel > .kcw__table-bordered > tbody > tr:last-child > th,  .kcw .kcw__panel > .kcw__table-bordered > tfoot > tr:last-child > td,  .kcw .kcw__panel > .kcw__table-bordered > tfoot > tr:last-child > th,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr:last-child > td,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tbody > tr:last-child > th,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tfoot > tr:last-child > td,  .kcw .kcw__panel > .kcw__table-responsive > .kcw__table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

 .kcw .kcw__panel > .kcw__table-responsive {
    margin-bottom: 0;
    border: 0
}

 .kcw .kcw__panel-group {
    margin-bottom: 20px
}

 .kcw .kcw__panel-group .kcw__panel {
    margin-bottom: 0;
    border-radius: 4px
}

 .kcw .kcw__panel-group .kcw__panel + .kcw__panel {
    margin-top: 5px
}

 .kcw .kcw__panel-group .kcw__panel-heading {
    border-bottom: 0
}

 .kcw .kcw__panel-group .kcw__panel-heading + .kcw__panel-collapse > .kcw__list-group,  .kcw .kcw__panel-group .kcw__panel-heading + .kcw__panel-collapse > .kcw__panel-body {
    border-top: 1px solid #ddd
}

 .kcw .kcw__panel-group .kcw__panel-footer {
    border-top: 0
}

 .kcw .kcw__panel-group .kcw__panel-footer + .kcw__panel-collapse .kcw__panel-body {
    border-bottom: 1px solid #ddd
}

 .kcw .kcw__panel-default {
    border-color: #ddd
}

 .kcw .kcw__panel-default > .kcw__panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

 .kcw .kcw__panel-default > .kcw__panel-heading + .kcw__panel-collapse > .kcw__panel-body {
    border-top-color: #ddd
}

 .kcw .kcw__panel-default > .kcw__panel-heading .kcw__badge {
    color: #f5f5f5;
    background-color: #333
}

 .kcw .kcw__panel-default > .kcw__panel-footer + .kcw__panel-collapse > .kcw__panel-body {
    border-bottom-color: #ddd
}

 .kcw .kcw__panel-primary {
    border-color: #337ab7
}

 .kcw .kcw__panel-primary > .kcw__panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

 .kcw .kcw__panel-primary > .kcw__panel-heading + .kcw__panel-collapse > .kcw__panel-body {
    border-top-color: #337ab7
}

 .kcw .kcw__panel-primary > .kcw__panel-heading .kcw__badge {
    color: #337ab7;
    background-color: #fff
}

 .kcw .kcw__panel-primary > .kcw__panel-footer + .kcw__panel-collapse > .kcw__panel-body {
    border-bottom-color: #337ab7
}

 .kcw .kcw__panel-success {
    border-color: #d6e9c6
}

 .kcw .kcw__panel-success > .kcw__panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

 .kcw .kcw__panel-success > .kcw__panel-heading + .kcw__panel-collapse > .kcw__panel-body {
    border-top-color: #d6e9c6
}

 .kcw .kcw__panel-success > .kcw__panel-heading .kcw__badge {
    color: #dff0d8;
    background-color: #3c763d
}

 .kcw .kcw__panel-success > .kcw__panel-footer + .kcw__panel-collapse > .kcw__panel-body {
    border-bottom-color: #d6e9c6
}

 .kcw .kcw__panel-info {
    border-color: #bce8f1
}

 .kcw .kcw__panel-info > .kcw__panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

 .kcw .kcw__panel-info > .kcw__panel-heading + .kcw__panel-collapse > .kcw__panel-body {
    border-top-color: #bce8f1
}

 .kcw .kcw__panel-info > .kcw__panel-heading .kcw__badge {
    color: #d9edf7;
    background-color: #31708f
}

 .kcw .kcw__panel-info > .kcw__panel-footer + .kcw__panel-collapse > .kcw__panel-body {
    border-bottom-color: #bce8f1
}

 .kcw .kcw__panel-warning {
    border-color: #faebcc
}

 .kcw .kcw__panel-warning > .kcw__panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

 .kcw .kcw__panel-warning > .kcw__panel-heading + .kcw__panel-collapse > .kcw__panel-body {
    border-top-color: #faebcc
}

 .kcw .kcw__panel-warning > .kcw__panel-heading .kcw__badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

 .kcw .kcw__panel-warning > .kcw__panel-footer + .kcw__panel-collapse > .kcw__panel-body {
    border-bottom-color: #faebcc
}

 .kcw .kcw__panel-danger {
    border-color: #ebccd1
}

 .kcw .kcw__panel-danger > .kcw__panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

 .kcw .kcw__panel-danger > .kcw__panel-heading + .kcw__panel-collapse > .kcw__panel-body {
    border-top-color: #ebccd1
}

 .kcw .kcw__panel-danger > .kcw__panel-heading .kcw__badge {
    color: #f2dede;
    background-color: #a94442
}

 .kcw .kcw__panel-danger > .kcw__panel-footer + .kcw__panel-collapse > .kcw__panel-body {
    border-bottom-color: #ebccd1
}

 .kcw .kcw__embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

 .kcw .kcw__embed-responsive .kcw__embed-responsive-item,  .kcw .kcw__embed-responsive embed,  .kcw .kcw__embed-responsive iframe,  .kcw .kcw__embed-responsive object,  .kcw .kcw__embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

 .kcw .kcw__embed-responsive-16by9 {
    padding-bottom: 56.25%
}

 .kcw .kcw__embed-responsive-4by3 {
    padding-bottom: 75%
}

 .kcw .kcw__well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

 .kcw .kcw__well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

 .kcw .kcw__well-lg {
    padding: 24px;
    border-radius: 6px
}

 .kcw .kcw__well-sm {
    padding: 9px;
    border-radius: 3px
}

 .kcw .kcw__close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

 .kcw .kcw__close:focus,  .kcw .kcw__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

 .kcw button.kcw__close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

 .kcw .kcw__modal-open {
    overflow: hidden
}

 .kcw .kcw__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

 .kcw .kcw__modal.kcw__fade .kcw__modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

 .kcw .kcw__modal.kcw__in .kcw__modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

 .kcw .kcw__modal-open .kcw__modal {
    overflow-x: hidden;
    overflow-y: auto
}

 .kcw .kcw__modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

 .kcw .kcw__modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

 .kcw .kcw__modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

 .kcw .kcw__modal-backdrop.kcw__fade {
    filter: alpha(opacity=0);
    opacity: 0
}

 .kcw .kcw__modal-backdrop.kcw__in {
    filter: alpha(opacity=50);
    opacity: .5
}

 .kcw .kcw__modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

 .kcw .kcw__modal-header .kcw__close {
    margin-top: -2px
}

 .kcw .kcw__modal-title {
    margin: 0;
    line-height: 1.42857143
}

 .kcw .kcw__modal-body {
    position: relative;
    padding: 15px
}

 .kcw .kcw__modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

 .kcw .kcw__modal-footer .kcw__btn + .kcw__btn {
    margin-bottom: 0;
    margin-left: 5px
}

 .kcw .kcw__modal-footer .kcw__btn-group .kcw__btn + .kcw__btn {
    margin-left: -1px
}

 .kcw .kcw__modal-footer .kcw__btn-block + .kcw__btn-block {
    margin-left: 0
}

 .kcw .kcw__modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
     .kcw .kcw__modal-dialog {
        width: 600px;
        margin: 30px auto
    }

     .kcw .kcw__modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

     .kcw .kcw__modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
     .kcw .kcw__modal-lg {
        width: 900px
    }
}

 .kcw .kcw__tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

 .kcw .kcw__tooltip.kcw__in {
    filter: alpha(opacity=90);
    opacity: .9
}

 .kcw .kcw__tooltip.kcw__top {
    padding: 5px 0;
    margin-top: -3px
}

 .kcw .kcw__tooltip.kcw__right {
    padding: 0 5px;
    margin-left: 3px
}

 .kcw .kcw__tooltip.kcw__bottom {
    padding: 5px 0;
    margin-top: 3px
}

 .kcw .kcw__tooltip.kcw__left {
    padding: 0 5px;
    margin-left: -3px
}

 .kcw .kcw__tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

 .kcw .kcw__tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

 .kcw .kcw__tooltip.kcw__top .kcw__tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

 .kcw .kcw__tooltip.kcw__top-left .kcw__tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

 .kcw .kcw__tooltip.kcw__top-right .kcw__tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

 .kcw .kcw__tooltip.kcw__right .kcw__tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

 .kcw .kcw__tooltip.kcw__left .kcw__tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

 .kcw .kcw__tooltip.kcw__bottom .kcw__tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

 .kcw .kcw__tooltip.kcw__bottom-left .kcw__tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

 .kcw .kcw__tooltip.kcw__bottom-right .kcw__tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

 .kcw .kcw__popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

 .kcw .kcw__popover.kcw__top {
    margin-top: -10px
}

 .kcw .kcw__popover.kcw__right {
    margin-left: 10px
}

 .kcw .kcw__popover.kcw__bottom {
    margin-top: 10px
}

 .kcw .kcw__popover.kcw__left {
    margin-left: -10px
}

 .kcw .kcw__popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

 .kcw .kcw__popover-content {
    padding: 9px 14px
}

 .kcw .kcw__popover > .kcw__arrow,  .kcw .kcw__popover > .kcw__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

 .kcw .kcw__popover > .kcw__arrow {
    border-width: 11px
}

 .kcw .kcw__popover > .kcw__arrow:after {
    content: "";
    border-width: 10px
}

 .kcw .kcw__popover.kcw__top > .kcw__arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

 .kcw .kcw__popover.kcw__top > .kcw__arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

 .kcw .kcw__popover.kcw__right > .kcw__arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

 .kcw .kcw__popover.kcw__right > .kcw__arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

 .kcw .kcw__popover.kcw__bottom > .kcw__arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

 .kcw .kcw__popover.kcw__bottom > .kcw__arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

 .kcw .kcw__popover.kcw__left > .kcw__arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

 .kcw .kcw__popover.kcw__left > .kcw__arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

 .kcw .kcw__carousel {
    position: relative
}

 .kcw .kcw__carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

 .kcw .kcw__carousel-inner > .kcw__item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

 .kcw .kcw__carousel-inner > .kcw__item > a > img,  .kcw .kcw__carousel-inner > .kcw__item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
     .kcw .kcw__carousel-inner > .kcw__item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

     .kcw .kcw__carousel-inner > .kcw__item.kcw__active.kcw__right,  .kcw .kcw__carousel-inner > .kcw__item.kcw__next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

     .kcw .kcw__carousel-inner > .kcw__item.kcw__active.kcw__left,  .kcw .kcw__carousel-inner > .kcw__item.kcw__prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

     .kcw .kcw__carousel-inner > .kcw__item.kcw__active,  .kcw .kcw__carousel-inner > .kcw__item.kcw__next.kcw__left,  .kcw .kcw__carousel-inner > .kcw__item.kcw__prev.kcw__right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

 .kcw .kcw__carousel-inner > .kcw__active,  .kcw .kcw__carousel-inner > .kcw__next,  .kcw .kcw__carousel-inner > .kcw__prev {
    display: block
}

 .kcw .kcw__carousel-inner > .kcw__active {
    left: 0
}

 .kcw .kcw__carousel-inner > .kcw__next,  .kcw .kcw__carousel-inner > .kcw__prev {
    position: absolute;
    top: 0;
    width: 100%
}

 .kcw .kcw__carousel-inner > .kcw__next {
    left: 100%
}

 .kcw .kcw__carousel-inner > .kcw__prev {
    left: -100%
}

 .kcw .kcw__carousel-inner > .kcw__next.kcw__left,  .kcw .kcw__carousel-inner > .kcw__prev.kcw__right {
    left: 0
}

 .kcw .kcw__carousel-inner > .kcw__active.kcw__left {
    left: -100%
}

 .kcw .kcw__carousel-inner > .kcw__active.kcw__right {
    left: 100%
}

 .kcw .kcw__carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

 .kcw .kcw__carousel-control.kcw__left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

 .kcw .kcw__carousel-control.kcw__right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

 .kcw .kcw__carousel-control:focus,  .kcw .kcw__carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

 .kcw .kcw__carousel-control .kcw__glyphicon-chevron-left,  .kcw .kcw__carousel-control .kcw__glyphicon-chevron-right,  .kcw .kcw__carousel-control .kcw__icon-next,  .kcw .kcw__carousel-control .kcw__icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

 .kcw .kcw__carousel-control .kcw__glyphicon-chevron-left,  .kcw .kcw__carousel-control .kcw__icon-prev {
    left: 50%;
    margin-left: -10px
}

 .kcw .kcw__carousel-control .kcw__glyphicon-chevron-right,  .kcw .kcw__carousel-control .kcw__icon-next {
    right: 50%;
    margin-right: -10px
}

 .kcw .kcw__carousel-control .kcw__icon-next,  .kcw .kcw__carousel-control .kcw__icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

 .kcw .kcw__carousel-control .kcw__icon-prev:before {
    content: '\2039'
}

 .kcw .kcw__carousel-control .kcw__icon-next:before {
    content: '\203a'
}

 .kcw .kcw__carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

 .kcw .kcw__carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

 .kcw .kcw__carousel-indicators .kcw__active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

 .kcw .kcw__carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

 .kcw .kcw__carousel-caption .kcw__btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
     .kcw .kcw__carousel-control .kcw__glyphicon-chevron-left,  .kcw .kcw__carousel-control .kcw__glyphicon-chevron-right,  .kcw .kcw__carousel-control .kcw__icon-next,  .kcw .kcw__carousel-control .kcw__icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

     .kcw .kcw__carousel-control .kcw__glyphicon-chevron-left,  .kcw .kcw__carousel-control .kcw__icon-prev {
        margin-left: -10px
    }

     .kcw .kcw__carousel-control .kcw__glyphicon-chevron-right,  .kcw .kcw__carousel-control .kcw__icon-next {
        margin-right: -10px
    }

     .kcw .kcw__carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

     .kcw .kcw__carousel-indicators {
        bottom: 20px
    }
}

 .kcw .kcw__btn-group-vertical > .kcw__btn-group:after,  .kcw .kcw__btn-group-vertical > .kcw__btn-group:before,  .kcw .kcw__btn-toolbar:after,  .kcw .kcw__btn-toolbar:before,  .kcw .kcw__clearfix:after,  .kcw .kcw__clearfix:before,  .kcw .kcw__container-fluid:after,  .kcw .kcw__container-fluid:before,  .kcw .kcw__container:after,  .kcw .kcw__container:before,  .kcw .kcw__dl-horizontal dd:after,  .kcw .kcw__dl-horizontal dd:before,  .kcw .kcw__form-horizontal .kcw__form-group:after,  .kcw .kcw__form-horizontal .kcw__form-group:before,  .kcw .kcw__modal-footer:after,  .kcw .kcw__modal-footer:before,  .kcw .kcw__modal-header:after,  .kcw .kcw__modal-header:before,  .kcw .kcw__nav:after,  .kcw .kcw__nav:before,  .kcw .kcw__navbar-collapse:after,  .kcw .kcw__navbar-collapse:before,  .kcw .kcw__navbar-header:after,  .kcw .kcw__navbar-header:before,  .kcw .kcw__navbar:after,  .kcw .kcw__navbar:before,  .kcw .kcw__pager:after,  .kcw .kcw__pager:before,  .kcw .kcw__panel-body:after,  .kcw .kcw__panel-body:before,  .kcw .kcw__row:after,  .kcw .kcw__row:before {
    display: table;
    content: " "
}

 .kcw .kcw__btn-group-vertical > .kcw__btn-group:after,  .kcw .kcw__btn-toolbar:after,  .kcw .kcw__clearfix:after,  .kcw .kcw__container-fluid:after,  .kcw .kcw__container:after,  .kcw .kcw__dl-horizontal dd:after,  .kcw .kcw__form-horizontal .kcw__form-group:after,  .kcw .kcw__modal-footer:after,  .kcw .kcw__modal-header:after,  .kcw .kcw__nav:after,  .kcw .kcw__navbar-collapse:after,  .kcw .kcw__navbar-header:after,  .kcw .kcw__navbar:after,  .kcw .kcw__pager:after,  .kcw .kcw__panel-body:after,  .kcw .kcw__row:after {
    clear: both
}

 .kcw .kcw__center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

 .kcw .kcw__pull-right {
    float: right !important
}

 .kcw .kcw__pull-left {
    float: left !important
}

 .kcw .kcw__hide {
    display: none !important
}

 .kcw .kcw__show {
    display: block !important
}

 .kcw .kcw__invisible {
    visibility: hidden
}

 .kcw .kcw__text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

 .kcw .kcw__hidden {
    display: none !important
}

 .kcw .kcw__affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

 .kcw .kcw__visible-lg,  .kcw .kcw__visible-md,  .kcw .kcw__visible-sm,  .kcw .kcw__visible-xs {
    /*display: none !important*/
}

 .kcw .kcw__visible-lg-block,  .kcw .kcw__visible-lg-inline,  .kcw .kcw__visible-lg-inline-block,  .kcw .kcw__visible-md-block,  .kcw .kcw__visible-md-inline,  .kcw .kcw__visible-md-inline-block,  .kcw .kcw__visible-sm-block,  .kcw .kcw__visible-sm-inline,  .kcw .kcw__visible-sm-inline-block,  .kcw .kcw__visible-xs-block,  .kcw .kcw__visible-xs-inline,  .kcw .kcw__visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
     .kcw .kcw__visible-xs {
        display: block !important
    }

     .kcw table.kcw__visible-xs {
        display: table !important
    }

     .kcw tr.kcw__visible-xs {
        display: table-row !important
    }

     .kcw td.kcw__visible-xs,  .kcw th.kcw__visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
     .kcw .kcw__visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
     .kcw .kcw__visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
     .kcw .kcw__visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__visible-sm {
        display: block !important
    }

     .kcw table.kcw__visible-sm {
        display: table !important
    }

     .kcw tr.kcw__visible-sm {
        display: table-row !important
    }

     .kcw td.kcw__visible-sm,  .kcw th.kcw__visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__visible-md {
        display: block !important
    }

     .kcw table.kcw__visible-md {
        display: table !important
    }

     .kcw tr.kcw__visible-md {
        display: table-row !important
    }

     .kcw td.kcw__visible-md,  .kcw th.kcw__visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__visible-lg {
        display: block !important
    }

     .kcw table.kcw__visible-lg {
        display: table !important
    }

     .kcw tr.kcw__visible-lg {
        display: table-row !important
    }

     .kcw td.kcw__visible-lg,  .kcw th.kcw__visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
     .kcw .kcw__hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__hidden-lg {
        display: none !important
    }
}

 .kcw .kcw__visible-print {
    display: none !important
}

@media print {
     .kcw .kcw__visible-print {
        display: block !important
    }

     .kcw table.kcw__visible-print {
        display: table !important
    }

     .kcw tr.kcw__visible-print {
        display: table-row !important
    }

     .kcw td.kcw__visible-print,  .kcw th.kcw__visible-print {
        display: table-cell !important
    }
}

 .kcw .kcw__visible-print-block {
    display: none !important
}

@media print {
     .kcw .kcw__visible-print-block {
        display: block !important
    }
}

 .kcw .kcw__visible-print-inline {
    display: none !important
}

@media print {
     .kcw .kcw__visible-print-inline {
        display: inline !important
    }
}

 .kcw .kcw__visible-print-inline-block {
    display: none !important
}

@media print {
     .kcw .kcw__visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
     .kcw .kcw__hidden-print {
        display: none !important
    }
}

@import url("https://p.typekit.net/p.css?s=1&k=vop2ckl&ht=tk&f=139.169.173.175.176.5474.25136.143.145.147.149.25138.157.162.6812.6813.6814.6817&a=3656104&app=typekit&e=css");

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/playfair/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "proxima-nova";
    src: url("./fonts/typekit/00000000000000003b9b093b/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b093b/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b093b/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "proxima-nova";
    src: url("./fonts/typekit/00000000000000003b9b093c/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b093c/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b093c/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: "proxima-nova";
    src: url("./fonts/typekit/00000000000000003b9b0939/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0939/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0939/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "proxima-nova";
    src: url("./fonts/typekit/00000000000000003b9b0934/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0934/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0934/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "proxima-nova";
    src: url("./fonts/typekit/00000000000000003b9b0935/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0935/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0935/a") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: "proxima-nova";
    src: url("./fonts/typekit/00000000000000003b9b0932/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0932/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0932/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "proxima-nova";
    src: url("./fonts/typekit/00000000000000003b9b0936/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0936/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0936/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "proxima-nova-condensed";
    src: url("./fonts/typekit/00000000000000003b9b094b/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b094b/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b094b/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "proxima-nova-condensed";
    src: url("./fonts/typekit/00000000000000003b9b0943/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0943/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0943/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "proxima-nova-condensed";
    src: url("./fonts/typekit/00000000000000003b9b0944/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0944/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0944/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "proxima-nova-condensed";
    src: url("./fonts/typekit/00000000000000003b9b0948/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0948/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0948/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "proxima-nova-condensed";
    src: url("./fonts/typekit/00000000000000003b9b0947/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0947/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0947/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "proxima-nova-extra-condensed";
    src: url("./fonts/typekit/00000000000000003b9b095b/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b095b/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b095b/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "proxima-nova-extra-condensed";
    src: url("./fonts/typekit/00000000000000003b9b0955/l") format("woff2"), url("./fonts/typekit/00000000000000003b9b0955/d.woff") format("woff"), url("./fonts/typekit/00000000000000003b9b0955/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "minion-pro";
    src: url("./fonts/typekit/0000000000000000000151d1/l") format("woff2"), url("./fonts/typekit/0000000000000000000151d1/d.woff") format("woff"), url("./fonts/typekit/0000000000000000000151d1/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "minion-pro";
    src: url("./fonts/typekit/0000000000000000000151d2/l") format("woff2"), url("./fonts/typekit/0000000000000000000151d2/d.woff") format("woff"), url("./fonts/typekit/0000000000000000000151d2/a") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: "minion-pro";
    src: url("./fonts/typekit/0000000000000000000151d3/l") format("woff2"), url("./fonts/typekit/0000000000000000000151d3/d.woff") format("woff"), url("./fonts/typekit/0000000000000000000151d3/a") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: "minion-pro";
    src: url("./fonts/typekit/0000000000000000000151d6/l") format("woff2"), url("./fonts/typekit/0000000000000000000151d6/d.woff") format("woff"), url("./fonts/typekit/0000000000000000000151d6/a") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400
}

 .kcw .kcw__tk-proxima-nova {
    font-family: "proxima-nova", sans-serif
}

 .kcw .kcw__tk-proxima-nova-condensed {
    font-family: "proxima-nova-condensed", sans-serif
}

 .kcw .kcw__tk-proxima-nova-extra-condensed {
    font-family: "proxima-nova-extra-condensed", sans-serif
}

 .kcw .kcw__tk-minion-pro {
    font-family: "minion-pro", serif
}

@font-face {
    font-family: 'icomoon';
    src: url("/themes/muhc/fonts/icomoon.eot?iczkti");
    src: url("/themes/muhc/fonts/icomoon.eot?iczkti#iefix") format("embedded-opentype"), url("/themes/muhc/fonts/icomoon.ttf?iczkti") format("truetype"), url("/themes/muhc/fonts/icomoon.woff?iczkti") format("woff"), url("/themes/muhc/fonts/icomoon.svg?iczkti#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

 .kcw [class^="kcw__icon-"],  .kcw [class*=" kcw__icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

 .kcw .kcw__icon-person:before {
    content: "\e919"
}

 .kcw .kcw__icon-triangle-outline:before {
    content: "\e918"
}

 .kcw .kcw__icon-skinny-arrow:before {
    content: "\e917"
}

 .kcw .kcw__icon-arrow-light:before {
    content: "\e916"
}

 .kcw .kcw__icon-up:before {
    content: "\f04b";
    display: block;
    transform: rotate(-90deg)
}

 .kcw .kcw__icon-clock:before {
    content: "\e914"
}

 .kcw .kcw__icon-patient:before {
    content: "\e915"
}

 .kcw .kcw__icon-directions:before {
    content: "\e913"
}

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

 .kcw .kcw__icon-heart:before {
    content: "\f004"
}

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

 .kcw .kcw__icon-download:before {
    content: "\e912"
}

 .kcw .kcw__icon-plus:before {
    content: "\e910"
}

 .kcw .kcw__icon-minus:before {
    content: "\e911"
}

 .kcw .kcw__icon-play:before {
    content: "\f04b"
}

 .kcw .kcw__icon-pdf:before {
    content: "\f1c1"
}

 .kcw .kcw__icon-print:before {
    content: "\f02f"
}

 .kcw .kcw__icon-circle-check:before {
    content: "\e90f"
}

 .kcw .kcw__icon-location:before {
    content: "\f124"
}

 .kcw .kcw__icon-check:before {
    content: "\f00c"
}

 .kcw .kcw__icon-patients:before {
    content: "\e90a"
}

 .kcw .kcw__icon-shield:before {
    content: "\e90b"
}

 .kcw .kcw__icon-careers:before {
    content: "\e90c"
}

 .kcw .kcw__icon-locations:before {
    content: "\e90d"
}

 .kcw .kcw__icon-doctor:before {
    content: "\e90e"
}

 .kcw .kcw__icon-calendar:before {
    content: "\e909"
}

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

 .kcw .kcw__icon-star:before {
    content: "\f005"
}

 .kcw .kcw__icon-envelope:before {
    content: "\f0e0"
}

 .kcw .kcw__icon-skinny-arrow-right:before {
    content: "\e907"
}

 .kcw .kcw__icon-skinny-arrow-left:before {
    content: "\e908"
}

 .kcw .kcw__icon-eye-close:before {
    content: "\e905"
}

 .kcw .kcw__icon-eye-open:before {
    content: "\e906"
}

 .kcw .kcw__icon-chevron-left:before {
    content: "\e903"
}

 .kcw .kcw__icon-chevron-right:before {
    content: "\e904"
}

 .kcw .kcw__icon-close:before {
    content: "\e902"
}

 .kcw .kcw__icon-menu:before {
    content: "\e901"
}

 .kcw .kcw__icon-search:before {
    content: "\e900"
}

 .kcw .kcw__icon-twitter:before {
    content: "\f099"
}

 .kcw .kcw__icon-facebook:before {
    content: "\f09a"
}

 .kcw .kcw__icon-pinterest:before {
    content: "\f0d2"
}

 .kcw .kcw__icon-youtube:before {
    content: "\f167"
}

 .kcw .kcw__icon-instagram:before {
    content: "\f16d"
}

 .kcw .kcw__icon-linkedin:before {
    content: "\f0e1"
}

 .kcw .kcw__site-wrap img {
    max-width: 100%;
    height: auto
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap img {
        max-width: 100% !important
    }
}

 .kcw .kcw__site-wrap img.kcw__full-width {
    height: auto;
    width: 100%;
    margin: 20px 0
}

 .kcw .kcw__site-wrap img + p {
    margin-top: 30px
}

 .kcw .kcw__site-wrap h1 {
    font-size: 54px;
    font-weight: 700;
    color: #231F20
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap h1 {
        font-size: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap h1 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

 .kcw .kcw__site-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 18px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap h2 {
        font-size: 26px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap h2 {
        font-size: 24px
    }
}

 .kcw .kcw__site-wrap h2 a {
    text-decoration: none
}

 .kcw .kcw__site-wrap h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 18px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap h3 {
        font-size: 26px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap h3 {
        font-size: 24px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap h3 {
        font-size: 24px
    }
}

 .kcw .kcw__site-wrap h4 {
    font-size: 20px;
    margin: 30px 0 18px 0
}

 .kcw .kcw__site-wrap ul,  .kcw .kcw__site-wrap ol {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
}

 .kcw .kcw__site-wrap ul.kcw__two-col,  .kcw .kcw__site-wrap ol.kcw__two-col {
    -moz-columns: 2 auto;
    columns: 2 auto;
    -moz-column-gap: 100px;
    column-gap: 100px;
    -moz-column-rule: 2px solid #F1B82D;
    column-rule: 2px solid #F1B82D;
    display: block;
    list-style-type: none;
    padding: 0
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap ul.kcw__two-col,  .kcw .kcw__site-wrap ol.kcw__two-col {
        -moz-columns: 1;
        columns: 1
    }
}

 .kcw .kcw__site-wrap ul.kcw__two-col li::before,  .kcw .kcw__site-wrap ol.kcw__two-col li::before {
    display: none
}

 .kcw .kcw__site-wrap ul.kcw__three-col,  .kcw .kcw__site-wrap ol.kcw__three-col {
    -moz-columns: 3 auto;
    columns: 3 auto;
    -moz-column-gap: 100px;
    column-gap: 100px;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 30px auto 20px
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap ul.kcw__three-col,  .kcw .kcw__site-wrap ol.kcw__three-col {
        -moz-columns: 1;
        columns: 1
    }
}

 .kcw .kcw__site-wrap ul.kcw__three-col li,  .kcw .kcw__site-wrap ol.kcw__three-col li {
    border-bottom: 1px solid rgba(0, 67, 152, 0.3);
    margin-bottom: 10px;
    padding-bottom: 10px
}

 .kcw .kcw__site-wrap ul.kcw__three-col li::before,  .kcw .kcw__site-wrap ol.kcw__three-col li::before {
    display: none
}

 .kcw .kcw__site-wrap ul ul,  .kcw .kcw__site-wrap ol ul {
    margin-bottom: 10px
}

 .kcw .kcw__site-wrap p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap p {
        font-size: 16px;
        line-height: 28px
    }
}

 .kcw .kcw__site-wrap p.kcw__lead {
    text-transform: none;
    font-weight: 200;
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 30px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap p.kcw__lead {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap p.kcw__lead {
        font-size: 30px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap p.kcw__lead {
        font-size: 28px;
        line-height: 36px;
        font-weight: 400
    }
}

 .kcw .kcw__site-wrap p.kcw__lead a {
    border: none !important
}

 .kcw .kcw__site-wrap p.kcw__small {
    font-size: 85%
}

 .kcw .kcw__site-wrap a {
    color: #004398;
    transition: color 0.3s linear
}

 .kcw .kcw__site-wrap strong {
    font-weight: 600
}

 .kcw .kcw__site-wrap em {
    font-style: inherit
}

 .kcw .kcw__site-wrap blockquote {
    margin: 30px 0;
    border-left: 5px solid #F1B82D
}

 .kcw .kcw__site-wrap blockquote p {
    font-family: Georgia, serif;
    color: #2c2e2f;
    font-style: italic;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px
}

 .kcw .kcw__site-wrap blockquote strong {
    color: #9d9d9d;
    font-style: none;
    font-weight: 500;
    font-family: proxima-nova, sans-serif
}

 .kcw .kcw__site-wrap figure {
    display: table
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap figure {
        width: 100%
    }
}

 .kcw .kcw__site-wrap figure.kcw__align-left {
    margin: 10px 30px 10px 0
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap figure.kcw__align-left {
        margin: 0 0 40px 0
    }
}

 .kcw .kcw__site-wrap figure.kcw__align-right {
    margin: 10px 0 10px 30px
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap figure.kcw__align-right {
        margin: 0 0 40px 0
    }
}

 .kcw .kcw__site-wrap figure figcaption {
    font-family: proxima-nova, sans-serif;
    color: #9d9d9d;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    display: table-caption;
    caption-side: bottom
}

 .kcw .kcw__site-wrap figure img {
    width: 100%
}

 .kcw .kcw__site-wrap table {
    border: none
}

 .kcw .kcw__site-wrap table.kcw__table-bordered {
    border: 1px solid #D7D7D7
}

 .kcw .kcw__site-wrap table.kcw__table-bordered td,  .kcw .kcw__site-wrap table.kcw__table-bordered th {
    border: 1px solid #D7D7D7
}

 .kcw .kcw__site-wrap table tr th {
    border: none;
    background: #F1B82D;
    font-family: proxima-nova-condensed, sans-serif;
    color: #2c2e2f;
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase
}

 .kcw .kcw__site-wrap table tr td {
    border: none;
    background: #fff;
    padding: 10px
}

 .kcw .kcw__site-wrap table tr:nth-of-type(2n) td {
    background: #FBF9F4;
    border-top: 1px solid #f0f0f0
}

 .kcw .kcw__typography i {
    font-size: 24px
}

 .kcw .kcw__typography .kcw__example {
    border: 1px solid #c2c2c2;
    padding: 30px 10px 10px;
    position: relative
}

 .kcw .kcw__typography .kcw__example::after {
    background-color: #ebebeb;
    border: 1px solid #dddddd;
    border-radius: 0 0 4px 0;
    color: #9da0a4;
    content: "Example";
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px
}

 .kcw .kcw__typography .kcw__example + code,  .kcw .kcw__typography .kcw__example + .kcw__codeblock {
    background: #f5f5f5;
    border: 1px solid #c2c2c2;
    border-top: 0;
    color: #333;
    display: block;
    border-radius: 0;
    padding: 10px
}

 .kcw .kcw__typography .kcw__example + code code,  .kcw .kcw__typography .kcw__example + .kcw__codeblock code {
    background: none;
    border: none;
    padding: 0
}

 .kcw .kcw__typography .kcw__row + .kcw__row {
    margin-top: 30px
}

body .kcw  .kcw__embed-responsive {
    margin-bottom: 30px
}

body .kcw  .kcw__container {
    position: relative
}

@media (min-width: 1600px) {
    body .kcw  .kcw__container.kcw__large {
        margin: 0 auto;
        max-width: 1370px;
        width: 95%
    }
}

body .kcw  .kcw__flush {
    margin: 0 !important
}

body .kcw  .kcw__unstyled {
    list-style-type: none;
    padding: 0
}

body .kcw  .kcw__unstyled li {
    margin-bottom: 10px
}

body .kcw  .kcw__lead-img {
    margin-bottom: 30px
}

body .kcw  .kcw__breadcrumb {
    background: none;
    padding: 0;
    color: #9d9d9d;
    margin-top: 5px
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  .kcw__breadcrumb {
        margin-top: 10px
    }
}

body .kcw  .kcw__breadcrumb a {
    text-transform: uppercase;
    color: #004398;
    letter-spacing: 1px
}

body .kcw  .kcw__breadcrumb a:hover, body .kcw  .kcw__breadcrumb a:focus {
    color: #004398
}

body .kcw  .kcw__breadcrumb span {
    color: #2c2e2f;
    text-transform: uppercase
}

body .kcw  .kcw__pager {
    text-align: left
}

body .kcw  .kcw__pager ul {
    padding: 0
}

body .kcw  .kcw__pager ul li {
    display: inline-block;
    margin-bottom: 10px
}

body .kcw  .kcw__pager ul li a {
    border-radius: 0;
    padding: 10px 15px;
    border: 2px solid #2c2e2f;
    color: #2c2e2f !important;
    text-decoration: none;
    font-size: 21px;
    transition: background 0.3s linear, border 0.3s linear
}

body .kcw  .kcw__pager ul li.kcw__is-active a, body .kcw  .kcw__pager ul li:hover a, body .kcw  .kcw__pager ul li:focus a {
    background: #F1B82D;
    border: 2px solid #F1B82D
}

body .kcw  .kcw__lg-gutter > [class*='col-'] + [class*='col-'] {
    padding-left: 15px
}

@media (min-width: 1200px) {
    body .kcw  .kcw__lg-gutter > [class*='col-'] + [class*='col-'] {
        padding-left: 55px
    }
}

body .kcw  .kcw__sm-gutter {
    margin-right: -5px
}

@media (max-width: 767px) {
    body .kcw  .kcw__sm-gutter {
        margin-right: -15px
    }
}

body .kcw  .kcw__sm-gutter [class*='col-'] {
    padding-right: 5px
}

@media (max-width: 767px) {
    body .kcw  .kcw__sm-gutter [class*='col-'] {
        padding-right: 15px
    }
}

body .kcw  .kcw__no-gutter {
    margin: 0
}

body .kcw  .kcw__no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

body .kcw  [class*='col-'].kcw__nopadding {
    padding-right: 0;
    padding-left: 0
}

@media (max-width: 991px) {
    body .kcw  .kcw__equal, body .kcw  .kcw__equal-match {
        height: auto !important
    }
}

@media (max-width: 991px) {
    body .kcw  .kcw__equal + .kcw__equal, body .kcw  .kcw__equal-match + .kcw__equal {
        margin-top: 20px
    }
}

body .kcw  form .kcw__message {
    margin: 0 15px 20px
}

body .kcw  .kcw__messages {
    margin-bottom: 20px
}

body .kcw  .kcw__messages.kcw__messages--error .kcw__message::before {
    background: #a60b09
}

body .kcw  .kcw__messages.kcw__messages--warning .kcw__message::before {
    background: #231F20
}

body .kcw  .kcw__messages .kcw__message {
    background: #f0f0f0;
    margin-bottom: 20px;
    padding: 10px 15px 10px 25px;
    position: relative
}

body .kcw  .kcw__messages .kcw__message::before {
    content: "";
    background: #F1B82D;
    height: calc(100% - 20px);
    left: 10px;
    position: absolute;
    top: 10px;
    width: 4px
}

body .kcw  .kcw__messages .kcw__message.kcw__messages--error::before {
    background: #a60b09
}

body .kcw  .kcw__messages .kcw__message.kcw__messages--warning::before {
    background: #004398
}

 .kcw .kcw__input-group,  .kcw .kcw__form-item {
    margin-bottom: 20px
}

 .kcw .kcw__input-group legend,  .kcw .kcw__form-item legend {
    border: none;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px
}

 .kcw .kcw__input-group input,  .kcw .kcw__form-item input {
    border-radius: 0;
    border: 1px solid #9d9d9d;
    box-shadow: none;
    outline: none;
    line-height: 32px;
    padding: 10px 15px;
    font-size: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    width: 100%;
    color: #2c2e2f;
    background: #f0f3f7;
    -webkit-appearance: none
}

 .kcw .kcw__input-group input::-webkit-input-placeholder,  .kcw .kcw__form-item input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group input:-moz-placeholder,  .kcw .kcw__form-item input:-moz-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group input::-moz-placeholder,  .kcw .kcw__form-item input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group input:-ms-input-placeholder,  .kcw .kcw__form-item input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group input:focus,  .kcw .kcw__form-item input:focus {
    border: 1px solid #F1B82D;
    box-shadow: none
}

 .kcw .kcw__input-group input.kcw__error,  .kcw .kcw__form-item input.kcw__error {
    border: 1px solid #a60b09
}

 .kcw .kcw__input-group input::-ms-clear,  .kcw .kcw__form-item input::-ms-clear {
    display: none !important
}

 .kcw .kcw__input-group input[type="checkbox"],  .kcw .kcw__input-group input[type="radio"],  .kcw .kcw__form-item input[type="checkbox"],  .kcw .kcw__form-item input[type="radio"] {
    margin: 4px 5px 0 0;
    width: auto
}

 .kcw .kcw__input-group input.kcw__form-date,  .kcw .kcw__form-item input.kcw__form-date {
    line-height: 30px
}

@media (max-width: 991px) {
     .kcw .kcw__input-group input.kcw__form-date,  .kcw .kcw__form-item input.kcw__form-date {
        min-height: 50px
    }
}

 .kcw .kcw__input-group textarea,  .kcw .kcw__form-item textarea {
    border-radius: 0;
    border: 1px solid #9d9d9d;
    box-shadow: none;
    outline: none;
    line-height: 32px;
    padding: 10px 15px;
    font-size: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    width: 100%;
    color: #2c2e2f;
    background: #f0f3f7
}

 .kcw .kcw__input-group textarea:focus,  .kcw .kcw__form-item textarea:focus {
    border: 1px solid #F1B82D;
    box-shadow: none
}

 .kcw .kcw__input-group textarea.kcw__error,  .kcw .kcw__form-item textarea.kcw__error {
    border: 1px solid #a60b09
}

 .kcw .kcw__input-group textarea::-webkit-input-placeholder,  .kcw .kcw__form-item textarea::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group textarea:-moz-placeholder,  .kcw .kcw__form-item textarea:-moz-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group textarea::-moz-placeholder,  .kcw .kcw__form-item textarea::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group textarea:-ms-input-placeholder,  .kcw .kcw__form-item textarea:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

 .kcw .kcw__input-group.kcw__webform-type-radios,  .kcw .kcw__form-item.kcw__webform-type-radios {
    margin-bottom: 18px
}

 .kcw .kcw__input-group.kcw__js-form-type-radio,  .kcw .kcw__input-group.kcw__js-form-type-checkbox,  .kcw .kcw__form-item.kcw__js-form-type-radio,  .kcw .kcw__form-item.kcw__js-form-type-checkbox {
    display: inline-block;
    width: auto
}

@media (max-width: 767px) {
     .kcw .kcw__input-group.kcw__js-form-type-radio,  .kcw .kcw__input-group.kcw__js-form-type-checkbox,  .kcw .kcw__form-item.kcw__js-form-type-radio,  .kcw .kcw__form-item.kcw__js-form-type-checkbox {
        display: block
    }
}

 .kcw .kcw__input-group.kcw__js-form-type-radio + div,  .kcw .kcw__input-group.kcw__js-form-type-checkbox + div,  .kcw .kcw__form-item.kcw__js-form-type-radio + div,  .kcw .kcw__form-item.kcw__js-form-type-checkbox + div {
    margin-left: 15px
}

@media (max-width: 767px) {
     .kcw .kcw__input-group.kcw__js-form-type-radio + div,  .kcw .kcw__input-group.kcw__js-form-type-checkbox + div,  .kcw .kcw__form-item.kcw__js-form-type-radio + div,  .kcw .kcw__form-item.kcw__js-form-type-checkbox + div {
        margin-left: 0
    }
}

 .kcw .kcw__input-group.kcw__js-form-type-radio .kcw__form-checkbox.kcw__error + label::before,  .kcw .kcw__input-group.kcw__js-form-type-radio .kcw__form-radio.kcw__error + label::before,  .kcw .kcw__input-group.kcw__js-form-type-checkbox .kcw__form-checkbox.kcw__error + label::before,  .kcw .kcw__input-group.kcw__js-form-type-checkbox .kcw__form-radio.kcw__error + label::before,  .kcw .kcw__form-item.kcw__js-form-type-radio .kcw__form-checkbox.kcw__error + label::before,  .kcw .kcw__form-item.kcw__js-form-type-radio .kcw__form-radio.kcw__error + label::before,  .kcw .kcw__form-item.kcw__js-form-type-checkbox .kcw__form-checkbox.kcw__error + label::before,  .kcw .kcw__form-item.kcw__js-form-type-checkbox .kcw__form-radio.kcw__error + label::before {
    border: 2px solid #a60b09
}

 .kcw .kcw__input-group.kcw__form-item-name,  .kcw .kcw__input-group.kcw__form-item-pass,  .kcw .kcw__form-item.kcw__form-item-name,  .kcw .kcw__form-item.kcw__form-item-pass {
    clear: both;
    padding: 0
}

 .kcw .kcw__input-group.kcw__js-webform-address,  .kcw .kcw__input-group.kcw__js-form-item-name-title,  .kcw .kcw__input-group.kcw__form-item-address,  .kcw .kcw__input-group.kcw__webform-type-webform-address,  .kcw .kcw__form-item.kcw__js-webform-address,  .kcw .kcw__form-item.kcw__js-form-item-name-title,  .kcw .kcw__form-item.kcw__form-item-address,  .kcw .kcw__form-item.kcw__webform-type-webform-address {
    clear: both
}

 .kcw .kcw__input-group.kcw__js-webform-address .kcw__form-item,  .kcw .kcw__input-group.kcw__js-form-item-name-title .kcw__form-item,  .kcw .kcw__input-group.kcw__form-item-address .kcw__form-item,  .kcw .kcw__input-group.kcw__webform-type-webform-address .kcw__form-item,  .kcw .kcw__form-item.kcw__js-webform-address .kcw__form-item,  .kcw .kcw__form-item.kcw__js-form-item-name-title .kcw__form-item,  .kcw .kcw__form-item.kcw__form-item-address .kcw__form-item,  .kcw .kcw__form-item.kcw__webform-type-webform-address .kcw__form-item {
    padding: 0
}

 .kcw .kcw__input-group.kcw__js-webform-address .kcw__form-item .kcw__form-item,  .kcw .kcw__input-group.kcw__js-form-item-name-title .kcw__form-item .kcw__form-item,  .kcw .kcw__input-group.kcw__form-item-address .kcw__form-item .kcw__form-item,  .kcw .kcw__input-group.kcw__webform-type-webform-address .kcw__form-item .kcw__form-item,  .kcw .kcw__form-item.kcw__js-webform-address .kcw__form-item .kcw__form-item,  .kcw .kcw__form-item.kcw__js-form-item-name-title .kcw__form-item .kcw__form-item,  .kcw .kcw__form-item.kcw__form-item-address .kcw__form-item .kcw__form-item,  .kcw .kcw__form-item.kcw__webform-type-webform-address .kcw__form-item .kcw__form-item {
    margin-bottom: 0
}

 .kcw .kcw__form-wrapper.kcw__col-xs-12:not(.kcw__fieldgroup) {
    padding: 0
}

 .kcw .kcw__form-required:not(.kcw__option)::after {
    color: red;
    content: "*";
    margin-left: 5px
}

 .kcw .kcw__webform-options-display-one-column .kcw__js-form-type-radio,  .kcw .kcw__webform-options-display-one-column .kcw__js-form-type-checkbox {
    display: block
}

 .kcw .kcw__webform-options-display-one-column .kcw__js-form-type-radio + div,  .kcw .kcw__webform-options-display-one-column .kcw__js-form-type-checkbox + div {
    margin-left: 0px
}

 .kcw .kcw__form-composite:not(.kcw__radios-wrapper) {
    padding: 0
}

 .kcw .kcw__form-composite:not(.kcw__radios-wrapper) .kcw__inner {
    padding: 0
}

 .kcw .kcw__js-form-type-webform-multiple label {
    display: none
}

 .kcw .kcw__js-form-type-webform-multiple table {
    margin: 0 -15px
}

 .kcw .kcw__js-form-type-webform-multiple table tr th {
    background: none;
    font-family: proxima-nova, sans-serif;
    padding: 0 15px;
    text-transform: none
}

 .kcw .kcw__js-form-type-webform-multiple table tr td {
    background: none;
    padding: 15px
}

 .kcw .kcw__js-form-type-webform-multiple .kcw__image-button.kcw__form-submit {
    background: #ccc;
    height: 30px;
    margin-top: -10px;
    padding: 8px;
    width: 30px
}

 .kcw .kcw__js-form-type-webform-multiple .kcw__form-item {
    padding: 0
}

 .kcw .kcw__js-form-type-webform-multiple + .kcw__container-inline .kcw__btn {
    display: inline-block;
    margin-left: 15px;
    padding: 18px 40px
}

 .kcw .kcw__js-form-type-webform-multiple + .kcw__container-inline .kcw__form-item {
    width: auto
}

 .kcw .kcw__image-radio label {
    font-size: 0
}

 .kcw .kcw__image-radio label::before,  .kcw .kcw__image-radio label::after {
    display: none
}

 .kcw .kcw__image-radio .kcw__radio {
    width: 25%;
    float: left;
    padding: 10px;
    margin: 0 !important
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__image-radio .kcw__radio {
        width: 50%
    }
}

@media (max-width: 767px) {
     .kcw .kcw__image-radio .kcw__radio {
        width: 100%;
        float: none
    }
}

 .kcw .kcw__checkbox input[type="checkbox"] + label::before,  .kcw .kcw__checkbox input[type="radio"] + label::before {
    top: 2px
}

 .kcw .kcw__checkbox input[type="checkbox"]:checked + label,  .kcw .kcw__checkbox input[type="radio"]:checked + label {
    font-weight: 500
}

 .kcw .kcw__checkbox input[type="checkbox"]:checked + label::after,  .kcw .kcw__checkbox input[type="radio"]:checked + label::after {
    font-family: icomoon;
    content: "\f00c";
    padding-top: 3px
}

 .kcw .kcw__checkbox input[type="checkbox"]:checked + label::before,  .kcw .kcw__checkbox input[type="radio"]:checked + label::before {
    top: 2px
}

 .kcw .kcw__score {
    border: 5px solid;
    border-radius: 100%;
    font-size: 32px;
    line-height: 55px;
    height: 60px;
    margin: 10px auto 30px;
    text-align: center;
    width: 60px
}

 .kcw .kcw__captcha {
    margin-bottom: 30px
}

 .kcw .kcw__bootstrap-select.kcw__btn-group,  .kcw .kcw__bootstrap-select {
    width: 100% !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu li a span.kcw__text,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu li a span.kcw__text {
    margin-left: 30px
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu li a span.kcw__check-mark,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu li a span.kcw__check-mark {
    margin-top: 0 !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle {
    border-radius: 0;
    border: 2px solid #231F20;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    font-size: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 15px;
    line-height: 30px;
    color: #231F20;
    background: none;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: 0
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle:hover,  .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle:focus,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle:hover,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle:focus {
    border: 2px solid #231F20;
    box-shadow: none;
    outline: none;
    color: #fff;
    background: #231F20;
    text-shadow: none
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle:hover .kcw__bs-caret .kcw__caret,  .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle:focus .kcw__bs-caret .kcw__caret,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle:hover .kcw__bs-caret .kcw__caret,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle:focus .kcw__bs-caret .kcw__caret {
    border-top: 12px dashed #fff
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline {
    background: none !important;
    border: none;
    border-bottom: 3px solid #F1B82D;
    color: #2c2e2f;
    margin: 0;
    padding: 10px 0
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu {
    background: #fff;
    border: 3px solid #F1B82D;
    border-top: 0;
    margin-top: 0;
    width: 100%
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox {
    padding: 0 15px;
    position: relative
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox::after,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox::after {
    color: #575757;
    content: "\e900";
    font-family: icomoon;
    font-size: 40px;
    position: absolute;
    right: 15px;
    top: 0px
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox input,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox input {
    background: none;
    border: none;
    border-bottom: 3px solid #F1B82D;
    height: auto;
    margin-bottom: 0;
    padding: 10px 40px 10px 0
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox input:focus,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu .kcw__bs-searchbox input:focus {
    border-bottom-color: #575757
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul {
    background: #fff;
    min-width: 0 !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li.kcw__active a,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li.kcw__active a {
    background: none;
    color: #004398 !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li + li a,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li + li a {
    border-top: 1px solid #9d9d9d
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li a,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li a {
    background: none;
    color: #2c2e2f;
    padding: 10px 0;
    margin: 0 15px
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li a:hover,  .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li a:focus,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li a:hover,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__underline ~ .kcw__dropdown-menu ul li a:focus {
    background: none;
    color: #004398 !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__btn-xl-gray:hover .kcw__bs-caret .kcw__caret,  .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle.kcw__btn-xl-gray:focus .kcw__bs-caret .kcw__caret,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__btn-xl-gray:hover .kcw__bs-caret .kcw__caret,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle.kcw__btn-xl-gray:focus .kcw__bs-caret .kcw__caret {
    border-top: 12px dashed #231F20
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle .kcw__filter-option-inner-inner,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle .kcw__filter-option-inner-inner {
    text-overflow: ellipsis
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle .kcw__filter-option,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle .kcw__filter-option {
    font-size: 16px;
    padding-right: 30px !important;
    text-overflow: ellipsis
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle .kcw__bs-caret,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle .kcw__bs-caret {
    position: absolute;
    top: 0;
    right: 5px;
    width: 40px;
    height: 100%
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-toggle .kcw__bs-caret .kcw__caret,  .kcw .kcw__bootstrap-select .kcw__dropdown-toggle .kcw__bs-caret .kcw__caret {
    margin-top: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px dashed #231F20
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__dropup .kcw__caret,  .kcw .kcw__bootstrap-select.kcw__dropup .kcw__caret {
    border-bottom: 12px dashed;
    border-top: 0 !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu > li > a,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu > li > a {
    position: relative
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu > li > a:hover,  .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu > li > a:focus,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu > li > a:hover,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu > li > a:focus {
    color: #fff;
    background: #004398
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu > li > a span.kcw__text,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu > li > a span.kcw__text {
    margin-right: 0;
    margin-left: 25px
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu > li > a span.kcw__check-mark,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu > li > a span.kcw__check-mark {
    background: #fff;
    border: 1px solid #9d9d9d;
    color: #2c2e2f;
    padding: 2px;
    font-size: 14px;
    right: auto !important;
    left: 15px;
    top: 5px;
    position: absolute;
    display: block
}

 .kcw .kcw__bootstrap-select.kcw__btn-group.kcw__show-tick .kcw__dropdown-menu > li > a span.kcw__check-mark::before,  .kcw .kcw__bootstrap-select.kcw__show-tick .kcw__dropdown-menu > li > a span.kcw__check-mark::before {
    color: #fff
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-menu,  .kcw .kcw__bootstrap-select .kcw__dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #becbdc;
    padding: 0
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-menu > li > a,  .kcw .kcw__bootstrap-select .kcw__dropdown-menu > li > a {
    border: none !important;
    text-transform: none;
    font-size: 18px !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-menu > li > a:hover,  .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-menu > li > a:focus,  .kcw .kcw__bootstrap-select .kcw__dropdown-menu > li > a:hover,  .kcw .kcw__bootstrap-select .kcw__dropdown-menu > li > a:focus {
    color: #fff;
    background: #004398
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-menu > li > a span,  .kcw .kcw__bootstrap-select .kcw__dropdown-menu > li > a span {
    white-space: normal
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-menu > li.kcw__hidden li,  .kcw .kcw__bootstrap-select .kcw__dropdown-menu > li.kcw__hidden li {
    display: none !important
}

 .kcw .kcw__bootstrap-select.kcw__btn-group .kcw__dropdown-menu > li.kcw__selected > a span.kcw__check-mark::before,  .kcw .kcw__bootstrap-select .kcw__dropdown-menu > li.kcw__selected > a span.kcw__check-mark::before {
    color: #2c2e2f
}

 .kcw .kcw__cheer-card-form h3 {
    text-transform: uppercase
}

 .kcw .kcw__cheer-card-form .kcw__image-radio {
    margin: 0 -10px
}

 .kcw .kcw__cheer-card-form .kcw__image-radio .kcw__form-item {
    padding: 7px 5px
}

 .kcw .kcw__cheer-card-form .kcw__image-radio .kcw__form-item img {
    border: 1px solid #9d9d9d;
    padding: 5px
}

 .kcw .kcw__cheer-card-form .kcw__image-radio .kcw__form-item.kcw__selected img {
    background: #F1B82D;
    border: 1px solid #F1B82D
}

 .kcw .kcw__cheer-card-form .kcw__no-gutter {
    margin: 0 -10px
}

 .kcw .kcw__cheer-card-form .kcw__no-gutter .kcw__form-item {
    padding: 0 15px !important
}

 .kcw .kcw__cheer-card-form .kcw__limit-text {
    padding: 0 15px
}

 .kcw .kcw__cheer-card-form .kcw__form-submit {
    margin: 0 5px
}

 .kcw .kcw__cheer-card-form .kcw__card-preview {
    font-size: 0;
    padding: 15px !important
}

 .kcw .kcw__progress-tracker {
    padding: 0 !important
}

 .kcw .kcw__progress-tracker li.kcw__progress-step {
    margin-top: 0px !important
}

 .kcw .kcw__progress-tracker li.kcw__progress-step::before {
    display: none !important
}

 .kcw .kcw__progress-tracker li.kcw__progress-step::after {
    z-index: 0
}

 .kcw .kcw__btn {
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 16px 30px 14px;
    white-space: normal;
    transition: background 0.3s linear, color 0.3s linear
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__btn {
        font-size: 15px;
        padding: 16px 20px 14px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__btn {
        margin-bottom: 10px
    }
}

 .kcw .kcw__btn.kcw__btn-icon {
    font-size: 20px;
    padding: 12px 14px 11px
}

 .kcw .kcw__btn.kcw__btn-clear {
    color: #fff !important;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0)
}

 .kcw .kcw__btn.kcw__btn-clear:hover,  .kcw .kcw__btn.kcw__btn-clear:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}

 .kcw .kcw__btn.kcw__btn-pink {
    background: #e6437b;
    color: #231F20 !important
}

 .kcw .kcw__btn.kcw__btn-pink:hover,  .kcw .kcw__btn.kcw__btn-pink:focus {
    background: #ac174a;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-heart {
    background: #E2231A;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-heart:hover,  .kcw .kcw__btn.kcw__btn-heart:focus {
    background: #87150f
}

 .kcw .kcw__btn.kcw__btn-cancer {
    background: #823794;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-cancer:hover,  .kcw .kcw__btn.kcw__btn-cancer:focus {
    background: #411b4a
}

 .kcw .kcw__btn.kcw__btn-breast {
    background: #f39;
    color: #231F20 !important
}

 .kcw .kcw__btn.kcw__btn-breast:hover,  .kcw .kcw__btn.kcw__btn-breast:focus {
    background: #c06;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-colon {
    background: #002C77;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-colon:hover,  .kcw .kcw__btn.kcw__btn-colon:focus {
    background: #000611
}

 .kcw .kcw__btn.kcw__btn-media {
    background: #fff;
    border-radius: 3px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
    display: inline-block;
    font-family: proxima-nova, sans-serif;
    margin: 0 10px 10px 0;
    padding: 30px 25px;
    position: relative;
    text-transform: none;
    transition: box-shadow 0.3s linear
}

 .kcw .kcw__btn.kcw__btn-media::after {
    content: "\e912";
    color: #F1B82D;
    font-family: icomoon;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: translate(0, 0);
    transition: color 0.3s linear, transform 0.3s linear
}

 .kcw .kcw__btn.kcw__btn-media:hover,  .kcw .kcw__btn.kcw__btn-media:focus {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) !important
}

 .kcw .kcw__btn.kcw__btn-media:hover::after,  .kcw .kcw__btn.kcw__btn-media:focus::after {
    color: #004398;
    transform: translate(0, 3px)
}

 .kcw .kcw__btn.kcw__btn-yellow {
    background: #F1B82D;
    color: #231F20 !important
}

 .kcw .kcw__btn.kcw__btn-yellow:hover,  .kcw .kcw__btn.kcw__btn-yellow:focus {
    background: #F8C753
}

 .kcw .kcw__btn.kcw__btn-ltblue {
    background: #d1e2ec;
    color: #004398 !important
}

 .kcw .kcw__btn.kcw__btn-ltblue:hover,  .kcw .kcw__btn.kcw__btn-ltblue:focus {
    background: #89b4ce
}

 .kcw .kcw__btn.kcw__btn-xlblue {
    background: #f0f3f7;
    color: #004398 !important
}

 .kcw .kcw__btn.kcw__btn-xlblue:hover,  .kcw .kcw__btn.kcw__btn-xlblue:focus {
    background: #d1e2ec
}

 .kcw .kcw__btn.kcw__btn-lwmgray {
    background: #DBD5CD;
    color: #231F20 !important
}

 .kcw .kcw__btn.kcw__btn-lwmgray:hover,  .kcw .kcw__btn.kcw__btn-lwmgray:focus {
    background: #8F8884
}

 .kcw .kcw__btn.kcw__btn-wmgray {
    background: #8F8884;
    color: #231F20 !important
}

 .kcw .kcw__btn.kcw__btn-wmgray:hover,  .kcw .kcw__btn.kcw__btn-wmgray:focus {
    background: #DBD5CD
}

 .kcw .kcw__btn.kcw__btn-xlgray {
    background: #f0f0f0;
    color: #2c2e2f !important
}

 .kcw .kcw__btn.kcw__btn-xlgray:hover,  .kcw .kcw__btn.kcw__btn-xlgray:focus {
    background: #9d9d9d
}

 .kcw .kcw__btn.kcw__btn-mdgray {
    background: #575757;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-mdgray:hover,  .kcw .kcw__btn.kcw__btn-mdgray:focus {
    background: #2c2e2f
}

 .kcw .kcw__btn.kcw__btn-gray {
    background: #2c2e2f;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-gray:hover,  .kcw .kcw__btn.kcw__btn-gray:focus {
    background: #231F20
}

 .kcw .kcw__btn.kcw__btn-black {
    background: #231F20;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-black:hover,  .kcw .kcw__btn.kcw__btn-black:focus {
    background: #2c2e2f
}

 .kcw .kcw__btn.kcw__btn-black.kcw__outline {
    background: transparent;
    border: 2px solid #000;
    color: #000 !important;
    font-size: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: none;
    transition: background 0.3s linear, color 0.3s linear
}

 .kcw .kcw__btn.kcw__btn-black.kcw__outline:hover,  .kcw .kcw__btn.kcw__btn-black.kcw__outline:focus {
    background: #000;
    color: #fff !important
}

 .kcw .kcw__btn.kcw__btn-black i {
    color: #F1B82D;
    margin-right: 5px;
    vertical-align: bottom
}

 .kcw .kcw__btn.kcw__btn-link {
    padding: 0
}

 .kcw .kcw__btn.kcw__btn-link i {
    font-size: 80%
}

 .kcw .kcw__btn.kcw__btn-cta {
    font-size: 16px;
    padding: 0 0 0 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .5px
}

 .kcw .kcw__btn.kcw__btn-cta::before {
    color: #F1B82D;
    content: "\f04b";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1)
}

 .kcw .kcw__btn.kcw__btn-cta:hover::before,  .kcw .kcw__btn.kcw__btn-cta:focus::before {
    left: 10px
}

 .kcw .kcw__btn.kcw__btn-underline {
    background: none;
    letter-spacing: 0;
    padding: 0;
    position: relative;
    text-transform: none;
    font-weight: 400
}

 .kcw .kcw__btn.kcw__btn-underline::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 3px;
    left: 2px;
    z-index: 2;
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1)
}

 .kcw .kcw__btn.kcw__btn-underline::after {
    background: #F1B82D;
    content: "";
    position: absolute;
    top: 100%;
    width: calc(100% - 4px);
    height: 3px;
    left: 2px
}

 .kcw .kcw__btn.kcw__btn-underline:hover::before {
    width: calc(100% - 4px)
}

 .kcw .kcw__btn.kcw__btn-formclear {
    background: #004398;
    color: #fff !important;
    padding: 7px 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    text-transform: none
}

 .kcw .kcw__btn.kcw__btn-formclear:hover,  .kcw .kcw__btn.kcw__btn-formclear:focus {
    background: #002d65
}

 .kcw .kcw__btn.kcw__btn-formclear i {
    vertical-align: -2px
}

 .kcw .kcw__btn.kcw__btn-current {
    background: #F1B82D
}

 .kcw .kcw__site-wrap .kcw__arrow-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-right: 35px;
    position: relative;
    text-decoration: none
}

 .kcw .kcw__site-wrap .kcw__arrow-link::after {
    background: #F1B82D;
    border-radius: 100%;
    color: #000;
    content: "\f04b";
    font-family: icomoon;
    font-size: 9px;
    line-height: 21px;
    height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-indent: 2px;
    top: 0;
    width: 20px;
    transition: right 0.3s cubic-bezier(0, 0, 0.2, 1)
}

 .kcw .kcw__site-wrap .kcw__arrow-link:hover {
    color: #004398
}

 .kcw .kcw__site-wrap .kcw__arrow-link:hover::after {
    right: 0
}

 .kcw .kcw__site-wrap .kcw__double-button a {
    font-weight: 700;
    font-size: 16px;
    float: left;
    height: 56px;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s linear, border 0.3s linear, color 0.3s linear
}

 .kcw .kcw__site-wrap .kcw__double-button a:first-child {
    background: #F1B82D;
    border: 2px solid #F1B82D;
    color: #231F20;
    padding-right: 5px;
    position: relative
}

 .kcw .kcw__site-wrap .kcw__double-button a:first-child::after {
    border-style: solid;
    border-width: 56px 0 0 20px;
    border-color: transparent transparent transparent #F1B82D;
    content: "";
    height: 0;
    left: calc(100% + 1.5px);
    position: absolute;
    top: -1px;
    width: 0;
    transition: border 0.3s linear
}

 .kcw .kcw__mac-os .kcw__site-wrap .kcw__double-button a:first-child::after {
    left: calc(100% + 2px);
    top: -2px
}

 .kcw .kcw__site-wrap .kcw__double-button a:first-child:hover,  .kcw .kcw__site-wrap .kcw__double-button a:first-child:focus {
    background: #231F20;
    border-color: #231F20;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__double-button a:first-child:hover::after,  .kcw .kcw__site-wrap .kcw__double-button a:first-child:focus::after {
    border-color: transparent transparent transparent #231F20
}

 .kcw .kcw__site-wrap .kcw__double-button a:last-child {
    background: transparent;
    border: 2px solid #fff;
    border-left: 0;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__double-button a:last-child:hover,  .kcw .kcw__site-wrap .kcw__double-button a:last-child:focus {
    background: #fff;
    border-color: #fff;
    color: #231F20
}

 .kcw #kcw__block-mobiletoggles i {
    font-size: 38px;
    color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-mobiletoggles i {
        font-size: 60px
    }
}

 .kcw #kcw__block-mobiletoggles .kcw__search-toggle {
    float: left;
    width: 50%;
    cursor: pointer;
    text-align: center;
    padding-right: 15px
}

 .kcw .kcw__search-open #kcw__block-mobiletoggles .kcw__search-toggle i {
    color: #F1B82D
}

 .kcw .kcw__search-open #kcw__block-mobiletoggles .kcw__search-toggle i::before {
    content: "\e902"
}

 .kcw #kcw__block-mobiletoggles .kcw__nav-toggle {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    width: 50%;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding-left: 15px
}

 .kcw #kcw__block-mobiletoggles .kcw__nav-toggle::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: -2px;
    top: 0
}

 .kcw .kcw__nav-open #kcw__block-mobiletoggles .kcw__nav-toggle i {
    color: #F1B82D
}

 .kcw .kcw__nav-open #kcw__block-mobiletoggles .kcw__nav-toggle i::before {
    content: "\e902"
}

 .kcw #kcw__block-getstarted {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 36px 40px 55px 60px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(0%, -50%);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1)
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-getstarted {
        padding: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-getstarted {
        padding: 30px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-getstarted {
        top: 0;
        position: relative;
        background: none;
        padding: 5px 15px 0;
        transform: translate(0, 0)
    }
}

 .kcw #kcw__block-getstarted h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-getstarted h4 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-getstarted h4 {
        background: #231F20;
        padding: 20px;
        font-size: 21px;
        position: relative;
        margin-bottom: 0;
        margin: 15px 0 0 0
    }

     .kcw #kcw__block-getstarted h4::after {
        content: "";
        position: absolute;
        right: 20px;
        width: 0;
        height: 0;
        top: 50%;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
        transform: translate(0, -50%)
    }

     .kcw #kcw__block-getstarted h4.kcw__open::after {
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #ffffff transparent
    }

     .kcw #kcw__block-getstarted h4 + div {
        transition: max-height 0.3s linear
    }
}

@media (max-width: 767px) and (max-width: 767px) {
     .kcw #kcw__block-getstarted h4 + div:not(.kcw__open) {
        max-height: 0;
        overflow: hidden
    }
}

 .kcw #kcw__block-getstarted ul {
    list-style-type: none;
    padding: 0
}

@media (max-width: 767px) {
     .kcw #kcw__block-getstarted ul {
        background: #231F20;
        padding: 0 20px 5px;
        margin: 0
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-getstarted ul li {
        margin-bottom: 15px
    }
}

 .kcw #kcw__block-getstarted ul li + li {
    margin-top: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-getstarted ul li + li {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-getstarted ul li + li {
        margin-top: 0
    }
}

 .kcw #kcw__block-getstarted ul li:last-of-type {
    margin-bottom: 25px
}

 .kcw #kcw__block-getstarted ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-getstarted ul li a {
        font-size: 14px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-getstarted ul li a {
        text-transform: none;
        letter-spacing: 0
    }
}

 .kcw .kcw__slick-close #kcw__block-getstarted {
    transform: translate(-100%, -50%)
}

@media (max-width: 767px) {
     .kcw .kcw__slick-close #kcw__block-getstarted {
        transform: translate(0%, 0)
    }
}

 .kcw #kcw__clockwise-map {
    background: #ccc;
    height: 500px;
    padding: 8px 5px 5px;
    width: 100%
}

@media (max-width: 640px) and (min-width: 481px) {
     .kcw #kcw__clockwise-map {
        height: 400px
    }
}

@media (max-width: 480px) {
     .kcw #kcw__clockwise-map {
        height: 400px
    }
}

 .kcw #kcw__clockwise-map .kcw__map-tooltip {
    padding: 8px 5px 3px
}

 .kcw #kcw__clockwise-map .kcw__map-tooltip h3 {
    font-size: 18px;
    margin: 0
}

 .kcw #kcw__clockwise-map .kcw__map-tooltip p {
    font-size: 18px;
    margin: 0
}

 .kcw .kcw__clockwise-location {
    margin: 0 0 15px;
    text-align: center
}

 .kcw .kcw__clockwise-location h3 {
    color: #29488f;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 30px 0 13px 0
}

 .kcw .kcw__clockwise-location p {
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

 .kcw .kcw__clockwise-location .kcw__address {
    margin: 17px 0
}

 .kcw .kcw__clockwise-location .kcw__phone {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px
}

 .kcw .kcw__clockwise-location .kcw__btn {
    color: #000 !important;
    background: #ebbb34;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
    text-transform: none
}

 .kcw .kcw__clockwise-location .kcw__btn:hover,  .kcw .kcw__clockwise-location .kcw__btn:focus {
    background: #d7a415
}

 .kcw .kcw__location-reserve-spot {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #F1B82D;
    padding: 14px;
    z-index: 99
}

 .kcw .kcw__location-reserve-spot a {
    color: #231F20;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none
}

 .kcw .kcw__intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 0;
    transform: translate(0, -50%)
}

@media (max-width: 767px) {
     .kcw .kcw__intro {
        display: none
    }
}

 .kcw .kcw__slick-close .kcw__intro {
    opacity: 1
}

 .kcw .kcw__intro .kcw__blurb h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: none
}

 .kcw .kcw__intro .kcw__blurb p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px
}

 .kcw .kcw__intro .kcw__blurb .kcw__btn {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 500
}

 .kcw #kcw__block-homepageslides {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    width: 680px;
    z-index: 9;
    transform: translate(0, -50%);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1)
}

@media (min-width: 1600px) {
     .kcw #kcw__block-homepageslides {
        width: 800px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-homepageslides {
        width: 500px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-homepageslides {
        width: 100%;
        position: relative;
        top: 0;
        transform: translate(0%, 0)
    }
}

 .kcw .kcw__slick-close #kcw__block-homepageslides {
    transform: translate(90%, -50%)
}

@media (max-width: 767px) {
     .kcw .kcw__slick-close #kcw__block-homepageslides {
        transform: translate(0%, 0)
    }
}

 .kcw #kcw__block-homepageslides .kcw__pager {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 9;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase
}

@media (max-width: 767px) {
     .kcw #kcw__block-homepageslides .kcw__pager {
        display: none
    }
}

 .kcw #kcw__block-homepageslides .kcw__slick-arrow {
    display: none !important
}

 .kcw #kcw__block-homepageslides .kcw__slick-dots {
    bottom: 0px;
    display: block !important;
    margin: 10px 0
}

 .kcw #kcw__block-homepageslides .kcw__slick-toggle {
    background: #fff;
    top: 0;
    display: block;
    font-size: 25px;
    line-height: 71px;
    height: 65px;
    position: absolute;
    right: 100%;
    text-align: center;
    width: 65px;
    opacity: .5;
    cursor: pointer
}

 .kcw #kcw__block-homepageslides .kcw__slick-toggle i::before {
    content: "\e907"
}

 .kcw .kcw__slick-close #kcw__block-homepageslides .kcw__slick-toggle {
    opacity: 1
}

 .kcw .kcw__slick-close #kcw__block-homepageslides .kcw__slick-toggle i::before {
    content: "\e908"
}

 .kcw #kcw__block-carethatmakeslivesbetter h2 {
    font-size: 45px;
    font-weight: 600
}

@media (max-width: 767px) {
     .kcw #kcw__block-carethatmakeslivesbetter h2 {
        margin-top: 0;
        font-size: 35px
    }
}

 .kcw #kcw__block-carethatmakeslivesbetter .kcw__featured-img-tile {
    position: relative;
    margin-bottom: 20px
}

 .kcw #kcw__block-carethatmakeslivesbetter .kcw__featured-img-tile .kcw__title {
    background: #F1B82D;
    color: #231F20;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 30px;
    font-size: 18px;
    position: absolute;
    bottom: 40px;
    left: -15px;
    letter-spacing: .5px;
    transition: background 0.3s linear
}

 .kcw #kcw__block-carethatmakeslivesbetter .kcw__featured-img-tile img {
    width: 100%;
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    transition: filter 0.3s linear
}

 .kcw #kcw__block-carethatmakeslivesbetter .kcw__featured-img-tile:hover img,  .kcw #kcw__block-carethatmakeslivesbetter .kcw__featured-img-tile:focus img {
    -moz-filter: grayscale(100%);
    filter: grayscale(100%)
}

 .kcw #kcw__block-patientportal {
    position: relative;
    margin-top: 30px
}

@media (max-width: 767px) {
     .kcw #kcw__block-patientportal {
        margin-top: 0
    }
}

 .kcw #kcw__block-patientportal::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

@media (max-width: 767px) {
     .kcw #kcw__block-patientportal::before {
        display: none
    }
}

 .kcw #kcw__block-patientportal img {
    width: 100%
}

 .kcw #kcw__block-patientportal .kcw__title {
    position: absolute;
    top: 100px;
    left: 100px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase
}

@media (max-width: 991px) {
     .kcw #kcw__block-patientportal .kcw__title {
        font-size: 40px;
        left: 40px;
        top: 40px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-patientportal .kcw__title {
        position: relative;
        left: 0;
        top: 0;
        font-size: 35px;
        color: #231F20;
        text-shadow: none
    }
}

 .kcw #kcw__block-patientportal .kcw__blurb {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 100px;
    width: 75%;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-patientportal .kcw__blurb {
        padding: 100px 50px;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-patientportal .kcw__blurb {
        padding: 100px 50px;
        width: 100%
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-patientportal .kcw__blurb {
        position: relative;
        width: 100%;
        padding: 0;
        margin-top: 25px;
        color: #231F20
    }
}

 .kcw #kcw__block-patientportal .kcw__blurb h3 {
    font-size: 30px;
    text-transform: none;
    font-weight: 600
}

 .kcw #kcw__block-patientportal .kcw__blurb p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400
}

 .kcw #kcw__block-patientportal .kcw__blurb p a {
    color: #fff
}

 .kcw #kcw__block-patientportal .kcw__links {
    background: #F1B82D;
    position: relative;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #231F20;
    transform: translate(0, 0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1)
}

@media (min-width: 1200px) {
     .kcw #kcw__block-patientportal .kcw__links {
        position: absolute;
        top: 50%;
        font-size: 21px;
        transform: translate(5%, -50%)
    }
}

@media (min-width: 1600px) {
     .kcw #kcw__block-patientportal .kcw__links {
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-patientportal .kcw__links {
        font-size: 14px
    }
}

 .kcw #kcw__block-patientportal .kcw__links > div {
    padding: 20px 40px;
    position: relative
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-patientportal .kcw__links > div {
        padding: 10px 40px;
        float: left;
        width: 33.33%;
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-patientportal .kcw__links > div {
        padding: 10px 40px;
        float: left;
        width: 33.33%;
        text-align: center
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-patientportal .kcw__links > div {
        padding: 15px 40px
    }
}

 .kcw #kcw__block-patientportal .kcw__links > div + div {
    border-top: 1px solid #fdca50
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-patientportal .kcw__links > div + div {
        border: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-patientportal .kcw__links > div + div {
        border: none
    }
}

 .kcw #kcw__block-patientportal .kcw__links > div + div::before {
    border-top: 1px solid #eaa91d;
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-patientportal .kcw__links > div + div::before {
        border: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-patientportal .kcw__links > div + div::before {
        border: none
    }
}

 .kcw #kcw__block-patientportal .kcw__links > div a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-shadow: 2px 2px 0 rgba(234, 169, 29, 0.5)
}

@media (min-width: 1600px) {
     .kcw #kcw__block-patientportal .kcw__links > div a {
        font-size: 26px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-patientportal .kcw__links > div a {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-patientportal .kcw__links > div a {
        font-size: 17px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-patientportal .kcw__links > div a {
        font-size: 21px
    }
}

 .kcw #kcw__block-patientportal .kcw__links > div a::before {
    color: #fff;
    content: "\f04b";
    font-family: icomoon;
    font-size: 16px;
    font-weight: 400;
    left: -20px;
    position: absolute;
    text-shadow: none;
    top: 50%;
    transform: translate(0, -50%)
}

 .kcw #kcw__block-muhc-local-tasks ul,  .kcw #kcw__block-ced-local-tasks ul,  .kcw #kcw__block-local-tasks ul {
    padding: 0;
    list-style-type: none;
    border-bottom: 2px solid #f0f0f0
}

 .kcw #kcw__block-muhc-local-tasks ul li,  .kcw #kcw__block-ced-local-tasks ul li,  .kcw #kcw__block-local-tasks ul li {
    display: inline-block;
    background: #f0f0f0;
    padding: 10px;
    transition: background 0.3s linear
}

 .kcw #kcw__block-muhc-local-tasks ul li:hover,  .kcw #kcw__block-muhc-local-tasks ul li:focus,  .kcw #kcw__block-ced-local-tasks ul li:hover,  .kcw #kcw__block-ced-local-tasks ul li:focus,  .kcw #kcw__block-local-tasks ul li:hover,  .kcw #kcw__block-local-tasks ul li:focus {
    background: #9d9d9d
}

 .kcw #kcw__block-muhc-local-tasks ul li:hover a,  .kcw #kcw__block-muhc-local-tasks ul li:focus a,  .kcw #kcw__block-ced-local-tasks ul li:hover a,  .kcw #kcw__block-ced-local-tasks ul li:focus a,  .kcw #kcw__block-local-tasks ul li:hover a,  .kcw #kcw__block-local-tasks ul li:focus a {
    color: #fff
}

 .kcw #kcw__block-muhc-local-tasks ul li a,  .kcw #kcw__block-ced-local-tasks ul li a,  .kcw #kcw__block-local-tasks ul li a {
    color: #231F20
}

 .kcw #kcw__block-treatments ul {
    padding-left: 20px
}

 .kcw #kcw__block-healthcareprofessionals .kcw__feature .kcw__featured-img-tile {
    position: relative
}

 .kcw #kcw__block-healthcareprofessionals .kcw__feature .kcw__featured-img-tile:hover .kcw__title {
    color: #F1B82D
}

 .kcw #kcw__block-healthcareprofessionals .kcw__feature .kcw__featured-img-tile .kcw__title {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 20px;
    padding: 20px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: color 0.3s linear
}

 .kcw .kcw__sidebar *[id^="kcw__block-"] .kcw__social {
    text-align: center
}

 .kcw .kcw__sidebar *[id^="kcw__block-"] .kcw__social a {
    display: inline-block;
    float: none;
    font-size: 36px;
    height: 60px;
    line-height: 70px;
    margin: 0 10px;
    width: 60px
}

 .kcw .kcw__sidebar .kcw__sidebar-location {
    text-align: center
}

 .kcw .kcw__sidebar .kcw__sidebar-location.kcw__current-location h3 {
    background: #850706;
    border: 1px solid #850706;
    color: #fff;
    font-weight: 500
}

 .kcw .kcw__sidebar .kcw__sidebar-location.kcw__current-location .kcw__info {
    background: #a60b09;
    border: 1px solid #a60b09
}

 .kcw .kcw__sidebar .kcw__sidebar-location.kcw__current-location .kcw__info p {
    color: #fff
}

 .kcw .kcw__sidebar .kcw__sidebar-location.kcw__current-location .kcw__info .kcw__btn {
    color: #000;
    background: #ebbb34;
    font-weight: 600
}

 .kcw .kcw__sidebar .kcw__sidebar-location.kcw__current-location .kcw__info .kcw__btn:hover,  .kcw .kcw__sidebar .kcw__sidebar-location.kcw__current-location .kcw__info .kcw__btn:focus {
    background: #d7a415
}

 .kcw .kcw__sidebar .kcw__sidebar-location.kcw__current-location + h2 {
    font-size: 24px;
    letter-spacing: .25px;
    line-height: 32px;
    margin: 22px 0 12px
}

 .kcw .kcw__sidebar .kcw__sidebar-location h3 {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 17px 0
}

 .kcw .kcw__sidebar .kcw__sidebar-location .kcw__info {
    border: 1px solid #f0f0f0;
    padding: 0 40px 40px
}

 .kcw .kcw__sidebar .kcw__sidebar-location .kcw__info p {
    font-size: 21px;
    line-height: 32px;
    margin: 22px 0 20px
}

 .kcw .kcw__sidebar .kcw__sidebar-location .kcw__info p.kcw__large {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: .25px;
    margin: 26px 0 -4px;
    text-transform: uppercase
}

 .kcw .kcw__sidebar .kcw__sidebar-location .kcw__info .kcw__btn {
    background: #231f20;
    color: #fff;
    max-width: 240px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    text-transform: none
}

 .kcw .kcw__sidebar .kcw__sidebar-location .kcw__info .kcw__btn:hover,  .kcw .kcw__sidebar .kcw__sidebar-location .kcw__info .kcw__btn:focus {
    background: rgba(35, 31, 32, 0.8)
}

 .kcw .kcw__sidebar .kcw__sidebar-location + .kcw__sidebar-location {
    margin: 20px 0 0
}

@media (min-width: 992px) {
     .kcw .kcw__has-icon-bg .kcw__block-feature .kcw__blurb {
        padding-bottom: 30px
    }
}

@media (max-width: 991px) {
     .kcw .kcw__has-icon-bg .kcw__block-feature .kcw__blurb {
        width: 100%;
        padding: 20px 20px 40px 20px;
        position: relative;
        background: #9d9d9d
    }
}

 .kcw .kcw__has-icon-bg.kcw__btn-black .kcw__block-feature .kcw__blurb {
    color: #231F20
}

 .kcw .kcw__block-feature {
    padding: 0;
    position: relative;
    margin: 30px 0
}

@media (max-width: 767px) {
     .kcw .kcw__block-feature {
        margin: 0
    }
}

 .kcw .kcw__block-feature::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

 .kcw .kcw__block-feature.kcw__no-overlay::before {
    content: none
}

 .kcw .kcw__block-feature .kcw__blurb {
    position: absolute;
    width: 75%;
    bottom: 0;
    left: 0;
    padding: 0 0 80px 80px;
    color: #fff
}

@media (max-width: 767px) {
     .kcw .kcw__block-feature .kcw__blurb {
        width: 100%;
        padding: 20px 20px 40px 20px;
        position: relative;
        background: #231F20
    }
}

 .kcw .kcw__block-feature .kcw__blurb h3 {
    font-size: 30px;
    text-transform: none;
    margin-top: 0
}

@media (max-width: 767px) {
     .kcw .kcw__block-feature .kcw__blurb h3 {
        font-size: 24px
    }
}

 .kcw .kcw__block-feature .kcw__blurb p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

@media (max-width: 767px) {
     .kcw .kcw__block-feature .kcw__blurb p {
        font-size: 18px;
        line-height: 26px
    }
}

 .kcw .kcw__block-feature .kcw__blurb .kcw__btn {
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    margin-top: 20px
}

 .kcw .kcw__text-images {
    margin: 70px 0
}

@media (max-width: 991px) {
     .kcw .kcw__text-images {
        margin: 35px 0
    }
}

 .kcw .kcw__text-images .kcw__intro {
    display: block;
    opacity: 1;
    padding-right: 25px
}

@media (max-width: 991px) {
     .kcw .kcw__text-images .kcw__intro {
        padding: 0;
        position: relative;
        transform: translate(0, 0)
    }
}

 .kcw .kcw__text-images .kcw__featured {
    float: left;
    width: 50%
}

@media (max-width: 991px) {
     .kcw .kcw__text-images .kcw__featured {
        width: 100%
    }
}

 .kcw .kcw__text-images .kcw__images {
    float: left;
    width: 50%
}

@media (max-width: 991px) {
     .kcw .kcw__text-images .kcw__images {
        width: 100%
    }
}

 .kcw .kcw__text-images .kcw__featured-img-tile {
    position: relative
}

 .kcw .kcw__text-images .kcw__featured-img-tile::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s linear
}

@media (max-width: 991px) {
     .kcw .kcw__text-images .kcw__featured-img-tile::after {
        opacity: .5
    }
}

 .kcw .kcw__text-images .kcw__featured-img-tile:hover::after,  .kcw .kcw__text-images .kcw__featured-img-tile:focus::after {
    opacity: .5
}

 .kcw .kcw__text-images .kcw__featured-img-tile:hover .kcw__blurb,  .kcw .kcw__text-images .kcw__featured-img-tile:focus .kcw__blurb {
    opacity: 1
}

 .kcw .kcw__text-images .kcw__featured-img-tile img {
    width: 100%
}

@media (max-width: 991px) {
     .kcw .kcw__text-images .kcw__featured-img-tile a .kcw__blurb {
        color: #F1B82D
    }
}

 .kcw .kcw__text-images .kcw__featured-img-tile a:hover .kcw__blurb,  .kcw .kcw__text-images .kcw__featured-img-tile a:focus .kcw__blurb {
    color: #F1B82D
}

 .kcw .kcw__text-images .kcw__featured-img-tile .kcw__blurb {
    border: 3px solid #fff;
    bottom: 10px;
    color: #fff;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    z-index: 1;
    transition: opacity 0.3s linear
}

@media (max-width: 991px) {
     .kcw .kcw__text-images .kcw__featured-img-tile .kcw__blurb {
        opacity: 1
    }
}

 .kcw .kcw__text-images .kcw__featured-img-tile .kcw__blurb .kcw__title {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%)
}

 .kcw .kcw__social {
    margin-bottom: 30px;
    position: relative;
    width: 120px
}

 .kcw .kcw__social a {
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    color: #fff !important;
    transition: background 0.3s linear
}

 .kcw .kcw__social a.kcw__facebook {
    background: #3b5998
}

 .kcw .kcw__social a.kcw__facebook:hover,  .kcw .kcw__social a.kcw__facebook:focus {
    background: #1e2e4f
}

 .kcw .kcw__social a.kcw__twitter {
    background: #00aced
}

 .kcw .kcw__social a.kcw__twitter:hover,  .kcw .kcw__social a.kcw__twitter:focus {
    background: #006287
}

 .kcw .kcw__social a.kcw__linkedin {
    background: #0077b5
}

 .kcw .kcw__social a.kcw__linkedin:hover,  .kcw .kcw__social a.kcw__linkedin:focus {
    background: #00344f
}

 .kcw .kcw__social a.kcw__email {
    background: #9d9d9d
}

 .kcw .kcw__social a.kcw__email:hover,  .kcw .kcw__social a.kcw__email:focus {
    background: #231F20
}

 .kcw .kcw__social a.kcw__print {
    background: #F1B82D;
    color: #231F20
}

 .kcw .kcw__social a.kcw__print:hover,  .kcw .kcw__social a.kcw__print:focus {
    background: #f4c85d
}

 .kcw .kcw__social .kcw__more {
    background: #575757;
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    width: 40px;
    transition: background 0.3s linear
}

 .kcw .kcw__social .kcw__more:hover,  .kcw .kcw__social .kcw__more:focus,  .kcw .kcw__social .kcw__more.kcw__open {
    background: #231F20
}

 .kcw .kcw__social .kcw__more.kcw__open + .kcw__share-more {
    opacity: 1 !important;
    visibility: visible !important
}

 .kcw .kcw__social .kcw__share-more {
    position: absolute;
    left: 100%;
    display: block;
    opacity: 0;
    width: 600px;
    top: 0;
    visibility: hidden;
    width: 600px;
    transition: opacity 0.3s linear
}

@media (max-width: 991px) {
     .kcw .kcw__social .kcw__share-more {
        width: 200px
    }
}

 .kcw .kcw__social .kcw__share-more.kcw__open {
    opacity: 1 !important;
    visibility: visible !important
}

@media (max-width: 767px) {
     .kcw #kcw__block-sitebranding-2 img {
        width: 70%;
        display: block;
        margin: 0 auto
    }
}

 .kcw #kcw__block-relatedarticlesblock h2,  .kcw #kcw__block-ced-relatedarticlesblock h2,  .kcw #kcw__block-formediasidebar h2 {
    font-size: 22px;
    color: #231F20;
    margin-top: 0
}

 .kcw #kcw__block-relatedarticlesblock a,  .kcw #kcw__block-ced-relatedarticlesblock a,  .kcw #kcw__block-formediasidebar a {
    position: relative;
    display: block;
    margin-bottom: 20px
}

 .kcw #kcw__block-relatedarticlesblock a::before,  .kcw #kcw__block-ced-relatedarticlesblock a::before,  .kcw #kcw__block-formediasidebar a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

 .kcw #kcw__block-relatedarticlesblock a.kcw__has-video::before,  .kcw #kcw__block-ced-relatedarticlesblock a.kcw__has-video::before,  .kcw #kcw__block-formediasidebar a.kcw__has-video::before {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    content: "\f04b";
    font-family: icomoon;
    font-size: 21px;
    line-height: 36px;
    height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-indent: 3px;
    top: 20px;
    width: 40px;
    z-index: 1
}

 .kcw #kcw__block-relatedarticlesblock a img,  .kcw #kcw__block-ced-relatedarticlesblock a img,  .kcw #kcw__block-formediasidebar a img {
    width: 100%
}

 .kcw #kcw__block-relatedarticlesblock a span,  .kcw #kcw__block-ced-relatedarticlesblock a span,  .kcw #kcw__block-formediasidebar a span {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    font-family: proxima-nova-condensed, sans-serif;
    transition: color 0.3s linear
}

 .kcw #kcw__block-relatedarticlesblock a:hover span,  .kcw #kcw__block-relatedarticlesblock a:focus span,  .kcw #kcw__block-ced-relatedarticlesblock a:hover span,  .kcw #kcw__block-ced-relatedarticlesblock a:focus span,  .kcw #kcw__block-formediasidebar a:hover span,  .kcw #kcw__block-formediasidebar a:focus span {
    color: #F1B82D
}

 .kcw #kcw__block-servicepatientresources {
    margin: 20px 0 60px 0
}

 .kcw #kcw__block-servicepatientresources h2 {
    border-bottom: 1px solid #e0d9ca;
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-bottom: 30px;
    text-align: center;
    color: #231F20;
    position: relative
}

@media (max-width: 767px) {
     .kcw #kcw__block-servicepatientresources h2 {
        font-size: 30px;
        line-height: 35px;
        border: none;
        margin-bottom: 20px;
        padding-bottom: 0
    }
}

 .kcw #kcw__block-servicepatientresources h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -2px
}

@media (max-width: 767px) {
     .kcw #kcw__block-servicepatientresources h2::after {
        display: none
    }
}

 .kcw #kcw__block-servicepatientresources h4 {
    font-family: proxima-nova-condensed, sans-serif;
    color: #231F20;
    padding: 15px 30px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase
}

 .kcw #kcw__block-servicepatientresources ul {
    margin-bottom: 0
}

@media (max-width: 767px) {
     .kcw #kcw__block-servicepatientresources ul {
        margin-bottom: 30px
    }
}

 .kcw #kcw__block-servicepatientresources .kcw__btn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 5px 0
}

 .kcw #kcw__block-servicepatientresources .kcw__btn i {
    font-size: 80%
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta img {
    width: 100%;
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    transition: filter 0.3s linear
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta:hover img,  .kcw #kcw__block-servicepatientresources .kcw__featured-cta:focus img {
    -moz-filter: grayscale(100%);
    filter: grayscale(100%)
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta:hover .kcw__blurb h4,  .kcw #kcw__block-servicepatientresources .kcw__featured-cta:hover .kcw__blurb div,  .kcw #kcw__block-servicepatientresources .kcw__featured-cta:focus .kcw__blurb h4,  .kcw #kcw__block-servicepatientresources .kcw__featured-cta:focus .kcw__blurb div {
    color: #F1B82D
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta .kcw__blurb {
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0
}

@media (max-width: 767px) {
     .kcw #kcw__block-servicepatientresources .kcw__featured-cta .kcw__blurb {
        position: relative;
        background: #231F20
    }
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta .kcw__blurb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

@media (max-width: 767px) {
     .kcw #kcw__block-servicepatientresources .kcw__featured-cta .kcw__blurb::before {
        display: none
    }
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta .kcw__blurb h4 {
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1
}

 .kcw #kcw__block-servicepatientresources .kcw__featured-cta .kcw__blurb div {
    position: relative;
    z-index: 1;
    color: #fff
}

 .kcw #kcw__block-asideblock {
    margin-bottom: 30px
}

 .kcw #kcw__block-hero .kcw__banner,  .kcw #kcw__block-ced-hero .kcw__banner {
    background: #F1B82D
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img {
    background: #F1B82D;
    background-size: cover;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img {
        height: 70vh;
        min-height: 450px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img {
        padding: 80px 0 20px;
        height: auto;
        min-height: 0
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img.kcw__has-image::before,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img.kcw__has-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0
}

 .kcw .kcw__node-16741 .kcw__banner .kcw__img.kcw__has-image::before {
    display: none !important
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container {
    height: 100%
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb {
        transform: translate(0%, 0%);
        position: relative;
        top: 0;
        left: 0
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__left,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__left {
    width: 60%;
    text-align: left;
    left: 15px;
    transform: translate(0%, -50%)
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__left,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__left {
        width: 55%
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__left,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__left {
        width: 100%;
        transform: translate(0%, 0%)
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__right,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__right {
    width: 60%;
    text-align: right;
    right: 15px;
    left: auto;
    transform: translate(0%, -50%)
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__right,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__right {
        width: 55%
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__right,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__right {
        width: 100%;
        transform: translate(0%, 0%)
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__overlay,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__overlay {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 60px;
    top: 75%
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__overlay,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__overlay {
        padding: 20px;
        top: 0%
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__light-overlay,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__light-overlay {
    background: rgba(255, 255, 255, 0.75);
    padding: 20px 60px;
    color: #231F20;
    top: 75%
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__light-overlay,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__light-overlay {
        padding: 20px;
        top: 0%
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__light-overlay h1,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb.kcw__light-overlay h1 {
    color: #231F20
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb h1,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb h1 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb h1,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb h1 {
        font-size: 35px;
        line-height: 40px
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb h1.kcw__gold,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb h1.kcw__gold {
    color: #F1B82D;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb p,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb p {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb a,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container .kcw__blurb a {
    color: #fff;
    font-size: 30px
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 40px;
    width: 30%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%)
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form {
        width: 40%;
        padding: 30px;
        top: 45%
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form {
        width: 100%;
        right: auto;
        position: relative;
        margin-top: 30px;
        transform: translate(0%, 0%)
    }
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form legend,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form legend {
    color: #fff
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form h4,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form h4 {
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form p,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form p small,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form p small {
    line-height: 21px;
    display: block
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form p a,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form p a {
    color: #fff;
    text-decoration: underline
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form p a:hover,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form p a:hover {
    color: #F1B82D
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 20px 0 7px 0
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label::before,  .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label::after,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label::before,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1)
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label::after,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label::after {
    background-color: #F1B82D;
    transform: translate3d(-100%, 0, 0)
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label.kcw__form-required span::after,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label.kcw__form-required span::after {
    content: "*";
    color: #F1B82D;
    margin-left: 5px
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label span,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner label span {
    position: absolute;
    bottom: 7px;
    left: 0;
    transition: bottom 0.3s cubic-bezier(0, 0, 0.2, 1)
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input {
    border: 0;
    color: #fff;
    width: 100%;
    outline: none;
    background: none;
    padding: 0;
    line-height: 32px
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input::-webkit-input-placeholder,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input::-webkit-input-placeholder {
    opacity: 0 !important
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:-moz-placeholder,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:-moz-placeholder {
    opacity: 0 !important
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input::-moz-placeholder,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input::-moz-placeholder {
    opacity: 0 !important
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:-ms-input-placeholder,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:-ms-input-placeholder {
    opacity: 0 !important
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:active + label::after,  .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:focus + label::after,  .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input.kcw__not-empty + label::after,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:active + label::after,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:focus + label::after,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input.kcw__not-empty + label::after {
    transform: translate3d(0, 0, 0)
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:active + label span,  .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:focus + label span,  .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input.kcw__not-empty + label span,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:active + label span,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input:focus + label span,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file) .kcw__inner input.kcw__not-empty + label span {
    bottom: 2.8em;
    color: #F1B82D;
    font-size: 13px
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-processed-text,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-processed-text {
    margin-bottom: 0
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-processed-text .kcw__inner,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-processed-text .kcw__inner {
    padding: 0
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner {
    padding: 0;
    overflow: visible
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle {
    color: #fff;
    border-color: #fff;
    padding: 5px 15px
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle .kcw__bs-caret .kcw__caret,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle .kcw__bs-caret .kcw__caret {
    border-top-color: #fff
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle:hover,  .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle:focus,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle:hover,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select .kcw__dropdown-toggle:focus {
    background: #F1B82D;
    border-color: #F1B82D;
    color: #231F20
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select.kcw__open .kcw__dropdown-toggle,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner .kcw__bootstrap-select.kcw__open .kcw__dropdown-toggle {
    background: #F1B82D;
    border-color: #F1B82D;
    color: #231F20
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner label::before,  .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner label::after,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner label::before,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner label::after {
    display: none
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner label span,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-item:not(.kcw__form-item-address):not(.kcw__form-composite):not(.kcw__radio):not(.kcw__js-webform-radios-fieldset):not(.kcw__checkbox):not(.kcw__js-form-type-managed-file).kcw__js-form-type-select .kcw__inner label span {
    top: 0px;
    bottom: auto;
    color: #fff
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-composite:not(.kcw__js-webform-radios-fieldset),  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-composite:not(.kcw__js-webform-radios-fieldset) {
    padding: 0
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-composite:not(.kcw__js-webform-radios-fieldset) .kcw__inner,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-composite:not(.kcw__js-webform-radios-fieldset) .kcw__inner {
    padding: 0
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-composite:not(.kcw__js-webform-radios-fieldset) .kcw__inner input,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__form-composite:not(.kcw__js-webform-radios-fieldset) .kcw__inner input {
    color: #fff
}

 .kcw #kcw__block-hero .kcw__banner .kcw__img .kcw__container form .kcw__btn,  .kcw #kcw__block-ced-hero .kcw__banner .kcw__img .kcw__container form .kcw__btn {
    margin-top: 15px
}

 .kcw #kcw__block-hero .kcw__static,  .kcw #kcw__block-ced-hero .kcw__static {
    max-height: 500px;
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__static,  .kcw #kcw__block-ced-hero .kcw__static {
        max-height: none;
        background: #231F20
    }
}

 .kcw #kcw__block-hero .kcw__static.kcw__large,  .kcw #kcw__block-ced-hero .kcw__static.kcw__large {
    min-height: 600px;
    max-height: none
}

@media (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__static.kcw__large,  .kcw #kcw__block-ced-hero .kcw__static.kcw__large {
        min-height: 0
    }
}

 .kcw #kcw__block-hero .kcw__static.kcw__large .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__static.kcw__large .kcw__blurb {
    padding: 60px 0
}

@media (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__static.kcw__large .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__static.kcw__large .kcw__blurb {
        position: relative;
        transform: translate(0, 0)
    }
}

 .kcw #kcw__block-hero .kcw__static.kcw__overlay,  .kcw #kcw__block-ced-hero .kcw__static.kcw__overlay {
    position: relative
}

 .kcw #kcw__block-hero .kcw__static.kcw__overlay::before,  .kcw #kcw__block-ced-hero .kcw__static.kcw__overlay::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

 .kcw #kcw__block-hero .kcw__static .kcw__img,  .kcw #kcw__block-ced-hero .kcw__static .kcw__img {
    position: relative
}

 .kcw #kcw__block-hero .kcw__static .kcw__img::before,  .kcw #kcw__block-ced-hero .kcw__static .kcw__img::before {
    background: #231F20;
    content: "";
    height: 100%;
    opacity: 0.4;
    position: absolute;
    width: 100%
}

 .kcw #kcw__block-hero .kcw__static .kcw__img img,  .kcw #kcw__block-ced-hero .kcw__static .kcw__img img {
    width: 100%;
    height: auto
}

 .kcw #kcw__block-hero .kcw__static .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    transform: translate(0, -50%)
}

@media (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__static .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb {
        padding: 20px 0
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__static .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb {
        margin-top: 0;
        position: relative;
        transform: translate(0, 0%)
    }
}

 .kcw #kcw__block-hero .kcw__static .kcw__blurb.kcw__title-top,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb.kcw__title-top {
    top: 33%
}

 .kcw #kcw__block-hero .kcw__static .kcw__blurb.kcw__title-lower-third,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb.kcw__title-lower-third {
    top: 66%
}

@media (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__static .kcw__blurb.kcw__title-lower-third,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb.kcw__title-lower-third {
        top: 0;
        padding: 30px 0
    }
}

 .kcw #kcw__block-hero .kcw__static .kcw__blurb h1,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb h1 {
    color: #fff;
    font-size: 55px
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__static .kcw__blurb h1,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb h1 {
        font-size: 32px;
        margin-bottom: 10px
    }
}

 .kcw #kcw__block-hero .kcw__static .kcw__blurb p,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb p {
    color: #fff;
    font-size: 22px
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__static .kcw__blurb p,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px
    }
}

 .kcw #kcw__block-hero .kcw__static .kcw__blurb .kcw__subtitle,  .kcw #kcw__block-ced-hero .kcw__static .kcw__blurb .kcw__subtitle {
    color: #fff;
    display: block;
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: -20px;
    text-transform: uppercase
}

 .kcw #kcw__block-hero .kcw__full-slides,  .kcw #kcw__block-ced-hero .kcw__full-slides {
    position: relative;
    background: #231F20
}

@media (min-width: 1200px) {
     .kcw #kcw__block-hero .kcw__full-slides,  .kcw #kcw__block-ced-hero .kcw__full-slides {
        background: none
    }
}

 .kcw #kcw__block-hero .kcw__full-slides h1,  .kcw #kcw__block-ced-hero .kcw__full-slides h1 {
    position: absolute;
    top: 30px;
    color: #fff;
    z-index: 9
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__full-slides h1,  .kcw #kcw__block-ced-hero .kcw__full-slides h1 {
        top: 0
    }
}

 .kcw #kcw__block-hero .kcw__full-slides.kcw__links .kcw__slick .kcw__slick-arrow.kcw__slick-prev,  .kcw #kcw__block-ced-hero .kcw__full-slides.kcw__links .kcw__slick .kcw__slick-arrow.kcw__slick-prev {
    left: 0
}

 .kcw #kcw__block-hero .kcw__full-slides.kcw__links .kcw__slick .kcw__slick-arrow.kcw__slick-next,  .kcw #kcw__block-ced-hero .kcw__full-slides.kcw__links .kcw__slick .kcw__slick-arrow.kcw__slick-next {
    right: 0
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__links,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 30%;
    padding: 30px;
    background: #231F20;
    color: #fff
}

@media (min-width: 1600px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links {
        left: 10%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links {
        left: 0;
        width: 100%;
        position: relative;
        padding: 20px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links {
        top: 0;
        position: relative;
        background: none;
        padding: 0;
        width: 100%;
        left: 0;
        margin-bottom: 30px;
        border: 2px solid #fff;
        transform: translate(0, 0)
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links {
        top: 0;
        position: relative;
        background: none;
        padding: 0;
        width: 100%;
        left: 0;
        margin: 30px 0;
        border: 2px solid #fff;
        transform: translate(0, 0)
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #F1B82D;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3 {
        color: #fff;
        padding: 7px;
        font-size: 16px;
        line-height: 21px;
        position: relative;
        letter-spacing: .5px;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: super
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3 {
        background: #231F20;
        color: #fff;
        padding: 20px;
        font-size: 18px;
        position: relative;
        letter-spacing: .5px;
        margin-bottom: 0
    }

     .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3::after,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3::after {
        content: "";
        position: absolute;
        right: 20px;
        width: 0;
        height: 0;
        top: 50%;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
        transform: translate(0, -50%)
    }

     .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3.kcw__open::after,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3.kcw__open::after {
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #ffffff transparent
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3 {
        background: #231F20;
        color: #fff;
        padding: 20px;
        font-size: 20px;
        position: relative;
        letter-spacing: .5px;
        margin-bottom: 0
    }

     .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3::after,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3::after {
        content: "";
        position: absolute;
        right: 20px;
        width: 0;
        height: 0;
        top: 50%;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
        transform: translate(0, -50%)
    }

     .kcw #kcw__block-hero .kcw__full-slides .kcw__links h3.kcw__open::after,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links h3.kcw__open::after {
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #ffffff transparent
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul {
        margin-bottom: 0;
        display: inline-block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul {
        max-height: 0;
        overflow: hidden;
        background: #231F20;
        padding: 0 15px;
        margin: 0;
        transition: max-height 0.3s linear
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul {
        max-height: 0;
        overflow: hidden;
        background: #231F20;
        padding: 0 20px;
        margin: 0;
        transition: max-height 0.3s linear
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul.kcw__open,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul.kcw__open {
    max-height: 1000px
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li {
    margin-bottom: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li {
        margin: 0 5px;
        float: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li {
        margin-bottom: 10px
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li:last-of-type,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li:last-of-type {
    margin-bottom: 25px
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li a,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li a,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li a {
        font-size: 14px;
        padding: 10px;
        letter-spacing: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li a,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li a {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li a,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li a {
        letter-spacing: 0
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li a:hover,  .kcw #kcw__block-hero .kcw__full-slides .kcw__links ul li a:focus,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li a:hover,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__links ul li a:focus {
    color: #F1B82D
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide::before,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb {
    background: rgba(0, 0, 0, 0.65);
    left: 41.5%;
    max-width: 720px;
    padding: 60px;
    width: 60%
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb {
        padding: 30px 50px;
        left: 0;
        max-width: none;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb {
        background: #231F20;
        width: 100%;
        max-width: none;
        left: 0;
        position: relative;
        padding: 20px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb {
        background: #231F20;
        width: 100%;
        max-width: none;
        left: 0;
        position: relative;
        padding: 20px
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb h3,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb h3 {
    margin-top: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb h3,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb h3 {
        font-size: 24px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p {
        font-size: 16px
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p:last-of-type,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p:last-of-type {
    margin-bottom: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p .kcw__btn,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p .kcw__btn {
        background: none;
        color: #F1B82D !important;
        font-size: 18px;
        padding: 0
    }

     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p .kcw__btn:hover,  .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p .kcw__btn:focus,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p .kcw__btn:hover,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-slide .kcw__blurb p .kcw__btn:focus {
        color: #F1B82D !important
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-dots,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-dots {
    display: none
}

@media (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-dots,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-dots {
        display: block
    }
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-dots li button::before,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-dots li button::before {
    color: #fff
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-arrow.kcw__slick-prev,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-arrow.kcw__slick-prev {
    left: -20px
}

 .kcw #kcw__block-hero .kcw__full-slides .kcw__slick .kcw__slick-arrow.kcw__slick-next,  .kcw #kcw__block-ced-hero .kcw__full-slides .kcw__slick .kcw__slick-arrow.kcw__slick-next {
    right: -20px
}

 .kcw #kcw__block-hero .kcw__fixed-slides h1,  .kcw #kcw__block-ced-hero .kcw__fixed-slides h1 {
    position: absolute;
    top: 20px;
    color: #fff;
    z-index: 9;
    text-shadow: 2px 2px 0 rgba(108, 108, 108, 0.15)
}

 .kcw #kcw__block-hero .kcw__fixed-slides .kcw__container-fluid,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__container-fluid {
    width: 90%;
    max-width: 1400px
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__fixed-slides .kcw__container-fluid,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__container-fluid {
        width: 100%;
        padding: 0
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__fixed-slides .kcw__slick,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__slick {
        padding-bottom: 0
    }
}

 .kcw #kcw__block-hero .kcw__fixed-slides .kcw__slick .kcw__slick-slide .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__slick .kcw__slick-slide .kcw__blurb {
    background: #231F20;
    padding: 30px;
    left: 100px;
    width: 50%
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__fixed-slides .kcw__slick .kcw__slick-slide .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__slick .kcw__slick-slide .kcw__blurb {
        width: 100%;
        position: relative;
        left: 0;
        padding-bottom: 40px
    }
}

 .kcw #kcw__block-hero .kcw__fixed-slides .kcw__slick .kcw__slick-slide .kcw__blurb h3,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__slick .kcw__slick-slide .kcw__blurb h3 {
    margin-top: 0
}

 .kcw #kcw__block-hero .kcw__fixed-slides .kcw__slick .kcw__slick-arrow.kcw__slick-prev,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__slick .kcw__slick-arrow.kcw__slick-prev {
    left: 20px
}

 .kcw #kcw__block-hero .kcw__fixed-slides .kcw__slick .kcw__slick-arrow.kcw__slick-next,  .kcw #kcw__block-ced-hero .kcw__fixed-slides .kcw__slick .kcw__slick-arrow.kcw__slick-next {
    right: 20px
}

 .kcw #kcw__block-hero .kcw__video,  .kcw #kcw__block-ced-hero .kcw__video {
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 600px;
    z-index: 2
}

@media (min-width: 1600px) {
     .kcw #kcw__block-hero .kcw__video,  .kcw #kcw__block-ced-hero .kcw__video {
        height: 710px
    }
}

@media (min-width: 1200px) {
     .kcw #kcw__block-hero .kcw__video,  .kcw #kcw__block-ced-hero .kcw__video {
        background: #000 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__video,  .kcw #kcw__block-ced-hero .kcw__video {
        height: 420px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video,  .kcw #kcw__block-ced-hero .kcw__video {
        height: auto
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video::before,  .kcw #kcw__block-ced-hero .kcw__video::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: "";
        pointer-events: none;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
    }
}

 .kcw #kcw__block-hero .kcw__video .kcw__subtitle,  .kcw #kcw__block-ced-hero .kcw__video .kcw__subtitle {
    color: #fff;
    display: block;
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: -20px;
    text-transform: uppercase
}

 .kcw #kcw__block-hero .kcw__video h1,  .kcw #kcw__block-ced-hero .kcw__video h1 {
    color: #fff
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video h1,  .kcw #kcw__block-ced-hero .kcw__video h1 {
        text-align: center;
        margin-bottom: 10px
    }
}

 .kcw #kcw__block-hero .kcw__video .kcw__bg-video,  .kcw #kcw__block-ced-hero .kcw__video .kcw__bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    display: block
}

 .kcw #kcw__block-hero .kcw__video .kcw__bg-video::before,  .kcw #kcw__block-ced-hero .kcw__video .kcw__bg-video::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 0;
    left: 0
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-hero .kcw__video .kcw__bg-video,  .kcw #kcw__block-ced-hero .kcw__video .kcw__bg-video {
        display: none
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video .kcw__bg-video,  .kcw #kcw__block-ced-hero .kcw__video .kcw__bg-video {
        display: none
    }
}

 .kcw #kcw__block-hero .kcw__video .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video .kcw__blurb,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        transform: translate(0, 0)
    }
}

 .kcw #kcw__block-hero .kcw__video .kcw__blurb .kcw__container,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb .kcw__container {
    background: rgba(0, 0, 0, 0.1);
    padding: 30px 50px
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video .kcw__blurb .kcw__container,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb .kcw__container {
        padding: 20px 20px 60px 20px
    }
}

 .kcw #kcw__block-hero .kcw__video .kcw__blurb .kcw__container p,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb .kcw__container p {
    font-size: 22px
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video .kcw__blurb .kcw__container p,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb .kcw__container p {
        text-align: center
    }
}

 .kcw #kcw__block-hero .kcw__video .kcw__blurb .kcw__container .kcw__btn,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb .kcw__container .kcw__btn {
    font-size: 18px;
    padding: 20px 40px
}

@media (max-width: 767px) {
     .kcw #kcw__block-hero .kcw__video .kcw__blurb .kcw__container .kcw__btn,  .kcw #kcw__block-ced-hero .kcw__video .kcw__blurb .kcw__container .kcw__btn {
        display: block
    }
}

 .kcw #kcw__block-hero .kcw__video .kcw__jumpto,  .kcw #kcw__block-ced-hero .kcw__video .kcw__jumpto {
    bottom: 40px;
    position: absolute;
    text-align: center;
    width: 100%
}

 .kcw #kcw__block-hero .kcw__video .kcw__jumpto a,  .kcw #kcw__block-ced-hero .kcw__video .kcw__jumpto a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: proxima-nova-condensed, sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-decoration: none
}

 .kcw #kcw__block-hero .kcw__video .kcw__jumpto a::before,  .kcw #kcw__block-ced-hero .kcw__video .kcw__jumpto a::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

 .kcw #kcw__block-lookingformediapressinformation {
    padding: 20px 0
}

 .kcw #kcw__block-treatmentthumbnails,  .kcw #kcw__block-ced-treatmentthumbnails {
    position: relative
}

@media (max-width: 991px) {
     .kcw #kcw__block-treatmentthumbnails,  .kcw #kcw__block-ced-treatmentthumbnails {
        margin-top: 30px
    }
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide {
    max-height: 200px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s linear
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide {
        max-height: 160px;
        min-height: 160px
    }
}

@media (max-width: 767px) {
     .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide {
        max-height: 280px;
        min-height: 280px
    }
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide.kcw__open,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide.kcw__open {
    max-height: 500px
}

@media (max-width: 767px) {
     .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide.kcw__open,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide.kcw__open {
        max-height: 2000px
    }
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide + .kcw__btn,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide + .kcw__btn {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%)
}

@media (max-width: 767px) {
     .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide + .kcw__btn,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide + .kcw__btn {
        white-space: nowrap
    }
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide .kcw__slide,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide .kcw__slide {
    width: 33.333%;
    float: left;
    position: relative;
    display: none
}

@media (max-width: 767px) {
     .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide .kcw__slide,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide .kcw__slide {
        width: 100%;
        float: none
    }
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide .kcw__slide:nth-child(n):nth-child(-n+3),  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide .kcw__slide:nth-child(n):nth-child(-n+3) {
    display: block
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide .kcw__slide::before,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide .kcw__slide::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide .kcw__slide:hover h3,  .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide .kcw__slide:focus h3,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide .kcw__slide:hover h3,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide .kcw__slide:focus h3 {
    color: #F1B82D
}

 .kcw #kcw__block-treatmentthumbnails .kcw__treatments-hide .kcw__slide h3,  .kcw #kcw__block-ced-treatmentthumbnails .kcw__treatments-hide .kcw__slide h3 {
    bottom: 20px;
    color: #fff;
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: color 0.3s linear
}

 .kcw .kcw__make-appt {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #F1B82D;
    padding: 14px;
    z-index: 99
}

 .kcw .kcw__make-appt a {
    color: #231F20;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

 .kcw .kcw__facilities .kcw__facility + .kcw__facility {
    border-top: 1px solid #d1e2ec;
    padding-top: 30px;
    margin-top: 50px
}

@media (max-width: 767px) {
     .kcw .kcw__facilities .kcw__facility + .kcw__facility {
        margin-top: 30px
    }
}

 .kcw .kcw__facilities .kcw__facility h2 {
    margin-top: 0
}

 .kcw .kcw__facilities .kcw__facility .kcw__slick {
    padding-bottom: 0;
    background: none;
    margin-bottom: 45px !important
}

 .kcw .kcw__facilities .kcw__facility .kcw__slick .kcw__slick-dots {
    bottom: -5px
}

 .kcw .kcw__convenient-care {
    margin-top: 40px
}

 .kcw .kcw__convenient-care .kcw__information h2 {
    margin: 35px 0 5px 0;
    text-transform: none
}

 .kcw .kcw__convenient-care .kcw__information p {
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 18px;
    line-height: 24px
}

 .kcw .kcw__convenient-care .kcw__information .kcw__btn {
    color: #231F20;
    font-family: proxima-nova, sans-serif;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative
}

 .kcw .kcw__convenient-care .kcw__hours {
    margin-top: 40px
}

@media (max-width: 991px) {
     .kcw .kcw__convenient-care .kcw__hours {
        margin: 20px 0
    }
}

 .kcw .kcw__convenient-care .kcw__hours h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    text-transform: uppercase
}

 .kcw .kcw__convenient-care .kcw__hours > div {
    border: 1px solid #8F8884;
    padding: 10px 25px
}

 .kcw .kcw__convenient-care .kcw__hours > div + div {
    border-top: none
}

 .kcw .kcw__convenient-care .kcw__hours > div.kcw__choose .kcw__title {
    width: 64%
}

@media (max-width: 767px) {
     .kcw .kcw__convenient-care .kcw__hours > div.kcw__choose .kcw__title {
        display: block;
        width: 100%
    }
}

 .kcw .kcw__convenient-care .kcw__hours > div > div {
    display: inline-block;
    vertical-align: middle;
    width: 32.33%
}

@media (max-width: 991px) {
     .kcw .kcw__convenient-care .kcw__hours > div > div {
        display: block;
        width: 100%
    }
}

 .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__title {
    font-size: 18px;
    font-weight: 600;
    position: relative
}

@media (max-width: 991px) {
     .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__title {
        margin-bottom: 10px;
        width: 100%
    }
}

 .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__open-times {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 991px) {
     .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__open-times {
        text-align: left
    }
}

 .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__open-times .kcw__open {
    color: #42af38
}

 .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__open-times .kcw__closed {
    color: #9d9d9d
}

 .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__link {
    font-size: 18px;
    font-weight: 600;
    text-align: right
}

@media (max-width: 991px) {
     .kcw .kcw__convenient-care .kcw__hours > div > div.kcw__link {
        text-align: left
    }
}

 .kcw .kcw__block-wait {
    background: #a60b09;
    color: #fff;
    padding: 40px
}

 .kcw .kcw__block-wait h2 {
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0
}

 .kcw .kcw__block-wait .kcw__location-name {
    font-weight: 400;
    font-size: 18px
}

 .kcw .kcw__block-wait .kcw__wait-time {
    border-right: 1px solid rgba(255, 255, 255, 0.15)
}

 .kcw .kcw__block-wait .kcw__wait-time span {
    font-size: 50px;
    font-weight: 100
}

 .kcw .kcw__block-wait .kcw__as-of {
    padding: 10px 15px
}

@media (max-width: 767px) {
     .kcw .kcw__block-wait .kcw__as-of {
        height: auto !important
    }
}

 .kcw .kcw__block-wait .kcw__btn {
    margin-top: 20px
}

 .kcw .kcw__saml-403 {
    font-size: 21px;
    margin-bottom: 30px
}

 .kcw .kcw__error-404 {
    background: #F1B82D;
    padding: 40px;
    text-align: left;
    color: #231F20;
    margin-bottom: 160px
}

 .kcw .kcw__error-404 h1 {
    margin-top: 0
}

 .kcw .kcw__error-404 p {
    width: 80%;
    line-height: 24px
}

@media (max-width: 767px) {
     .kcw .kcw__error-404 p {
        width: 100%
    }
}

 .kcw .kcw__error-404 a {
    text-decoration: underline;
    font-weight: 600;
    color: #231F20
}

 .kcw .kcw__error-404 .kcw__search {
    width: 80%
}

@media (max-width: 767px) {
     .kcw .kcw__error-404 .kcw__search {
        width: 100%
    }
}

 .kcw .kcw__error-404 .kcw__search input {
    border: none;
    background: #fff;
    height: auto;
    line-height: 36px
}

 .kcw .kcw__error-404 .kcw__search .kcw__btn {
    background: #fff;
    font-size: 50px;
    line-height: 47px;
    padding: 0 15px;
    color: #ccc
}

 .kcw .kcw__error-404 + .kcw__tim {
    position: absolute;
    right: 0;
    top: -40px
}

@media (max-width: 767px) {
     .kcw .kcw__error-404 + .kcw__tim {
        position: relative;
        top: 0
    }
}

 .kcw #kcw__block-accreditation {
    margin: 20px 0px
}

 .kcw #kcw__block-accreditation:not(.kcw__accordions) .kcw__box2 {
    border: 1px solid #f0f0f0;
    box-shadow: inset 0px 0px 1px 2px #f0f0f0
}

 .kcw #kcw__block-accreditation:not(.kcw__accordions) .kcw__box2 .kcw__accordion_toggle {
    display: none
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2 {
    position: relative;
    overflow: visible;
    padding: 25px 50px
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2 h4 {
    cursor: pointer
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2 .kcw__paragraph > div {
    display: none
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2.kcw__open .kcw__accordion_toggle .kcw__toggle_vert {
    display: none
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2.kcw__open:before {
    background: #f5ba54
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2 .kcw__accordion_toggle {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    border: none;
    border-radius: 50%;
    background: #f0f0f0;
    transform: translate(-50%, 50%)
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2 .kcw__accordion_toggle .kcw__accordion_toggle_label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2 .kcw__accordion_toggle .kcw__toggle_horz {
    width: 15px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1969aa;
    transform: translate(-8px, -1px)
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2 .kcw__accordion_toggle .kcw__toggle_vert {
    width: 2px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1969aa;
    transform: translate(-1px, -50%)
}

 .kcw #kcw__block-accreditation.kcw__accordions .kcw__box2:before {
    width: calc(100% - 40px);
    height: 4px;
    display: block;
    position: absolute;
    left: 20px;
    top: -2px;
    background: #e0e8f0;
    transition: background-color 0.25s ease;
    content: ''
}

 .kcw #kcw__block-accreditation .kcw__img img[src*="Anderson"] {
    max-width: 75%
}

 .kcw #kcw__block-accreditation .kcw__img div {
    display: flex;
    align-items: center;
    justify-content: center
}

 .kcw #kcw__block-accreditation .kcw__box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px
}

 .kcw #kcw__block-accreditation .kcw__slick-arrow {
    width: 30px;
    height: 75px;
    background: #f0f0f0;
    z-index: 5
}

 .kcw #kcw__block-accreditation .kcw__slick-arrow:before {
    color: #000;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: color 0.25s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

 .kcw #kcw__block-accreditation .kcw__slick-arrow:focus:before,  .kcw #kcw__block-accreditation .kcw__slick-arrow:hover:before {
    color: #f1b82d
}

 .kcw #kcw__block-accreditation .kcw__slick-prev {
    left: 0
}

 .kcw #kcw__block-accreditation .kcw__slick-prev:before {
    content: "\e903"
}

 .kcw #kcw__block-accreditation .kcw__slick-next {
    right: 0
}

 .kcw #kcw__block-accreditation .kcw__slick-next:before {
    content: "\e904"
}

 .kcw .kcw__media-number {
    border-left: 5px solid #F1B82D;
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
    margin-top: 35px;
    padding-left: 10px
}

@media (max-width: 767px) {
     .kcw .kcw__media-number {
        display: block
    }
}

 .kcw .kcw__media-number strong {
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width: 767px) {
     .kcw .kcw__media-number strong {
        display: block;
        font-size: 24px
    }
}

 .kcw .kcw__media-toggle {
    display: inline-block;
    float: right;
    position: relative
}

@media (max-width: 767px) {
     .kcw .kcw__media-toggle {
        display: block;
        float: none
    }
}

 .kcw .kcw__media-toggle h4 {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    transition: color 0.3s linear
}

 .kcw .kcw__media-toggle h4::before {
    background: #231F20;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    transition: background 0.3s linear
}

 .kcw .kcw__media-toggle h4::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px dashed #231F20;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: border 0.3s linear
}

 .kcw .kcw__media-toggle h4:hover,  .kcw .kcw__media-toggle h4:focus,  .kcw .kcw__media-toggle h4.kcw__open {
    color: #F1B82D
}

 .kcw .kcw__media-toggle h4:hover::before,  .kcw .kcw__media-toggle h4:focus::before,  .kcw .kcw__media-toggle h4.kcw__open::before {
    background: #F1B82D
}

 .kcw .kcw__media-toggle h4:hover::after,  .kcw .kcw__media-toggle h4:focus::after,  .kcw .kcw__media-toggle h4.kcw__open::after {
    border-top-color: #F1B82D
}

 .kcw .kcw__media-toggle h4.kcw__open + div {
    opacity: 1;
    z-index: 9
}

 .kcw .kcw__media-toggle h4 + div {
    background: #f0f0f0;
    min-width: 250px;
    opacity: 0;
    padding: 25px 35px;
    position: absolute;
    top: calc(100% + -10px);
    right: 0;
    z-index: -1;
    transition: opcaity 0.3s linear
}

@media (max-width: 767px) {
     .kcw .kcw__media-toggle h4 + div {
        min-width: 0;
        top: calc(100% + 10px);
        width: 100%
    }
}

 .kcw .kcw__media-toggle h4 + div ul {
    margin: 0
}

 .kcw .kcw__media-toggle h4 + div ul li {
    display: block
}

 .kcw .kcw__media-toggle h4 + div ul li + li {
    margin-top: 15px
}

 .kcw .kcw__media-toggle h4 + div ul li a {
    color: #231F20;
    font-size: 18px
}

 .kcw .kcw__media-toggle h4 + div ul li a:hover,  .kcw .kcw__media-toggle h4 + div ul li a:focus {
    color: #2c2e2f
}

 .kcw .kcw__miniMenu-open {
    overflow: hidden
}

 .kcw .kcw__header {
    background: #231F20;
    padding: 20px 0
}

@media (min-width: 1200px) {
     .kcw .kcw__header #kcw__block-sitebranding img,  .kcw .kcw__header #kcw__block-ced-sitebranding img {
        max-width: 90%
    }
}

 .kcw .kcw__header .kcw__utility,  .kcw .kcw__header #kcw__block-ced-utilitytop {
    text-align: right
}

 .kcw .kcw__header .kcw__utility nav,  .kcw .kcw__header #kcw__block-ced-utilitytop nav {
    display: inline-block
}

 .kcw .kcw__header .kcw__utility nav ul,  .kcw .kcw__header #kcw__block-ced-utilitytop nav ul {
    padding: 0;
    list-style-type: none;
    text-align: right;
    margin: 15px 0 0 0
}

 .kcw .kcw__header .kcw__utility nav ul li,  .kcw .kcw__header #kcw__block-ced-utilitytop nav ul li {
    display: inline-block
}

 .kcw .kcw__header .kcw__utility nav ul li + li,  .kcw .kcw__header #kcw__block-ced-utilitytop nav ul li + li {
    margin-left: 15px
}

 .kcw .kcw__header .kcw__utility nav ul li a,  .kcw .kcw__header #kcw__block-ced-utilitytop nav ul li a {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s linear
}

 .kcw .kcw__header .kcw__utility nav ul li a:hover,  .kcw .kcw__header .kcw__utility nav ul li a:focus,  .kcw .kcw__header #kcw__block-ced-utilitytop nav ul li a:hover,  .kcw .kcw__header #kcw__block-ced-utilitytop nav ul li a:focus {
    border-bottom: 2px solid #fff;
    text-decoration: none
}

 .kcw .kcw__header .kcw__utility .kcw__btn,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn {
    display: inline-block;
    background: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 55px;
    line-height: 16px;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    position: relative;
    transition: color 0.3s linear
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__header .kcw__utility .kcw__btn,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn {
        font-size: 36px;
        margin: 0 0 0 5px;
        padding: 0 0 0 10px
    }
}

@media (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__btn,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn {
        border: none;
        font-size: 36px;
        margin: 0;
        padding: 0
    }
}

 .kcw .kcw__header .kcw__utility .kcw__btn::before,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn::before {
    background: #000;
    content: "";
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px
}

@media (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__btn::before,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn::before {
        display: none
    }
}

 .kcw .kcw__header .kcw__utility .kcw__btn:hover,  .kcw .kcw__header .kcw__utility .kcw__btn:focus,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn:hover,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn:focus {
    color: #F1B82D
}

@media (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__btn + .kcw__btn,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__btn + .kcw__btn {
        margin-left: 15px
    }
}

@media (min-width: 992px) {
     .kcw .kcw__header .kcw__utility .kcw__miniMenu-toggle,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__miniMenu-toggle {
        display: none
    }
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu {
    background: #231F20;
    display: none;
    padding: 40px 60px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9999
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu {
        height: 100vh;
        padding: 20px 30px;
        width: 50vw
    }
}

@media (max-width: 767px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu {
        height: 100vh;
        padding: 20px 15px;
        width: 100vw
    }
}

 .kcw .kcw__toolbar-fixed .kcw__header .kcw__utility .kcw__mini-menu,  .kcw .kcw__toolbar-fixed .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu {
    top: 80px
}

 .kcw .kcw__miniMenu-open .kcw__header .kcw__utility .kcw__mini-menu,  .kcw .kcw__miniMenu-open .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu {
    display: block;
    visibility: visible
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__logo,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__logo {
    display: block;
    width: 75%;
    max-width: 220px !important
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__btn,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__btn {
    border: none;
    color: #F1B82D;
    font-size: 36px;
    position: absolute;
    right: 60px;
    top: 40px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__btn,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__btn {
        right: 30px
    }
}

@media (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__btn,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__btn {
        right: 15px;
        top: 20px
    }
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__btn::before,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__btn::before {
    display: none
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links {
    height: 100%;
    margin-top: 30px
}

@media (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links {
        overflow: auto
    }
}

@media (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links div + div,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links div + div {
        border-top: 2px solid;
        padding-top: 15px
    }
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links .kcw__utility ul li a,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links .kcw__utility ul li a {
    text-transform: none
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin: 0 0 15px 0
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul li,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul li {
    color: #fff;
    display: block;
    margin: 0 0 20px 0
}

@media (max-width: 991px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul li,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul li {
        margin-bottom: 10px
    }
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul li a,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul li a {
    border: none;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase
}

@media (max-width: 767px) {
     .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul li a,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul li a {
        line-height: 24px
    }
}

 .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul li a:hover,  .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul li a:focus,  .kcw .kcw__header .kcw__utility .kcw__mini-menu .kcw__links ul li a.kcw__is-active,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul li a:hover,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul li a:focus,  .kcw .kcw__header #kcw__block-ced-utilitytop .kcw__mini-menu .kcw__links ul li a.kcw__is-active {
    border: none;
    color: #F1B82D
}

 .kcw .kcw__navigation {
    background: #F1B82D;
    overflow: hidden;
    padding: 0;
    transition: padding 0.3s linear, max-height 0.3s linear
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation {
        padding: 2px 0;
        max-height: 0
    }

     .kcw .kcw__nav-open .kcw__navigation {
        padding: 16px 0 0 0;
        max-height: 2000px
    }

     .kcw .kcw__navigation .kcw__container {
        width: 100%
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation {
        padding: 2px 0;
        max-height: 0
    }

     .kcw .kcw__nav-open .kcw__navigation {
        padding: 16px 0 0 0;
        max-height: 2000px
    }
}

 .kcw .kcw__navigation .kcw__container {
    overflow: hidden
}

 .kcw .kcw__navigation .kcw__nav,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation {
    padding-left: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation {
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation .kcw__nav,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation {
        padding-bottom: 15px
    }
}

 .kcw .kcw__navigation .kcw__nav nav nav,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav {
    display: inline-block;
    width: 91%;
    margin: 0;
    transition: margin 0.3s cubic-bezier(0, 0, 0.2, 1)
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__navigation .kcw__nav nav nav,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav {
        width: 89%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav nav nav,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav {
        width: 100%;
        display: block
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation .kcw__nav nav nav,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav {
        width: 100%;
        display: block
    }
}

 .kcw .kcw__more-open .kcw__navigation .kcw__nav nav nav,  .kcw .kcw__more-open .kcw__navigation #kcw__block-ced-mainnavigation nav nav {
    margin-left: -100%
}

 .kcw .kcw__navigation .kcw__nav nav nav ul,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul {
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin: 0
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase
}

@media (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav nav nav ul li,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li {
        width: 100%;
        display: block
    }
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 {
    padding: 16px 0;
    line-height: 35px
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1:hover > ul,  .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1:focus > ul,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1:hover > ul,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1:focus > ul {
    display: block;
    visibility: visible
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul {
    background: #231F20;
    display: none;
    left: 0;
    min-width: 300px;
    padding: 30px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 9
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-2,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-2 {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px 0;
    text-transform: none
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a {
    color: #fff;
    display: block;
    transition: color 0.3s linear
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a:hover,  .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a:focus,  .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a.kcw__is-active,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a:hover,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a:focus,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-2 a.kcw__is-active {
    color: #F1B82D
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-2 > ul,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-2 > ul {
    margin-top: 15px
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-3,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-3 {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 15px;
    text-transform: none
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__level-1 > ul li.kcw__level-3 a,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__level-1 > ul li.kcw__level-3 a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li + li,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li + li {
    margin-left: 15px
}

@media (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav nav nav ul li + li,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li + li {
        margin-left: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        margin-top: 7px;
        padding-top: 7px
    }
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li a,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li a {
    color: #231F20;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 35px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: border-bottom 0.3s linear
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__navigation .kcw__nav nav nav ul li a,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li a {
        font-family: proxima-nova-condensed, sans-serif
    }
}

@media (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav nav nav ul li a,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li a {
        border: none
    }
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li a:hover,  .kcw .kcw__navigation .kcw__nav nav nav ul li a:focus,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li a:hover,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li a:focus {
    border-bottom: 2px solid #231F20;
    text-decoration: none
}

@media (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav nav nav ul li a:hover,  .kcw .kcw__navigation .kcw__nav nav nav ul li a:focus,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li a:hover,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li a:focus {
        border: none
    }
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__why-choose,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__why-choose {
    float: right;
    text-transform: none
}

@media (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__why-choose,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__why-choose {
        float: none;
        text-transform: uppercase
    }
}

 .kcw .kcw__navigation .kcw__nav nav nav ul li.kcw__why-choose a,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation nav nav ul li.kcw__why-choose a {
    font-size: 18px
}

 .kcw .kcw__navigation .kcw__nav .kcw__btn,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation .kcw__btn {
    display: inline-block;
    margin-left: 15px;
    float: right;
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-weight: 500;
    padding: 16px 0;
    margin: 0 0 0 15px;
    font-family: proxima-nova, sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 1px
}

 .kcw .kcw__navigation .kcw__nav .kcw__btn .kcw__icon-menu,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation .kcw__btn .kcw__icon-menu {
    font-size: 27px;
    line-height: 21px;
    vertical-align: text-top
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation .kcw__nav .kcw__btn,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation .kcw__btn {
        display: none
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation .kcw__nav .kcw__btn,  .kcw .kcw__navigation #kcw__block-ced-mainnavigation .kcw__btn {
        display: none
    }
}

 .kcw .kcw__navigation #kcw__block-mainmore {
    background: #F1B82D;
    position: absolute;
    top: 0;
    left: 100%;
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1)
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation #kcw__block-mainmore {
        width: 100%;
        display: block;
        position: relative;
        background: #fff;
        left: 0;
        padding: 15px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation #kcw__block-mainmore {
        width: 100%;
        display: block;
        position: relative;
        background: #fff;
        left: 0;
        padding: 15px
    }
}

 .kcw .kcw__navigation #kcw__block-mainmore nav {
    display: inline-block;
    width: 91%;
    margin: 0
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav {
        width: 100%;
        display: block
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav {
        width: 100%;
        display: block
    }
}

 .kcw .kcw__navigation #kcw__block-mainmore nav ul {
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin: 0
}

 .kcw .kcw__navigation #kcw__block-mainmore nav ul li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav ul li {
        width: 100%;
        display: block;
        text-transform: none
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav ul li {
        width: 100%;
        display: block;
        text-transform: none
    }
}

 .kcw .kcw__navigation #kcw__block-mainmore nav ul li + li {
    margin-left: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav ul li + li {
        margin-left: 0;
        border-top: 2px solid rgba(35, 31, 32, 0.2);
        margin-top: 7px;
        padding-top: 7px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav ul li + li {
        margin-left: 0;
        border-top: 2px solid rgba(35, 31, 32, 0.2);
        margin-top: 7px;
        padding-top: 7px
    }
}

 .kcw .kcw__navigation #kcw__block-mainmore nav ul li a {
    color: #231F20;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 35px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav ul li a {
        font-family: proxima-nova-condensed, sans-serif
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav ul li a {
        border: none
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation #kcw__block-mainmore nav ul li a {
        border: none
    }
}

 .kcw .kcw__navigation #kcw__block-mainmore .kcw__btn {
    display: inline-block;
    margin-right: 15px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    float: left;
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-weight: 500;
    padding: 16px 0;
    margin: 0 15px 0 0
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation #kcw__block-mainmore .kcw__btn {
        display: none
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation #kcw__block-mainmore .kcw__btn {
        display: none
    }
}

 .kcw .kcw__more-open .kcw__navigation #kcw__block-mainmore {
    left: 0
}

 .kcw .kcw__navigation #kcw__block-utilitytop-2,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 {
    background: #231F20;
    padding: 15px
}

 .kcw .kcw__navigation #kcw__block-utilitytop-2 nav ul,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 nav ul {
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin: 0
}

 .kcw .kcw__navigation #kcw__block-utilitytop-2 nav ul li,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 nav ul li {
    font-wight: 600;
    width: 100%;
    display: block;
    text-transform: none
}

 .kcw .kcw__navigation #kcw__block-utilitytop-2 nav ul li + li,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 nav ul li + li {
    margin-left: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__navigation #kcw__block-utilitytop-2 nav ul li + li,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 nav ul li + li {
        margin-left: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        margin-top: 7px;
        padding-top: 7px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__navigation #kcw__block-utilitytop-2 nav ul li + li,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 nav ul li + li {
        margin-left: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        margin-top: 7px;
        padding-top: 7px
    }
}

 .kcw .kcw__navigation #kcw__block-utilitytop-2 nav ul li a,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 nav ul li a {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 35px;
    border: none
}

 .kcw .kcw__navigation #kcw__block-utilitytop-2 .kcw__btn,  .kcw .kcw__navigation #kcw__block-ced-utilitytop-2 .kcw__btn {
    display: none
}

 .kcw .kcw__around-header .kcw__full-width .kcw__static {
    min-height: 600px;
    max-height: none
}

@media (max-width: 991px) {
     .kcw .kcw__around-header .kcw__full-width .kcw__static {
        min-height: 200px
    }
}

 .kcw .kcw__footer {
    background: #1e1f20;
    margin-top: 80px;
    padding-bottom: 70px
}

@media (max-width: 767px) {
     .kcw .kcw__footer {
        margin-top: 60px;
        padding: 30px 0
    }
}

 .kcw .kcw__footer .kcw__row {
    position: relative
}

 .kcw .kcw__footer .kcw__row + .kcw__row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    margin-top: 40px
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__row + .kcw__row {
        border: none;
        margin: 0;
        padding: 0
    }
}

 .kcw .kcw__footer .kcw__row + .kcw__row::before {
    background: #000;
    content: "";
    width: 100%;
    top: -2px;
    position: absolute;
    left: 0;
    height: 1px
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__row + .kcw__row::before {
        display: none
    }
}

 .kcw .kcw__footer .kcw__nav {
    position: relative
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav {
        border-top: none;
        padding-top: 0;
        margin: 20px -15px 0
    }

     .kcw .kcw__footer .kcw__nav::before {
        display: none
    }
}

 .kcw .kcw__footer .kcw__nav + .kcw__nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 20px
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav + .kcw__nav {
        border-top: none;
        padding-top: 0
    }
}

 .kcw .kcw__footer .kcw__nav + .kcw__nav::before {
    background: #000;
    content: "";
    width: 100%;
    top: -2px;
    position: absolute;
    left: 0;
    height: 1px
}

 .kcw .kcw__footer .kcw__nav h4 {
    color: #F1B82D;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 13px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav h4 {
        color: #F1B82D;
        background: #2c2e2f;
        padding: 20px 20px 18px 20px;
        font-size: 15px;
        margin: 0;
        position: relative
    }

     .kcw .kcw__footer .kcw__nav h4::after {
        content: "";
        position: absolute;
        right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent
    }

     .kcw .kcw__footer .kcw__nav h4.kcw__open {
        background: #F1B82D;
        color: #231F20
    }

     .kcw .kcw__footer .kcw__nav h4.kcw__open::after {
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #ffffff transparent
    }
}

@media (max-width: 767px) and (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav h4 + div {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s linear
    }
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav h4 + div.kcw__open {
        max-height: 1000px
    }
}

 .kcw .kcw__footer .kcw__nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

 .kcw .kcw__footer .kcw__nav ul li + li {
    margin-top: 8px
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav ul li + li {
        margin-top: 0
    }
}

 .kcw .kcw__footer .kcw__nav ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav ul li a {
        font-size: 18px;
        padding: 10px 5px;
        display: block
    }
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav.kcw__newsletter {
        display: none
    }
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav.kcw__newsletter h4 {
        background: #F1B82D;
        color: #231F20;
        padding: 20px;
        margin: 30px 0
    }

     .kcw .kcw__footer .kcw__nav.kcw__newsletter h4::after {
        display: none
    }
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter p {
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter input {
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    color: #231F20;
    padding: 10px 15px;
    margin-top: 1px;
    line-height: 22px
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter input::-webkit-input-placeholder {
    color: #9d9d9d;
    font-style: italic;
    font-weight: bold
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter input:-moz-placeholder {
    color: #9d9d9d;
    font-style: italic;
    font-weight: bold
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter input::-moz-placeholder {
    color: #9d9d9d;
    font-style: italic;
    font-weight: bold
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter input:-ms-input-placeholder {
    color: #9d9d9d;
    font-style: italic;
    font-weight: bold
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter .kcw__btn {
    background: #F1B82D;
    border: none;
    font-size: 0;
    margin: 0;
    padding: 12px 8px 12px 12px;
    vertical-align: text-top
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__footer .kcw__nav.kcw__newsletter .kcw__btn {
        margin: 15px 0 0 0
    }
}

@media (max-width: 767px) {
     .kcw .kcw__footer .kcw__nav.kcw__newsletter .kcw__btn {
        margin: 15px 0 0 0
    }
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter .kcw__btn::before {
    content: "\e907";
    font-family: 'icomoon';
    font-size: 18px;
    line-height: 20px
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter .kcw__btn:hover,  .kcw .kcw__footer .kcw__nav.kcw__newsletter .kcw__btn:focus {
    background: #ad7e0c
}

 .kcw .kcw__footer .kcw__nav.kcw__newsletter .kcw__input-group {
    margin-left: 0;
    margin-right: 0
}

 .kcw .kcw__footer #kcw__block-footersocial {
    text-align: right
}

@media (max-width: 767px) {
     .kcw .kcw__footer #kcw__block-footersocial {
        text-align: center;
        border-bottom: 1px solid #000;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 30px
    }

     .kcw .kcw__footer #kcw__block-footersocial::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #2c2e2f;
        left: 0;
        bottom: -2px
    }
}

 .kcw .kcw__footer #kcw__block-footersocial p {
    display: inline-block;
    margin: 0
}

@media (max-width: 767px) {
     .kcw .kcw__footer #kcw__block-footersocial p {
        display: block;
        margin: 20px 0
    }
}

 .kcw .kcw__footer #kcw__block-footersocial p a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: .5px
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social {
    display: inline-block;
    vertical-align: super;
    margin: 0;
    width: auto
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0
}

@media (max-width: 767px) {
     .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul {
        margin: 0
    }
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li {
    display: inline-block;
    vertical-align: middle
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a {
    color: #fff;
    background: #2c2e2f;
    display: block;
    font-size: 38px;
    height: 50px;
    line-height: 50px;
    padding: 5px 8px;
    text-decoration: none;
    width: 50px;
    transition: background 0.3s linear
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:hover.kcw__facebook,  .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:focus.kcw__facebook {
    background: #3b5998
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:hover.kcw__twitter,  .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:focus.kcw__twitter {
    background: #00aced
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:hover.kcw__youtube,  .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:focus.kcw__youtube {
    background: #bb0000
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:hover.kcw__pinterest,  .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:focus.kcw__pinterest {
    background: #bd081c
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:hover.kcw__instagram,  .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a:focus.kcw__instagram {
    background: #517fa4
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a i {
    display: block
}

 .kcw .kcw__footer #kcw__block-footersocial .kcw__social ul li a i.kcw__icon-facebook {
    font-size: 44px;
    margin-right: -22px;
    margin-top: 3px
}

 .kcw .kcw__copyright {
    background: #F1B82D;
    color: #000
}

 .kcw .kcw__copyright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0
}

@media (max-width: 767px) {
     .kcw .kcw__copyright p {
        font-size: 15px;
        padding: 0 20px
    }
}

 .kcw .kcw__copyright a {
    color: #000;
    text-decoration: underline
}

 .kcw .kcw__copyright a:hover {
    color: #2c2e2f
}

 .kcw .kcw__site-wrap .kcw__drawer {
    padding: 0
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #a60b09;
    padding: 0;
    margin: 0;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__emergency {
    background: #900000;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__warning {
    background: #BD5C2C;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__info {
    background: #1C5E90;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__info.kcw__gray {
    background: #7D7D7D;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__info.kcw__gray a {
    border-color: #fff;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__info.kcw__gray a:hover,  .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__info.kcw__gray a:focus {
    background: #fff;
    color: #231F20
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-heart {
    background: #E2231A;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-heart a:hover,  .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-heart a:focus {
    color: #E2231A
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-cancer {
    background: #823794;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-cancer a:hover,  .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-cancer a:focus {
    color: #823794
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-breast {
    background: #f39;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-breast a:hover,  .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-breast a:focus {
    color: #f39
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-colon {
    background: #002C77;
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-colon a:hover,  .kcw .kcw__site-wrap .kcw__drawer .kcw__alert.kcw__am-colon a:focus {
    color: #002C77
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert .kcw__close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    transition: opacity 0.3s linear
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert .kcw__close:hover,  .kcw .kcw__site-wrap .kcw__drawer .kcw__alert .kcw__close:focus {
    color: #fff;
    opacity: .5
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert > div {
    padding: 30px 0
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__drawer .kcw__alert > div {
        padding: 20px
    }
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert > div h2 {
    font-size: 20px;
    margin: 0 0 14px 0
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert > div p {
    color: #fff;
    margin-bottom: 14px;
    line-height: 22px
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert > div a {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
    padding: 7px 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s linear, color 0.3s linear
}

 .kcw .kcw__site-wrap .kcw__drawer .kcw__alert > div a:hover,  .kcw .kcw__site-wrap .kcw__drawer .kcw__alert > div a:focus {
    background: #fff;
    color: #231F20
}

 .kcw .kcw__site-wrap .kcw__sections.kcw__fwtop section.kcw__body-text {
    font-family: "Playfair Display", Georgia, serif
}

 .kcw .kcw__site-wrap .kcw__sections.kcw__fwtop section.kcw__body-text.kcw__container-fluid {
    margin: 0
}

 .kcw .kcw__site-wrap .kcw__sections.kcw__fwtop section.kcw__body-text .kcw__white {
    padding: 0 0 20px 0;
    position: relative
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__sections.kcw__fwtop section.kcw__body-text .kcw__white {
        margin-bottom: 0;
        padding: 20px
    }
}

 .kcw .kcw__site-wrap .kcw__sections.kcw__fwtop section.kcw__body-text .kcw__white::after {
    background: #F1B82D;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 150px
}

 .kcw .kcw__site-wrap .kcw__sections .kcw__section .kcw__container-large .kcw__inner {
    margin: 0 -50px
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__sections .kcw__section .kcw__container-large .kcw__inner {
        margin: 0
    }
}

 .kcw .kcw__site-wrap .kcw__body-text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-large {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

@media (min-width: 1200px) {
     .kcw .kcw__site-wrap .kcw__body-text.kcw__container-large {
        width: 1370px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap .kcw__body-text.kcw__container-large {
        width: 970px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__body-text.kcw__container-large {
        width: 750px
    }
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid {
    padding: 0 15px
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__has-bg {
    margin: 0;
    padding: 50px 15px
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__has-bg .kcw__inner.kcw__has-bg {
    width: 100%;
    background-color: transparent;
    border: unset
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__gold {
    background-color: #F1B82D
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__lt-gray {
    background-color: #f0f0f0
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__brand-lt-gray {
    background-color: #D7D7D7
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__brand-gray {
    background-color: #7D7D7D
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__lwm-gray {
    background-color: #DBD5CD
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__black {
    background-color: #231F20
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__blue {
    background-color: #004398
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__white {
    background-color: #fff
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__border {
    border: 4px solid #f0f0f0
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__border-gold {
    border: 4px solid #F1B82D
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__gold,  .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__lt-gray,  .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__brand-lt-gray,  .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__lwm-gray {
    color: #231F20
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__brand-gray,  .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__black,  .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__blue {
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__brand-gray a,  .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__black a,  .kcw .kcw__site-wrap .kcw__body-text.kcw__container-fluid.kcw__blue a {
    color: #F1B82D
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner {
    padding: 0
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg {
    padding: 30px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__gold {
    background-color: #F1B82D
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__lt-gray {
    background-color: #f0f0f0;
    color: #231F20
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__brand-lt-gray {
    background-color: #D7D7D7
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__brand-gray {
    background-color: #7D7D7D
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__lwm-gray {
    background-color: #DBD5CD
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__black {
    background-color: #231F20
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__blue {
    background-color: #004398
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__gold,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__lt-gray,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__brand-lt-gray,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__lwm-gray {
    color: #231F20
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__brand-gray,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__black,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__blue {
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__brand-gray a,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__black a,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__blue a {
    color: #F1B82D
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__white {
    background-color: #fff;
    padding: 0
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__border {
    border: 4px solid #f0f0f0
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner.kcw__has-bg.kcw__border-gold {
    border: 4px solid #F1B82D
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner h1,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner h2,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner h3,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner h4 {
    color: inherit;
    margin-top: 0
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner h3 {
    font-size: 21px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ol li {
    position: relative;
    font-size: 18px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ol li {
        font-size: 16px
    }
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ol li + li {
    margin-top: 5px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 30px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li {
    position: relative;
    font-size: 18px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li {
        font-size: 16px
    }
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li + li {
    margin-top: 15px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li::before {
    color: #F1B82D;
    content: "\2022";
    display: block;
    font-size: 28px;
    left: -20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    vertical-align: top
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li ul {
    margin-bottom: 0;
    margin-top: 10px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li ul li {
    font-size: 16px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li ul li + li {
    margin-top: 7px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner ul:not(.kcw__contextual-links):not(.kcw__unstyled):not(.kcw__dropdown-menu):not(.kcw__slick-dots):not(.kcw__two-col):not(.kcw__three-col) li ul li::before {
    font-size: 24px
}

 .kcw .kcw__site-wrap .kcw__body-text .kcw__inner blockquote p,  .kcw .kcw__site-wrap .kcw__body-text .kcw__inner blockquote strong {
    color: inherit
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__has-bg > .kcw__inner {
    padding: 60px 30px
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__gold {
    background-color: #F1B82D
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__lt-gray {
    background-color: #f0f0f0;
    color: #231F20
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__brand-lt-gray {
    background-color: #D7D7D7
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__brand-gray {
    background-color: #7D7D7D
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__lwm-gray {
    background-color: #DBD5CD
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__black {
    background-color: #231F20
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__blue {
    background-color: #004398
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__border {
    border: 4px solid #f0f0f0
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__border-gold {
    border: 4px solid #F1B82D
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__white {
    background-color: #fff;
    margin: 40px auto
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__white > .kcw__inner {
    padding: 0
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__brand-gray > .kcw__inner,  .kcw .kcw__site-wrap .kcw__column-group.kcw__black > .kcw__inner,  .kcw .kcw__site-wrap .kcw__column-group.kcw__blue > .kcw__inner {
    color: #fff
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__brand-gray > .kcw__inner a,  .kcw .kcw__site-wrap .kcw__column-group.kcw__black > .kcw__inner a,  .kcw .kcw__site-wrap .kcw__column-group.kcw__blue > .kcw__inner a {
    color: #F1B82D
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__full-width > .kcw__inner {
    margin: 0 auto;
    overflow: visible;
    padding: 60px 15px;
    width: 1170px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__site-wrap .kcw__column-group.kcw__full-width > .kcw__inner {
        width: 970px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__column-group.kcw__full-width > .kcw__inner {
        width: 750px
    }
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__column-group.kcw__full-width > .kcw__inner {
        width: 100%
    }
}

 .kcw .kcw__site-wrap .kcw__column-group.kcw__full-width.kcw__white > .kcw__inner {
    padding: 0 15px
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__blurb h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 30px 0
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns {
    display: flex;
    display: grid;
    margin: 0 -15px
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__one {
    display: block;
    grid:auto / 1fr;
    margin: 0 auto
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__one > div {
    margin-bottom: 30px
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__one > div {
        margin-bottom: 40px
    }
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__two {
    grid:auto / 1fr 1fr
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__two {
        grid:auto / 1fr
    }
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__two > div {
    flex: 1 0 45%;
    padding: 0 15px;
    margin-bottom: 30px;
    place-self: stretch
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__two > div {
        flex: 1 0 100%;
        padding: 0 20px;
        margin-bottom: 40px
    }
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__three {
    grid:auto/repeat(3, 33.33%)
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__three {
        grid:auto / 1fr
    }
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__three > div {
    flex: 1 0 30%;
    padding: 0 15px;
    margin-bottom: 30px;
    place-self: stretch
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__three > div {
        flex: 1 0 45%;
        padding: 0 20px;
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__three > div {
        flex: 1 0 100%
    }
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__four {
    grid:auto / 1fr 1fr
}

@media (min-width: 1200px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__four {
        grid:auto/repeat(4, 25%)
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__four {
        grid:auto / 1fr
    }
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__four > div {
    flex: 1 0 21%;
    padding: 0 15px;
    margin-bottom: 30px;
    place-self: stretch
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__four > div {
        flex: 1 0 45%;
        padding: 0 20px;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns.kcw__four > div {
        flex: 1 0 100%
    }
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns .kcw__grid-item .kcw__body-text {
    height: 100%;
    margin: 0
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns .kcw__grid-item .kcw__body-text .kcw__inner {
    height: 100%;
    padding: 0
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns .kcw__grid-item .kcw__body-text .kcw__inner.kcw__has-bg {
    padding: 25px
}

 .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns .kcw__grid-item .kcw__body-text .kcw__inner img {
    margin-bottom: 20px;
    width: 100%
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__column-group > .kcw__inner .kcw__columns .kcw__grid-item .kcw__body-text .kcw__inner .kcw__accordion {
        margin-bottom: 0
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__text .kcw__subtitle {
    color: #2c2e2f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__text h2.kcw__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    text-align: center
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider {
    margin: 0 -10px
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow {
    background: #000;
    color: #fff;
    height: 55px;
    opacity: 1;
    padding: 10px;
    text-align: center;
    width: 55px;
    z-index: 2
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow::before {
    color: #fff;
    content: "\e918";
    display: block;
    font-family: icomoon;
    font-size: 25px;
    height: 30px;
    opacity: 1;
    transition: color 0.3s linear
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow:hover::before,  .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow:focus::before {
    color: #F1B82D
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow {
        display: none !important
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow.kcw__slick-prev {
        left: -70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow.kcw__slick-prev {
        left: 0
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow.kcw__slick-prev::before {
    transform: rotate(-90deg)
}

@media (min-width: 1200px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow.kcw__slick-next {
        right: -70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow.kcw__slick-next {
        right: 0
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow.kcw__slick-next::before {
    transform: rotate(90deg)
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-arrow.kcw__slick-hidden {
    display: none
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-dots {
    bottom: -35px;
    margin: 0
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-dots li button::before {
    font-size: 16px;
    opacity: .5
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-dots li.kcw__slick-active button::before,  .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-dots li:hover button::before,  .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-dots li:focus button::before {
    color: #F1B82D;
    opacity: 1
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__slider .kcw__slick-slide {
    padding: 0 10px
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider) {
    display: flex;
    display: grid;
    flex-wrap: wrap;
    margin: 0 -10px
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider):last-child {
    margin-bottom: 0
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__one {
    display: block;
    grid:auto / 1fr;
    margin: 0 auto 0
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__one > div + div {
    margin-top: 50px
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__one > div + div {
        margin-top: 40px
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__two {
    grid:auto / 1fr 1fr
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__two {
        grid:auto / 1fr
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__two > div {
    flex: 1 0 45%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    place-self: stretch
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__two > div {
        flex: 1 0 100%
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__three {
    grid:auto/repeat(3, 33.33%)
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__three {
        grid:auto / 1fr
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__three > div {
    flex: 1 0 30%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    place-self: stretch
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__three > div {
        flex: 1 0 45%
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__three > div {
        flex: 1 0 100%
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__four {
    grid:auto / 1fr 1fr
}

@media (min-width: 1200px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__four {
        grid:auto/repeat(4, 25%)
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__four {
        grid:auto / 1fr
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__four > div {
    flex: 1 0 21%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    place-self: stretch
}

@media (max-width: 991px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__four > div {
        flex: 1 0 45%;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__four > div {
        flex: 1 0 100%
    }
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__no-gutter {
    margin: 0
}

 .kcw .kcw__site-wrap .kcw__layout-wrapper .kcw__layout:not(.kcw__slider).kcw__no-gutter > div {
    margin: 0;
    padding: 0
}

 .kcw .kcw__super-campaign .kcw__section {
    margin: 50px auto
}

 .kcw .kcw__super-campaign .kcw__section.kcw__has-bg {
    margin: 0 auto
}

 .kcw .kcw__super-campaign .kcw__section.kcw__has-bg > .kcw__inner {
    padding: 30px
}

 .kcw .kcw__super-campaign .kcw__section.kcw__gold.kcw__container-fluid {
    background: #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__gold:not(.kcw__container-fluid) > .kcw__inner {
    background: #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__lt-gray.kcw__container-fluid {
    background: #9d9d9d
}

 .kcw .kcw__super-campaign .kcw__section.kcw__lt-gray:not(.kcw__container-fluid) > .kcw__inner {
    background: #9d9d9d
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-lt-gray.kcw__container-fluid {
    background: #D7D7D7
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-lt-gray:not(.kcw__container-fluid) > .kcw__inner {
    background: #D7D7D7
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray.kcw__container-fluid {
    background: #7D7D7D;
    color: #fff
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray.kcw__container-fluid a:not(.kcw__btn) {
    color: #fff;
    text-decoration: underline
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray.kcw__container-fluid a:not(.kcw__btn):hover,  .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray.kcw__container-fluid a:not(.kcw__btn):focus {
    color: #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray:not(.kcw__container-fluid) > .kcw__inner {
    background: #7D7D7D;
    color: #fff
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn) {
    color: #fff;
    text-decoration: underline
}

 .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn):hover,  .kcw .kcw__super-campaign .kcw__section.kcw__brand-gray:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn):focus {
    color: #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__lt-gray.kcw__container-fluid {
    background: #9d9d9d
}

 .kcw .kcw__super-campaign .kcw__section.kcw__lt-gray:not(.kcw__container-fluid) > .kcw__inner {
    background: #9d9d9d
}

 .kcw .kcw__super-campaign .kcw__section.kcw__lwm-gray.kcw__container-fluid {
    background: #DBD5CD
}

 .kcw .kcw__super-campaign .kcw__section.kcw__lwm-gray:not(.kcw__container-fluid) > .kcw__inner {
    background: #DBD5CD
}

 .kcw .kcw__super-campaign .kcw__section.kcw__border.kcw__container-fluid {
    border: 2px solid #9d9d9d
}

 .kcw .kcw__super-campaign .kcw__section.kcw__border:not(.kcw__container-fluid) > .kcw__inner {
    border: 2px solid #9d9d9d
}

 .kcw .kcw__super-campaign .kcw__section.kcw__border-gold.kcw__container-fluid {
    border: 2px solid #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__border-gold:not(.kcw__container-fluid) > .kcw__inner {
    border: 2px solid #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__black.kcw__container-fluid {
    background: #000;
    color: #fff
}

 .kcw .kcw__super-campaign .kcw__section.kcw__black.kcw__container-fluid a:not(.kcw__btn) {
    color: #fff;
    text-decoration: underline
}

 .kcw .kcw__super-campaign .kcw__section.kcw__black.kcw__container-fluid a:not(.kcw__btn):hover,  .kcw .kcw__super-campaign .kcw__section.kcw__black.kcw__container-fluid a:not(.kcw__btn):focus {
    color: #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__black:not(.kcw__container-fluid) > .kcw__inner {
    background: #000;
    color: #fff
}

 .kcw .kcw__super-campaign .kcw__section.kcw__black:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn) {
    color: #fff;
    text-decoration: underline
}

 .kcw .kcw__super-campaign .kcw__section.kcw__black:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn):hover,  .kcw .kcw__super-campaign .kcw__section.kcw__black:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn):focus {
    color: #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__blue.kcw__container-fluid {
    background: #004398;
    color: #fff
}

 .kcw .kcw__super-campaign .kcw__section.kcw__blue.kcw__container-fluid a:not(.kcw__btn) {
    color: #fff;
    text-decoration: underline
}

 .kcw .kcw__super-campaign .kcw__section.kcw__blue.kcw__container-fluid a:not(.kcw__btn):hover,  .kcw .kcw__super-campaign .kcw__section.kcw__blue.kcw__container-fluid a:not(.kcw__btn):focus {
    color: #F1B82D
}

 .kcw .kcw__super-campaign .kcw__section.kcw__blue:not(.kcw__container-fluid) > .kcw__inner {
    background: #004398;
    color: #fff
}

 .kcw .kcw__super-campaign .kcw__section.kcw__blue:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn) {
    color: #fff;
    text-decoration: underline
}

 .kcw .kcw__super-campaign .kcw__section.kcw__blue:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn):hover,  .kcw .kcw__super-campaign .kcw__section.kcw__blue:not(.kcw__container-fluid) > .kcw__inner a:not(.kcw__btn):focus {
    color: #F1B82D
}

@media (max-width: 767px) {
     .kcw .kcw__super-campaign .kcw__section.kcw__container-large > .kcw__inner {
        padding: 15px
    }
}

 .kcw .kcw__super-campaign .kcw__section.kcw__container-fluid {
    max-width: none;
    padding: 0;
    width: auto
}

 .kcw .kcw__super-campaign .kcw__section.kcw__container-fluid > .kcw__inner {
    margin: 0 auto;
    max-width: 1170px
}

@media (min-width: 1200px) {
     .kcw .kcw__super-campaign .kcw__section.kcw__container-fluid > .kcw__inner {
        width: 80%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__super-campaign .kcw__section.kcw__container-fluid > .kcw__inner {
        max-width: 970px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__super-campaign .kcw__section.kcw__container-fluid > .kcw__inner {
        max-width: 750px
    }
}

 .kcw .kcw__super-campaign .kcw__section.kcw__container-fluid > .kcw__inner .kcw__container {
    padding: 0
}

 .kcw .kcw__super-campaign .kcw__section .kcw__inner h2:first-child,  .kcw .kcw__super-campaign .kcw__section .kcw__inner h3:first-child {
    margin-top: 0
}

 .kcw .kcw__super-campaign .kcw__section .kcw__inner .kcw__body-text {
    margin: 0
}

 .kcw .kcw__super-campaign .kcw__section .kcw__inner .kcw__container {
    width: auto
}

body .kcw  {
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-family: proxima-nova, sans-serif
}

body .kcw  .kcw__has-hero .kcw__top:not(.kcw__sidebar) {
    display: none
}

body .kcw  section {
    padding: 40px 0;
    position: relative
}

body .kcw  section.kcw__offcanvas {
    overflow: hidden;
    padding: 0
}

body .kcw  section.kcw__banner {
    padding: 0
}

body .kcw  section.kcw__banner .kcw__bg-video {
    display: none
}

body .kcw  section.kcw__top {
    background: #f0f0f0
}

@media (max-width: 767px) {
    body .kcw  section.kcw__top {
        padding: 20px
    }
}

body .kcw  section.kcw__top h1 {
    margin: 5px 0 20px 0
}

body .kcw  section.kcw__main {
    padding: 0
}

body .kcw  section.kcw__main .kcw__content-top {
    padding: 20px 0 10px
}

 .kcw .kcw__home-wrap body section.kcw__main .kcw__content {
    padding: 0
}

body .kcw  section.kcw__main .kcw__content .kcw__sidebar .kcw__body-text {
    margin: 20px 0
}

body .kcw  section.kcw__main .kcw__content-bottom h3 {
    font-weight: 400
}

body .kcw  section.kcw__main .kcw__content-bottom a {
    color: #004398
}

body .kcw  section .kcw__container {
    position: relative
}

body .kcw  section.kcw__bottom {
    background: #f0f0f0;
    margin: 30px 0 -80px 0;
    padding: 20px 0 10px
}

body .kcw  section.kcw__bottom h3 {
    font-weight: 400
}

body .kcw  section.kcw__bottom a {
    color: #004398
}

body .kcw  section.kcw__feature {
    clear: both;
    padding: 0
}

body .kcw  section.kcw__feature + .kcw__footer {
    margin-top: 0
}

body .kcw  div[class^="kcw__box"] {
    position: relative;
    overflow: hidden;
    height: 100%
}

@media (max-width: 767px) {
    body .kcw  div[class^="kcw__box"] {
        height: auto !important
    }
}

body .kcw  div[class^="kcw__box"] + div[class^="kcw__box"] {
    margin-top: 20px
}

body .kcw  div[class^="kcw__box"] + div[class^="kcw__box"].kcw__flush {
    margin-top: 0
}

body .kcw  div[class^="kcw__box"] h3 {
    margin-bottom: 10px;
    margin-top: 0
}

body .kcw  div[class^="kcw__box"] h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"] h4 {
        font-size: 21px
    }
}

body .kcw  div[class^="kcw__box"] p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    body .kcw  div[class^="kcw__box"] p {
        margin-bottom: 20px
    }
}

body .kcw  div[class^="kcw__box"] p.kcw__lead {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px
}

body .kcw  div[class^="kcw__box"] p.kcw__big {
    font-size: 16px;
    line-height: 22px
}

body .kcw  div[class^="kcw__box"] p.kcw__bigger {
    font-size: 18px;
    line-height: 22px;
    width: 80%;
    margin: 15px auto
}

@media (max-width: 767px) {
    body .kcw  div[class^="kcw__box"] p.kcw__bigger {
        width: 100%
    }
}

body .kcw  div[class^="kcw__box"] p + h4 {
    margin-top: 20px
}

body .kcw  div[class^="kcw__box"] p + .kcw__btn {
    margin-top: 10px
}

body .kcw  div[class^="kcw__box"] .kcw__img {
    margin-bottom: 20px
}

body .kcw  div[class^="kcw__box"] .kcw__phone {
    border: none !important;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 20px
}

body .kcw  div[class^="kcw__box"] .kcw__phone + p:not(.kcw__help-text) {
    margin-top: 10px
}

body .kcw  div[class^="kcw__box"] .kcw__phone small {
    font-size: 18px
}

body .kcw  div[class^="kcw__box"] .kcw__phone.kcw__big {
    display: block;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    text-decoration: none
}

body .kcw  div[class^="kcw__box"] .kcw__help-text {
    margin-bottom: 20px
}

body .kcw  div[class^="kcw__box"] .kcw__multi-btn {
    margin: 20px 0 5px
}

body .kcw  div[class^="kcw__box"] .kcw__multi-btn .kcw__btn {
    font-family: proxima-nova-condensed, sans-serif;
    width: 100%
}

@media (min-width: 1200px) {
    body .kcw  div[class^="kcw__box"] .kcw__multi-btn .kcw__btn {
        width: 47%
    }
}

body .kcw  div[class^="kcw__box"] .kcw__multi-btn .kcw__btn + .kcw__btn {
    margin: 20px 0 0 0
}

@media (min-width: 1200px) {
    body .kcw  div[class^="kcw__box"] .kcw__multi-btn .kcw__btn + .kcw__btn {
        margin: 0 0 0 10px
    }
}

@media (max-width: 767px) {
    body .kcw  div[class^="kcw__box"] .kcw__multi-btn .kcw__btn + .kcw__btn {
        margin: 0
    }
}

body .kcw  div[class^="kcw__box"].kcw__center {
    text-align: center
}

body .kcw  div[class^="kcw__box"].kcw__flush {
    margin-top: 0
}

body .kcw  div[class^="kcw__box"].kcw__title1 {
    padding: 25px
}

body .kcw  div[class^="kcw__box"].kcw__title1 h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center
}

body .kcw  div[class^="kcw__box"].kcw__title1 h2::after {
    background: #F1B82D;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 20%;
    transform: translate(-50%, 0px)
}

body .kcw  div[class^="kcw__box"].kcw__title2 {
    padding: 25px
}

body .kcw  div[class^="kcw__box"].kcw__title2 h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center
}

body .kcw  div[class^="kcw__box"].kcw__box1 {
    background: #f0f0f0;
    padding: 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box1 {
        padding: 20px
    }
}

body .kcw  div[class^="kcw__box"].kcw__box2 {
    border: 1px solid #f0f0f0;
    padding: 25px
}

body .kcw  div[class^="kcw__box"].kcw__box2 h4 {
    color: #231F20;
    margin: 0 0 20px 0
}

body .kcw  div[class^="kcw__box"].kcw__box3 {
    background: #231F20;
    padding: 40px;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box3 {
        padding: 25px
    }
}

body .kcw  div[class^="kcw__box"].kcw__box3 h4 {
    color: #F1B82D;
    font-family: proxima-nova-condensed, sans-serif
}

body .kcw  div[class^="kcw__box"].kcw__box3 a {
    color: #fff
}

body .kcw  div[class^="kcw__box"].kcw__box4 {
    background: #575757;
    padding: 40px;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box4 {
        padding: 25px
    }
}

body .kcw  div[class^="kcw__box"].kcw__box4 h4 {
    color: #fff;
    font-family: proxima-nova-condensed, sans-serif
}

body .kcw  div[class^="kcw__box"].kcw__box4 a {
    color: #fff
}

body .kcw  div[class^="kcw__box"].kcw__box5 h4 {
    background: #F1B82D;
    font-family: proxima-nova-condensed, sans-serif;
    color: #231F20;
    padding: 15px 30px;
    margin: 0 !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

body .kcw  div[class^="kcw__box"].kcw__box5 p {
    margin: 0;
    padding: 15px 30px
}

body .kcw  div[class^="kcw__box"].kcw__box5 ul {
    list-style-type: none;
    height: 100%;
    background: #fff
}

body .kcw  div[class^="kcw__box"].kcw__box5 ul li {
    padding: 14px 30px;
    background: #fff
}

body .kcw  div[class^="kcw__box"].kcw__box5 ul li:nth-of-type(2n) {
    background: #fbf9f4;
    border-top: 1px solid #f0f0f0
}

body .kcw  div[class^="kcw__box"].kcw__box6 {
    background: #f0f3f7;
    padding: 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box6 {
        padding: 20px
    }
}

body .kcw  div[class^="kcw__box"].kcw__box7 {
    border: 2px solid #F1B82D;
    padding: 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box7 {
        padding: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box7 {
        padding: 30px
    }
}

body .kcw  div[class^="kcw__box"].kcw__box7.kcw__contact {
    margin-bottom: 40px
}

body .kcw  div[class^="kcw__box"].kcw__box7.kcw__contact > div:first-child {
    border-right: 1px solid #f0f0f0
}

@media (max-width: 767px) {
    body .kcw  div[class^="kcw__box"].kcw__box7.kcw__contact > div:first-child {
        border: none
    }
}

body .kcw  div[class^="kcw__box"].kcw__box7.kcw__contact > div p {
    font-size: 16px !important;
    line-height: 26px !important
}

body .kcw  div[class^="kcw__box"].kcw__box7.kcw__contact > div .kcw__address p {
    font-size: 16px !important;
    line-height: 26px !important
}

body .kcw  div[class^="kcw__box"].kcw__box8 {
    background: #F3F0EA;
    padding: 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box8 {
        padding: 20px
    }
}

body .kcw  div[class^="kcw__box"].kcw__box9 {
    background: #d1e2ec;
    padding: 15px 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    body .kcw  div[class^="kcw__box"].kcw__box9 {
        padding: 20px
    }
}

body .kcw  div[class^="kcw__box"].kcw__box-newsletter {
    background: url("/sites/default/files/inline-images/bg-newsletter.jpg") no-repeat center;
    background-size: cover;
    padding: 40px 20px
}

body .kcw  div[class^="kcw__box"].kcw__box-newsletter h3 {
    font-size: 24px;
    color: #F1B82D;
    text-transform: uppercase;
    font-family: proxima-nova-condensed, sans-serif;
    margin: 0 0 5px 0;
    font-weight: 600
}

body .kcw  div[class^="kcw__box"].kcw__box-newsletter p {
    color: #fff
}

body .kcw  div[class^="kcw__box"].kcw__box-newsletter .kcw__btn {
    margin-top: 20px
}

 .kcw .kcw__container-large {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

@media (min-width: 1200px) {
     .kcw .kcw__container-large {
        width: 1370px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__container-large {
        width: 970px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__container-large {
        width: 750px
    }
}

 .kcw .kcw__sm-gutter {
    margin-right: -5px
}

@media (max-width: 767px) {
     .kcw .kcw__sm-gutter {
        margin-right: -15px
    }
}

 .kcw .kcw__sm-gutter [class*="kcw__col-"] {
    padding-right: 5px
}

@media (max-width: 767px) {
     .kcw .kcw__sm-gutter [class*="kcw__col-"] {
        padding-right: 15px
    }
}

@media (min-width: 1200px) {
     .kcw .kcw__col-lg-25 {
        width: 20%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
     .kcw .kcw__col-md-25 {
        width: 20%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .kcw .kcw__col-sm-25 {
        width: 20%
    }
}

@media (min-width: 1600px) {
     .kcw .kcw__col-xl-12 {
        width: 100%
    }

     .kcw .kcw__col-xl-11 {
        width: 91.66666667%
    }

     .kcw .kcw__col-xl-10 {
        width: 83.33333333%
    }

     .kcw .kcw__col-xl-9 {
        width: 75%
    }

     .kcw .kcw__col-xl-8 {
        width: 66.66666667%
    }

     .kcw .kcw__col-xl-7 {
        width: 58.33333333%
    }

     .kcw .kcw__col-xl-6 {
        width: 50%
    }

     .kcw .kcw__col-xl-5 {
        width: 41.66666667%
    }

     .kcw .kcw__col-xl-4 {
        width: 33.33333333%
    }

     .kcw .kcw__col-xl-3 {
        width: 25%
    }

     .kcw .kcw__col-xl-25 {
        width: 20%
    }

     .kcw .kcw__col-xl-2 {
        width: 16.66666667%
    }

     .kcw .kcw__col-xl-1 {
        width: 8.33333333%
    }

     .kcw .kcw__col-xl-pull-12 {
        right: 100%
    }

     .kcw .kcw__col-xl-pull-11 {
        right: 91.66666667%
    }

     .kcw .kcw__col-xl-pull-10 {
        right: 83.33333333%
    }

     .kcw .kcw__col-xl-pull-9 {
        right: 75%
    }

     .kcw .kcw__col-xl-pull-8 {
        right: 66.66666667%
    }

     .kcw .kcw__col-xl-pull-7 {
        right: 58.33333333%
    }

     .kcw .kcw__col-xl-pull-6 {
        right: 50%
    }

     .kcw .kcw__col-xl-pull-5 {
        right: 41.66666667%
    }

     .kcw .kcw__col-xl-pull-4 {
        right: 33.33333333%
    }

     .kcw .kcw__col-xl-pull-3 {
        right: 25%
    }

     .kcw .kcw__col-xl-pull-2 {
        right: 16.66666667%
    }

     .kcw .kcw__col-xl-pull-1 {
        right: 8.33333333%
    }

     .kcw .kcw__col-xl-push-12 {
        left: 100%
    }

     .kcw .kcw__col-xl-push-11 {
        left: 91.66666667%
    }

     .kcw .kcw__col-xl-push-10 {
        left: 83.33333333%
    }

     .kcw .kcw__col-xl-push-9 {
        left: 75%
    }

     .kcw .kcw__col-xl-push-8 {
        left: 66.66666667%
    }

     .kcw .kcw__col-xl-push-7 {
        left: 58.33333333%
    }

     .kcw .kcw__col-xl-push-6 {
        left: 50%
    }

     .kcw .kcw__col-xl-push-5 {
        left: 41.66666667%
    }

     .kcw .kcw__col-xl-push-4 {
        left: 33.33333333%
    }

     .kcw .kcw__col-xl-push-3 {
        left: 25%
    }

     .kcw .kcw__col-xl-push-2 {
        left: 16.66666667%
    }

     .kcw .kcw__col-xl-push-1 {
        left: 8.33333333%
    }

     .kcw .kcw__col-xl-offset-12 {
        margin-left: 100%
    }

     .kcw .kcw__col-xl-offset-11 {
        margin-left: 91.66666667%
    }

     .kcw .kcw__col-xl-offset-10 {
        margin-left: 83.33333333%
    }

     .kcw .kcw__col-xl-offset-9 {
        margin-left: 75%
    }

     .kcw .kcw__col-xl-offset-8 {
        margin-left: 66.66666667%
    }

     .kcw .kcw__col-xl-offset-7 {
        margin-left: 58.33333333%
    }

     .kcw .kcw__col-xl-offset-6 {
        margin-left: 50%
    }

     .kcw .kcw__col-xl-offset-5 {
        margin-left: 41.66666667%
    }

     .kcw .kcw__col-xl-offset-4 {
        margin-left: 33.33333333%
    }

     .kcw .kcw__col-xl-offset-3 {
        margin-left: 25%
    }

     .kcw .kcw__col-xl-offset-2 {
        margin-left: 16.66666667%
    }

     .kcw .kcw__col-xl-offset-1 {
        margin-left: 8.33333333%
    }

     .kcw .kcw__col-xl-offset-0 {
        margin-left: 0
    }
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__navigation .kcw__nav > nav > nav {
    width: 100%
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__mini-menu {
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    width: auto
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__mini-menu:target {
    display: block;
    visibility: visible
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__miniMenu-toggle > svg {
    height: 32px;
    width: auto;
    fill: #fff
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__miniMenu-toggle > svg:hover {
    fill: #F1B82D
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__miniMenu-close > svg {
    height: 36px;
    width: 24px;
    fill: #F1B82D
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__header .kcw__utility nav {
    padding-top: 2px
}

@media (min-width: 767px) {
     .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__header .kcw__utility nav {
        height: 57px;
        padding-top: 0px
    }
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__header .kcw__utility .kcw__mini-menu .kcw__logo {
    max-width: 225px !important
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__search-toggle {
    padding-top: 2px !important
}

@media (min-width: 767px) {
     .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__search-toggle {
        padding-top: 0
    }
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__search-toggle > svg {
    height: 28px;
    fill: #fff;
    width: auto
}

@media (min-width: 767px) {
     .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__search-toggle > svg {
        height: 44px
    }
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__search-toggle > svg:hover {
    fill: #F1B82D
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__mumainnavigation__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

 .kcw .kcw__ctek-header-external.kcw__site-wrap .kcw__mumainnavigation__list > * {
    flex: 0 1 auto
}

 .kcw .kcw__ctek-footer-external .kcw__text-align-center {
    text-align: center
}

 .kcw .kcw__ctek-footer-external .kcw__footer .kcw__external {
    width: auto;
    fill: #ffffff
}

 .kcw .kcw__ctek-footer-external .kcw__footer .kcw__facebook > svg {
    height: 44px
}

@media (max-width: 767px) {
     .kcw .kcw__ctek-footer-external .kcw__footer .kcw__row + .kcw__row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (max-width: 767px) {
     .kcw .kcw__ctek-footer-external .kcw__footer .kcw__nav {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
     .kcw .kcw__ctek-footer-external .kcw__footer .kcw__nav h4 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 18px;
        background: transparent;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 6px;
        padding-right: 0
    }

     .kcw .kcw__ctek-footer-external .kcw__footer .kcw__nav h4::after {
        content: none
    }
}

@media (max-width: 767px) {
     .kcw .kcw__ctek-footer-external .kcw__footer .kcw__nav h4 + div {
        max-height: 1000px;
        overflow: hidden
    }
}

 .kcw .kcw__ctek-footer-external .kcw__footer .kcw__nav ul li a {
    padding-top: 5px;
    padding-left: 0;
    padding-bottom: 5px;
    padding-right: 0
}
