@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD-w.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhzg.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD-w.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD-w.ttf) format('truetype')
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDZbtY.ttf) format('truetype')
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDZbtY.ttf) format('truetype')
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsunDZbtY.ttf) format('truetype')
}

/*!
 * 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 {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

    .table-bordered td,
    .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')
}

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

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

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

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

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

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

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

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

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

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

.glyphicon-th:before {
    content: "\e011"
}

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

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

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

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

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

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

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

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

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

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

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

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

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

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

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

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

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

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

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

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

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

.glyphicon-list:before {
    content: "\e056"
}

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

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

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

.glyphicon-picture:before {
    content: "\e060"
}

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

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

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

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

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

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

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

.glyphicon-eject:before {
    content: "\e078"
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
    content: "\e087"
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

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

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

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

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

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

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

.glyphicon-retweet:before {
    content: "\e115"
}

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

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

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

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

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

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

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

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

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

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

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

.glyphicon-flash:before {
    content: "\e162"
}

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

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

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

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

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

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

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

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

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

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

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

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

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

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

.glyphicon-subtitles:before {
    content: "\e188"
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
    content: "\e201"
}

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

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

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

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

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

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

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

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

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

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

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

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

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

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

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

.glyphicon-scale:before {
    content: "\e230"
}

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

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

.glyphicon-education:before {
    content: "\e233"
}

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

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

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

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

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

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

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

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #212121;
    background-color: #fff
}

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

a {
    color: #c79b64;
    text-decoration: none
}

a:focus,
a:hover {
    color: #a3753b;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

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

.img-circle {
    border-radius: 50%
}

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

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

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

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.414;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 39px
}

.h2,
h2 {
    font-size: 32px
}

.h3,
h3 {
    font-size: 26px
}

.h4,
h4 {
    font-size: 19px
}

.h5,
h5 {
    font-size: 15px
}

.h6,
h6 {
    font-size: 13px
}

.lead {
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 22.5px
    }
}

.small,
small {
    font-size: 86%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #c79b64
}

a.text-primary:focus,
a.text-primary:hover {
    color: #b68242
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #c79b64
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #b68242
}

.bg-success {
    background-color: #dff0d8
}

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

.bg-info {
    background-color: #d9edf7
}

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

.bg-warning {
    background-color: #fcf8e3
}

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

.bg-danger {
    background-color: #f2dede
}

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

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 11px
}

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

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

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

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

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dd,
dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

    .dl-horizontal dd {
        margin-left: 180px
    }
}

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

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

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 18.75px;
    border-left: 5px solid #eee
}

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

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

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

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

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.5
}

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

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

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

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

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

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

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1160px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

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

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

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

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

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

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

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

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

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

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

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

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

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

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

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

.table .table {
    background-color: #fff
}

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

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

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

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

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

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

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

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

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

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

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

    .table-responsive>.table {
        margin-bottom: 0
    }

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

    .table-responsive>.table-bordered {
        border: 0
    }

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

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

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

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

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

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

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

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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, 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
}

.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)
}

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 36px
    }

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

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

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

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

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

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

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 37px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 31px;
    line-height: 31px
}

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

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px
}

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

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 35px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5
}

.input-lg {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 48px;
    line-height: 48px
}

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

.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}

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

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 41px;
    padding: 11px 16px;
    font-size: 19px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .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)
}

.has-success .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
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .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)
}

.has-warning .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
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .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)
}

.has-error .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
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #616161
}

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

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

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

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

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

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

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 19px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 13px
    }
}

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

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

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

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

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

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

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

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #c79b64;
    border-color: #c08f51
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.btn-primary:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.btn-primary .badge {
    color: #c79b64;
    background-color: #fff
}

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

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

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

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

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

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

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

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

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

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

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

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

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

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

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

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

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

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

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

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

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

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

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

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #c79b64;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #a3753b;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #c79b64
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .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)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    line-height: 48px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    line-height: 31px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

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

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #c79b64
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #c79b64
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 14px 10px;
    font-size: 19px;
    line-height: 22px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7px -10px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    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);
    margin-top: 7px;
    margin-bottom: 7px
}

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

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.navbar-btn.btn-sm {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #c79b64;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #a3753b;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #c79b64;
    border-color: #c79b64;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

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

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #c79b64
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #b68242
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #c79b64;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 68px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #c79b64
}

.thumbnail .caption {
    padding: 9px;
    color: #212121
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-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
    }
}

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #c79b64;
    -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
}

.progress-bar-striped,
.progress-striped .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);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .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
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .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)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .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)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .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)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #c79b64;
    border-color: #c79b64
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #fdfcfa
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

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

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

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

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

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #c79b64
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #c79b64;
    border-color: #c79b64
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #c79b64
}

.panel-primary>.panel-heading .badge {
    color: #c79b64;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #c79b64
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.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-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    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)
}

.carousel-control.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: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    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: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr:after,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.lui-container:after,
.lui-container:before,
.lui-featurecard:after,
.lui-featurecard:before,
.lui-layout-1-11-lg:after,
.lui-layout-1-11-lg:before,
.lui-layout-1-11-sm:after,
.lui-layout-1-11-sm:before,
.lui-layout-1-11:after,
.lui-layout-1-11:before,
.lui-layout-10-2-lg:after,
.lui-layout-10-2-lg:before,
.lui-layout-10-2-sm:after,
.lui-layout-10-2-sm:before,
.lui-layout-10-2:after,
.lui-layout-10-2:before,
.lui-layout-11-1-lg:after,
.lui-layout-11-1-lg:before,
.lui-layout-11-1-sm:after,
.lui-layout-11-1-sm:before,
.lui-layout-11-1:after,
.lui-layout-11-1:before,
.lui-layout-2-10-lg:after,
.lui-layout-2-10-lg:before,
.lui-layout-2-10-sm:after,
.lui-layout-2-10-sm:before,
.lui-layout-2-10:after,
.lui-layout-2-10:before,
.lui-layout-2-8-2:after,
.lui-layout-2-8-2:before,
.lui-layout-3-3-3-3:after,
.lui-layout-3-3-3-3:before,
.lui-layout-3-6-3:after,
.lui-layout-3-6-3:before,
.lui-layout-3-9-lg:after,
.lui-layout-3-9-lg:before,
.lui-layout-3-9-sm:after,
.lui-layout-3-9-sm:before,
.lui-layout-3-9:after,
.lui-layout-3-9:before,
.lui-layout-4-4-4:after,
.lui-layout-4-4-4:before,
.lui-layout-4-8-lg:after,
.lui-layout-4-8-lg:before,
.lui-layout-4-8-sm:after,
.lui-layout-4-8-sm:before,
.lui-layout-4-8:after,
.lui-layout-4-8:before,
.lui-layout-5-7-lg:after,
.lui-layout-5-7-lg:before,
.lui-layout-5-7-sm:after,
.lui-layout-5-7-sm:before,
.lui-layout-5-7:after,
.lui-layout-5-7:before,
.lui-layout-6-6-lg:after,
.lui-layout-6-6-lg:before,
.lui-layout-6-6-sm:after,
.lui-layout-6-6-sm:before,
.lui-layout-6-6:after,
.lui-layout-6-6:before,
.lui-layout-7-5-lg:after,
.lui-layout-7-5-lg:before,
.lui-layout-7-5-sm:after,
.lui-layout-7-5-sm:before,
.lui-layout-7-5:after,
.lui-layout-7-5:before,
.lui-layout-8-4-lg:after,
.lui-layout-8-4-lg:before,
.lui-layout-8-4-sm:after,
.lui-layout-8-4-sm:before,
.lui-layout-8-4:after,
.lui-layout-8-4:before,
.lui-layout-9-3-lg:after,
.lui-layout-9-3-lg:before,
.lui-layout-9-3-sm:after,
.lui-layout-9-3-sm:before,
.lui-layout-9-3:after,
.lui-layout-9-3:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr:after,
.form-horizontal .form-group:after,
.lui-container:after,
.lui-featurecard:after,
.lui-layout-1-11-lg:after,
.lui-layout-1-11-sm:after,
.lui-layout-1-11:after,
.lui-layout-10-2-lg:after,
.lui-layout-10-2-sm:after,
.lui-layout-10-2:after,
.lui-layout-11-1-lg:after,
.lui-layout-11-1-sm:after,
.lui-layout-11-1:after,
.lui-layout-2-10-lg:after,
.lui-layout-2-10-sm:after,
.lui-layout-2-10:after,
.lui-layout-2-8-2:after,
.lui-layout-3-3-3-3:after,
.lui-layout-3-6-3:after,
.lui-layout-3-9-lg:after,
.lui-layout-3-9-sm:after,
.lui-layout-3-9:after,
.lui-layout-4-4-4:after,
.lui-layout-4-8-lg:after,
.lui-layout-4-8-sm:after,
.lui-layout-4-8:after,
.lui-layout-5-7-lg:after,
.lui-layout-5-7-sm:after,
.lui-layout-5-7:after,
.lui-layout-6-6-lg:after,
.lui-layout-6-6-sm:after,
.lui-layout-6-6:after,
.lui-layout-7-5-lg:after,
.lui-layout-7-5-sm:after,
.lui-layout-7-5:after,
.lui-layout-8-4-lg:after,
.lui-layout-8-4-sm:after,
.lui-layout-8-4:after,
.lui-layout-9-3-lg:after,
.lui-layout-9-3-sm:after,
.lui-layout-9-3:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.lui-anim-delay-10s {
    animation-delay: 10s
}

.lui-clear {
    clear: both
}

.lui-clear-both {
    clear: both
}

.lui-clear-left {
    clear: left
}

.lui-clear-right {
    clear: right
}

.lui-clear-none {
    clear: none
}

.lui-clear-after:after,
.lui-clear-after:before,
.lui-clear-fix:after,
.lui-clear-fix:before {
    content: " ";
    display: table
}

.lui-clear-after:after,
.lui-clear-fix:after {
    clear: both
}

.lui-clear-after:after,
.lui-clear-after:before,
.lui-clear-fix:after,
.lui-clear-fix:before {
    content: " ";
    display: table
}

.lui-clear-after:after,
.lui-clear-fix:after {
    clear: both
}

.lui-display-table {
    display: table
}

.lui-display-table>* {
    display: table-cell
}

.lui-display-none {
    display: none
}

.lui-display-block {
    display: block
}

.lui-display-inline {
    display: inline
}

.lui-display-inline-block {
    display: inline-block
}

.lui-float-left {
    float: left
}

.lui-float-right {
    float: right
}

.lui-float-none {
    float: none
}

.lui-position-rel,
.lui-position-relative {
    position: relative
}

.lui-position-fixed {
    position: fixed
}

.lui-overflow-hidden {
    overflow: hidden
}

.lui-position-abs,
.lui-position-abusolute {
    position: absolute
}

.lui-position-abs-t-l {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0)
}

.lui-position-abs-t-r {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0)
}

.lui-position-abs-b-r {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 0)
}

.lui-position-abs-b-l {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 0)
}

.lui-position-abs-t-c {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.lui-position-abs-b-c {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.lui-position-abs-c-m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lui-position-abs-r-m {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.lui-position-abs-l-m {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.lui-position-abs-t-l-halfout {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%)
}

.lui-position-abs-t-r-halfout {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%)
}

.lui-position-abs-b-r-halfout {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%)
}

.lui-position-abs-b-l-halfout {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%)
}

.lui-position-abs-t-c-halfout {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lui-position-abs-b-c-halfout {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%)
}

.lui-position-abs-r-m-halfout {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%)
}

.lui-position-abs-l-m-halfout {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%)
}

.lui-position-abs-t-l-tout {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -100%)
}

.lui-position-abs-t-l-lout {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, 0)
}

.lui-position-abs-t-l-fullout {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -100%)
}

.lui-position-abs-t-c-fullout {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%)
}

.lui-position-abs-t-r-tout {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -100%)
}

.lui-position-abs-t-r-rout {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0)
}

.lui-position-abs-t-r-fullout {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -100%)
}

.lui-position-abs-r-m-fullout {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%)
}

.lui-position-abs-b-r-bout {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 100%)
}

.lui-position-abs-b-r-rout {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 0)
}

.lui-position-abs-b-r-fullout {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%)
}

.lui-position-abs-b-c-fullout {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%)
}

.lui-position-abs-b-l-bout {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%)
}

.lui-position-abs-b-l-lout {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-100%, 0)
}

.lui-position-abs-b-l-fullout {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-100%, 100%)
}

.lui-position-abs-l-m-fullout {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%)
}

.lui-position-abs-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lui-position-snap-l {
    height: 100%;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.lui-position-snap-r {
    height: 100%;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.lui-position-snap-t {
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.lui-position-snap-b {
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.lui-ctnr-withbuoy {
    position: relative
}

.lui-ctnr-withbuoy .lui-c-buoy,
.lui-ctnr-withbuoy-buoy {
    position: absolute;
    top: -.5rem;
    right: -.5rem
}

.lui-border {
    border: #aabdbd 1px solid
}

.lui-border-t {
    border-top: #aabdbd 1px solid
}

.lui-border-r {
    border-right: #aabdbd 1px solid
}

.lui-border-b {
    border-bottom: #aabdbd 1px solid
}

.lui-border-l {
    border-left: #aabdbd 1px solid
}

.lui-border-v {
    border-top: #aabdbd 1px solid;
    border-bottom: #aabdbd 1px solid
}

.lui-border-h {
    border-right: #aabdbd 1px solid;
    border-left: #aabdbd 1px solid
}

.lui-border-dotted {
    border: #aabdbd 1px dotted
}

.lui-border-t-dotted {
    border-top: #aabdbd 1px dotted
}

.lui-border-r-dotted {
    border-right: #aabdbd 1px dotted
}

.lui-border-b-dotted {
    border-bottom: #aabdbd 1px dotted
}

.lui-border-l-dotted {
    border-left: #aabdbd 1px dotted
}

.lui-border-v-dotted {
    border-top: #aabdbd 1px dotted;
    border-bottom: #aabdbd 1px dotted
}

.lui-border-h-dotted {
    border-right: #aabdbd 1px dotted;
    border-left: #aabdbd 1px dotted
}

.lui-border-2x {
    border: #aabdbd 2px solid 1px solid
}

.lui-border-t-2x {
    border-top: #aabdbd 2px solid 1px solid
}

.lui-border-r-2x {
    border-right: #aabdbd 2px solid 1px solid
}

.lui-border-b-2x {
    border-bottom: #aabdbd 2px solid 1px solid
}

.lui-border-l-2x {
    border-left: #aabdbd 2px solid 1px solid
}

.lui-border-v-2x {
    border-top: #aabdbd 2px solid 1px solid;
    border-bottom: #aabdbd 2px solid 1px solid
}

.lui-border-h-2x {
    border-right: #aabdbd 2px solid 1px solid;
    border-left: #aabdbd 2px solid 1px solid
}

.lui-border-none {
    border: none
}

.lui-border-t-none {
    border-top: none
}

.lui-border-r-none {
    border-right: none
}

.lui-border-b-none {
    border-bottom: none
}

.lui-border-l-none {
    border-left: none
}

.lui-border-v-none {
    border-top: none;
    border-bottom: none
}

.lui-border-h-none {
    border-left: none;
    border-right: none
}

.lui-border-l-none-first:first-child {
    border-left: none
}

.lui-border-t-none-first:first-child {
    border-top: none
}

.lui-border-r-none-last:last-child {
    border-right: none
}

.lui-border-b-none-last:last-child {
    border-bottom: none
}

.lui-border-radius {
    border-radius: 0
}

.lui-border-radius-lg {
    border-radius: 0
}

.lui-border-radius-sm {
    border-radius: 0
}

.lui-border-radius-1rem {
    border-radius: 1rem
}

.lui-transparent {
    opacity: 0
}

.lui-opaque {
    opacity: 1 !important
}

.lui-bg-white {
    background: #fff
}

.lui-bg-black {
    background: #000
}

.lui-bg-theme {
    background: #c79b64
}

.lui-bg-dark {
    background: #555
}

.lui-bg-light-darker {
    background: rgba(0, 0, 0, .05)
}

.lui-bg-light {
    background: rgba(0, 0, 0, .02)
}

.lui-bg-light-lighter {
    background: rgba(0, 0, 0, .02)
}

.lui-padding {
    padding: 1rem
}

.lui-padding-0 {
    padding: 0
}

.lui-padding-none {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.lui-padding-1x {
    padding: 1rem
}

.lui-padding-2x {
    padding: 2rem
}

.lui-padding-3x {
    padding: 3rem
}

.lui-padding-4x {
    padding: 4rem
}

.lui-padding-5x {
    padding: 5rem
}

.lui-padding-25pct {
    padding: .25rem
}

.lui-padding-33pct {
    padding: .33rem
}

.lui-padding-50pct {
    padding: .5rem
}

.lui-padding-67pct {
    padding: .67rem
}

.lui-padding-75pct {
    padding: .75rem
}

.lui-padding-125pct {
    padding: 1.25rem
}

.lui-padding-150pct {
    padding: 1.5rem
}

.lui-padding-175pct {
    padding: 1.75rem
}

.lui-padding-t {
    padding-top: 1rem
}

.lui-padding-t-0,
.lui-padding-t-none {
    padding-top: 0
}

.lui-padding-t-1x {
    padding-top: 1rem
}

.lui-padding-t-2x {
    padding-top: 2rem
}

.lui-padding-t-3x {
    padding-top: 3rem
}

.lui-padding-t-4x {
    padding-top: 4rem
}

.lui-padding-t-5x {
    padding-top: 5rem
}

.lui-padding-t-25pct {
    padding-top: .25rem
}

.lui-padding-t-33pct {
    padding-top: .33rem
}

.lui-padding-t-50pct {
    padding-top: .5rem
}

.lui-padding-t-67pct {
    padding-top: .67rem
}

.lui-padding-t-75pct {
    padding-top: .75rem
}

.lui-padding-t-125pct {
    padding-top: 1.25rem
}

.lui-padding-t-150pct {
    padding-top: 1.5rem
}

.lui-padding-t-175pct {
    padding-top: 1.75rem
}

.lui-padding-r {
    padding-right: 1rem
}

.lui-padding-r-0,
.lui-padding-r-none {
    padding-right: 0
}

.lui-padding-r-1x {
    padding-right: 1rem
}

.lui-padding-r-2x {
    padding-right: 2rem
}

.lui-padding-r-3x {
    padding-right: 3rem
}

.lui-padding-r-4x {
    padding-right: 4rem
}

.lui-padding-r-5x {
    padding-right: 5rem
}

.lui-padding-r-25pct {
    padding-right: .25rem
}

.lui-padding-r-33pct {
    padding-right: .33rem
}

.lui-padding-r-50pct {
    padding-right: .5rem
}

.lui-padding-r-67pct {
    padding-right: .67rem
}

.lui-padding-r-75pct {
    padding-right: .75rem
}

.lui-padding-r-125pct {
    padding-right: 1.25rem
}

.lui-padding-r-150pct {
    padding-right: 1.5rem
}

.lui-padding-r-175pct {
    padding-right: 1.75rem
}

.lui-padding-b {
    padding-bottom: 1rem
}

.lui-padding-b-0,
.lui-padding-b-none {
    padding-bottom: 0
}

.lui-padding-b-1x {
    padding-bottom: 1rem
}

.lui-padding-b-2x {
    padding-bottom: 2rem
}

.lui-padding-b-3x {
    padding-bottom: 3rem
}

.lui-padding-b-4x {
    padding-bottom: 4rem
}

.lui-padding-b-5x {
    padding-bottom: 5rem
}

.lui-padding-b-25pct {
    padding-bottom: .25rem
}

.lui-padding-b-33pct {
    padding-bottom: .33rem
}

.lui-padding-b-50pct {
    padding-bottom: .5rem
}

.lui-padding-b-67pct {
    padding-bottom: .67rem
}

.lui-padding-b-75pct {
    padding-bottom: .75rem
}

.lui-padding-b-125pct {
    padding-bottom: 1.25rem
}

.lui-padding-b-150pct {
    padding-bottom: 1.5rem
}

.lui-padding-b-175pct {
    padding-bottom: 1.75rem
}

.lui-padding-l {
    padding-left: 1rem
}

.lui-padding-l-0,
.lui-padding-l-none {
    padding-left: 0
}

.lui-padding-l-1x {
    padding-left: 1rem
}

.lui-padding-l-2x {
    padding-left: 2rem
}

.lui-padding-l-3x {
    padding-left: 3rem
}

.lui-padding-l-4x {
    padding-left: 4rem
}

.lui-padding-l-5x {
    padding-left: 5rem
}

.lui-padding-l-25pct {
    padding-left: .25rem
}

.lui-padding-l-33pct {
    padding-left: .33rem
}

.lui-padding-l-50pct {
    padding-left: .5rem
}

.lui-padding-l-67pct {
    padding-left: .67rem
}

.lui-padding-l-75pct {
    padding-left: .75rem
}

.lui-padding-l-125pct {
    padding-left: 1.25rem
}

.lui-padding-l-150pct {
    padding-left: 1.5rem
}

.lui-padding-l-175pct {
    padding-left: 1.75rem
}

.lui-padding-v {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.lui-padding-v-0,
.lui-padding-v-none {
    padding-top: 0;
    padding-bottom: 0
}

.lui-padding-v-1x {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.lui-padding-v-2x {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.lui-padding-v-3x {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.lui-padding-v-4x {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.lui-padding-v-5x {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.lui-padding-v-25pct {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.lui-padding-v-33pct {
    padding-top: .33rem;
    padding-bottom: .33rem
}

.lui-padding-v-50pct {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-padding-v-67pct {
    padding-top: .67rem;
    padding-bottom: .67rem
}

.lui-padding-v-75pct {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.lui-padding-v-125pct {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.lui-padding-v-150pct {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.lui-padding-v-175pct {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.lui-padding-h {
    padding-left: 1rem;
    padding-right: 1rem
}

.lui-padding-h-0,
.lui-padding-h-none {
    padding-left: 0;
    padding-right: 0
}

.lui-padding-h-1x {
    padding-left: 1rem;
    padding-right: 1rem
}

.lui-padding-h-2x {
    padding-left: 2rem;
    padding-right: 2rem
}

.lui-padding-h-3x {
    padding-left: 3rem;
    padding-right: 3rem
}

.lui-padding-h-4x {
    padding-left: 4rem;
    padding-right: 4rem
}

.lui-padding-h-5x {
    padding-left: 5rem;
    padding-right: 5rem
}

.lui-padding-h-25pct {
    padding-left: .25rem;
    padding-right: .25rem
}

.lui-padding-h-33pct {
    padding-left: .33rem;
    padding-right: .33rem
}

.lui-padding-h-50pct {
    padding-left: .5rem;
    padding-right: .5rem
}

.lui-padding-h-67pct {
    padding-left: .67rem;
    padding-right: .67rem
}

.lui-padding-h-75pct {
    padding-left: .75rem;
    padding-right: .75rem
}

.lui-padding-h-125pct {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.lui-padding-h-150pct {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.lui-padding-h-175pct {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.lui-margin {
    margin: 1rem
}

.lui-margin-0 {
    margin: 0
}

.lui-margin-none {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.lui-margin-1x {
    margin: 1rem
}

.lui-margin-2x {
    margin: 2rem
}

.lui-margin-3x {
    margin: 3rem
}

.lui-margin-4x {
    margin: 4rem
}

.lui-margin-5x {
    margin: 5rem
}

.lui-margin-25pct {
    margin: .25rem
}

.lui-margin-33pct {
    margin: .33rem
}

.lui-margin-50pct {
    margin: .5rem
}

.lui-margin-67pct {
    margin: .67rem
}

.lui-margin-75pct {
    margin: .75rem
}

.lui-margin-125pct {
    margin: 1.25rem
}

.lui-margin-150pct {
    margin: 1.5rem
}

.lui-margin-175pct {
    margin: 1.75rem
}

.lui-margin-auto {
    margin: auto
}

.lui-margin-t {
    margin-top: 1rem
}

.lui-margin-t-0,
.lui-margin-t-none {
    margin-top: 0
}

.lui-margin-t-1x {
    margin-top: 1rem
}

.lui-margin-t-2x {
    margin-top: 2rem
}

.lui-margin-t-3x {
    margin-top: 3rem
}

.lui-margin-t-4x {
    margin-top: 4rem
}

.lui-margin-t-5x {
    margin-top: 5rem
}

.lui-margin-t-25pct {
    margin-top: .25rem
}

.lui-margin-t-33pct {
    margin-top: .33rem
}

.lui-margin-t-50pct {
    margin-top: .5rem
}

.lui-margin-t-67pct {
    margin-top: .67rem
}

.lui-margin-t-75pct {
    margin-top: .75rem
}

.lui-margin-t-125pct {
    margin-top: 1.25rem
}

.lui-margin-t-150pct {
    margin-top: 1.5rem
}

.lui-margin-t-175pct {
    margin-top: 1.75rem
}

.lui-margin-t-auto {
    margin-top: auto
}

.lui-margin-r {
    margin-right: 1rem
}

.lui-margin-r-0,
.lui-margin-r-none {
    margin-right: 0
}

.lui-margin-r-1x {
    margin-right: 1rem
}

.lui-margin-r-2x {
    margin-right: 2rem
}

.lui-margin-r-3x {
    margin-right: 3rem
}

.lui-margin-r-4x {
    margin-right: 4rem
}

.lui-margin-r-5x {
    margin-right: 5rem
}

.lui-margin-r-25pct {
    margin-right: .25rem
}

.lui-margin-r-33pct {
    margin-right: .33rem
}

.lui-margin-r-50pct {
    margin-right: .5rem
}

.lui-margin-r-67pct {
    margin-right: .67rem
}

.lui-margin-r-75pct {
    margin-right: .75rem
}

.lui-margin-r-125pct {
    margin-right: 1.25rem
}

.lui-margin-r-150pct {
    margin-right: 1.5rem
}

.lui-margin-r-175pct {
    margin-right: 1.75rem
}

.lui-margin-r-auto {
    margin-right: auto
}

.lui-margin-b {
    margin-bottom: 1rem
}

.lui-margin-b-0,
.lui-margin-b-none {
    margin-bottom: 0
}

.lui-margin-b-1x {
    margin-bottom: 1rem
}

.lui-margin-b-2x {
    margin-bottom: 2rem
}

.lui-margin-b-3x {
    margin-bottom: 3rem
}

.lui-margin-b-4x {
    margin-bottom: 4rem
}

.lui-margin-b-5x {
    margin-bottom: 5rem
}

.lui-margin-b-25pct {
    margin-bottom: .25rem
}

.lui-margin-b-33pct {
    margin-bottom: .33rem
}

.lui-margin-b-50pct {
    margin-bottom: .5rem
}

.lui-margin-b-67pct {
    margin-bottom: .67rem
}

.lui-margin-b-75pct {
    margin-bottom: .75rem
}

.lui-margin-b-125pct {
    margin-bottom: 1.25rem
}

.lui-margin-b-150pct {
    margin-bottom: 1.5rem
}

.lui-margin-b-175pct {
    margin-bottom: 1.75rem
}

.lui-margin-b-auto {
    margin-bottom: auto
}

.lui-margin-l {
    margin-left: 1rem
}

.lui-margin-l-0,
.lui-margin-l-none {
    margin-left: 0
}

.lui-margin-l-1x {
    margin-left: 1rem
}

.lui-margin-l-2x {
    margin-left: 2rem
}

.lui-margin-l-3x {
    margin-left: 3rem
}

.lui-margin-l-4x {
    margin-left: 4rem
}

.lui-margin-l-5x {
    margin-left: 5rem
}

.lui-margin-l-25pct {
    margin-left: .25rem
}

.lui-margin-l-33pct {
    margin-left: .33rem
}

.lui-margin-l-50pct {
    margin-left: .5rem
}

.lui-margin-l-67pct {
    margin-left: .67rem
}

.lui-margin-l-75pct {
    margin-left: .75rem
}

.lui-margin-l-125pct {
    margin-left: 1.25rem
}

.lui-margin-l-150pct {
    margin-left: 1.5rem
}

.lui-margin-l-175pct {
    margin-left: 1.75rem
}

.lui-margin-l-auto {
    margin-left: auto
}

.lui-margin-v {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.lui-margin-v-0,
.lui-margin-v-none {
    margin-top: 0;
    margin-bottom: 0
}

.lui-margin-v-1x {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.lui-margin-v-2x {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.lui-margin-v-3x {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.lui-margin-v-4x {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.lui-margin-v-5x {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.lui-margin-v-25pct {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.lui-margin-v-33pct {
    margin-top: .33rem;
    margin-bottom: .33rem
}

.lui-margin-v-50pct {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.lui-margin-v-67pct {
    margin-top: .67rem;
    margin-bottom: .67rem
}

.lui-margin-v-75pct {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.lui-margin-v-125pct {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.lui-margin-v-150pct {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.lui-margin-v-175pct {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
}

.lui-margin-v-auto {
    margin-top: auto;
    margin-bottom: auto
}

.lui-margin-h {
    margin-left: 1rem;
    margin-right: 1rem
}

.lui-margin-h-0,
.lui-margin-h-none {
    margin-left: 0;
    margin-right: 0
}

.lui-margin-h-1x {
    margin-left: 1rem;
    margin-right: 1rem
}

.lui-margin-h-2x {
    margin-left: 2rem;
    margin-right: 2rem
}

.lui-margin-h-3x {
    margin-left: 3rem;
    margin-right: 3rem
}

.lui-margin-h-4x {
    margin-left: 4rem;
    margin-right: 4rem
}

.lui-margin-h-5x {
    margin-left: 5rem;
    margin-right: 5rem
}

.lui-margin-h-25pct {
    margin-left: .25rem;
    margin-right: .25rem
}

.lui-margin-h-33pct {
    margin-left: .33rem;
    margin-right: .33rem
}

.lui-margin-h-50pct {
    margin-left: .5rem;
    margin-right: .5rem
}

.lui-margin-h-67pct {
    margin-left: .67rem;
    margin-right: .67rem
}

.lui-margin-h-75pct {
    margin-left: .75rem;
    margin-right: .75rem
}

.lui-margin-h-125pct {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.lui-margin-h-150pct {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.lui-margin-h-175pct {
    margin-left: 1.75rem;
    margin-right: 1.75rem
}

.lui-margin-h-auto {
    margin-left: auto;
    margin-right: auto
}

.lui-hidescrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.lui-hidescrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.lui-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    color: #fff
}

.lui-btn.active.focus,
.lui-btn.active:focus,
.lui-btn.focus,
.lui-btn:active.focus,
.lui-btn:active:focus,
.lui-btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.lui-btn.focus,
.lui-btn:focus,
.lui-btn:hover {
    color: #333;
    text-decoration: none
}

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

.lui-btn.disabled,
.lui-btn[disabled],
fieldset[disabled] .lui-btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.lui-btn.disabled,
fieldset[disabled] a.lui-btn {
    pointer-events: none
}

.lui-btn.focus,
.lui-btn:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.lui-btn:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.lui-btn.active,
.lui-btn:active,
.open>.dropdown-toggle.lui-btn {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.lui-btn.active.focus,
.lui-btn.active:focus,
.lui-btn.active:hover,
.lui-btn:active.focus,
.lui-btn:active:focus,
.lui-btn:active:hover,
.open>.dropdown-toggle.lui-btn.focus,
.open>.dropdown-toggle.lui-btn:focus,
.open>.dropdown-toggle.lui-btn:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.lui-btn.active,
.lui-btn:active,
.open>.dropdown-toggle.lui-btn {
    background-image: none
}

.lui-btn.disabled.focus,
.lui-btn.disabled:focus,
.lui-btn.disabled:hover,
.lui-btn[disabled].focus,
.lui-btn[disabled]:focus,
.lui-btn[disabled]:hover,
fieldset[disabled] .lui-btn.focus,
fieldset[disabled] .lui-btn:focus,
fieldset[disabled] .lui-btn:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.lui-btn .badge {
    color: #c79b64;
    background-color: #fff
}

.lui-btn:active,
.lui-btn:hover,
.lui-btn:link,
.lui-btn:visited {
    color: #fff
}

.lui-btn a {
    color: #fff
}

.lui-btn a:active,
.lui-btn a:hover,
.lui-btn a:link,
.lui-btn a:visited {
    color: #fff
}

.lui-btn * {
    color: #fff
}

.lui-section:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: #aabdbd 1px solid;
    margin-bottom: 2rem
}

.lui-section-title {
    color: #c79b64;
    font-size: 1.5rem;
    margin-bottom: 2rem
}

.lui-box {
    padding: 1rem;
    display: block;
    background: #fff
}

.lui-box-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-box-title+* {
    margin-top: 1rem
}

.lui-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-box-solid-theme {
    padding: 1rem;
    display: block;
    background: #c79b64;
    color: #fff
}

.lui-box-solid-theme-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff
}

.lui-box-solid-theme-title+* {
    margin-top: 1rem
}

.lui-box-solid-theme img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-box-solid-theme:active,
.lui-box-solid-theme:hover,
.lui-box-solid-theme:link,
.lui-box-solid-theme:visited {
    color: #fff
}

.lui-box-solid-theme a {
    color: #fff
}

.lui-box-solid-theme a:active,
.lui-box-solid-theme a:hover,
.lui-box-solid-theme a:link,
.lui-box-solid-theme a:visited {
    color: #fff
}

.lui-box-solid-theme * {
    color: #fff
}

.lui-box-solid-black {
    padding: 1rem;
    display: block;
    background: #000;
    color: #fff
}

.lui-box-solid-black-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff
}

.lui-box-solid-black-title+* {
    margin-top: 1rem
}

.lui-box-solid-black img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-box-solid-black:active,
.lui-box-solid-black:hover,
.lui-box-solid-black:link,
.lui-box-solid-black:visited {
    color: #fff
}

.lui-box-solid-black a {
    color: #fff
}

.lui-box-solid-black a:active,
.lui-box-solid-black a:hover,
.lui-box-solid-black a:link,
.lui-box-solid-black a:visited {
    color: #fff
}

.lui-box-solid-black * {
    color: #fff
}

.lui-box-border {
    padding: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02);
    border: #aabdbd 1px solid
}

.lui-box-border-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-box-border-title+* {
    margin-top: 1rem
}

.lui-box-border img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-box-border-light {
    padding: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02);
    border: #aabdbd 1px solid
}

.lui-box-border-light-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-box-border-light-title+* {
    margin-top: 1rem
}

.lui-box-border-light img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-box-border-light-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-box-border-light-title+* {
    margin-top: 1rem
}

.lui-box-border-light img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-row-as-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    background: #fff
}

.lui-card {
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02)
}

.lui-card>.lui-c-header,
.lui-card>.lui-card-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-card>.lui-c-thumb,
.lui-card>.lui-card-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-card>.lui-c-thumb a,
.lui-card>.lui-card-thumb a {
    display: block
}

.lui-card>.lui-c-thumb img,
.lui-card>.lui-card-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-card .lui-c-caption,
.lui-card-caption {
    color: #777
}

.lui-card .lui-c-title,
.lui-card-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-card .lui-c-subtitle,
.lui-card-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-card>.lui-c-content,
.lui-card>.lui-card-content {
    padding: 1rem
}

.lui-card .lui-c-meta,
.lui-card-meta {
    color: #777;
    font-size: .75rem
}

.lui-card hr,
.lui-card-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-card>.lui-c-footer,
.lui-card>.lui-card-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-card-a-circlethumb>.lui-c-thumb img,
.lui-card-a-circlethumb>.lui-card-a-circlethumb-thumb img {
    border-radius: 50%
}

.lui-card-a-paddingthumb-v>.lui-c-thumb,
.lui-card-a-paddingthumb-v>.lui-card-a-paddingthumb-v-thumb {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.lui-card-a-paddingthumb-h>.lui-c-thumb,
.lui-card-a-paddingthumb-h>.lui-card-a-paddingthumb-h-thumb {
    padding: 2rem
}

.lui-card-a-paddingthumb-compact>.lui-c-thumb,
.lui-card-a-paddingthumb-compact>.lui-card-a-paddingthumb-compact-thumb {
    padding: 1rem
}

@media (min-width:768px) {
    .lui-card-a-h-responsive-reversed>:nth-child(2n-1) {
        left: 50%
    }
}

@media (min-width:768px) {
    .lui-card-a-h-responsive-reversed>:nth-child(2n) {
        right: 50%
    }
}

.lui-card-h {
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02)
}

.lui-card-h>.lui-c-header,
.lui-card-h>.lui-card-h-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-card-h>.lui-c-thumb,
.lui-card-h>.lui-card-h-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-card-h>.lui-c-thumb a,
.lui-card-h>.lui-card-h-thumb a {
    display: block
}

.lui-card-h>.lui-c-thumb img,
.lui-card-h>.lui-card-h-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-card-h .lui-c-caption,
.lui-card-h-caption {
    color: #777
}

.lui-card-h .lui-c-title,
.lui-card-h-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-card-h .lui-c-subtitle,
.lui-card-h-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-card-h>.lui-c-content,
.lui-card-h>.lui-card-h-content {
    padding: 1rem
}

.lui-card-h .lui-c-meta,
.lui-card-h-meta {
    color: #777;
    font-size: .75rem
}

.lui-card-h hr,
.lui-card-h-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-card-h>.lui-c-footer,
.lui-card-h>.lui-card-h-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-card-h>:nth-child(2n-1) {
    width: 40%;
    float: left;
    clear: both
}

.lui-card-h>:nth-child(2n) {
    width: 60%;
    float: right
}

.lui-card-h:after,
.lui-card-h:before {
    content: " ";
    display: table
}

.lui-card-h:after {
    clear: both
}

.lui-card-h:after,
.lui-card-h:before {
    content: " ";
    display: table
}

.lui-card-h:after {
    clear: both
}

.lui-card-slip {
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02)
}

.lui-card-slip>.lui-c-header,
.lui-card-slip>.lui-card-slip-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-card-slip>.lui-c-thumb,
.lui-card-slip>.lui-card-slip-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-card-slip>.lui-c-thumb a,
.lui-card-slip>.lui-card-slip-thumb a {
    display: block
}

.lui-card-slip>.lui-c-thumb img,
.lui-card-slip>.lui-card-slip-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-card-slip .lui-c-caption,
.lui-card-slip-caption {
    color: #777
}

.lui-card-slip .lui-c-title,
.lui-card-slip-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-card-slip .lui-c-subtitle,
.lui-card-slip-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-card-slip>.lui-c-content,
.lui-card-slip>.lui-card-slip-content {
    padding: 1rem
}

.lui-card-slip .lui-c-meta,
.lui-card-slip-meta {
    color: #777;
    font-size: .75rem
}

.lui-card-slip hr,
.lui-card-slip-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-card-slip>.lui-c-footer,
.lui-card-slip>.lui-card-slip-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-card-slip>.lui-c-thumb,
.lui-card-slip>.lui-card-slip-thumb {
    padding: 1rem
}

.lui-card-slip>:not(.lui-a-exception) {
    display: inline-block;
    vertical-align: middle
}

.lui-card-slip>.lui-c-thumb,
.lui-card-slip>.lui-card-slip-thumb {
    width: 6rem
}

.lui-card-slip .lui-c-title,
.lui-card-slip-title {
    font-size: 1rem;
    width: 20%
}

.lui-card-slip>.lui-c-content,
.lui-card-slip>.lui-card-slip-content {
    width: calc(100% - 7rem)
}

.lui-card-slip>.lui-c-content>:not(.lui-a-exception),
.lui-card-slip>.lui-card-slip-content>:not(.lui-a-exception) {
    display: inline-block;
    margin-right: 2rem;
    vertical-align: middle
}

.lui-card-slip>.lui-c-thumb img,
.lui-card-slip>.lui-card-slip-thumb img {
    border-radius: 50%
}

.lui-iconcard {
    text-align: center;
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02)
}

.lui-iconcard>.lui-c-header,
.lui-iconcard>.lui-iconcard-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-iconcard>.lui-c-thumb,
.lui-iconcard>.lui-iconcard-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-iconcard>.lui-c-thumb a,
.lui-iconcard>.lui-iconcard-thumb a {
    display: block
}

.lui-iconcard>.lui-c-thumb img,
.lui-iconcard>.lui-iconcard-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-iconcard .lui-c-caption,
.lui-iconcard-caption {
    color: #777
}

.lui-iconcard .lui-c-title,
.lui-iconcard-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-iconcard .lui-c-subtitle,
.lui-iconcard-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-iconcard>.lui-c-content,
.lui-iconcard>.lui-iconcard-content {
    padding: 1rem
}

.lui-iconcard .lui-c-meta,
.lui-iconcard-meta {
    color: #777;
    font-size: .75rem
}

.lui-iconcard hr,
.lui-iconcard-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-iconcard>.lui-c-footer,
.lui-iconcard>.lui-iconcard-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-iconcard>.lui-c-thumb,
.lui-iconcard>.lui-iconcard-thumb {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.lui-iconcard-thumb i.fal,
.lui-iconcard-thumb i.far,
.lui-iconcard-thumb i.fas,
.lui-iconcard-thumb-icon,
.lui-iconcard>.lui-c-thumb i.fal,
.lui-iconcard>.lui-c-thumb i.far,
.lui-iconcard>.lui-c-thumb i.fas,
.lui-iconcard>.lui-c-thumb-icon {
    font-size: 5rem
}

.lui-iconcard-h {
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02)
}

.lui-iconcard-h>.lui-c-header,
.lui-iconcard-h>.lui-iconcard-h-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-iconcard-h>.lui-c-thumb,
.lui-iconcard-h>.lui-iconcard-h-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-iconcard-h>.lui-c-thumb a,
.lui-iconcard-h>.lui-iconcard-h-thumb a {
    display: block
}

.lui-iconcard-h>.lui-c-thumb img,
.lui-iconcard-h>.lui-iconcard-h-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-iconcard-h .lui-c-caption,
.lui-iconcard-h-caption {
    color: #777
}

.lui-iconcard-h .lui-c-title,
.lui-iconcard-h-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-iconcard-h .lui-c-subtitle,
.lui-iconcard-h-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-iconcard-h>.lui-c-content,
.lui-iconcard-h>.lui-iconcard-h-content {
    padding: 1rem
}

.lui-iconcard-h .lui-c-meta,
.lui-iconcard-h-meta {
    color: #777;
    font-size: .75rem
}

.lui-iconcard-h hr,
.lui-iconcard-h-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-iconcard-h>.lui-c-footer,
.lui-iconcard-h>.lui-iconcard-h-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-iconcard-h>:nth-child(2n-1) {
    width: 40%;
    float: left;
    clear: both
}

.lui-iconcard-h>:nth-child(2n) {
    width: 60%;
    float: right
}

.lui-iconcard-h:after,
.lui-iconcard-h:before {
    content: " ";
    display: table
}

.lui-iconcard-h:after {
    clear: both
}

.lui-iconcard-h:after,
.lui-iconcard-h:before {
    content: " ";
    display: table
}

.lui-iconcard-h:after {
    clear: both
}

.lui-iconcard-h>.lui-c-thumb,
.lui-iconcard-h>.lui-iconcard-h-thumb {
    padding: 2rem
}

.lui-iconcard-h-thumb i.fal,
.lui-iconcard-h-thumb i.far,
.lui-iconcard-h-thumb i.fas,
.lui-iconcard-h-thumb-icon,
.lui-iconcard-h>.lui-c-thumb i.fal,
.lui-iconcard-h>.lui-c-thumb i.far,
.lui-iconcard-h>.lui-c-thumb i.fas,
.lui-iconcard-h>.lui-c-thumb-icon {
    font-size: 5rem
}

.lui-iconcard-h>.lui-c-content,
.lui-iconcard-h>.lui-iconcard-h-content {
    padding-left: 0
}

.lui-iconwidget-h {
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02);
    background: #c79b64;
    color: #fff
}

.lui-iconwidget-h>.lui-c-header,
.lui-iconwidget-h>.lui-iconwidget-h-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-iconwidget-h>.lui-c-thumb,
.lui-iconwidget-h>.lui-iconwidget-h-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-iconwidget-h>.lui-c-thumb a,
.lui-iconwidget-h>.lui-iconwidget-h-thumb a {
    display: block
}

.lui-iconwidget-h>.lui-c-thumb img,
.lui-iconwidget-h>.lui-iconwidget-h-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-iconwidget-h .lui-c-caption,
.lui-iconwidget-h-caption {
    color: #777
}

.lui-iconwidget-h .lui-c-title,
.lui-iconwidget-h-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-iconwidget-h .lui-c-subtitle,
.lui-iconwidget-h-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-iconwidget-h>.lui-c-content,
.lui-iconwidget-h>.lui-iconwidget-h-content {
    padding: 1rem
}

.lui-iconwidget-h .lui-c-meta,
.lui-iconwidget-h-meta {
    color: #777;
    font-size: .75rem
}

.lui-iconwidget-h hr,
.lui-iconwidget-h-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-iconwidget-h>.lui-c-footer,
.lui-iconwidget-h>.lui-iconwidget-h-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-iconwidget-h>:nth-child(2n-1) {
    width: 40%;
    float: left;
    clear: both
}

.lui-iconwidget-h>:nth-child(2n) {
    width: 60%;
    float: right
}

.lui-iconwidget-h:after,
.lui-iconwidget-h:before {
    content: " ";
    display: table
}

.lui-iconwidget-h:after {
    clear: both
}

.lui-iconwidget-h:after,
.lui-iconwidget-h:before {
    content: " ";
    display: table
}

.lui-iconwidget-h:after {
    clear: both
}

.lui-iconwidget-h>.lui-c-thumb,
.lui-iconwidget-h>.lui-iconwidget-h-thumb {
    padding: 2rem
}

.lui-iconwidget-h-thumb i.fal,
.lui-iconwidget-h-thumb i.far,
.lui-iconwidget-h-thumb i.fas,
.lui-iconwidget-h-thumb-icon,
.lui-iconwidget-h>.lui-c-thumb i.fal,
.lui-iconwidget-h>.lui-c-thumb i.far,
.lui-iconwidget-h>.lui-c-thumb i.fas,
.lui-iconwidget-h>.lui-c-thumb-icon {
    font-size: 5rem
}

.lui-iconwidget-h>.lui-c-content,
.lui-iconwidget-h>.lui-iconwidget-h-content {
    padding-left: 0
}

.lui-iconwidget-h:active,
.lui-iconwidget-h:hover,
.lui-iconwidget-h:link,
.lui-iconwidget-h:visited {
    color: #fff
}

.lui-iconwidget-h a {
    color: #fff
}

.lui-iconwidget-h a:active,
.lui-iconwidget-h a:hover,
.lui-iconwidget-h a:link,
.lui-iconwidget-h a:visited {
    color: #fff
}

.lui-iconwidget-h * {
    color: #fff
}

.lui-iconwidget-h .lui-c-title,
.lui-iconwidget-h-title {
    font-size: 5rem
}

.lui-iconwidget-h>.lui-c-content,
.lui-iconwidget-h>.lui-iconwidget-h-content {
    text-align: right
}

.lui-simpleiconcard {
    padding: 1rem;
    display: block;
    background: #fff;
    background: rgba(0, 0, 0, .02);
    text-align: center;
    font-weight: 600;
    color: #212121;
    font-size: 1.25rem
}

.lui-simpleiconcard-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-simpleiconcard-title+* {
    margin-top: 1rem
}

.lui-simpleiconcard img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-simpleiconcard-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-simpleiconcard-title+* {
    margin-top: 1rem
}

.lui-simpleiconcard img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-simpleiconcard:active,
.lui-simpleiconcard:hover,
.lui-simpleiconcard:link,
.lui-simpleiconcard:visited {
    color: #212121
}

.lui-simpleiconcard a {
    color: #212121
}

.lui-simpleiconcard a:active,
.lui-simpleiconcard a:hover,
.lui-simpleiconcard a:link,
.lui-simpleiconcard a:visited {
    color: #212121
}

.lui-simpleiconcard * {
    color: #212121
}

.lui-simpleiconcard i.fal,
.lui-simpleiconcard i.far,
.lui-simpleiconcard i.fas,
.lui-simpleiconcard-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 5rem
}

.lui-simpleiconcard-theme {
    background: #fff;
    background: rgba(0, 0, 0, .02);
    text-align: center;
    font-weight: 600;
    color: #212121;
    font-size: 1.25rem;
    padding: 1rem;
    display: block;
    background: #c79b64;
    color: #fff
}

.lui-simpleiconcard-theme-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-simpleiconcard-theme-title+* {
    margin-top: 1rem
}

.lui-simpleiconcard-theme img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-simpleiconcard-theme-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #c79b64
}

.lui-simpleiconcard-theme-title+* {
    margin-top: 1rem
}

.lui-simpleiconcard-theme img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-simpleiconcard-theme:active,
.lui-simpleiconcard-theme:hover,
.lui-simpleiconcard-theme:link,
.lui-simpleiconcard-theme:visited {
    color: #212121
}

.lui-simpleiconcard-theme a {
    color: #212121
}

.lui-simpleiconcard-theme a:active,
.lui-simpleiconcard-theme a:hover,
.lui-simpleiconcard-theme a:link,
.lui-simpleiconcard-theme a:visited {
    color: #212121
}

.lui-simpleiconcard-theme * {
    color: #212121
}

.lui-simpleiconcard-theme i.fal,
.lui-simpleiconcard-theme i.far,
.lui-simpleiconcard-theme i.fas,
.lui-simpleiconcard-theme-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 5rem
}

.lui-simpleiconcard-theme-title {
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff
}

.lui-simpleiconcard-theme-title+* {
    margin-top: 1rem
}

.lui-simpleiconcard-theme img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-simpleiconcard-theme:active,
.lui-simpleiconcard-theme:hover,
.lui-simpleiconcard-theme:link,
.lui-simpleiconcard-theme:visited {
    color: #fff
}

.lui-simpleiconcard-theme a {
    color: #fff
}

.lui-simpleiconcard-theme a:active,
.lui-simpleiconcard-theme a:hover,
.lui-simpleiconcard-theme a:link,
.lui-simpleiconcard-theme a:visited {
    color: #fff
}

.lui-simpleiconcard-theme * {
    color: #fff
}

.lui-featurecard {
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02);
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 4rem
}

.lui-featurecard>.lui-c-header,
.lui-featurecard>.lui-featurecard-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-featurecard>.lui-c-thumb,
.lui-featurecard>.lui-featurecard-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-featurecard>.lui-c-thumb a,
.lui-featurecard>.lui-featurecard-thumb a {
    display: block
}

.lui-featurecard>.lui-c-thumb img,
.lui-featurecard>.lui-featurecard-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-featurecard .lui-c-caption,
.lui-featurecard-caption {
    color: #777
}

.lui-featurecard .lui-c-title,
.lui-featurecard-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-featurecard .lui-c-subtitle,
.lui-featurecard-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-featurecard>.lui-c-content,
.lui-featurecard>.lui-featurecard-content {
    padding: 1rem
}

.lui-featurecard .lui-c-meta,
.lui-featurecard-meta {
    color: #777;
    font-size: .75rem
}

.lui-featurecard hr,
.lui-featurecard-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-featurecard>.lui-c-footer,
.lui-featurecard>.lui-featurecard-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-featurecard>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-featurecard>:nth-child(2n-1) {
        float: left;
        width: 50%
    }
}

.lui-featurecard>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-featurecard>:nth-child(2n) {
        float: left;
        width: 50%
    }
}

.lui-featurecard:after,
.lui-featurecard:before {
    content: " ";
    display: table
}

.lui-featurecard:after {
    clear: both
}

.lui-featurecard:after,
.lui-featurecard:before {
    content: " ";
    display: table
}

.lui-featurecard:after {
    clear: both
}

.lui-featurecard .lui-c-title,
.lui-featurecard-title {
    font-size: 3rem
}

.lui-featurecard>.lui-c-content,
.lui-featurecard>.lui-featurecard-content {
    padding: 4rem
}

.lui-featurecard-reversed,
.lui-featurecard.lui-a-reversed {
    background: rgba(0, 0, 0, .02)
}

@media (min-width:768px) {

    .lui-featurecard-reversed>:nth-child(2n-1),
    .lui-featurecard.lui-a-reversed>:nth-child(2n-1) {
        left: 50%
    }
}

@media (min-width:768px) {

    .lui-featurecard-reversed>:nth-child(2n),
    .lui-featurecard.lui-a-reversed>:nth-child(2n) {
        right: 50%
    }
}

.lui-contactcard {
    margin-bottom: 1rem;
    display: block;
    background: rgba(0, 0, 0, .02)
}

.lui-contactcard>.lui-c-header,
.lui-contactcard>.lui-contactcard-header {
    padding: 1rem;
    border-bottom: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-contactcard>.lui-c-thumb,
.lui-contactcard>.lui-contactcard-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.lui-contactcard>.lui-c-thumb a,
.lui-contactcard>.lui-contactcard-thumb a {
    display: block
}

.lui-contactcard>.lui-c-thumb img,
.lui-contactcard>.lui-contactcard-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.lui-contactcard .lui-c-caption,
.lui-contactcard-caption {
    color: #777
}

.lui-contactcard .lui-c-title,
.lui-contactcard-title {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2rem
}

.lui-contactcard .lui-c-subtitle,
.lui-contactcard-subtitle {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-contactcard>.lui-c-content,
.lui-contactcard>.lui-contactcard-content {
    padding: 1rem
}

.lui-contactcard .lui-c-meta,
.lui-contactcard-meta {
    color: #777;
    font-size: .75rem
}

.lui-contactcard hr,
.lui-contactcard-divider {
    display: block;
    border-bottom: #aabdbd 1px solid;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 0
}

.lui-contactcard>.lui-c-footer,
.lui-contactcard>.lui-contactcard-footer {
    padding: 1rem;
    border-top: #aabdbd 1px solid;
    background: rgba(0, 0, 0, .02)
}

.lui-contactcard>:nth-child(2n-1) {
    width: 40%;
    float: left;
    clear: both
}

.lui-contactcard>:nth-child(2n) {
    width: 60%;
    float: right
}

.lui-contactcard:after,
.lui-contactcard:before {
    content: " ";
    display: table
}

.lui-contactcard:after {
    clear: both
}

.lui-contactcard:after,
.lui-contactcard:before {
    content: " ";
    display: table
}

.lui-contactcard:after {
    clear: both
}

.lui-contactcard>.lui-c-thumb,
.lui-contactcard>.lui-contactcard-thumb {
    padding: 2rem
}

.lui-contactcard-thumb i.fal,
.lui-contactcard-thumb i.far,
.lui-contactcard-thumb i.fas,
.lui-contactcard-thumb-icon,
.lui-contactcard>.lui-c-thumb i.fal,
.lui-contactcard>.lui-c-thumb i.far,
.lui-contactcard>.lui-c-thumb i.fas,
.lui-contactcard>.lui-c-thumb-icon {
    font-size: 5rem
}

.lui-contactcard>.lui-c-content,
.lui-contactcard>.lui-contactcard-content {
    padding-left: 0
}

.lui-contactcard>.lui-c-thumb,
.lui-contactcard>.lui-contactcard-thumb {
    padding: 2rem
}

.lui-contactcard>.lui-c-thumb img,
.lui-contactcard>.lui-contactcard-thumb img {
    border-radius: 50%
}

.lfn-collapsible.lui-a-collapse .lui-c-content {
    display: none
}

.lfn-collapsible>.lui-c-title {
    cursor: pointer
}

.lui-allchildren-inline>:not(.lui-a-exception) {
    display: inline
}

.lui-allchildren-block>:not(.lui-a-exception) {
    display: inline
}

.lui-allchildren-inline-block {
    vertical-align: middle
}

.lui-allchildren-inline-block>:not(.lui-a-exception) {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem
}

.lui-icon-label-flip {
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 2rem
}

.lui-icon-label-flip i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .5s;
    transition-property: opacity;
    opacity: 1
}

.lui-icon-label-flip span {
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity
}

.lui-icon-label-flip.lui-a-active i,
.lui-icon-label-flip.lui-a-hover i,
.lui-icon-label-flip:hover i {
    opacity: 0
}

.lui-icon-label-flip.lui-a-active span,
.lui-icon-label-flip.lui-a-hover span,
.lui-icon-label-flip:hover span {
    opacity: 1
}

.lui-icon-withbadge {
    position: relative;
    display: inline-block;
    margin-right: 1rem
}

.lui-icon-withbadge .lui-c-badge,
.lui-icon-withbadge-buoy {
    position: absolute;
    top: -.5rem;
    right: -.5rem
}

.lui-icon-withbadge .lui-c-icon,
.lui-icon-withbadge i.fal,
.lui-icon-withbadge i.far,
.lui-icon-withbadge i.fas {
    font-size: 2rem
}

.lui-icon-withbadge .lui-c-badge {
    padding: .25rem
}

.lui-icon-withbadge .lui-c-badge :empty {
    display: none
}

img:not(.lui-a-not-responsive) {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

.lui-img-rounded {
    border-radius: 1rem
}

.lui-img-frame {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 1rem
}

.lui-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-container {
        width: 740px
    }
}

@media (min-width:992px) {
    .lui-container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .lui-container {
        width: 1160px
    }
}

.lui-container>.navbar-collapse,
.lui-container>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:768px) {

    .lui-container>.navbar-collapse,
    .lui-container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.lui-layout-l-r-auto>:nth-child(2n-1) {
    float: left;
    clear: both
}

.lui-layout-l-r-auto>:nth-child(2n) {
    float: right
}

.lui-layout-l-r-auto:after,
.lui-layout-l-r-auto:before {
    content: " ";
    display: table
}

.lui-layout-l-r-auto:after {
    clear: both
}

.lui-layout-l-r-auto:after,
.lui-layout-l-r-auto:before {
    content: " ";
    display: table
}

.lui-layout-l-r-auto:after {
    clear: both
}

.lui-layout-r-l-auto>:nth-child(2n-1) {
    float: right;
    clear: both
}

.lui-layout-r-l-auto>:nth-child(2n) {
    float: left
}

.lui-layout-r-l-auto:after,
.lui-layout-r-l-auto:before {
    content: " ";
    display: table
}

.lui-layout-r-l-auto:after {
    clear: both
}

.lui-layout-r-l-auto:after,
.lui-layout-r-l-auto:before {
    content: " ";
    display: table
}

.lui-layout-r-l-auto:after {
    clear: both
}

.lui-layout-l-c-r>:nth-child(3n-2) {
    width: 20%;
    float: left;
    clear: both
}

.lui-layout-l-c-r>:nth-child(3n-1) {
    width: 60%;
    float: left
}

.lui-layout-l-c-r>:nth-child(3n) {
    width: 20%;
    float: right
}

.lui-layout-l-c-r:after,
.lui-layout-l-c-r:before {
    content: " ";
    display: table
}

.lui-layout-l-c-r:after {
    clear: both
}

.lui-layout-l-c-r:after,
.lui-layout-l-c-r:before {
    content: " ";
    display: table
}

.lui-layout-l-c-r:after {
    clear: both
}

.lui-layout-r-c-l>:nth-child(3n-2) {
    width: 20%;
    float: left;
    clear: both
}

.lui-layout-r-c-l>:nth-child(3n-1) {
    width: 60%;
    float: left
}

.lui-layout-r-c-l>:nth-child(3n) {
    width: 20%;
    float: right
}

.lui-layout-r-c-l:after,
.lui-layout-r-c-l:before {
    content: " ";
    display: table
}

.lui-layout-r-c-l:after {
    clear: both
}

.lui-layout-r-c-l:after,
.lui-layout-r-c-l:before {
    content: " ";
    display: table
}

.lui-layout-r-c-l:after {
    clear: both
}

.lui-layout-r-c-l>:nth-child(3n-2) {
    width: 20%;
    float: left;
    clear: both
}

.lui-layout-r-c-l>:nth-child(3n-1) {
    width: 60%;
    float: left
}

.lui-layout-r-c-l>:nth-child(3n) {
    width: 20%;
    float: right
}

.lui-layout-r-c-l:after,
.lui-layout-r-c-l:before {
    content: " ";
    display: table
}

.lui-layout-r-c-l:after {
    clear: both
}

.lui-layout-r-c-l:after,
.lui-layout-r-c-l:before {
    content: " ";
    display: table
}

.lui-layout-r-c-l:after {
    clear: both
}

.lui-layout-1-11 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-1-11>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-1-11>:nth-child(2n-1) {
        float: left;
        width: 8.33333333%
    }
}

.lui-layout-1-11>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-1-11>:nth-child(2n) {
        float: left;
        width: 91.66666667%
    }
}

.lui-layout-1-11:after,
.lui-layout-1-11:before {
    content: " ";
    display: table
}

.lui-layout-1-11:after {
    clear: both
}

.lui-layout-1-11:after,
.lui-layout-1-11:before {
    content: " ";
    display: table
}

.lui-layout-1-11:after {
    clear: both
}

.lui-layout-2-10 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-2-10>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-2-10>:nth-child(2n-1) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-2-10>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-2-10>:nth-child(2n) {
        float: left;
        width: 83.33333333%
    }
}

.lui-layout-2-10:after,
.lui-layout-2-10:before {
    content: " ";
    display: table
}

.lui-layout-2-10:after {
    clear: both
}

.lui-layout-2-10:after,
.lui-layout-2-10:before {
    content: " ";
    display: table
}

.lui-layout-2-10:after {
    clear: both
}

.lui-layout-3-9 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-3-9>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-3-9>:nth-child(2n-1) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-9>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-3-9>:nth-child(2n) {
        float: left;
        width: 75%
    }
}

.lui-layout-3-9:after,
.lui-layout-3-9:before {
    content: " ";
    display: table
}

.lui-layout-3-9:after {
    clear: both
}

.lui-layout-3-9:after,
.lui-layout-3-9:before {
    content: " ";
    display: table
}

.lui-layout-3-9:after {
    clear: both
}

.lui-layout-4-8 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-4-8>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-4-8>:nth-child(2n-1) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-4-8>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-4-8>:nth-child(2n) {
        float: left;
        width: 66.66666667%
    }
}

.lui-layout-4-8:after,
.lui-layout-4-8:before {
    content: " ";
    display: table
}

.lui-layout-4-8:after {
    clear: both
}

.lui-layout-4-8:after,
.lui-layout-4-8:before {
    content: " ";
    display: table
}

.lui-layout-4-8:after {
    clear: both
}

.lui-layout-5-7 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-5-7>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-5-7>:nth-child(2n-1) {
        float: left;
        width: 41.66666667%
    }
}

.lui-layout-5-7>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-5-7>:nth-child(2n) {
        float: left;
        width: 58.33333333%
    }
}

.lui-layout-5-7:after,
.lui-layout-5-7:before {
    content: " ";
    display: table
}

.lui-layout-5-7:after {
    clear: both
}

.lui-layout-5-7:after,
.lui-layout-5-7:before {
    content: " ";
    display: table
}

.lui-layout-5-7:after {
    clear: both
}

.lui-layout-6-6 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-6-6>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-6-6>:nth-child(2n-1) {
        float: left;
        width: 50%
    }
}

.lui-layout-6-6>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-6-6>:nth-child(2n) {
        float: left;
        width: 50%
    }
}

.lui-layout-6-6:after,
.lui-layout-6-6:before {
    content: " ";
    display: table
}

.lui-layout-6-6:after {
    clear: both
}

.lui-layout-6-6:after,
.lui-layout-6-6:before {
    content: " ";
    display: table
}

.lui-layout-6-6:after {
    clear: both
}

.lui-layout-7-5 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-7-5>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-7-5>:nth-child(2n-1) {
        float: left;
        width: 58.33333333%
    }
}

.lui-layout-7-5>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-7-5>:nth-child(2n) {
        float: left;
        width: 41.66666667%
    }
}

.lui-layout-7-5:after,
.lui-layout-7-5:before {
    content: " ";
    display: table
}

.lui-layout-7-5:after {
    clear: both
}

.lui-layout-7-5:after,
.lui-layout-7-5:before {
    content: " ";
    display: table
}

.lui-layout-7-5:after {
    clear: both
}

.lui-layout-8-4 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-8-4>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-8-4>:nth-child(2n-1) {
        float: left;
        width: 66.66666667%
    }
}

.lui-layout-8-4>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-8-4>:nth-child(2n) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-8-4:after,
.lui-layout-8-4:before {
    content: " ";
    display: table
}

.lui-layout-8-4:after {
    clear: both
}

.lui-layout-8-4:after,
.lui-layout-8-4:before {
    content: " ";
    display: table
}

.lui-layout-8-4:after {
    clear: both
}

.lui-layout-9-3 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-9-3>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-9-3>:nth-child(2n-1) {
        float: left;
        width: 75%
    }
}

.lui-layout-9-3>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-9-3>:nth-child(2n) {
        float: left;
        width: 25%
    }
}

.lui-layout-9-3:after,
.lui-layout-9-3:before {
    content: " ";
    display: table
}

.lui-layout-9-3:after {
    clear: both
}

.lui-layout-9-3:after,
.lui-layout-9-3:before {
    content: " ";
    display: table
}

.lui-layout-9-3:after {
    clear: both
}

.lui-layout-10-2 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-10-2>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-10-2>:nth-child(2n-1) {
        float: left;
        width: 83.33333333%
    }
}

.lui-layout-10-2>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-10-2>:nth-child(2n) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-10-2:after,
.lui-layout-10-2:before {
    content: " ";
    display: table
}

.lui-layout-10-2:after {
    clear: both
}

.lui-layout-10-2:after,
.lui-layout-10-2:before {
    content: " ";
    display: table
}

.lui-layout-10-2:after {
    clear: both
}

.lui-layout-11-1 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-11-1>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-11-1>:nth-child(2n-1) {
        float: left;
        width: 91.66666667%
    }
}

.lui-layout-11-1>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-11-1>:nth-child(2n) {
        float: left;
        width: 8.33333333%
    }
}

.lui-layout-11-1:after,
.lui-layout-11-1:before {
    content: " ";
    display: table
}

.lui-layout-11-1:after {
    clear: both
}

.lui-layout-11-1:after,
.lui-layout-11-1:before {
    content: " ";
    display: table
}

.lui-layout-11-1:after {
    clear: both
}

.lui-layout-1-11-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-1-11-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-1-11-sm>:nth-child(2n-1) {
        float: left;
        width: 8.33333333%
    }
}

.lui-layout-1-11-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-1-11-sm>:nth-child(2n) {
        float: left;
        width: 91.66666667%
    }
}

.lui-layout-1-11-sm:after,
.lui-layout-1-11-sm:before {
    content: " ";
    display: table
}

.lui-layout-1-11-sm:after {
    clear: both
}

.lui-layout-1-11-sm:after,
.lui-layout-1-11-sm:before {
    content: " ";
    display: table
}

.lui-layout-1-11-sm:after {
    clear: both
}

.lui-layout-2-10-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-2-10-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-2-10-sm>:nth-child(2n-1) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-2-10-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-2-10-sm>:nth-child(2n) {
        float: left;
        width: 83.33333333%
    }
}

.lui-layout-2-10-sm:after,
.lui-layout-2-10-sm:before {
    content: " ";
    display: table
}

.lui-layout-2-10-sm:after {
    clear: both
}

.lui-layout-2-10-sm:after,
.lui-layout-2-10-sm:before {
    content: " ";
    display: table
}

.lui-layout-2-10-sm:after {
    clear: both
}

.lui-layout-3-9-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-3-9-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-3-9-sm>:nth-child(2n-1) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-9-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-3-9-sm>:nth-child(2n) {
        float: left;
        width: 75%
    }
}

.lui-layout-3-9-sm:after,
.lui-layout-3-9-sm:before {
    content: " ";
    display: table
}

.lui-layout-3-9-sm:after {
    clear: both
}

.lui-layout-3-9-sm:after,
.lui-layout-3-9-sm:before {
    content: " ";
    display: table
}

.lui-layout-3-9-sm:after {
    clear: both
}

.lui-layout-4-8-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-4-8-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-4-8-sm>:nth-child(2n-1) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-4-8-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-4-8-sm>:nth-child(2n) {
        float: left;
        width: 66.66666667%
    }
}

.lui-layout-4-8-sm:after,
.lui-layout-4-8-sm:before {
    content: " ";
    display: table
}

.lui-layout-4-8-sm:after {
    clear: both
}

.lui-layout-4-8-sm:after,
.lui-layout-4-8-sm:before {
    content: " ";
    display: table
}

.lui-layout-4-8-sm:after {
    clear: both
}

.lui-layout-5-7-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-5-7-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-5-7-sm>:nth-child(2n-1) {
        float: left;
        width: 41.66666667%
    }
}

.lui-layout-5-7-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-5-7-sm>:nth-child(2n) {
        float: left;
        width: 58.33333333%
    }
}

.lui-layout-5-7-sm:after,
.lui-layout-5-7-sm:before {
    content: " ";
    display: table
}

.lui-layout-5-7-sm:after {
    clear: both
}

.lui-layout-5-7-sm:after,
.lui-layout-5-7-sm:before {
    content: " ";
    display: table
}

.lui-layout-5-7-sm:after {
    clear: both
}

.lui-layout-6-6-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-6-6-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-6-6-sm>:nth-child(2n-1) {
        float: left;
        width: 50%
    }
}

.lui-layout-6-6-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-6-6-sm>:nth-child(2n) {
        float: left;
        width: 50%
    }
}

.lui-layout-6-6-sm:after,
.lui-layout-6-6-sm:before {
    content: " ";
    display: table
}

.lui-layout-6-6-sm:after {
    clear: both
}

.lui-layout-6-6-sm:after,
.lui-layout-6-6-sm:before {
    content: " ";
    display: table
}

.lui-layout-6-6-sm:after {
    clear: both
}

.lui-layout-7-5-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-7-5-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-7-5-sm>:nth-child(2n-1) {
        float: left;
        width: 58.33333333%
    }
}

.lui-layout-7-5-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-7-5-sm>:nth-child(2n) {
        float: left;
        width: 41.66666667%
    }
}

.lui-layout-7-5-sm:after,
.lui-layout-7-5-sm:before {
    content: " ";
    display: table
}

.lui-layout-7-5-sm:after {
    clear: both
}

.lui-layout-7-5-sm:after,
.lui-layout-7-5-sm:before {
    content: " ";
    display: table
}

.lui-layout-7-5-sm:after {
    clear: both
}

.lui-layout-8-4-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-8-4-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-8-4-sm>:nth-child(2n-1) {
        float: left;
        width: 66.66666667%
    }
}

.lui-layout-8-4-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-8-4-sm>:nth-child(2n) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-8-4-sm:after,
.lui-layout-8-4-sm:before {
    content: " ";
    display: table
}

.lui-layout-8-4-sm:after {
    clear: both
}

.lui-layout-8-4-sm:after,
.lui-layout-8-4-sm:before {
    content: " ";
    display: table
}

.lui-layout-8-4-sm:after {
    clear: both
}

.lui-layout-9-3-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-9-3-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-9-3-sm>:nth-child(2n-1) {
        float: left;
        width: 75%
    }
}

.lui-layout-9-3-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-9-3-sm>:nth-child(2n) {
        float: left;
        width: 25%
    }
}

.lui-layout-9-3-sm:after,
.lui-layout-9-3-sm:before {
    content: " ";
    display: table
}

.lui-layout-9-3-sm:after {
    clear: both
}

.lui-layout-9-3-sm:after,
.lui-layout-9-3-sm:before {
    content: " ";
    display: table
}

.lui-layout-9-3-sm:after {
    clear: both
}

.lui-layout-10-2-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-10-2-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-10-2-sm>:nth-child(2n-1) {
        float: left;
        width: 83.33333333%
    }
}

.lui-layout-10-2-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-10-2-sm>:nth-child(2n) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-10-2-sm:after,
.lui-layout-10-2-sm:before {
    content: " ";
    display: table
}

.lui-layout-10-2-sm:after {
    clear: both
}

.lui-layout-10-2-sm:after,
.lui-layout-10-2-sm:before {
    content: " ";
    display: table
}

.lui-layout-10-2-sm:after {
    clear: both
}

.lui-layout-11-1-sm {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-11-1-sm>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:768px) {
    .lui-layout-11-1-sm>:nth-child(2n-1) {
        float: left;
        width: 91.66666667%
    }
}

.lui-layout-11-1-sm>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .lui-layout-11-1-sm>:nth-child(2n) {
        float: left;
        width: 8.33333333%
    }
}

.lui-layout-11-1-sm:after,
.lui-layout-11-1-sm:before {
    content: " ";
    display: table
}

.lui-layout-11-1-sm:after {
    clear: both
}

.lui-layout-11-1-sm:after,
.lui-layout-11-1-sm:before {
    content: " ";
    display: table
}

.lui-layout-11-1-sm:after {
    clear: both
}

.lui-layout-1-11-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-1-11-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-1-11-lg>:nth-child(2n-1) {
        float: left;
        width: 8.33333333%
    }
}

.lui-layout-1-11-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-1-11-lg>:nth-child(2n) {
        float: left;
        width: 91.66666667%
    }
}

.lui-layout-1-11-lg:after,
.lui-layout-1-11-lg:before {
    content: " ";
    display: table
}

.lui-layout-1-11-lg:after {
    clear: both
}

.lui-layout-1-11-lg:after,
.lui-layout-1-11-lg:before {
    content: " ";
    display: table
}

.lui-layout-1-11-lg:after {
    clear: both
}

.lui-layout-2-10-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-2-10-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-2-10-lg>:nth-child(2n-1) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-2-10-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-2-10-lg>:nth-child(2n) {
        float: left;
        width: 83.33333333%
    }
}

.lui-layout-2-10-lg:after,
.lui-layout-2-10-lg:before {
    content: " ";
    display: table
}

.lui-layout-2-10-lg:after {
    clear: both
}

.lui-layout-2-10-lg:after,
.lui-layout-2-10-lg:before {
    content: " ";
    display: table
}

.lui-layout-2-10-lg:after {
    clear: both
}

.lui-layout-3-9-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-3-9-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-3-9-lg>:nth-child(2n-1) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-9-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-3-9-lg>:nth-child(2n) {
        float: left;
        width: 75%
    }
}

.lui-layout-3-9-lg:after,
.lui-layout-3-9-lg:before {
    content: " ";
    display: table
}

.lui-layout-3-9-lg:after {
    clear: both
}

.lui-layout-3-9-lg:after,
.lui-layout-3-9-lg:before {
    content: " ";
    display: table
}

.lui-layout-3-9-lg:after {
    clear: both
}

.lui-layout-4-8-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-4-8-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-4-8-lg>:nth-child(2n-1) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-4-8-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-4-8-lg>:nth-child(2n) {
        float: left;
        width: 66.66666667%
    }
}

.lui-layout-4-8-lg:after,
.lui-layout-4-8-lg:before {
    content: " ";
    display: table
}

.lui-layout-4-8-lg:after {
    clear: both
}

.lui-layout-4-8-lg:after,
.lui-layout-4-8-lg:before {
    content: " ";
    display: table
}

.lui-layout-4-8-lg:after {
    clear: both
}

.lui-layout-5-7-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-5-7-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-5-7-lg>:nth-child(2n-1) {
        float: left;
        width: 41.66666667%
    }
}

.lui-layout-5-7-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-5-7-lg>:nth-child(2n) {
        float: left;
        width: 58.33333333%
    }
}

.lui-layout-5-7-lg:after,
.lui-layout-5-7-lg:before {
    content: " ";
    display: table
}

.lui-layout-5-7-lg:after {
    clear: both
}

.lui-layout-5-7-lg:after,
.lui-layout-5-7-lg:before {
    content: " ";
    display: table
}

.lui-layout-5-7-lg:after {
    clear: both
}

.lui-layout-6-6-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-6-6-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-6-6-lg>:nth-child(2n-1) {
        float: left;
        width: 50%
    }
}

.lui-layout-6-6-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-6-6-lg>:nth-child(2n) {
        float: left;
        width: 50%
    }
}

.lui-layout-6-6-lg:after,
.lui-layout-6-6-lg:before {
    content: " ";
    display: table
}

.lui-layout-6-6-lg:after {
    clear: both
}

.lui-layout-6-6-lg:after,
.lui-layout-6-6-lg:before {
    content: " ";
    display: table
}

.lui-layout-6-6-lg:after {
    clear: both
}

.lui-layout-7-5-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-7-5-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-7-5-lg>:nth-child(2n-1) {
        float: left;
        width: 58.33333333%
    }
}

.lui-layout-7-5-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-7-5-lg>:nth-child(2n) {
        float: left;
        width: 41.66666667%
    }
}

.lui-layout-7-5-lg:after,
.lui-layout-7-5-lg:before {
    content: " ";
    display: table
}

.lui-layout-7-5-lg:after {
    clear: both
}

.lui-layout-7-5-lg:after,
.lui-layout-7-5-lg:before {
    content: " ";
    display: table
}

.lui-layout-7-5-lg:after {
    clear: both
}

.lui-layout-8-4-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-8-4-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-8-4-lg>:nth-child(2n-1) {
        float: left;
        width: 66.66666667%
    }
}

.lui-layout-8-4-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-8-4-lg>:nth-child(2n) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-8-4-lg:after,
.lui-layout-8-4-lg:before {
    content: " ";
    display: table
}

.lui-layout-8-4-lg:after {
    clear: both
}

.lui-layout-8-4-lg:after,
.lui-layout-8-4-lg:before {
    content: " ";
    display: table
}

.lui-layout-8-4-lg:after {
    clear: both
}

.lui-layout-9-3-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-9-3-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-9-3-lg>:nth-child(2n-1) {
        float: left;
        width: 75%
    }
}

.lui-layout-9-3-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-9-3-lg>:nth-child(2n) {
        float: left;
        width: 25%
    }
}

.lui-layout-9-3-lg:after,
.lui-layout-9-3-lg:before {
    content: " ";
    display: table
}

.lui-layout-9-3-lg:after {
    clear: both
}

.lui-layout-9-3-lg:after,
.lui-layout-9-3-lg:before {
    content: " ";
    display: table
}

.lui-layout-9-3-lg:after {
    clear: both
}

.lui-layout-10-2-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-10-2-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-10-2-lg>:nth-child(2n-1) {
        float: left;
        width: 83.33333333%
    }
}

.lui-layout-10-2-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-10-2-lg>:nth-child(2n) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-10-2-lg:after,
.lui-layout-10-2-lg:before {
    content: " ";
    display: table
}

.lui-layout-10-2-lg:after {
    clear: both
}

.lui-layout-10-2-lg:after,
.lui-layout-10-2-lg:before {
    content: " ";
    display: table
}

.lui-layout-10-2-lg:after {
    clear: both
}

.lui-layout-11-1-lg {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-11-1-lg>:nth-child(2n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:1200px) {
    .lui-layout-11-1-lg>:nth-child(2n-1) {
        float: left;
        width: 91.66666667%
    }
}

.lui-layout-11-1-lg>:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .lui-layout-11-1-lg>:nth-child(2n) {
        float: left;
        width: 8.33333333%
    }
}

.lui-layout-11-1-lg:after,
.lui-layout-11-1-lg:before {
    content: " ";
    display: table
}

.lui-layout-11-1-lg:after {
    clear: both
}

.lui-layout-11-1-lg:after,
.lui-layout-11-1-lg:before {
    content: " ";
    display: table
}

.lui-layout-11-1-lg:after {
    clear: both
}

.lui-layout-4-4-4 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-4-4-4>:nth-child(3n-2) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-4-4-4>:nth-child(3n-2) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-4-4-4>:nth-child(3n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-4-4-4>:nth-child(3n-1) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-4-4-4>:nth-child(3n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-4-4-4>:nth-child(3n) {
        float: left;
        width: 33.33333333%
    }
}

.lui-layout-4-4-4:after,
.lui-layout-4-4-4:before {
    content: " ";
    display: table
}

.lui-layout-4-4-4:after {
    clear: both
}

.lui-layout-4-4-4:after,
.lui-layout-4-4-4:before {
    content: " ";
    display: table
}

.lui-layout-4-4-4:after {
    clear: both
}

.lui-layout-3-6-3 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-3-6-3>:nth-child(3n-2) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-3-6-3>:nth-child(3n-2) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-6-3>:nth-child(3n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-3-6-3>:nth-child(3n-1) {
        float: left;
        width: 50%
    }
}

.lui-layout-3-6-3>:nth-child(3n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-3-6-3>:nth-child(3n) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-6-3:after,
.lui-layout-3-6-3:before {
    content: " ";
    display: table
}

.lui-layout-3-6-3:after {
    clear: both
}

.lui-layout-3-6-3:after,
.lui-layout-3-6-3:before {
    content: " ";
    display: table
}

.lui-layout-3-6-3:after {
    clear: both
}

.lui-layout-2-8-2 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-2-8-2>:nth-child(3n-2) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-2-8-2>:nth-child(3n-2) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-2-8-2>:nth-child(3n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-2-8-2>:nth-child(3n-1) {
        float: left;
        width: 66.66666667%
    }
}

.lui-layout-2-8-2>:nth-child(3n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-2-8-2>:nth-child(3n) {
        float: left;
        width: 16.66666667%
    }
}

.lui-layout-2-8-2:after,
.lui-layout-2-8-2:before {
    content: " ";
    display: table
}

.lui-layout-2-8-2:after {
    clear: both
}

.lui-layout-2-8-2:after,
.lui-layout-2-8-2:before {
    content: " ";
    display: table
}

.lui-layout-2-8-2:after {
    clear: both
}

.lui-layout-3-3-3-3 {
    margin-left: -10px;
    margin-right: -10px
}

.lui-layout-3-3-3-3>:nth-child(4n-3) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both
}

@media (min-width:992px) {
    .lui-layout-3-3-3-3>:nth-child(4n-3) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-3-3-3>:nth-child(4n-2) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-3-3-3-3>:nth-child(4n-2) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-3-3-3>:nth-child(4n-1) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-3-3-3-3>:nth-child(4n-1) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-3-3-3>:nth-child(4n) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    .lui-layout-3-3-3-3>:nth-child(4n) {
        float: left;
        width: 25%
    }
}

.lui-layout-3-3-3-3:after,
.lui-layout-3-3-3-3:before {
    content: " ";
    display: table
}

.lui-layout-3-3-3-3:after {
    clear: both
}

.lui-layout-3-3-3-3:after,
.lui-layout-3-3-3-3:before {
    content: " ";
    display: table
}

.lui-layout-3-3-3-3:after {
    clear: both
}

a {
    color: #c79b64;
    text-decoration: none
}

a:active,
a:link,
a:visited {
    color: #c79b64;
    text-decoration: none
}

a:hover {
    color: #c79b64;
    text-decoration: none;
    opacity: .8
}

.lui-link-decor-none {
    text-decoration: none
}

.lui-link-decor-none:active,
.lui-link-decor-none:hover,
.lui-link-decor-none:link,
.lui-link-decor-none:visited {
    text-decoration: none
}

.lui-link-decor-underline {
    text-decoration: underline
}

.lui-link-decor-underline:active,
.lui-link-decor-underline:hover,
.lui-link-decor-underline:link,
.lui-link-decor-underline:visited {
    text-decoration: underline
}

.lui-link-decor-none-except-hover {
    text-decoration: none
}

.lui-link-decor-none-except-hover:active,
.lui-link-decor-none-except-hover:link,
.lui-link-decor-none-except-hover:visited {
    text-decoration: none
}

.lui-link-decor-none-except-hover:hover {
    text-decoration: underline
}

.lui-hover-highlight-bg:hover {
    background: #555
}

.lui-cursor-pointer {
    cursor: pointer
}

.lui-link-theme-color {
    color: #c79b64
}

.lui-link-theme-color:active,
.lui-link-theme-color:hover,
.lui-link-theme-color:link,
.lui-link-theme-color:visited {
    color: #c79b64
}

.lui-link-white {
    color: #fff
}

.lui-link-white:active,
.lui-link-white:hover,
.lui-link-white:link,
.lui-link-white:visited {
    color: #fff
}

.lui-link-black {
    color: #000
}

.lui-link-black:active,
.lui-link-black:hover,
.lui-link-black:link,
.lui-link-black:visited {
    color: #000
}

dl dd:not(:last-child) {
    margin-bottom: 1rem
}

.lui-list-style-none {
    list-style: none;
    padding: 0
}

.lui-list-style-none ul {
    list-style: none
}

.lui-list-style-none .lui-c-ul,
.lui-list-style-none ul {
    padding: 0
}

.lui-list-style-disc {
    list-style: disc
}

.lui-list-style-disc ul {
    list-style: disc
}

.lui-list-style-decimal {
    list-style: decimal
}

.lui-list-style-decimal ul {
    list-style: decimal
}

.lui-list-style-lower-alpha {
    list-style: lower-alpha
}

.lui-list-style-lower-alpha ul {
    list-style: lower-alpha
}

.lui-list-inline {
    display: inline;
    margin: 0
}

.lui-list-inline .lui-c-ul,
.lui-list-inline ol,
.lui-list-inline ul {
    display: inline;
    margin: 0
}

.lui-list-inline .lui-c-li,
.lui-list-inline li {
    display: inline
}

.lui-list-inline-space {
    display: inline;
    margin: 0
}

.lui-list-inline-space .lui-c-ul,
.lui-list-inline-space ol,
.lui-list-inline-space ul {
    display: inline;
    margin: 0
}

.lui-list-inline-space .lui-c-li,
.lui-list-inline-space li {
    display: inline
}

.lui-list-inline-space .lui-c-li,
.lui-list-inline-space li {
    padding-right: 1rem
}

.lui-list-inline-space .lui-c-li:last-child,
.lui-list-inline-space li:last-child {
    padding-right: 0
}

.lui-list-inline-block {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0
}

.lui-list-inline-block ul {
    list-style: none
}

.lui-list-inline-block .lui-c-ul,
.lui-list-inline-block ul {
    padding: 0
}

.lui-list-inline-block .lui-c-ul,
.lui-list-inline-block ol,
.lui-list-inline-block ul {
    display: inline-block;
    margin: 0
}

.lui-list-inline-block .lui-c-li,
.lui-list-inline-block li {
    display: inline-block
}

.lui-list-inline-block-space {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0
}

.lui-list-inline-block-space ul {
    list-style: none
}

.lui-list-inline-block-space .lui-c-ul,
.lui-list-inline-block-space ul {
    padding: 0
}

.lui-list-inline-block-space .lui-c-ul,
.lui-list-inline-block-space ol,
.lui-list-inline-block-space ul {
    display: inline-block;
    margin: 0
}

.lui-list-inline-block-space .lui-c-li,
.lui-list-inline-block-space li {
    display: inline-block
}

.lui-list-inline-block-space .lui-c-li,
.lui-list-inline-block-space li {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.lui-list-v-block {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0
}

.lui-list-v-block ul {
    list-style: none
}

.lui-list-v-block .lui-c-ul,
.lui-list-v-block ul {
    padding: 0
}

.lui-list-v-block .lui-c-ul,
.lui-list-v-block ol,
.lui-list-v-block ul {
    display: block;
    margin: 0
}

.lui-list-v-block .lui-c-li,
.lui-list-v-block li {
    display: block;
    padding: 1rem
}

.lui-list-v-block-space {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0
}

.lui-list-v-block-space ul {
    list-style: none
}

.lui-list-v-block-space .lui-c-ul,
.lui-list-v-block-space ul {
    padding: 0
}

.lui-list-v-block-space .lui-c-ul,
.lui-list-v-block-space ol,
.lui-list-v-block-space ul {
    display: block;
    margin: 0
}

.lui-list-v-block-space .lui-c-li,
.lui-list-v-block-space li {
    display: block;
    padding: 1rem
}

.lui-list-v-block-space .lui-c-li,
.lui-list-v-block-space li {
    padding: 1rem
}

.lui-list-v-block-divider {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0
}

.lui-list-v-block-divider ul {
    list-style: none
}

.lui-list-v-block-divider .lui-c-ul,
.lui-list-v-block-divider ul {
    padding: 0
}

.lui-list-v-block-divider .lui-c-ul,
.lui-list-v-block-divider ol,
.lui-list-v-block-divider ul {
    display: block;
    margin: 0
}

.lui-list-v-block-divider .lui-c-li,
.lui-list-v-block-divider li {
    display: block;
    padding: 1rem
}

.lui-list-v-block-divider .lui-c-li,
.lui-list-v-block-divider li {
    border-bottom: #aabdbd 1px solid
}

.lui-list-v-block-divider .lui-c-li:last-child,
.lui-list-v-block-divider li:last-child {
    border-bottom: none
}

.lui-list-inline-block-divider {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0
}

.lui-list-inline-block-divider ul {
    list-style: none
}

.lui-list-inline-block-divider .lui-c-ul,
.lui-list-inline-block-divider ul {
    padding: 0
}

.lui-list-inline-block-divider .lui-c-ul,
.lui-list-inline-block-divider ol,
.lui-list-inline-block-divider ul {
    display: block;
    margin: 0
}

.lui-list-inline-block-divider .lui-c-li,
.lui-list-inline-block-divider li {
    display: block;
    padding: 1rem
}

.lui-list-inline-block-divider .lui-c-li,
.lui-list-inline-block-divider li {
    border-right: #aabdbd 1px solid
}

.lui-list-inline-block-divider .lui-c-li:last-child,
.lui-list-inline-block-divider li:last-child {
    border-right: none
}

.lui-list-ordered-nested {
    padding-left: 2rem;
    list-style: none
}

.lui-list-ordered-nested:not(.lui-a-continued) {
    counter-reset: ol
}

.lui-list-ordered-nested .lui-c-ol,
.lui-list-ordered-nested ol {
    list-style: none;
    padding-left: 2rem
}

.lui-list-ordered-nested .lui-c-ol:not(.lui-a-continued),
.lui-list-ordered-nested ol:not(.lui-a-continued) {
    counter-reset: ol
}

.lui-list-ordered-nested ol>.lui-c-li,
.lui-list-ordered-nested ol>li,
.lui-list-ordered-nested>.lui-c-li,
.lui-list-ordered-nested>li {
    counter-increment: ol
}

.lui-list-ordered-nested ol>.lui-c-li:before,
.lui-list-ordered-nested ol>li:before,
.lui-list-ordered-nested>.lui-c-li:before,
.lui-list-ordered-nested>li:before {
    content: counters(ol, ".") " ";
    font-weight: 600
}

.lui-list-ordered-styled {
    padding-left: 2rem;
    list-style: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.lui-list-ordered-styled:not(.lui-a-continued) {
    counter-reset: ol
}

.lui-list-ordered-styled .lui-c-ol,
.lui-list-ordered-styled ol {
    list-style: none;
    padding-left: 2rem
}

.lui-list-ordered-styled .lui-c-ol:not(.lui-a-continued),
.lui-list-ordered-styled ol:not(.lui-a-continued) {
    counter-reset: ol
}

.lui-list-ordered-styled ol>.lui-c-li,
.lui-list-ordered-styled ol>li,
.lui-list-ordered-styled>.lui-c-li,
.lui-list-ordered-styled>li {
    counter-increment: ol
}

.lui-list-ordered-styled ol>.lui-c-li:before,
.lui-list-ordered-styled ol>li:before,
.lui-list-ordered-styled>.lui-c-li:before,
.lui-list-ordered-styled>li:before {
    content: counters(ol, ".") " ";
    font-weight: 600
}

.lui-list-ordered-styled .lui-c-ol,
.lui-list-ordered-styled ol {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 1rem
}

.lui-list-ordered-styled .lui-c-ol ol>.lui-c-li:first-child,
.lui-list-ordered-styled .lui-c-ol ol>li:first-child,
.lui-list-ordered-styled .lui-c-ol>.lui-c-li:first-child,
.lui-list-ordered-styled .lui-c-ol>li:first-child,
.lui-list-ordered-styled ol ol>.lui-c-li:first-child,
.lui-list-ordered-styled ol ol>li:first-child,
.lui-list-ordered-styled ol>.lui-c-li:first-child,
.lui-list-ordered-styled ol>li:first-child {
    border-top: #aabdbd 1px solid
}

.lui-list-ordered-styled .lui-c-ol ol>.lui-c-li:last-child,
.lui-list-ordered-styled .lui-c-ol ol>li:last-child,
.lui-list-ordered-styled .lui-c-ol>.lui-c-li:last-child,
.lui-list-ordered-styled .lui-c-ol>li:last-child,
.lui-list-ordered-styled ol ol>.lui-c-li:last-child,
.lui-list-ordered-styled ol ol>li:last-child,
.lui-list-ordered-styled ol>.lui-c-li:last-child,
.lui-list-ordered-styled ol>li:last-child {
    padding-bottom: 0
}

.lui-list-ordered-styled ol>.lui-c-li,
.lui-list-ordered-styled ol>li,
.lui-list-ordered-styled>.lui-c-li,
.lui-list-ordered-styled>li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: #aabdbd 1px solid;
    position: relative;
    margin: 0;
    padding-left: 3rem;
    min-height: 4rem
}

.lui-list-ordered-styled ol>.lui-c-li:before,
.lui-list-ordered-styled ol>li:before,
.lui-list-ordered-styled>.lui-c-li:before,
.lui-list-ordered-styled>li:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 1rem;
    text-align: center;
    background: #c79b64;
    color: #fff;
    height: 2rem;
    min-width: 2rem;
    line-height: 2rem
}

.lui-list-ordered-styled ol>.lui-c-li:first-child,
.lui-list-ordered-styled ol>li:first-child,
.lui-list-ordered-styled>.lui-c-li:first-child,
.lui-list-ordered-styled>li:first-child {
    border-top: none
}

.lui-nav-h {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0
}

.lui-nav-h ul {
    list-style: none
}

.lui-nav-h .lui-c-ul,
.lui-nav-h ul {
    padding: 0
}

.lui-nav-h .lui-c-ul,
.lui-nav-h ol,
.lui-nav-h ul {
    display: inline-block;
    margin: 0
}

.lui-nav-h .lui-c-li,
.lui-nav-h li {
    display: inline-block
}

.lui-nav-h .lui-c-a,
.lui-nav-h a {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.lui-nav-v {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0
}

.lui-nav-v ul {
    list-style: none
}

.lui-nav-v .lui-c-ul,
.lui-nav-v ul {
    padding: 0
}

.lui-nav-v .lui-c-ul,
.lui-nav-v ol,
.lui-nav-v ul {
    display: block;
    margin: 0
}

.lui-nav-v .lui-c-li,
.lui-nav-v li {
    display: block;
    padding: 1rem
}

.lui-nav-v li,
.lui-nav-v lui-c-li {
    margin-right: 0
}

.lui-nav-v .lui-c-a,
.lui-nav-v a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: nowrap
}

.lui-nav-side {
    list-style: none;
    padding: 0;
    line-height: 1;
    color: #eee
}

.lui-nav-side ul {
    list-style: none
}

.lui-nav-side .lui-c-ul,
.lui-nav-side ul {
    padding: 0
}

.lui-nav-side>li>.lui-c-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    font-weight: 700;
    color: #dbbf9c
}

.lui-nav-side>li>.lui-c-title>.lui-c-togglebtn {
    opacity: .5
}

.lui-nav-side>li>.lui-c-title a {
    color: #dbbf9c
}

.lui-nav-side>li>.lui-c-divider {
    border-bottom: #ccc 1px dotted
}

.lui-nav-side li {
    display: block
}

.lui-nav-side li.lui-a-active {
    background: rgba(0, 0, 0, .1)
}

.lui-nav-side>li {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lui-nav-side>li ul li a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    color: #ddd
}

.lui-nav-side>li ul li a:focus,
.lui-nav-side>li ul li a:hover {
    background: #4b4b4b
}

.lui-nav-side>li ul li a.lui-a-active {
    color: #fff;
    font-weight: 600
}

.lui-nav-side>li ul li ul li a {
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: 4em;
    color: #888
}

.lui-shape-square {
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    background: rgba(0, 0, 0, .05)
}

.lui-shape-circle {
    border-radius: 50%;
    overflow: hidden
}

.lui-square {
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    background: rgba(0, 0, 0, .05)
}

.lui-square-filled-outline {
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    background: rgba(0, 0, 0, .05);
    border: #ccc 1px solid
}

.lui-square-outline {
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    border: #ccc 1px solid
}

.lui-square-outline-dotted {
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    border: #ccc 2px dotted
}

.lui-square-ctnr {
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    background: rgba(0, 0, 0, .05);
    line-height: inherit
}

.lui-square-ctnr>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lui-square-ctnr-filled-outline {
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    background: rgba(0, 0, 0, .05);
    border: #ccc 1px solid;
    line-height: inherit
}

.lui-square-ctnr-filled-outline>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lui-square-ctnr-outline {
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    border: #ccc 1px solid;
    line-height: inherit
}

.lui-square-ctnr-outline>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lui-square-ctnr-outline-dotted {
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    border: #ccc 2px dotted;
    line-height: inherit
}

.lui-square-ctnr-outline-dotted>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lui-circle {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    background: rgba(0, 0, 0, .05)
}

.lui-circle-filled-outline {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    background: rgba(0, 0, 0, .05);
    border: #ccc 1px solid
}

.lui-circle-outline {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    border: #ccc 1px solid
}

.lui-circle-outline-dotted {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    border: #ccc 2px dotted
}

.lui-circle-ctnr {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    background: rgba(0, 0, 0, .05);
    line-height: inherit
}

.lui-circle-ctnr>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: calc(100%-2rem)
}

.lui-circle-ctnr-filled-outline {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    background: rgba(0, 0, 0, .05);
    border: #ccc 1px solid;
    line-height: inherit
}

.lui-circle-ctnr-filled-outline>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: calc(100%-2rem)
}

.lui-circle-ctnr-outline {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    border: #ccc 1px solid;
    line-height: inherit
}

.lui-circle-ctnr-outline>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: calc(100%-2rem)
}

.lui-circle-ctnr-outline-dotted {
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 10em;
    border: #ccc 2px dotted;
    line-height: inherit
}

.lui-circle-ctnr-outline-dotted>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: calc(100%-2rem)
}

.lui-tabs-big-bg-grey {
    border: #c9d0d8 1px solid;
    background: #eceff2;
    text-align: center
}

.lui-tabs-big-bg-grey>li {
    float: none;
    display: inline-block
}

.lui-tabs-big-bg-grey>li>a {
    display: inline-block;
    border-radius: 0;
    padding: 1.5rem 6rem;
    font-size: 2rem;
    border: none;
    border-right: #c9d0d8 1px solid;
    color: #212121
}

@media (max-width:991px) {
    .lui-tabs-big-bg-grey>li>a {
        font-size: 1.5rem;
        padding: 1.5rem 1.5rem
    }
}

@media (max-width:767px) {
    .lui-tabs-big-bg-grey>li>a {
        font-size: 1rem;
        padding: 1.5rem .75rem
    }
}

.lui-tabs-big-bg-grey>li>a:hover {
    border-right: #c9d0d8 1px solid;
    background-color: transparent
}

.lui-tabs-big-bg-grey>li>a i.fal,
.lui-tabs-big-bg-grey>li>a i.far,
.lui-tabs-big-bg-grey>li>a i.fas {
    margin-right: .5rem;
    vertical-align: -.5rem
}

.lui-tabs-big-bg-grey>li:last-child>a {
    border-right: none !important
}

.lui-tabs-big-bg-grey>li.active {
    position: relative
}

.lui-tabs-big-bg-grey>li.active:before {
    content: " ";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: -1rem;
    left: 40%;
    border-left: #c9d0d8 1px solid;
    border-bottom: #c9d0d8 1px solid;
    background: #eceff2;
    transform: rotate(315deg)
}

.lui-tabs-big-bg-grey>li.active>a,
.lui-tabs-big-bg-grey>li.active>a:focus {
    border: none;
    border-right: #c9d0d8 1px solid;
    background: 0 0
}

.lui-tabs-big-bg-grey>li.active>a:focus:hover,
.lui-tabs-big-bg-grey>li.active>a:hover {
    border: none;
    border-right: #c9d0d8 1px solid;
    background-color: transparent
}

.lui-transition-duration-half {
    transition-duration: .25s
}

.lui-transition-duration-1x {
    transition-duration: .5s
}

.lui-transition-duration-2x {
    transition-duration: 1s
}

.lui-transition-duration-3x {
    transition-duration: 1.5s
}

.lui-transition-duration-4x {
    transition-duration: 2s
}

.lui-transition-duration-5x {
    transition-duration: 2.5s
}

.lui-hover-fade-in {
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity
}

.lui-hover-fade-in:hover {
    opacity: 1
}

body,
html {
    font-family: Montserrat, sans-serif;
    font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0
}

.lui-h1,
h1 {
    font-size: 2rem;
    margin-bottom: 1rem
}

.lui-h2,
h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.lui-h3,
h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.lui-h4,
h4 {
    font-size: 1rem;
    margin-bottom: 1rem
}

.lui-h5,
h5 {
    margin-bottom: 1rem
}

.lui-h6,
h6 {
    margin-bottom: 1rem
}

.lui-font-italic {
    font-style: italic
}

.lui-font-thin,
.lui-font-weight-light {
    font-weight: 300
}

.lui-font-weight-normal {
    font-weight: 400
}

.lui-font-semibold,
.lui-font-weight-semibold,
.lui-strong,
strong {
    font-weight: 600
}

.lui-font-bold,
.lui-font-weight-bold {
    font-weight: 700
}

.lui-font-10x {
    font-size: 10rem
}

.lui-font-8x {
    font-size: 8rem
}

.lui-font-6x {
    font-size: 6rem
}

.lui-font-5x {
    font-size: 5rem
}

.lui-font-4x {
    font-size: 4rem
}

.lui-font-3x {
    font-size: 3rem
}

.lui-font-250pct {
    font-size: 2.5rem
}

.lui-font-2x {
    font-size: 2rem
}

.lui-font-125pct {
    font-size: 1.25rem
}

.lui-font-150pct {
    font-size: 1.5rem
}

.lui-font-175pct {
    font-size: 1.75rem
}

.lui-font-1x {
    font-size: 1rem
}

.lui-font-75pct {
    font-size: .75rem
}

.lui-font-67pct {
    font-size: .75rem
}

.lui-font-50pct {
    font-size: .67rem;
    -webkit-text-size-adjust: none
}

.lui-font-33pct {
    font-size: .33rem;
    -webkit-text-size-adjust: none
}

.lui-font-25pct {
    font-size: .25rem;
    -webkit-text-size-adjust: none
}

.lui-font-15pct {
    font-size: .15rem;
    -webkit-text-size-adjust: none
}

.lui-font-5pct {
    font-size: .5rem;
    -webkit-text-size-adjust: none
}

.lui-textcolor-default {
    color: #212121
}

.lui-text-white {
    color: #fff
}

.lui-text-black {
    color: #000
}

.lui-text-dark {
    color: #212121
}

.lui-text-gray {
    color: #777
}

.lui-text-light {
    color: #eee
}

.lui-text-theme {
    color: #c79b64
}

.lui-text-theme-2nd {
    color: #2f4d62
}

.lui-text-theme-3rd {
    color: #0071bc
}

.lui-text-allcolor-default {
    color: #212121
}

.lui-text-allcolor-default:active,
.lui-text-allcolor-default:hover,
.lui-text-allcolor-default:link,
.lui-text-allcolor-default:visited {
    color: #212121
}

.lui-text-allcolor-default a {
    color: #212121
}

.lui-text-allcolor-default a:active,
.lui-text-allcolor-default a:hover,
.lui-text-allcolor-default a:link,
.lui-text-allcolor-default a:visited {
    color: #212121
}

.lui-text-allcolor-default * {
    color: #212121
}

.lui-text-allcolor-white {
    color: #fff
}

.lui-text-allcolor-white:active,
.lui-text-allcolor-white:hover,
.lui-text-allcolor-white:link,
.lui-text-allcolor-white:visited {
    color: #fff
}

.lui-text-allcolor-white a {
    color: #fff
}

.lui-text-allcolor-white a:active,
.lui-text-allcolor-white a:hover,
.lui-text-allcolor-white a:link,
.lui-text-allcolor-white a:visited {
    color: #fff
}

.lui-text-allcolor-white * {
    color: #fff
}

.lui-text-allcolor-black {
    color: #000
}

.lui-text-allcolor-black:active,
.lui-text-allcolor-black:hover,
.lui-text-allcolor-black:link,
.lui-text-allcolor-black:visited {
    color: #000
}

.lui-text-allcolor-black a {
    color: #000
}

.lui-text-allcolor-black a:active,
.lui-text-allcolor-black a:hover,
.lui-text-allcolor-black a:link,
.lui-text-allcolor-black a:visited {
    color: #000
}

.lui-text-allcolor-black * {
    color: #000
}

.lui-text-allcolor-dark {
    color: #212121
}

.lui-text-allcolor-dark:active,
.lui-text-allcolor-dark:hover,
.lui-text-allcolor-dark:link,
.lui-text-allcolor-dark:visited {
    color: #212121
}

.lui-text-allcolor-dark a {
    color: #212121
}

.lui-text-allcolor-dark a:active,
.lui-text-allcolor-dark a:hover,
.lui-text-allcolor-dark a:link,
.lui-text-allcolor-dark a:visited {
    color: #212121
}

.lui-text-allcolor-dark * {
    color: #212121
}

.lui-text-allcolor-light {
    color: #eee
}

.lui-text-allcolor-light:active,
.lui-text-allcolor-light:hover,
.lui-text-allcolor-light:link,
.lui-text-allcolor-light:visited {
    color: #eee
}

.lui-text-allcolor-light a {
    color: #eee
}

.lui-text-allcolor-light a:active,
.lui-text-allcolor-light a:hover,
.lui-text-allcolor-light a:link,
.lui-text-allcolor-light a:visited {
    color: #eee
}

.lui-text-allcolor-light * {
    color: #eee
}

.lui-text-allcolor-theme {
    color: #c79b64
}

.lui-text-allcolor-theme:active,
.lui-text-allcolor-theme:hover,
.lui-text-allcolor-theme:link,
.lui-text-allcolor-theme:visited {
    color: #c79b64
}

.lui-text-allcolor-theme a {
    color: #c79b64
}

.lui-text-allcolor-theme a:active,
.lui-text-allcolor-theme a:hover,
.lui-text-allcolor-theme a:link,
.lui-text-allcolor-theme a:visited {
    color: #c79b64
}

.lui-text-allcolor-theme * {
    color: #c79b64
}

.lui-text-allcolor-theme-2nd {
    color: #2f4d62
}

.lui-text-allcolor-theme-2nd:active,
.lui-text-allcolor-theme-2nd:hover,
.lui-text-allcolor-theme-2nd:link,
.lui-text-allcolor-theme-2nd:visited {
    color: #2f4d62
}

.lui-text-allcolor-theme-2nd a {
    color: #2f4d62
}

.lui-text-allcolor-theme-2nd a:active,
.lui-text-allcolor-theme-2nd a:hover,
.lui-text-allcolor-theme-2nd a:link,
.lui-text-allcolor-theme-2nd a:visited {
    color: #2f4d62
}

.lui-text-allcolor-theme-2nd * {
    color: #2f4d62
}

.lui-text-allcolor-theme-3rd {
    color: #0071bc
}

.lui-text-allcolor-theme-3rd:active,
.lui-text-allcolor-theme-3rd:hover,
.lui-text-allcolor-theme-3rd:link,
.lui-text-allcolor-theme-3rd:visited {
    color: #0071bc
}

.lui-text-allcolor-theme-3rd a {
    color: #0071bc
}

.lui-text-allcolor-theme-3rd a:active,
.lui-text-allcolor-theme-3rd a:hover,
.lui-text-allcolor-theme-3rd a:link,
.lui-text-allcolor-theme-3rd a:visited {
    color: #0071bc
}

.lui-text-allcolor-theme-3rd * {
    color: #0071bc
}

.lui-align-left {
    text-align: left
}

.lui-align-right {
    text-align: right
}

.lui-align-center {
    text-align: center
}

.lui-valign-top {
    vertical-align: top
}

.lui-valign-middle {
    vertical-align: middle
}

.lui-valign-bottom {
    vertical-align: bottom
}

.lui-valign-baseline {
    vertical-align: baseline
}

.lui-text-nowrap {
    white-space: nowrap
}

.lui-text-uppercase {
    text-transform: uppercase
}

.lui-text-lowercase {
    text-transform: lowercase
}

.lui-article {
    word-break: break-word;
    line-height: 150%
}

.lui-article img {
    display: block;
    max-width: 100%;
    height: auto
}

.lui-article p {
    margin-bottom: 2rem
}

.lui-article ul:last-child {
    margin-bottom: 0
}

.lui-article .lui-c-title,
.lui-article h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem
}

.lui-article .lui-c-title:not(:first-child),
.lui-article h1:not(:first-child) {
    margin-top: 2rem
}

.lui-article .lui-c-subtitle,
.lui-article h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.lui-article .lui-c-subtitle:not(:first-child),
.lui-article h2:not(:first-child) {
    margin-top: 2rem
}

.lui-article .lui-c-hr,
.lui-article hr {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.esi-title-topline {
    text-transform: uppercase;
    font-size: 14px;
    color: #212121
}

.esi-title-topline::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-title-topline-u {
    font-size: 14px;
    color: #212121;
    text-transform: uppercase
}

.esi-title-topline-u::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-title-topline-u::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-title-topline-u-lightergolden {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.esi-title-topline-u-lightergolden::before {
    content: ' ';
    background: #f2c94c;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-btn-outline {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    font-weight: 700;
    color: #fff;
    border: #fff 2px solid;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: 0 0;
    height: 3rem;
    border-radius: 1.5rem
}

.esi-btn-outline.active.focus,
.esi-btn-outline.active:focus,
.esi-btn-outline.focus,
.esi-btn-outline:active.focus,
.esi-btn-outline:active:focus,
.esi-btn-outline:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.esi-btn-outline.focus,
.esi-btn-outline:focus,
.esi-btn-outline:hover {
    color: #333;
    text-decoration: none
}

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

.esi-btn-outline.disabled,
.esi-btn-outline[disabled],
fieldset[disabled] .esi-btn-outline {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.esi-btn-outline.disabled,
fieldset[disabled] a.esi-btn-outline {
    pointer-events: none
}

.esi-btn-outline.focus,
.esi-btn-outline:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.esi-btn-outline:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-outline.active,
.esi-btn-outline:active,
.open>.dropdown-toggle.esi-btn-outline {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-outline.active.focus,
.esi-btn-outline.active:focus,
.esi-btn-outline.active:hover,
.esi-btn-outline:active.focus,
.esi-btn-outline:active:focus,
.esi-btn-outline:active:hover,
.open>.dropdown-toggle.esi-btn-outline.focus,
.open>.dropdown-toggle.esi-btn-outline:focus,
.open>.dropdown-toggle.esi-btn-outline:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.esi-btn-outline.active,
.esi-btn-outline:active,
.open>.dropdown-toggle.esi-btn-outline {
    background-image: none
}

.esi-btn-outline.disabled.focus,
.esi-btn-outline.disabled:focus,
.esi-btn-outline.disabled:hover,
.esi-btn-outline[disabled].focus,
.esi-btn-outline[disabled]:focus,
.esi-btn-outline[disabled]:hover,
fieldset[disabled] .esi-btn-outline.focus,
fieldset[disabled] .esi-btn-outline:focus,
fieldset[disabled] .esi-btn-outline:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.esi-btn-outline .badge {
    color: #c79b64;
    background-color: #fff
}

.esi-btn-outline:active,
.esi-btn-outline:hover,
.esi-btn-outline:link,
.esi-btn-outline:visited {
    color: #fff
}

.esi-btn-outline a {
    color: #fff
}

.esi-btn-outline a:active,
.esi-btn-outline a:hover,
.esi-btn-outline a:link,
.esi-btn-outline a:visited {
    color: #fff
}

.esi-btn-outline * {
    color: #fff
}

.esi-btn-outline:hover {
    color: #eee
}

.esi-btn-outline-var-small {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 .75rem;
    height: auto
}

.esi-btn-outline-dark {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    font-weight: 700;
    color: #fff;
    border: #fff 2px solid;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: 0 0;
    height: 3rem;
    border-radius: 1.5rem;
    color: #555;
    border: #aabdbd 3px solid
}

.esi-btn-outline-dark.active.focus,
.esi-btn-outline-dark.active:focus,
.esi-btn-outline-dark.focus,
.esi-btn-outline-dark:active.focus,
.esi-btn-outline-dark:active:focus,
.esi-btn-outline-dark:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.esi-btn-outline-dark.focus,
.esi-btn-outline-dark:focus,
.esi-btn-outline-dark:hover {
    color: #333;
    text-decoration: none
}

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

.esi-btn-outline-dark.disabled,
.esi-btn-outline-dark[disabled],
fieldset[disabled] .esi-btn-outline-dark {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.esi-btn-outline-dark.disabled,
fieldset[disabled] a.esi-btn-outline-dark {
    pointer-events: none
}

.esi-btn-outline-dark.focus,
.esi-btn-outline-dark:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.esi-btn-outline-dark:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-outline-dark.active,
.esi-btn-outline-dark:active,
.open>.dropdown-toggle.esi-btn-outline-dark {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-outline-dark.active.focus,
.esi-btn-outline-dark.active:focus,
.esi-btn-outline-dark.active:hover,
.esi-btn-outline-dark:active.focus,
.esi-btn-outline-dark:active:focus,
.esi-btn-outline-dark:active:hover,
.open>.dropdown-toggle.esi-btn-outline-dark.focus,
.open>.dropdown-toggle.esi-btn-outline-dark:focus,
.open>.dropdown-toggle.esi-btn-outline-dark:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.esi-btn-outline-dark.active,
.esi-btn-outline-dark:active,
.open>.dropdown-toggle.esi-btn-outline-dark {
    background-image: none
}

.esi-btn-outline-dark.disabled.focus,
.esi-btn-outline-dark.disabled:focus,
.esi-btn-outline-dark.disabled:hover,
.esi-btn-outline-dark[disabled].focus,
.esi-btn-outline-dark[disabled]:focus,
.esi-btn-outline-dark[disabled]:hover,
fieldset[disabled] .esi-btn-outline-dark.focus,
fieldset[disabled] .esi-btn-outline-dark:focus,
fieldset[disabled] .esi-btn-outline-dark:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.esi-btn-outline-dark .badge {
    color: #c79b64;
    background-color: #fff
}

.esi-btn-outline-dark:active,
.esi-btn-outline-dark:hover,
.esi-btn-outline-dark:link,
.esi-btn-outline-dark:visited {
    color: #fff
}

.esi-btn-outline-dark a {
    color: #fff
}

.esi-btn-outline-dark a:active,
.esi-btn-outline-dark a:hover,
.esi-btn-outline-dark a:link,
.esi-btn-outline-dark a:visited {
    color: #fff
}

.esi-btn-outline-dark * {
    color: #fff
}

.esi-btn-outline-dark:hover {
    color: #eee
}

.esi-btn-outline-theme {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    font-weight: 700;
    color: #fff;
    border: #fff 2px solid;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: 0 0;
    height: 3rem;
    border-radius: 1.5rem;
    color: #c79b64;
    border: #c79b64 3px solid
}

.esi-btn-outline-theme.active.focus,
.esi-btn-outline-theme.active:focus,
.esi-btn-outline-theme.focus,
.esi-btn-outline-theme:active.focus,
.esi-btn-outline-theme:active:focus,
.esi-btn-outline-theme:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.esi-btn-outline-theme.focus,
.esi-btn-outline-theme:focus,
.esi-btn-outline-theme:hover {
    color: #333;
    text-decoration: none
}

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

.esi-btn-outline-theme.disabled,
.esi-btn-outline-theme[disabled],
fieldset[disabled] .esi-btn-outline-theme {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.esi-btn-outline-theme.disabled,
fieldset[disabled] a.esi-btn-outline-theme {
    pointer-events: none
}

.esi-btn-outline-theme.focus,
.esi-btn-outline-theme:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.esi-btn-outline-theme:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-outline-theme.active,
.esi-btn-outline-theme:active,
.open>.dropdown-toggle.esi-btn-outline-theme {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-outline-theme.active.focus,
.esi-btn-outline-theme.active:focus,
.esi-btn-outline-theme.active:hover,
.esi-btn-outline-theme:active.focus,
.esi-btn-outline-theme:active:focus,
.esi-btn-outline-theme:active:hover,
.open>.dropdown-toggle.esi-btn-outline-theme.focus,
.open>.dropdown-toggle.esi-btn-outline-theme:focus,
.open>.dropdown-toggle.esi-btn-outline-theme:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.esi-btn-outline-theme.active,
.esi-btn-outline-theme:active,
.open>.dropdown-toggle.esi-btn-outline-theme {
    background-image: none
}

.esi-btn-outline-theme.disabled.focus,
.esi-btn-outline-theme.disabled:focus,
.esi-btn-outline-theme.disabled:hover,
.esi-btn-outline-theme[disabled].focus,
.esi-btn-outline-theme[disabled]:focus,
.esi-btn-outline-theme[disabled]:hover,
fieldset[disabled] .esi-btn-outline-theme.focus,
fieldset[disabled] .esi-btn-outline-theme:focus,
fieldset[disabled] .esi-btn-outline-theme:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.esi-btn-outline-theme .badge {
    color: #c79b64;
    background-color: #fff
}

.esi-btn-outline-theme:active,
.esi-btn-outline-theme:hover,
.esi-btn-outline-theme:link,
.esi-btn-outline-theme:visited {
    color: #fff
}

.esi-btn-outline-theme a {
    color: #fff
}

.esi-btn-outline-theme a:active,
.esi-btn-outline-theme a:hover,
.esi-btn-outline-theme a:link,
.esi-btn-outline-theme a:visited {
    color: #fff
}

.esi-btn-outline-theme * {
    color: #fff
}

.esi-btn-outline-theme:hover {
    color: #eee
}

.esi-btn-outline-theme:active,
.esi-btn-outline-theme:focus,
.esi-btn-outline-theme:link,
.esi-btn-outline-theme:visited {
    color: #c79b64
}

.esi-btn-outline-theme:hover {
    color: #fff
}

.esi-border-left-golden {
    border-left: #c79b64 5px solid
}

.esi-border-left-golden-thick {
    border-left: #c79b64 10px solid
}

.esi-border-radius {
    border-radius: 1rem
}

.esi-btn-darkbg {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: rgba(0, 0, 0, .15);
    border: none;
    border-radius: 2rem
}

.esi-btn-darkbg.active.focus,
.esi-btn-darkbg.active:focus,
.esi-btn-darkbg.focus,
.esi-btn-darkbg:active.focus,
.esi-btn-darkbg:active:focus,
.esi-btn-darkbg:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.esi-btn-darkbg.focus,
.esi-btn-darkbg:focus,
.esi-btn-darkbg:hover {
    color: #333;
    text-decoration: none
}

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

.esi-btn-darkbg.disabled,
.esi-btn-darkbg[disabled],
fieldset[disabled] .esi-btn-darkbg {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.esi-btn-darkbg.disabled,
fieldset[disabled] a.esi-btn-darkbg {
    pointer-events: none
}

.esi-btn-darkbg.focus,
.esi-btn-darkbg:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.esi-btn-darkbg:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-darkbg.active,
.esi-btn-darkbg:active,
.open>.dropdown-toggle.esi-btn-darkbg {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-darkbg.active.focus,
.esi-btn-darkbg.active:focus,
.esi-btn-darkbg.active:hover,
.esi-btn-darkbg:active.focus,
.esi-btn-darkbg:active:focus,
.esi-btn-darkbg:active:hover,
.open>.dropdown-toggle.esi-btn-darkbg.focus,
.open>.dropdown-toggle.esi-btn-darkbg:focus,
.open>.dropdown-toggle.esi-btn-darkbg:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.esi-btn-darkbg.active,
.esi-btn-darkbg:active,
.open>.dropdown-toggle.esi-btn-darkbg {
    background-image: none
}

.esi-btn-darkbg.disabled.focus,
.esi-btn-darkbg.disabled:focus,
.esi-btn-darkbg.disabled:hover,
.esi-btn-darkbg[disabled].focus,
.esi-btn-darkbg[disabled]:focus,
.esi-btn-darkbg[disabled]:hover,
fieldset[disabled] .esi-btn-darkbg.focus,
fieldset[disabled] .esi-btn-darkbg:focus,
fieldset[disabled] .esi-btn-darkbg:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.esi-btn-darkbg .badge {
    color: #c79b64;
    background-color: #fff
}

.esi-btn-darkbg:active,
.esi-btn-darkbg:hover,
.esi-btn-darkbg:link,
.esi-btn-darkbg:visited {
    color: #fff
}

.esi-btn-darkbg a {
    color: #fff
}

.esi-btn-darkbg a:active,
.esi-btn-darkbg a:hover,
.esi-btn-darkbg a:link,
.esi-btn-darkbg a:visited {
    color: #fff
}

.esi-btn-darkbg * {
    color: #fff
}

.esi-btn-darkbg:active,
.esi-btn-darkbg:hover,
.esi-btn-darkbg:link,
.esi-btn-darkbg:visited {
    color: #fff
}

.esi-btn-darkbg a {
    color: #fff
}

.esi-btn-darkbg a:active,
.esi-btn-darkbg a:hover,
.esi-btn-darkbg a:link,
.esi-btn-darkbg a:visited {
    color: #fff
}

.esi-btn-darkbg * {
    color: #fff
}

.esi-btn-darkbg small {
    display: block;
    font-size: .85rem;
    font-weight: 400;
    white-space: pre-wrap
}

.esi-btn-lightbg {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: rgba(0, 0, 0, .15);
    border: none;
    border-radius: 2rem;
    background: rgba(255, 255, 255, .15)
}

.esi-btn-lightbg.active.focus,
.esi-btn-lightbg.active:focus,
.esi-btn-lightbg.focus,
.esi-btn-lightbg:active.focus,
.esi-btn-lightbg:active:focus,
.esi-btn-lightbg:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.esi-btn-lightbg.focus,
.esi-btn-lightbg:focus,
.esi-btn-lightbg:hover {
    color: #333;
    text-decoration: none
}

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

.esi-btn-lightbg.disabled,
.esi-btn-lightbg[disabled],
fieldset[disabled] .esi-btn-lightbg {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.esi-btn-lightbg.disabled,
fieldset[disabled] a.esi-btn-lightbg {
    pointer-events: none
}

.esi-btn-lightbg.focus,
.esi-btn-lightbg:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.esi-btn-lightbg:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-lightbg.active,
.esi-btn-lightbg:active,
.open>.dropdown-toggle.esi-btn-lightbg {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-lightbg.active.focus,
.esi-btn-lightbg.active:focus,
.esi-btn-lightbg.active:hover,
.esi-btn-lightbg:active.focus,
.esi-btn-lightbg:active:focus,
.esi-btn-lightbg:active:hover,
.open>.dropdown-toggle.esi-btn-lightbg.focus,
.open>.dropdown-toggle.esi-btn-lightbg:focus,
.open>.dropdown-toggle.esi-btn-lightbg:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.esi-btn-lightbg.active,
.esi-btn-lightbg:active,
.open>.dropdown-toggle.esi-btn-lightbg {
    background-image: none
}

.esi-btn-lightbg.disabled.focus,
.esi-btn-lightbg.disabled:focus,
.esi-btn-lightbg.disabled:hover,
.esi-btn-lightbg[disabled].focus,
.esi-btn-lightbg[disabled]:focus,
.esi-btn-lightbg[disabled]:hover,
fieldset[disabled] .esi-btn-lightbg.focus,
fieldset[disabled] .esi-btn-lightbg:focus,
fieldset[disabled] .esi-btn-lightbg:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.esi-btn-lightbg .badge {
    color: #c79b64;
    background-color: #fff
}

.esi-btn-lightbg:active,
.esi-btn-lightbg:hover,
.esi-btn-lightbg:link,
.esi-btn-lightbg:visited {
    color: #fff
}

.esi-btn-lightbg a {
    color: #fff
}

.esi-btn-lightbg a:active,
.esi-btn-lightbg a:hover,
.esi-btn-lightbg a:link,
.esi-btn-lightbg a:visited {
    color: #fff
}

.esi-btn-lightbg * {
    color: #fff
}

.esi-btn-lightbg:active,
.esi-btn-lightbg:hover,
.esi-btn-lightbg:link,
.esi-btn-lightbg:visited {
    color: #fff
}

.esi-btn-lightbg a {
    color: #fff
}

.esi-btn-lightbg a:active,
.esi-btn-lightbg a:hover,
.esi-btn-lightbg a:link,
.esi-btn-lightbg a:visited {
    color: #fff
}

.esi-btn-lightbg * {
    color: #fff
}

.esi-btn-lightbg small {
    display: block;
    font-size: .85rem;
    font-weight: 400;
    white-space: pre-wrap
}

.esi-btn-darkbg-theme {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: rgba(0, 0, 0, .15);
    border: none;
    border-radius: 2rem;
    background: #c79b64
}

.esi-btn-darkbg-theme.active.focus,
.esi-btn-darkbg-theme.active:focus,
.esi-btn-darkbg-theme.focus,
.esi-btn-darkbg-theme:active.focus,
.esi-btn-darkbg-theme:active:focus,
.esi-btn-darkbg-theme:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.esi-btn-darkbg-theme.focus,
.esi-btn-darkbg-theme:focus,
.esi-btn-darkbg-theme:hover {
    color: #333;
    text-decoration: none
}

.esi-btn-darkbg-theme.active,
.esi-btn-darkbg-theme:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.esi-btn-darkbg-theme.disabled,
.esi-btn-darkbg-theme[disabled],
fieldset[disabled] .esi-btn-darkbg-theme {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.esi-btn-darkbg-theme.disabled,
fieldset[disabled] a.esi-btn-darkbg-theme {
    pointer-events: none
}

.esi-btn-darkbg-theme.focus,
.esi-btn-darkbg-theme:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.esi-btn-darkbg-theme:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-darkbg-theme.active,
.esi-btn-darkbg-theme:active,
.open>.dropdown-toggle.esi-btn-darkbg-theme {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-btn-darkbg-theme.active.focus,
.esi-btn-darkbg-theme.active:focus,
.esi-btn-darkbg-theme.active:hover,
.esi-btn-darkbg-theme:active.focus,
.esi-btn-darkbg-theme:active:focus,
.esi-btn-darkbg-theme:active:hover,
.open>.dropdown-toggle.esi-btn-darkbg-theme.focus,
.open>.dropdown-toggle.esi-btn-darkbg-theme:focus,
.open>.dropdown-toggle.esi-btn-darkbg-theme:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.esi-btn-darkbg-theme.active,
.esi-btn-darkbg-theme:active,
.open>.dropdown-toggle.esi-btn-darkbg-theme {
    background-image: none
}

.esi-btn-darkbg-theme.disabled.focus,
.esi-btn-darkbg-theme.disabled:focus,
.esi-btn-darkbg-theme.disabled:hover,
.esi-btn-darkbg-theme[disabled].focus,
.esi-btn-darkbg-theme[disabled]:focus,
.esi-btn-darkbg-theme[disabled]:hover,
fieldset[disabled] .esi-btn-darkbg-theme.focus,
fieldset[disabled] .esi-btn-darkbg-theme:focus,
fieldset[disabled] .esi-btn-darkbg-theme:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.esi-btn-darkbg-theme .badge {
    color: #c79b64;
    background-color: #fff
}

.esi-btn-darkbg-theme:active,
.esi-btn-darkbg-theme:hover,
.esi-btn-darkbg-theme:link,
.esi-btn-darkbg-theme:visited {
    color: #fff
}

.esi-btn-darkbg-theme a {
    color: #fff
}

.esi-btn-darkbg-theme a:active,
.esi-btn-darkbg-theme a:hover,
.esi-btn-darkbg-theme a:link,
.esi-btn-darkbg-theme a:visited {
    color: #fff
}

.esi-btn-darkbg-theme * {
    color: #fff
}

.esi-btn-darkbg-theme:active,
.esi-btn-darkbg-theme:hover,
.esi-btn-darkbg-theme:link,
.esi-btn-darkbg-theme:visited {
    color: #fff
}

.esi-btn-darkbg-theme a {
    color: #fff
}

.esi-btn-darkbg-theme a:active,
.esi-btn-darkbg-theme a:hover,
.esi-btn-darkbg-theme a:link,
.esi-btn-darkbg-theme a:visited {
    color: #fff
}

.esi-btn-darkbg-theme * {
    color: #fff
}

.esi-btn-darkbg-theme small {
    display: block;
    font-size: .85rem;
    font-weight: 400;
    white-space: pre-wrap
}

.esi-bg-white-frosted {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(5px)
}

.esi-bg-dark {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(5px)
}

.esi-box-dark {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(5px);
    color: #fff
}

.esi-box-dark:active,
.esi-box-dark:hover,
.esi-box-dark:link,
.esi-box-dark:visited {
    color: #fff
}

.esi-box-dark a {
    color: #fff
}

.esi-box-dark a:active,
.esi-box-dark a:hover,
.esi-box-dark a:link,
.esi-box-dark a:visited {
    color: #fff
}

.esi-box-dark * {
    color: #fff
}

.esi-box-dark .esi-c-title,
.esi-box-dark h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-size: 1rem
}

.esi-box-dark .esi-c-title::before,
.esi-box-dark h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-box-gdark {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(5px);
    color: #fff;
    background: rgba(56, 59, 65, .7)
}

.esi-box-gdark:active,
.esi-box-gdark:hover,
.esi-box-gdark:link,
.esi-box-gdark:visited {
    color: #fff
}

.esi-box-gdark a {
    color: #fff
}

.esi-box-gdark a:active,
.esi-box-gdark a:hover,
.esi-box-gdark a:link,
.esi-box-gdark a:visited {
    color: #fff
}

.esi-box-gdark * {
    color: #fff
}

.esi-box-gdark .esi-c-title,
.esi-box-gdark h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-size: 1rem
}

.esi-box-gdark .esi-c-title::before,
.esi-box-gdark h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-card-roundedcorner {
    border-radius: 10px
}

.esi-box-darkgreen-border-l {
    display: block;
    padding: 2rem;
    border-left: #c79b64 5px solid;
    background: linear-gradient(180deg, #2f4d62 50%, #091826 100%);
    color: #fff;
    border-radius: 10px
}

.esi-box-darkgreen-border-l:active,
.esi-box-darkgreen-border-l:hover,
.esi-box-darkgreen-border-l:link,
.esi-box-darkgreen-border-l:visited {
    color: #fff
}

.esi-box-darkgreen-border-l a {
    color: #fff
}

.esi-box-darkgreen-border-l a:active,
.esi-box-darkgreen-border-l a:hover,
.esi-box-darkgreen-border-l a:link,
.esi-box-darkgreen-border-l a:visited {
    color: #fff
}

.esi-box-darkgreen-border-l * {
    color: #fff
}

.esi-box-darkgreen-border-l h2 {
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    max-width: 260px
}

.esi-box-darkgreen-border-l .esi-c-form .esi-c-notes {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    opacity: .8
}

.esi-card-portrait-dark {
    display: block;
    padding: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: #aabdbd 2px solid 1px solid;
    border-radius: 10px;
    color: #fff;
    border-left: #c79b64 4px solid;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), url(images/program-card-bg.jpg) no-repeat top left;
    background-size: cover;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .35);
    height: auto
}

.esi-card-portrait-dark:active,
.esi-card-portrait-dark:hover,
.esi-card-portrait-dark:link,
.esi-card-portrait-dark:visited {
    color: #fff
}

.esi-card-portrait-dark a {
    color: #fff
}

.esi-card-portrait-dark a:active,
.esi-card-portrait-dark a:hover,
.esi-card-portrait-dark a:link,
.esi-card-portrait-dark a:visited {
    color: #fff
}

.esi-card-portrait-dark * {
    color: #fff
}

.esi-card-portrait-dark .esi-c-title {
    margin-top: 15rem;
    margin-bottom: 2rem;
    font-size: 1.5rem
}

.esi-card-portrait-dark .esi-c-content {
    margin-bottom: 2rem
}

.esi-card-portrait-dark.esi-a-links {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%), url(images/program-card-bg2.jpg) no-repeat top left;
    background-size: cover
}

.esi-card-portrait-dark.esi-a-links .esi-c-title {
    margin-top: 15rem
}

.esi-card-portrait-dark.esi-a-form {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), #2f4d62
}

.esi-card-programthumb {
    display: block;
    padding: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: #aabdbd 2px solid 1px solid;
    border-radius: 10px;
    color: #fff;
    border-left: #c79b64 4px solid;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), url(images/program-card-bg.jpg) no-repeat top left;
    background-size: cover;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .35);
    height: 37rem
}

.esi-card-programthumb:active,
.esi-card-programthumb:hover,
.esi-card-programthumb:link,
.esi-card-programthumb:visited {
    color: #fff
}

.esi-card-programthumb a {
    color: #fff
}

.esi-card-programthumb a:active,
.esi-card-programthumb a:hover,
.esi-card-programthumb a:link,
.esi-card-programthumb a:visited {
    color: #fff
}

.esi-card-programthumb * {
    color: #fff
}

.esi-card-programthumb .esi-c-title {
    margin-top: 15rem;
    margin-bottom: 2rem;
    font-size: 1.5rem
}

.esi-card-programthumb .esi-c-content {
    margin-bottom: 2rem
}

.esi-card-programthumb.esi-a-links {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%), url(images/program-card-bg2.jpg) no-repeat top left;
    background-size: cover
}

.esi-card-programthumb.esi-a-links .esi-c-title {
    margin-top: 15rem
}

.esi-card-programthumb.esi-a-form {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), #2f4d62
}

.esi-card-featurethumb {
    display: block;
    padding: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: #aabdbd 2px solid 1px solid;
    border-radius: 10px;
    color: #fff;
    border-left: #c79b64 4px solid;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), url(images/program-card-bg.jpg) no-repeat top left;
    background-size: cover;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .35);
    height: 28rem
}

.esi-card-featurethumb:active,
.esi-card-featurethumb:hover,
.esi-card-featurethumb:link,
.esi-card-featurethumb:visited {
    color: #fff
}

.esi-card-featurethumb a {
    color: #fff
}

.esi-card-featurethumb a:active,
.esi-card-featurethumb a:hover,
.esi-card-featurethumb a:link,
.esi-card-featurethumb a:visited {
    color: #fff
}

.esi-card-featurethumb * {
    color: #fff
}

.esi-card-featurethumb .esi-c-title {
    margin-top: 15rem;
    margin-bottom: 2rem;
    font-size: 1rem
}

.esi-card-featurethumb .esi-c-content {
    margin-bottom: 2rem
}

.esi-card-featurethumb.esi-a-links {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%), url(images/program-card-bg2.jpg) no-repeat top left;
    background-size: cover
}

.esi-card-featurethumb.esi-a-links .esi-c-title {
    margin-top: 15rem
}

.esi-card-featurethumb.esi-a-form {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), #2f4d62
}

.esi-card-featurethumb .esi-c-title {
    margin-top: 16rem;
    font-weight: 700;
    font-size: 17px
}

.esi-sociallinks-icon {
    color: #fff
}

.esi-sociallinks-icon:active,
.esi-sociallinks-icon:hover,
.esi-sociallinks-icon:link,
.esi-sociallinks-icon:visited {
    color: #fff
}

.esi-sociallinks-icon a {
    color: #fff
}

.esi-sociallinks-icon a:active,
.esi-sociallinks-icon a:hover,
.esi-sociallinks-icon a:link,
.esi-sociallinks-icon a:visited {
    color: #fff
}

.esi-sociallinks-icon * {
    color: #fff
}

.esi-sociallinks-icon a {
    display: inline-block;
    padding: 0 .75rem
}

.esi-sociallinks-circlebtn {
    color: #fff;
    text-align: center
}

.esi-sociallinks-circlebtn:active,
.esi-sociallinks-circlebtn:hover,
.esi-sociallinks-circlebtn:link,
.esi-sociallinks-circlebtn:visited {
    color: #fff
}

.esi-sociallinks-circlebtn a {
    color: #fff
}

.esi-sociallinks-circlebtn a:active,
.esi-sociallinks-circlebtn a:hover,
.esi-sociallinks-circlebtn a:link,
.esi-sociallinks-circlebtn a:visited {
    color: #fff
}

.esi-sociallinks-circlebtn * {
    color: #fff
}

.esi-sociallinks-circlebtn a {
    margin-left: .5rem;
    margin-right: .5rem;
    width: auto;
    height: auto;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    background: rgba(0, 0, 0, .05);
    background: #c79b64;
    font-size: 1.5rem
}

.esi-programlist .esi-c-title,
.esi-programlist h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #212121
}

.esi-programlist .esi-c-title::before,
.esi-programlist h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-programlist .esi-c-title::before,
.esi-programlist h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-programlist ul {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
    font-size: 1.25rem;
    color: #212121
}

.esi-programlist ul ul {
    list-style: none
}

.esi-programlist ul .lui-c-ul,
.esi-programlist ul ul {
    padding: 0
}

.esi-programlist ul .lui-c-ul,
.esi-programlist ul ol,
.esi-programlist ul ul {
    display: block;
    margin: 0
}

.esi-programlist ul .lui-c-li,
.esi-programlist ul li {
    display: block;
    padding: 1rem
}

.esi-programlist ul .lui-c-li,
.esi-programlist ul li {
    border-bottom: #aabdbd 1px solid
}

.esi-programlist ul .lui-c-li:last-child,
.esi-programlist ul li:last-child {
    border-bottom: none
}

.esi-programlist ul:active,
.esi-programlist ul:hover,
.esi-programlist ul:link,
.esi-programlist ul:visited {
    color: #212121
}

.esi-programlist ul a {
    color: #212121
}

.esi-programlist ul a:active,
.esi-programlist ul a:hover,
.esi-programlist ul a:link,
.esi-programlist ul a:visited {
    color: #212121
}

.esi-programlist ul * {
    color: #212121
}

.esi-programlist ul li {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.esi-programlist ul li::after {
    content: '\f178';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px
}

.esi-programlist ul li a {
    cursor: pointer;
    display: block
}

.esi-programlist:not(:last-child) {
    margin-bottom: 3rem
}

.esi-bloglist {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.esi-bloglist .esi-c-title,
.esi-bloglist h3 {
    font-size: 14px;
    color: #212121;
    text-transform: uppercase
}

.esi-bloglist .esi-c-title::before,
.esi-bloglist h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-bloglist .esi-c-title::before,
.esi-bloglist h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-bloglist>ul {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
    font-size: 1.25rem;
    color: #212121
}

.esi-bloglist>ul ul {
    list-style: none
}

.esi-bloglist>ul .lui-c-ul,
.esi-bloglist>ul ul {
    padding: 0
}

.esi-bloglist>ul .lui-c-ul,
.esi-bloglist>ul ol,
.esi-bloglist>ul ul {
    display: block;
    margin: 0
}

.esi-bloglist>ul .lui-c-li,
.esi-bloglist>ul li {
    display: block;
    padding: 1rem
}

.esi-bloglist>ul .lui-c-li,
.esi-bloglist>ul li {
    border-bottom: #aabdbd 1px solid
}

.esi-bloglist>ul .lui-c-li:last-child,
.esi-bloglist>ul li:last-child {
    border-bottom: none
}

.esi-bloglist>ul:active,
.esi-bloglist>ul:hover,
.esi-bloglist>ul:link,
.esi-bloglist>ul:visited {
    color: #212121
}

.esi-bloglist>ul a {
    color: #212121
}

.esi-bloglist>ul a:active,
.esi-bloglist>ul a:hover,
.esi-bloglist>ul a:link,
.esi-bloglist>ul a:visited {
    color: #212121
}

.esi-bloglist>ul * {
    color: #212121
}

.esi-bloglist>ul li,
.esi-bloglist>ul li.esi-c-item {
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 0;
    font-family: "Playfair Display", serif;
    border-bottom-color: rgba(255, 255, 255, .2)
}

.esi-bloglist>ul li.esi-c-item>a,
.esi-bloglist>ul li>a {
    padding-right: 3rem;
    position: relative;
    display: block
}

.esi-bloglist>ul li.esi-c-item>a::after,
.esi-bloglist>ul li>a::after {
    content: "\f0a9";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

.esi-bloglist>ul li.esi-c-item:last-child,
.esi-bloglist>ul li:last-child {
    margin-bottom: 0 !important
}

.esi-bloglist.esi-a-golden .esi-c-title,
.esi-bloglist.esi-a-golden h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.esi-bloglist.esi-a-golden .esi-c-title::before,
.esi-bloglist.esi-a-golden h3::before {
    content: ' ';
    background: #f2c94c;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-bloglist.esi-a-responsive>ul li .esi-c-content,
.esi-bloglist.esi-a-responsive>ul li.esi-c-item .esi-c-content {
    display: none
}

.esi-list-iconlinks-light {
    color: #fff
}

.esi-list-iconlinks-light:active,
.esi-list-iconlinks-light:hover,
.esi-list-iconlinks-light:link,
.esi-list-iconlinks-light:visited {
    color: #fff
}

.esi-list-iconlinks-light a {
    color: #fff
}

.esi-list-iconlinks-light a:active,
.esi-list-iconlinks-light a:hover,
.esi-list-iconlinks-light a:link,
.esi-list-iconlinks-light a:visited {
    color: #fff
}

.esi-list-iconlinks-light * {
    color: #fff
}

.esi-list-iconlinks-light .esi-c-icon {
    display: inline-block;
    width: 3rem
}

.esi-list-iconlinks-light ul {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
    font-size: 1.25rem
}

.esi-list-iconlinks-light ul ul {
    list-style: none
}

.esi-list-iconlinks-light ul .lui-c-ul,
.esi-list-iconlinks-light ul ul {
    padding: 0
}

.esi-list-iconlinks-light ul .lui-c-ul,
.esi-list-iconlinks-light ul ol,
.esi-list-iconlinks-light ul ul {
    display: block;
    margin: 0
}

.esi-list-iconlinks-light ul .lui-c-li,
.esi-list-iconlinks-light ul li {
    display: block;
    padding: 1rem
}

.esi-list-iconlinks-light ul .lui-c-li,
.esi-list-iconlinks-light ul li {
    border-bottom: #aabdbd 1px solid
}

.esi-list-iconlinks-light ul .lui-c-li:last-child,
.esi-list-iconlinks-light ul li:last-child {
    border-bottom: none
}

.esi-list-iconlinks-light ul li {
    padding-left: 0;
    padding-right: 0;
    border-bottom-color: #c79b64
}

.esi-list-largeiconbtn-white {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    white-space: nowrap
}

.esi-list-largeiconbtn-white ul {
    list-style: none
}

.esi-list-largeiconbtn-white .lui-c-ul,
.esi-list-largeiconbtn-white ul {
    padding: 0
}

.esi-list-largeiconbtn-white esi-c-item,
.esi-list-largeiconbtn-white li {
    display: inline-block;
    margin-left: .5rem;
    margin-right: .5rem
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-icon,
.esi-list-largeiconbtn-white li .esi-c-icon {
    color: #c79b64;
    font-size: 2rem;
    display: block
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text,
.esi-list-largeiconbtn-white li .esi-c-text {
    font-size: .75rem;
    color: #212121
}

.esi-list-largeiconbtn-white esi-c-item,
.esi-list-largeiconbtn-white li {
    background: rgba(47, 77, 98, .8);
    backdrop-filter: blur(5px);
    padding: 2rem
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-icon,
.esi-list-largeiconbtn-white li .esi-c-icon {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 1rem
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text,
.esi-list-largeiconbtn-white li .esi-c-text {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c79b64;
    border-color: #c08f51;
    font-weight: 700;
    color: #fff;
    border: #fff 2px solid;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: 0 0;
    height: 3rem;
    border-radius: 1.5rem
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active:focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active:focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:focus,
.esi-list-largeiconbtn-white li .esi-c-text.active.focus,
.esi-list-largeiconbtn-white li .esi-c-text.active:focus,
.esi-list-largeiconbtn-white li .esi-c-text.focus,
.esi-list-largeiconbtn-white li .esi-c-text:active.focus,
.esi-list-largeiconbtn-white li .esi-c-text:active:focus,
.esi-list-largeiconbtn-white li .esi-c-text:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:hover,
.esi-list-largeiconbtn-white li .esi-c-text.focus,
.esi-list-largeiconbtn-white li .esi-c-text:focus,
.esi-list-largeiconbtn-white li .esi-c-text:hover {
    color: #333;
    text-decoration: none
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active,
.esi-list-largeiconbtn-white li .esi-c-text.active,
.esi-list-largeiconbtn-white li .esi-c-text:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.disabled,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text[disabled],
.esi-list-largeiconbtn-white li .esi-c-text.disabled,
.esi-list-largeiconbtn-white li .esi-c-text[disabled],
fieldset[disabled] .esi-list-largeiconbtn-white esi-c-item .esi-c-text,
fieldset[disabled] .esi-list-largeiconbtn-white li .esi-c-text {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.esi-list-largeiconbtn-white esi-c-item .esi-c-text.disabled,
a.esi-list-largeiconbtn-white li .esi-c-text.disabled,
fieldset[disabled] a.esi-list-largeiconbtn-white esi-c-item .esi-c-text,
fieldset[disabled] a.esi-list-largeiconbtn-white li .esi-c-text {
    pointer-events: none
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:focus,
.esi-list-largeiconbtn-white li .esi-c-text.focus,
.esi-list-largeiconbtn-white li .esi-c-text:focus {
    color: #fff;
    background-color: #b68242;
    border-color: #6b4d27
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text:hover,
.esi-list-largeiconbtn-white li .esi-c-text:hover {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active,
.esi-list-largeiconbtn-white li .esi-c-text.active,
.esi-list-largeiconbtn-white li .esi-c-text:active,
.open>.dropdown-toggle.esi-list-largeiconbtn-white esi-c-item .esi-c-text,
.open>.dropdown-toggle.esi-list-largeiconbtn-white li .esi-c-text {
    color: #fff;
    background-color: #b68242;
    border-color: #9c7038
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active:focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active:hover,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active:focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active:hover,
.esi-list-largeiconbtn-white li .esi-c-text.active.focus,
.esi-list-largeiconbtn-white li .esi-c-text.active:focus,
.esi-list-largeiconbtn-white li .esi-c-text.active:hover,
.esi-list-largeiconbtn-white li .esi-c-text:active.focus,
.esi-list-largeiconbtn-white li .esi-c-text:active:focus,
.esi-list-largeiconbtn-white li .esi-c-text:active:hover,
.open>.dropdown-toggle.esi-list-largeiconbtn-white esi-c-item .esi-c-text.focus,
.open>.dropdown-toggle.esi-list-largeiconbtn-white esi-c-item .esi-c-text:focus,
.open>.dropdown-toggle.esi-list-largeiconbtn-white esi-c-item .esi-c-text:hover,
.open>.dropdown-toggle.esi-list-largeiconbtn-white li .esi-c-text.focus,
.open>.dropdown-toggle.esi-list-largeiconbtn-white li .esi-c-text:focus,
.open>.dropdown-toggle.esi-list-largeiconbtn-white li .esi-c-text:hover {
    color: #fff;
    background-color: #9c7038;
    border-color: #6b4d27
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.active,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active,
.esi-list-largeiconbtn-white li .esi-c-text.active,
.esi-list-largeiconbtn-white li .esi-c-text:active,
.open>.dropdown-toggle.esi-list-largeiconbtn-white esi-c-item .esi-c-text,
.open>.dropdown-toggle.esi-list-largeiconbtn-white li .esi-c-text {
    background-image: none
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text.disabled.focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text.disabled:focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text.disabled:hover,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text[disabled].focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text[disabled]:focus,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text[disabled]:hover,
.esi-list-largeiconbtn-white li .esi-c-text.disabled.focus,
.esi-list-largeiconbtn-white li .esi-c-text.disabled:focus,
.esi-list-largeiconbtn-white li .esi-c-text.disabled:hover,
.esi-list-largeiconbtn-white li .esi-c-text[disabled].focus,
.esi-list-largeiconbtn-white li .esi-c-text[disabled]:focus,
.esi-list-largeiconbtn-white li .esi-c-text[disabled]:hover,
fieldset[disabled] .esi-list-largeiconbtn-white esi-c-item .esi-c-text.focus,
fieldset[disabled] .esi-list-largeiconbtn-white esi-c-item .esi-c-text:focus,
fieldset[disabled] .esi-list-largeiconbtn-white esi-c-item .esi-c-text:hover,
fieldset[disabled] .esi-list-largeiconbtn-white li .esi-c-text.focus,
fieldset[disabled] .esi-list-largeiconbtn-white li .esi-c-text:focus,
fieldset[disabled] .esi-list-largeiconbtn-white li .esi-c-text:hover {
    background-color: #c79b64;
    border-color: #c08f51
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text .badge,
.esi-list-largeiconbtn-white li .esi-c-text .badge {
    color: #c79b64;
    background-color: #fff
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text:active,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:hover,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:link,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text:visited,
.esi-list-largeiconbtn-white li .esi-c-text:active,
.esi-list-largeiconbtn-white li .esi-c-text:hover,
.esi-list-largeiconbtn-white li .esi-c-text:link,
.esi-list-largeiconbtn-white li .esi-c-text:visited {
    color: #fff
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text a,
.esi-list-largeiconbtn-white li .esi-c-text a {
    color: #fff
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text a:active,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text a:hover,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text a:link,
.esi-list-largeiconbtn-white esi-c-item .esi-c-text a:visited,
.esi-list-largeiconbtn-white li .esi-c-text a:active,
.esi-list-largeiconbtn-white li .esi-c-text a:hover,
.esi-list-largeiconbtn-white li .esi-c-text a:link,
.esi-list-largeiconbtn-white li .esi-c-text a:visited {
    color: #fff
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text *,
.esi-list-largeiconbtn-white li .esi-c-text * {
    color: #fff
}

.esi-list-largeiconbtn-white esi-c-item .esi-c-text:hover,
.esi-list-largeiconbtn-white li .esi-c-text:hover {
    color: #eee
}

.esi-list-largeiconbtn {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    white-space: nowrap
}

.esi-list-largeiconbtn ul {
    list-style: none
}

.esi-list-largeiconbtn .lui-c-ul,
.esi-list-largeiconbtn ul {
    padding: 0
}

.esi-list-largeiconbtn esi-c-item,
.esi-list-largeiconbtn li {
    display: inline-block;
    margin-left: .5rem;
    margin-right: .5rem
}

.esi-list-largeiconbtn esi-c-item .esi-c-icon,
.esi-list-largeiconbtn li .esi-c-icon {
    color: #c79b64;
    font-size: 2rem;
    display: block
}

.esi-list-largeiconbtn esi-c-item .esi-c-text,
.esi-list-largeiconbtn li .esi-c-text {
    font-size: .75rem;
    color: #212121
}

.esi-accordion .esi-c-item {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.esi-accordion .esi-c-item .esi-c-title {
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.esi-accordion .esi-c-item .esi-c-title::after {
    content: '\f0d8';
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 300;
    color: #777;
    padding-left: .5rem
}

.esi-accordion .esi-c-item .esi-c-title.collapsed::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Pro";
    font-size: 12px
}

.esi-accordion .esi-c-item p {
    margin-bottom: 0;
    padding-bottom: 1rem
}

.esi-owl-nav-vmiddle-out .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 3rem !important;
    padding-right: .5rem !important;
    color: #bbb !important
}

.esi-owl-nav-vmiddle-out .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    font-size: 3rem !important;
    padding-left: .5rem !important;
    color: #bbb !important
}

.esi-owl-nav-vmiddle-inside .owl-nav {
    height: 0 !important;
    overflow: hidden;
    display: inline
}

.esi-owl-nav-vmiddle-inside .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, .05) !important;
    font-size: 5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    color: #999 !important;
    margin: 0 !important
}

.esi-owl-nav-vmiddle-inside .owl-nav button.owl-prev span {
    color: #999 !important
}

.esi-owl-nav-vmiddle-inside .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, .05) !important;
    font-size: 5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    color: #999 !important;
    margin: 0 !important
}

.esi-owl-nav-vmiddle-inside .owl-nav button.owl-next span {
    color: #999 !important
}

.esi-page-wrap {
    height: 100%;
    position: relative
}

.esi-schoolname-white {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.esi-schoolname-white .esi-c-logo {
    text-indent: -9999px;
    background: url(images/ESI-R-Logo-Horizontal-RGB-white.png) top left no-repeat;
    background-size: 100%;
    width: 200px;
    height: 35px;
    display: inline-block
}

.esi-schoolname-white .esi-c-campus {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.esi-schoolname-white .esi-c-campus:active,
.esi-schoolname-white .esi-c-campus:hover,
.esi-schoolname-white .esi-c-campus:link,
.esi-schoolname-white .esi-c-campus:visited {
    color: #fff
}

.esi-schoolname-white .esi-c-campus a {
    color: #fff
}

.esi-schoolname-white .esi-c-campus a:active,
.esi-schoolname-white .esi-c-campus a:hover,
.esi-schoolname-white .esi-c-campus a:link,
.esi-schoolname-white .esi-c-campus a:visited {
    color: #fff
}

.esi-schoolname-white .esi-c-campus * {
    color: #fff
}

.esi-schoolname-white-golden {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.esi-schoolname-white-golden .esi-c-logo {
    text-indent: -9999px;
    background: url(images/ESI-R-Logo-Horizontal-RGB-white.png) top left no-repeat;
    background-size: 100%;
    width: 200px;
    height: 35px;
    display: inline-block
}

.esi-schoolname-white-golden .esi-c-campus {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.esi-schoolname-white-golden .esi-c-campus:active,
.esi-schoolname-white-golden .esi-c-campus:hover,
.esi-schoolname-white-golden .esi-c-campus:link,
.esi-schoolname-white-golden .esi-c-campus:visited {
    color: #fff
}

.esi-schoolname-white-golden .esi-c-campus a {
    color: #fff
}

.esi-schoolname-white-golden .esi-c-campus a:active,
.esi-schoolname-white-golden .esi-c-campus a:hover,
.esi-schoolname-white-golden .esi-c-campus a:link,
.esi-schoolname-white-golden .esi-c-campus a:visited {
    color: #fff
}

.esi-schoolname-white-golden .esi-c-campus * {
    color: #fff
}

.esi-schoolname-white-golden .esi-c-logo {
    background: url(images/ESI-R-Logo-Horizontal-RGB.png) top left no-repeat;
    background-size: 100%;
    display: inline-block
}

.esi-schoolname-dark {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.esi-schoolname-dark .esi-c-logo {
    text-indent: -9999px;
    background: url(images/ESI-R-Logo-Horizontal-RGB-white.png) top left no-repeat;
    background-size: 100%;
    width: 200px;
    height: 35px;
    display: inline-block
}

.esi-schoolname-dark .esi-c-campus {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.esi-schoolname-dark .esi-c-campus:active,
.esi-schoolname-dark .esi-c-campus:hover,
.esi-schoolname-dark .esi-c-campus:link,
.esi-schoolname-dark .esi-c-campus:visited {
    color: #fff
}

.esi-schoolname-dark .esi-c-campus a {
    color: #fff
}

.esi-schoolname-dark .esi-c-campus a:active,
.esi-schoolname-dark .esi-c-campus a:hover,
.esi-schoolname-dark .esi-c-campus a:link,
.esi-schoolname-dark .esi-c-campus a:visited {
    color: #fff
}

.esi-schoolname-dark .esi-c-campus * {
    color: #fff
}

.esi-schoolname-dark .esi-c-logo {
    background: url(images/ESI-R-Logo-Horizontal-RGB-dark.png) top left no-repeat;
    background-size: 100%;
    width: 160px;
    height: 56px;
    display: inline-block;
    vertical-align: bottom
}

.esi-schoolname-dark .esi-c-campus {
    color: #212121;
    font-size: 12px;
    display: inline;
    vertical-align: bottom
}

.esi-schoolname-dark .esi-c-campus:active,
.esi-schoolname-dark .esi-c-campus:hover,
.esi-schoolname-dark .esi-c-campus:link,
.esi-schoolname-dark .esi-c-campus:visited {
    color: #212121
}

.esi-schoolname-dark .esi-c-campus a {
    color: #212121
}

.esi-schoolname-dark .esi-c-campus a:active,
.esi-schoolname-dark .esi-c-campus a:hover,
.esi-schoolname-dark .esi-c-campus a:link,
.esi-schoolname-dark .esi-c-campus a:visited {
    color: #212121
}

.esi-schoolname-dark .esi-c-campus * {
    color: #212121
}

.esi-schoolname-tspa {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #000;
    padding: 1rem;
    width: auto
}

.esi-schoolname-tspa .esi-c-logo {
    text-indent: -9999px;
    background: url(images/ESI-R-Logo-Horizontal-RGB-white.png) top left no-repeat;
    background-size: 100%;
    width: 200px;
    height: 35px;
    display: inline-block
}

.esi-schoolname-tspa .esi-c-campus {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.esi-schoolname-tspa .esi-c-campus:active,
.esi-schoolname-tspa .esi-c-campus:hover,
.esi-schoolname-tspa .esi-c-campus:link,
.esi-schoolname-tspa .esi-c-campus:visited {
    color: #fff
}

.esi-schoolname-tspa .esi-c-campus a {
    color: #fff
}

.esi-schoolname-tspa .esi-c-campus a:active,
.esi-schoolname-tspa .esi-c-campus a:hover,
.esi-schoolname-tspa .esi-c-campus a:link,
.esi-schoolname-tspa .esi-c-campus a:visited {
    color: #fff
}

.esi-schoolname-tspa .esi-c-campus * {
    color: #fff
}

.esi-schoolname-tspa .esi-c-logo {
    background: url(images/tspa-logo.png) top left no-repeat;
    background-size: 100%;
    width: 160px;
    height: 56px;
    display: block
}

.esi-schoolname-tspa .esi-c-campus {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: .5rem
}

.esi-schoolname-tspa .esi-c-campus:active,
.esi-schoolname-tspa .esi-c-campus:hover,
.esi-schoolname-tspa .esi-c-campus:link,
.esi-schoolname-tspa .esi-c-campus:visited {
    color: #fff
}

.esi-schoolname-tspa .esi-c-campus a {
    color: #fff
}

.esi-schoolname-tspa .esi-c-campus a:active,
.esi-schoolname-tspa .esi-c-campus a:hover,
.esi-schoolname-tspa .esi-c-campus a:link,
.esi-schoolname-tspa .esi-c-campus a:visited {
    color: #fff
}

.esi-schoolname-tspa .esi-c-campus * {
    color: #fff
}

.esi-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition-duration: .5s;
    transition-property: background padding height
}

.esi-header .esi-header-ctnr {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.esi-header .esi-header-ctnr>:nth-child(2n-1) {
    width: 50%;
    float: left;
    clear: both
}

.esi-header .esi-header-ctnr>:nth-child(2n) {
    width: 50%;
    float: right
}

.esi-header .esi-header-ctnr:after,
.esi-header .esi-header-ctnr:before {
    content: " ";
    display: table
}

.esi-header .esi-header-ctnr:after {
    clear: both
}

.esi-header .esi-header-ctnr:after,
.esi-header .esi-header-ctnr:before {
    content: " ";
    display: table
}

.esi-header .esi-header-ctnr:after {
    clear: both
}

.esi-header .esi-header-ctnr .esi-c-schoolname {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-logo {
    text-indent: -9999px;
    background: url(images/ESI-R-Logo-Horizontal-RGB-white.png) top left no-repeat;
    background-size: 100%;
    width: 200px;
    height: 35px;
    display: inline-block
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:active,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:hover,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:link,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:visited {
    color: #fff
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a {
    color: #fff
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:active,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:hover,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:link,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:visited {
    color: #fff
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus * {
    color: #fff
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-logo {
    background: url(images/ESI-R-Logo-Horizontal-RGB-dark.png) top left no-repeat;
    background-size: 100%;
    width: 160px;
    height: 56px;
    display: inline-block;
    vertical-align: bottom
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus {
    color: #212121;
    font-size: 12px;
    display: inline;
    vertical-align: bottom
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:active,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:hover,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:link,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus:visited {
    color: #212121
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a {
    color: #212121
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:active,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:hover,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:link,
.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:visited {
    color: #212121
}

.esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus * {
    color: #212121
}

.esi-header .esi-header-ctnr .esi-c-links {
    text-align: right;
    padding-top: .75rem
}

.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon {
    color: #212121;
    padding-top: .35rem
}

.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon:active,
.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon:hover,
.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon:link,
.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon:visited {
    color: #212121
}

.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon a {
    color: #212121
}

.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon a:active,
.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon a:hover,
.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon a:link,
.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon a:visited {
    color: #212121
}

.esi-header .esi-header-ctnr .esi-c-links.esi-sociallinks-icon * {
    color: #212121
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #000;
    padding: 1rem;
    width: auto
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-logo {
    text-indent: -9999px;
    background: url(images/ESI-R-Logo-Horizontal-RGB-white.png) top left no-repeat;
    background-size: 100%;
    width: 200px;
    height: 35px;
    display: inline-block
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:active,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:hover,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:link,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:visited {
    color: #fff
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a {
    color: #fff
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:active,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:hover,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:link,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:visited {
    color: #fff
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus * {
    color: #fff
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-logo {
    background: url(images/tspa-logo.png) top left no-repeat;
    background-size: 100%;
    width: 160px;
    height: 56px;
    display: block
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: .5rem
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:active,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:hover,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:link,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus:visited {
    color: #fff
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a {
    color: #fff
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:active,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:hover,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:link,
.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus a:visited {
    color: #fff
}

.esi-header.esi-header-tspa .esi-header-ctnr .esi-c-schoolname .esi-c-campus * {
    color: #fff
}

.esi-popupanchor {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    overflow-x: hidden;
    height: 0;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.esi-popupanchor::-webkit-scrollbar {
    width: 0;
    height: 0
}

.esi-popupanchor.esi-a-show {
    display: block;
    height: 100%
}

.esi-menu {
    overflow-y: auto;
    background: #fff;
    padding: 2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition-duration: .5s;
    transition-property: left
}

.esi-menu::-webkit-scrollbar {
    width: 0;
    height: 0
}

.esi-menu.esi-a-show {
    left: 10rem;
    width: 100%
}

.esi-menu .esi-c-back {
    cursor: pointer
}

@media (max-width:991px) {
    .esi-menu.esi-a-show {
        left: 0
    }
}

.esi-menu .esi-c-popupctnr {
    margin-bottom: 5rem
}

.esi-menu .esi-c-notes {
    text-align: center;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 70%
}

.esi-menu .esi-c-sociallinks {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.esi-menu .esi-curvebg-golden-t {
    margin-left: -2rem;
    margin-right: -2rem
}

.esi-menu .esi-c-btnlist {
    background: linear-gradient(180deg, #c79b64 0, #92714a 100%);
    margin-left: -2rem;
    margin-right: -2rem;
    text-align: center;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.esi-menu .esi-c-btnlist>a {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.esi-menu-desktop>:nth-child(2n-1) {
    width: 50%;
    float: left;
    clear: both
}

.esi-menu-desktop>:nth-child(2n) {
    width: 50%;
    float: right
}

.esi-menu-desktop:after,
.esi-menu-desktop:before {
    content: " ";
    display: table
}

.esi-menu-desktop:after {
    clear: both
}

.esi-menu-desktop:after,
.esi-menu-desktop:before {
    content: " ";
    display: table
}

.esi-menu-desktop:after {
    clear: both
}

.esi-menu-desktop .esi-c-left {
    padding: 6%
}

.esi-menu-desktop .esi-c-right {
    padding: 6%;
    padding-right: 0;
    border-left: #aabdbd 1px solid
}

.esi-menu-desktop .esi-c-sociallinks {
    text-align: left
}

.esi-menu-desktop .esi-c-phone-ctnr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: #c79b64 5px solid
}

.esi-menu-desktop .esi-c-phone-ctnr:after,
.esi-menu-desktop .esi-c-phone-ctnr:before {
    content: " ";
    display: table
}

.esi-menu-desktop .esi-c-phone-ctnr:after {
    clear: both
}

.esi-menu-desktop .esi-c-phone-ctnr:after,
.esi-menu-desktop .esi-c-phone-ctnr:before {
    content: " ";
    display: table
}

.esi-menu-desktop .esi-c-phone-ctnr:after {
    clear: both
}

.esi-menu-desktop .esi-c-phone {
    color: #212121;
    font-size: 2rem;
    font-weight: 700
}

.esi-menu-desktop .esi-c-phone small {
    font-size: 1rem;
    display: block
}

.esi-menu-desktop .esi-programlist {
    width: 48.5%
}

.esi-menu-desktop .esi-programlist:nth-child(2n+1) {
    float: left;
    margin-right: 2.5%
}

.esi-menu-desktop .esi-programlist:nth-child(2n) {
    float: right
}

.esi-menu-desktop .esi-programlist h3 {
    text-transform: uppercase;
    font-size: 1rem
}

.esi-menu-desktop .esi-programlist li {
    padding-bottom: 0;
    border-bottom: none
}

.esi-menu-desktop .esi-programlist li::after {
    display: none
}

.esi-menu-desktop .esi-programlist li a {
    display: block;
    cursor: pointer
}

.esi-popupform {
    overflow-y: auto;
    background: #fff;
    padding: 2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition-duration: .5s;
    transition-property: left;
    border-left: #c79b64 5px solid;
    background: linear-gradient(180deg, #2f4d62 50%, #091826 100%);
    color: #fff
}

.esi-popupform::-webkit-scrollbar {
    width: 0;
    height: 0
}

.esi-popupform.esi-a-show {
    left: 10rem;
    width: 100%
}

.esi-popupform .esi-c-back {
    cursor: pointer
}

@media (max-width:991px) {
    .esi-popupform.esi-a-show {
        left: 0
    }
}

.esi-popupform:active,
.esi-popupform:hover,
.esi-popupform:link,
.esi-popupform:visited {
    color: #fff
}

.esi-popupform a {
    color: #fff
}

.esi-popupform a:active,
.esi-popupform a:hover,
.esi-popupform a:link,
.esi-popupform a:visited {
    color: #fff
}

.esi-popupform * {
    color: #fff
}

.esi-popupform h2 {
    font-family: "Playfair Display", serif;
    font-size: 3rem
}

.esi-popupform .esi-c-form {
    text-align: center
}

.esi-popupform .esi-c-form .esi-c-notes {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    width: 80%;
    opacity: .8
}

.esi-programcarousel {
    overflow-y: auto;
    background: #fff;
    padding: 2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition-duration: .5s;
    transition-property: left;
    border-left: #c79b64 5px solid;
    background: linear-gradient(180deg, #aabdbd 6.43%, rgba(170, 189, 189, 0) 100%), #6d6d6e;
    color: #fff
}

.esi-programcarousel::-webkit-scrollbar {
    width: 0;
    height: 0
}

.esi-programcarousel.esi-a-show {
    left: 10rem;
    width: 100%
}

.esi-programcarousel .esi-c-back {
    cursor: pointer
}

@media (max-width:991px) {
    .esi-programcarousel.esi-a-show {
        left: 0
    }
}

.esi-programcarousel:active,
.esi-programcarousel:hover,
.esi-programcarousel:link,
.esi-programcarousel:visited {
    color: #fff
}

.esi-programcarousel a {
    color: #fff
}

.esi-programcarousel a:active,
.esi-programcarousel a:hover,
.esi-programcarousel a:link,
.esi-programcarousel a:visited {
    color: #fff
}

.esi-programcarousel * {
    color: #fff
}

.esi-programcarousel h2 {
    font-family: "Playfair Display", serif;
    font-size: 3rem
}

.esi-socialpreview {
    overflow-y: auto;
    background: #fff;
    padding: 2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition-duration: .5s;
    transition-property: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.esi-socialpreview::-webkit-scrollbar {
    width: 0;
    height: 0
}

.esi-socialpreview:not(.esi-a-show) .esi-c-popupctnr {
    display: none
}

.esi-socialpreview:not(.esi-a-show) img {
    display: none
}

.esi-socialpreview.esi-a-show {
    left: 10rem;
    width: 100%
}

.esi-socialpreview .esi-c-back {
    cursor: pointer
}

@media (max-width:991px) {
    .esi-socialpreview.esi-a-show {
        left: 0
    }
}

.esi-socialpreview .esi-c-popupctnr {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18rem, #fff 300rem), url(images/esi-page-socialmedia-bg.jpg) top left no-repeat, url(images/SPECD1_0103HRc-bg.png) top left repeat-x;
    background-size: 60%;
    background-attachment: fixed
}

@media (max-width:991px) {
    .esi-socialpreview .esi-c-popupctnr {
        background-size: 100%;
        background-attachment: local
    }
}

.esi-socialpreview .esi-c-header {
    padding: 2rem;
    position: fixed
}

@media (max-width:991px) {
    .esi-socialpreview .esi-c-header {
        padding-bottom: 13rem;
        position: static;
        background: url(images/curve-divider-lgreen.png) center top 280px no-repeat
    }
}

.esi-socialpreview h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 84px;
    font-weight: 900
}

.esi-socialpreview h2::before {
    content: ' ';
    background: #6fcccc;
    display: block;
    height: 11px;
    width: 4.5rem;
    margin-bottom: .6rem
}

.esi-socialpreview h2:active,
.esi-socialpreview h2:hover,
.esi-socialpreview h2:link,
.esi-socialpreview h2:visited {
    color: #fff
}

.esi-socialpreview h2 a {
    color: #fff
}

.esi-socialpreview h2 a:active,
.esi-socialpreview h2 a:hover,
.esi-socialpreview h2 a:link,
.esi-socialpreview h2 a:visited {
    color: #fff
}

.esi-socialpreview h2 * {
    color: #fff
}

@media (max-width:991px) {
    .esi-socialpreview h2 {
        font-size: 45px
    }
}

.esi-socialpreview h2 small {
    font-weight: 700;
    display: block;
    font-size: 71px
}

@media (max-width:991px) {
    .esi-socialpreview h2 small {
        font-size: 32px
    }
}

.esi-socialpreview .esi-c-sections {
    padding: 2rem;
    padding-top: 110px;
    margin-left: 55%
}

@media (max-width:991px) {
    .esi-socialpreview .esi-c-sections {
        padding-top: 0;
        background: #fff;
        margin-left: 0
    }
}

.esi-socialpreview-section {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 2rem;
    border: #dadada 1px solid;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.esi-socialpreview-section h3 {
    padding: 1rem;
    font-size: 1rem;
    margin-bottom: 0;
    color: #212121;
    font-weight: 400
}

.esi-socialpreview-section h3 i[class^=fa] {
    margin-right: 1rem
}

.esi-socialpreview-section h3 .esi-c-divider {
    border-right: #212121 1px solid;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 1rem
}

.esi-socialpreview-section .esi-c-thumbs img {
    width: 100%
}

.esi-socialpreview-section .esi-c-meta {
    padding: 1rem
}

.esi-socialpreview-section .esi-c-meta a {
    color: #212121;
    margin-right: 1rem
}

.esi-socialpreview-section .esi-c-meta a.pull-right {
    margin-right: 0
}

.esi-socialpreview-section .esi-c-text {
    padding-left: 1rem;
    padding-right: 1rem
}

.esi-socialpreview-section .esi-c-text a {
    color: #2d9cdb;
    font-weight: 700
}

.esi-socialpreview-section .esi-c-content .esi-c-icon {
    display: none;
    text-align: center
}

@media (min-width:992px) {
    .esi-socialpreview-section .esi-c-content {
        display: block
    }

    .esi-socialpreview-section .esi-c-content .esi-c-icon {
        display: block
    }

    .esi-socialpreview-section .esi-c-content .esi-c-text {
        padding-left: 0;
        margin-bottom: 1rem
    }

    .esi-socialpreview-section .esi-c-content>* {
        float: left;
        margin-right: 0;
        margin-bottom: 1rem
    }

    .esi-socialpreview-section .esi-c-content>:nth-child(2n-1) {
        width: 100px;
        margin-right: 0
    }

    .esi-socialpreview-section .esi-c-content>:nth-child(2n) {
        width: calc(100% - 100px - 0px);
        float: right;
        margin-right: 0
    }

    .esi-socialpreview-section .esi-c-content:after,
    .esi-socialpreview-section .esi-c-content:before {
        content: " ";
        display: table
    }

    .esi-socialpreview-section .esi-c-content:after {
        clear: both
    }

    .esi-socialpreview-section .esi-c-content:after,
    .esi-socialpreview-section .esi-c-content:before {
        content: " ";
        display: table
    }

    .esi-socialpreview-section .esi-c-content:after {
        clear: both
    }
}

.esi-curvebg-golden-b {
    background: url(images/curve-divider-golden.svg) no-repeat left bottom;
    background-size: 100%;
    width: 100%;
    min-height: 20rem
}

.esi-curvebg-golden-t {
    background: url(images/curve-divider-golden.png) no-repeat left bottom;
    background-size: 100%;
    min-height: 7rem
}

.esi-hero {
    border-left: #c79b64 5px solid;
    color: #fff
}

.esi-hero:active,
.esi-hero:hover,
.esi-hero:link,
.esi-hero:visited {
    color: #fff
}

.esi-hero a {
    color: #fff
}

.esi-hero a:active,
.esi-hero a:hover,
.esi-hero a:link,
.esi-hero a:visited {
    color: #fff
}

.esi-hero * {
    color: #fff
}

.esi-hero .esi-hero-ctnr {
    padding-left: 2rem;
    padding-right: 2rem
}

.esi-hero .esi-hero-ctnr .esi-c-subtitle {
    display: none
}

.esi-hero esi-c-title,
.esi-hero h1 {
    font-weight: 700;
    font-style: normal;
    font-family: "Playfair Display", serif;
    font-size: 3rem
}

.esi-hero.esi-a-home {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/home-video-desktop.jpg) bottom left no-repeat, #a9bdbc; */
    background-size: 100%
}

.esi-hero.esi-a-home .esi-hero-ctnr {
    padding-top: 10rem;
    height: 45rem;
    background-size: 100%
}

.esi-hero.esi-a-home .esi-hero-ctnr h1 {
    font-size: 50px
}

.esi-hero.esi-a-home .esi-hero-ctnr .esi-c-caption {
    padding-top: 16rem;
    width: 75%
}

.esi-hero.esi-a-program {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(images/cosmetology-hero.jpg) top center no-repeat;
    background-size: 100%
}

.esi-hero.esi-a-program .esi-hero-ctnr {
    padding-top: 24rem;
    padding-bottom: 2rem
}

.esi-hero.esi-a-program .esi-c-subtitle {
    font-size: 14px;
    color: #212121;
    color: #fff;
    text-transform: uppercase
}

.esi-hero.esi-a-program .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-program .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-program .esi-c-subtitle:active,
.esi-hero.esi-a-program .esi-c-subtitle:hover,
.esi-hero.esi-a-program .esi-c-subtitle:link,
.esi-hero.esi-a-program .esi-c-subtitle:visited {
    color: #fff
}

.esi-hero.esi-a-program .esi-c-subtitle a {
    color: #fff
}

.esi-hero.esi-a-program .esi-c-subtitle a:active,
.esi-hero.esi-a-program .esi-c-subtitle a:hover,
.esi-hero.esi-a-program .esi-c-subtitle a:link,
.esi-hero.esi-a-program .esi-c-subtitle a:visited {
    color: #fff
}

.esi-hero.esi-a-program .esi-c-subtitle * {
    color: #fff
}

.esi-hero.esi-a-salon-service {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/esi-page-salonservice-bg.jpg) top center no-repeat;
    background-size: 100%
}

.esi-hero.esi-a-salon-service .esi-hero-ctnr {
    padding-top: 22rem;
    padding-bottom: 2rem
}

.esi-hero.esi-a-salon-service .esi-hero-ctnr .esi-c-caption {
    width: 100%
}

.esi-hero.esi-a-salon-service .esi-c-subtitle {
    font-size: 14px;
    color: #212121;
    color: #fff;
    text-transform: uppercase
}

.esi-hero.esi-a-salon-service .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-salon-service .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-salon-service .esi-c-subtitle:active,
.esi-hero.esi-a-salon-service .esi-c-subtitle:hover,
.esi-hero.esi-a-salon-service .esi-c-subtitle:link,
.esi-hero.esi-a-salon-service .esi-c-subtitle:visited {
    color: #fff
}

.esi-hero.esi-a-salon-service .esi-c-subtitle a {
    color: #fff
}

.esi-hero.esi-a-salon-service .esi-c-subtitle a:active,
.esi-hero.esi-a-salon-service .esi-c-subtitle a:hover,
.esi-hero.esi-a-salon-service .esi-c-subtitle a:link,
.esi-hero.esi-a-salon-service .esi-c-subtitle a:visited {
    color: #fff
}

.esi-hero.esi-a-salon-service .esi-c-subtitle * {
    color: #fff
}

.esi-hero.esi-a-page-general {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/esi-page-salonservice-bg.jpg) top center no-repeat;
    background-size: 100%
}

.esi-hero.esi-a-page-general .esi-hero-ctnr {
    padding-top: 22rem;
    padding-bottom: 2rem
}

.esi-hero.esi-a-page-general .esi-hero-ctnr .esi-c-caption {
    width: 100%
}

.esi-hero.esi-a-page-general .esi-c-subtitle {
    font-size: 14px;
    color: #212121;
    color: #fff;
    text-transform: uppercase
}

.esi-hero.esi-a-page-general .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-page-general .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-page-general .esi-c-subtitle:active,
.esi-hero.esi-a-page-general .esi-c-subtitle:hover,
.esi-hero.esi-a-page-general .esi-c-subtitle:link,
.esi-hero.esi-a-page-general .esi-c-subtitle:visited {
    color: #fff
}

.esi-hero.esi-a-page-general .esi-c-subtitle a {
    color: #fff
}

.esi-hero.esi-a-page-general .esi-c-subtitle a:active,
.esi-hero.esi-a-page-general .esi-c-subtitle a:hover,
.esi-hero.esi-a-page-general .esi-c-subtitle a:link,
.esi-hero.esi-a-page-general .esi-c-subtitle a:visited {
    color: #fff
}

.esi-hero.esi-a-page-general .esi-c-subtitle * {
    color: #fff
}

.esi-hero.esi-a-about-us {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 100%), url(/wp-content/uploads/2019/05/esi-page-aboutus-bg.jpg) top center no-repeat;
    background-size: cover
}

.esi-hero.esi-a-about-us .esi-hero-ctnr {
    padding-top: 21rem;
    padding-bottom: 2rem
}

.esi-hero.esi-a-about-us .esi-hero-ctnr .esi-c-caption {
    width: 100%
}

.esi-hero.esi-a-about-us .esi-c-subtitle {
    font-size: 14px;
    color: #212121;
    color: #fff;
    text-transform: uppercase
}

.esi-hero.esi-a-about-us .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-about-us .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-about-us .esi-c-subtitle:active,
.esi-hero.esi-a-about-us .esi-c-subtitle:hover,
.esi-hero.esi-a-about-us .esi-c-subtitle:link,
.esi-hero.esi-a-about-us .esi-c-subtitle:visited {
    color: #fff
}

.esi-hero.esi-a-about-us .esi-c-subtitle a {
    color: #fff
}

.esi-hero.esi-a-about-us .esi-c-subtitle a:active,
.esi-hero.esi-a-about-us .esi-c-subtitle a:hover,
.esi-hero.esi-a-about-us .esi-c-subtitle a:link,
.esi-hero.esi-a-about-us .esi-c-subtitle a:visited {
    color: #fff
}

.esi-hero.esi-a-about-us .esi-c-subtitle * {
    color: #fff
}

.esi-hero.esi-a-blog {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(images/blog-hero.png) top center no-repeat;
    background-size: 100%
}

.esi-hero.esi-a-blog .esi-hero-ctnr {
    padding-top: 25rem;
    padding-bottom: 2rem
}

.esi-hero.esi-a-blog .esi-hero-ctnr .esi-c-caption {
    width: 100%
}

.esi-hero.esi-a-blog .esi-c-subtitle {
    font-size: 14px;
    color: #212121;
    color: #fff;
    text-transform: uppercase
}

.esi-hero.esi-a-blog .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-blog .esi-c-subtitle::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-blog .esi-c-subtitle:active,
.esi-hero.esi-a-blog .esi-c-subtitle:hover,
.esi-hero.esi-a-blog .esi-c-subtitle:link,
.esi-hero.esi-a-blog .esi-c-subtitle:visited {
    color: #fff
}

.esi-hero.esi-a-blog .esi-c-subtitle a {
    color: #fff
}

.esi-hero.esi-a-blog .esi-c-subtitle a:active,
.esi-hero.esi-a-blog .esi-c-subtitle a:hover,
.esi-hero.esi-a-blog .esi-c-subtitle a:link,
.esi-hero.esi-a-blog .esi-c-subtitle a:visited {
    color: #fff
}

.esi-hero.esi-a-blog .esi-c-subtitle * {
    color: #fff
}

.esi-hero.esi-a-singleblog {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), #c79b64;
    background-size: 100%
}

.esi-hero.esi-a-singleblog .esi-hero-ctnr {
    padding-top: 10rem
}

.esi-hero.esi-a-singleblog .esi-hero-ctnr .esi-c-header .esi-c-subtitle {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.esi-hero.esi-a-singleblog .esi-hero-ctnr .esi-c-header .esi-c-subtitle::before {
    content: ' ';
    background: #f2c94c;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-hero.esi-a-singleblog .esi-hero-ctnr .esi-c-header h1 {
    font-size: 37px;
    line-height: 102%;
    margin-bottom: 2rem
}

.esi-hero.esi-a-singleblog .esi-hero-ctnr .esi-c-header .esi-c-featuredimage {
    text-align: left;
    margin-left: -2rem;
    margin-right: -2rem
}

.esi-hero.esi-a-singleblog .esi-c-searchbox {
    margin-top: 5rem
}

.esi-page-section.esi-a-general .esi-page-section-ctnr {
    padding: 2rem
}

.esi-page-section.esi-a-loreal {
    background: #bcbabd
}

.esi-page-section.esi-a-loreal .esi-page-section-ctnr {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #aabdbd 65%), url(images/TSPAD22630HRf.png) right 13rem no-repeat, url(images/TSPAD22630HRf-bg-h.jpg) right 13rem repeat-x;
    background-size: 100%;
    padding-bottom: 5rem
}

.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption {
    padding-bottom: 2rem;
    padding-top: 1rem;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    width: 75%
}

.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption:active,
.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption:hover,
.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption:link,
.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption:visited {
    color: #fff
}

.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption a {
    color: #fff
}

.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption a:active,
.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption a:hover,
.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption a:link,
.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption a:visited {
    color: #fff
}

.esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption * {
    color: #fff
}

.esi-page-section.esi-a-loreal .esi-programlist-ctnr {
    margin-top: 24rem;
    margin-left: 2rem;
    margin-right: 2rem
}

.esi-page-section.esi-a-redken {
    background: #bcbabd
}

.esi-page-section.esi-a-redken .esi-page-section-ctnr {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #aabdbd 65%), url(images/TSPAD22630HRf.png) right 13rem no-repeat, url(images/TSPAD22630HRf-bg-h.jpg) right 13rem repeat-x;
    background-size: 100%;
    padding-bottom: 5rem
}

.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption {
    padding-bottom: 2rem;
    padding-top: 1rem;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    width: 75%
}

.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption:active,
.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption:hover,
.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption:link,
.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption:visited {
    color: #fff
}

.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption a {
    color: #fff
}

.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption a:active,
.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption a:hover,
.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption a:link,
.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption a:visited {
    color: #fff
}

.esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption * {
    color: #fff
}

.esi-page-section.esi-a-redken .esi-programlist-ctnr {
    margin-top: 24rem;
    margin-left: 2rem;
    margin-right: 2rem
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr {
    background-image: linear-gradient(180deg, #fff 80%, #ccc 100%);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #212121;
    color: #c79b64;
    font-weight: 700;
    font-style: normal;
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    line-height: 110%
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2:active,
.esi-page-section.esi-a-salon .esi-page-section-ctnr h2:hover,
.esi-page-section.esi-a-salon .esi-page-section-ctnr h2:link,
.esi-page-section.esi-a-salon .esi-page-section-ctnr h2:visited {
    color: #c79b64
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 a {
    color: #c79b64
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 a:active,
.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 a:hover,
.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 a:link,
.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 a:visited {
    color: #c79b64
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 * {
    color: #c79b64
}

.esi-page-section.esi-a-salon .esi-page-section-ctnr h2 small {
    font-size: 3rem;
    line-height: 110%
}

.esi-page-section.esi-a-golden {
    background: #c79b64;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff
}

.esi-page-section.esi-a-golden:active,
.esi-page-section.esi-a-golden:hover,
.esi-page-section.esi-a-golden:link,
.esi-page-section.esi-a-golden:visited {
    color: #fff
}

.esi-page-section.esi-a-golden a {
    color: #fff
}

.esi-page-section.esi-a-golden a:active,
.esi-page-section.esi-a-golden a:hover,
.esi-page-section.esi-a-golden a:link,
.esi-page-section.esi-a-golden a:visited {
    color: #fff
}

.esi-page-section.esi-a-golden * {
    color: #fff
}

.esi-page-section.esi-a-nextstep .esi-page-section-ctnr {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30rem;
    background: url(images/curve-divider-grey.svg) center top 400px, linear-gradient(0deg, #6e6e6e 30%, rgba(110, 110, 110, 0) 40%), url(images/SPECD1_1325HRc.png) center top;
    background-repeat: no-repeat;
    background-size: 100%
}

.esi-page-section.esi-a-nextstep .esi-page-section-ctnr:active,
.esi-page-section.esi-a-nextstep .esi-page-section-ctnr:hover,
.esi-page-section.esi-a-nextstep .esi-page-section-ctnr:link,
.esi-page-section.esi-a-nextstep .esi-page-section-ctnr:visited {
    color: #fff
}

.esi-page-section.esi-a-nextstep .esi-page-section-ctnr a {
    color: #fff
}

.esi-page-section.esi-a-nextstep .esi-page-section-ctnr a:active,
.esi-page-section.esi-a-nextstep .esi-page-section-ctnr a:hover,
.esi-page-section.esi-a-nextstep .esi-page-section-ctnr a:link,
.esi-page-section.esi-a-nextstep .esi-page-section-ctnr a:visited {
    color: #fff
}

.esi-page-section.esi-a-nextstep .esi-page-section-ctnr * {
    color: #fff
}

.esi-page-section.esi-a-nextstep .esi-page-section-ctnr h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    line-height: 110%
}

.esi-page-section.esi-a-nextstep .esi-page-section-ctnr .esi-c-caption {
    text-align: left;
    width: 75%
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20rem;
    background: url(images/curve-divider-grey.svg) center top 240px, linear-gradient(0deg, #6e6e6e 30%, rgba(110, 110, 110, 0) 40%), url(images/esi-program-nextstep-bg-mobile.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr:active,
.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr:hover,
.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr:link,
.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr:visited {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr a {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr a:active,
.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr a:hover,
.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr a:link,
.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr a:visited {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr * {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    line-height: 110%;
    width: 70%
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr .esi-c-caption {
    text-align: left;
    width: 75%
}

.esi-page-section.esi-a-nextstep-program .esi-page-section-ctnr .esi-btn-outline {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 .75rem;
    height: auto
}

.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10rem;
    min-height: 40rem;
    background: url(images/esi-program-nextstep-bg-desktop.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover
}

.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr:active,
.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr:hover,
.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr:link,
.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr:visited {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr a {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr a:active,
.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr a:hover,
.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr a:link,
.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr a:visited {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr * {
    color: #fff
}

.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    line-height: 110%
}

.esi-page-section.esi-a-nextstep-program-desktop .esi-page-section-ctnr .esi-c-caption {
    text-align: left;
    width: 75%
}

.esi-page-section.esi-a-thankyou {
    border-left: #c79b64 5px solid;
    background: url(/wp-content/uploads/2019/05/curve-divider-golden-desktop-reversed.svg) bottom left no-repeat, url(/wp-content/uploads/2019/05/esi-page-thankyou-model.png) bottom 15vh left no-repeat, linear-gradient(180deg, #2f4d62 50%, #091826 100%);
    background-size: 100%, auto, 100%;
    padding: 10rem 0
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

@media (min-width:768px) {
    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr {
        width: 740px
    }
}

@media (min-width:992px) {
    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr {
        width: 960px
    }
}

@media (min-width:1200px) {
    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr {
        width: 1160px
    }
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr>.navbar-collapse,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:768px) {

    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr>.navbar-collapse,
    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr:active,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr:hover,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr:link,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr:visited {
    color: #fff
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr a {
    color: #fff
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr a:active,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr a:hover,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr a:link,
.esi-page-section.esi-a-thankyou .esi-page-section-ctnr a:visited {
    color: #fff
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr * {
    color: #fff
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr h1 {
    font-family: "Playfair Display", serif;
    font-size: 3rem
}

.esi-page-section.esi-a-thankyou .esi-page-section-ctnr h2 {
    font-family: "Playfair Display", serif;
    font-size: 2rem
}

.esi-page-general {
    padding: 2rem
}

.esi-page-general>*>h3,
.esi-page-general>h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #212121
}

.esi-page-general>*>h3::before,
.esi-page-general>h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-page-general>*>h3::before,
.esi-page-general>h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-page-general .esi-c-preview p {
    font-weight: 700;
    font-size: 18px
}

.esi-page-general .esi-c-btnlist {
    margin-left: -2rem;
    margin-right: -2rem;
    text-align: center;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.esi-page-general .esi-c-btnlist>a {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%
}

@media (min-width:992px) {
    .esi-bg-gradient-lightdark {
        background: linear-gradient(180deg, #ebecf0 0, rgba(255, 255, 255, 0) 30%), url(images/page-bg-curver.png) no-repeat bottom center;
        padding-bottom: 30rem;
        background-size: 100%
    }
}

.esi-programlist-ctnr {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(5px);
    border-radius: 10px
}

.esi-page-program {
    padding: 2rem
}

.esi-page-program>*>h3,
.esi-page-program>h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #212121
}

.esi-page-program>*>h3::before,
.esi-page-program>h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-page-program>*>h3::before,
.esi-page-program>h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-page-program .esi-c-preview p {
    font-weight: 700
}

.esi-owlcarouselctnr.esi-a-desktop {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.esi-list-carousel {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0
}

.esi-list-carousel ul {
    list-style: none
}

.esi-list-carousel .lui-c-ul,
.esi-list-carousel ul {
    padding: 0
}

.esi-list-carousel .lui-c-ul,
.esi-list-carousel ol,
.esi-list-carousel ul {
    display: block;
    margin: 0
}

.esi-list-carousel .lui-c-li,
.esi-list-carousel li {
    display: block;
    padding: 1rem
}

.esi-list-carousel li {
    display: block;
    width: 100%
}

.esi-inputbox-dark {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    display: block;
    padding: 1rem;
    width: 100%;
    border: none
}

.esi-inputbox-dark:active,
.esi-inputbox-dark:hover,
.esi-inputbox-dark:link,
.esi-inputbox-dark:visited {
    color: #fff
}

.esi-inputbox-dark a {
    color: #fff
}

.esi-inputbox-dark a:active,
.esi-inputbox-dark a:hover,
.esi-inputbox-dark a:link,
.esi-inputbox-dark a:visited {
    color: #fff
}

.esi-inputbox-dark * {
    color: #fff
}

.esi-inputbox-dark .esi-c-title,
.esi-inputbox-dark h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-size: 1rem
}

.esi-inputbox-dark .esi-c-title::before,
.esi-inputbox-dark h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-inputbox-dark-ctnr {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.esi-inputbox-dark-ctnr.esi-a-search::before {
    content: "\f002";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    left: 1rem;
    font-family: "Font Awesome 5 Pro";
    color: #c79b64;
    z-index: 999
}

.esi-inputbox-dark-ctnr input[type=text] {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    display: block;
    padding: 1rem;
    width: 100%;
    border: none;
    padding-left: 3rem
}

.esi-inputbox-dark-ctnr input[type=text]:active,
.esi-inputbox-dark-ctnr input[type=text]:hover,
.esi-inputbox-dark-ctnr input[type=text]:link,
.esi-inputbox-dark-ctnr input[type=text]:visited {
    color: #fff
}

.esi-inputbox-dark-ctnr input[type=text] a {
    color: #fff
}

.esi-inputbox-dark-ctnr input[type=text] a:active,
.esi-inputbox-dark-ctnr input[type=text] a:hover,
.esi-inputbox-dark-ctnr input[type=text] a:link,
.esi-inputbox-dark-ctnr input[type=text] a:visited {
    color: #fff
}

.esi-inputbox-dark-ctnr input[type=text] * {
    color: #fff
}

.esi-inputbox-dark-ctnr input[type=text] .esi-c-title,
.esi-inputbox-dark-ctnr input[type=text] h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-size: 1rem
}

.esi-inputbox-dark-ctnr input[type=text] .esi-c-title::before,
.esi-inputbox-dark-ctnr input[type=text] h3::before {
    content: ' ';
    background: #c79b64;
    display: block;
    height: 5px;
    width: 2.5rem;
    margin-bottom: .6rem
}

.esi-singleblog .esi-c-content .esi-c-meta {
    color: #777;
    margin-bottom: 1rem
}

.esi-singleblog .esi-c-content .esi-c-excerpt {
    margin-bottom: 1rem;
    color: #c79b64;
    font-weight: 700;
    font-size: 1.2rem
}

.esi-home-loreal-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 240px !important;
    height: auto
}

.esi-widget-2colinfo-dividertheme {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.esi-widget-2colinfo-dividertheme>:nth-child(2n-1) {
    width: 50%;
    float: left;
    clear: both
}

.esi-widget-2colinfo-dividertheme>:nth-child(2n) {
    width: 50%;
    float: right
}

.esi-widget-2colinfo-dividertheme:after,
.esi-widget-2colinfo-dividertheme:before {
    content: " ";
    display: table
}

.esi-widget-2colinfo-dividertheme:after {
    clear: both
}

.esi-widget-2colinfo-dividertheme:after,
.esi-widget-2colinfo-dividertheme:before {
    content: " ";
    display: table
}

.esi-widget-2colinfo-dividertheme:after {
    clear: both
}

.esi-widget-2colinfo-dividertheme>* {
    font-size: 2rem;
    display: inline-block
}

.esi-widget-2colinfo-dividertheme>* i[class^=fa] {
    color: #c79b64;
    margin-right: 1rem
}

.esi-widget-2colinfo-dividertheme>*>* {
    display: inline-block;
    vertical-align: middle
}

.esi-widget-2colinfo-dividertheme>:first-child {
    padding-right: 3rem
}

.esi-widget-2colinfo-dividertheme>:last-child {
    padding-left: 3rem;
    border-left: #c79b64 1px solid
}

@media (max-width:991px) {
    .esi-owl-promotion .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-100%, -50%);
        font-size: 3rem !important;
        padding-right: .5rem !important;
        color: #bbb !important
    }

    .esi-owl-promotion .owl-nav button.owl-next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(100%, -50%);
        font-size: 3rem !important;
        padding-left: .5rem !important;
        color: #bbb !important
    }
}

@media (min-width:992px) {
    .esi-owl-promotion .owl-nav {
        height: 0 !important;
        overflow: hidden;
        display: inline
    }

    .esi-owl-promotion .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: rgba(0, 0, 0, .05) !important;
        font-size: 5rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        color: #999 !important;
        margin: 0 !important
    }

    .esi-owl-promotion .owl-nav button.owl-prev span {
        color: #999 !important
    }

    .esi-owl-promotion .owl-nav button.owl-next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: rgba(0, 0, 0, .05) !important;
        font-size: 5rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        color: #999 !important;
        margin: 0 !important
    }

    .esi-owl-promotion .owl-nav button.owl-next span {
        color: #999 !important
    }
}

.esi-mobile-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-bottom: 7rem;
    color: #fff;
    background: #6d6d6e
}

.esi-mobile-footer:active,
.esi-mobile-footer:hover,
.esi-mobile-footer:link,
.esi-mobile-footer:visited {
    color: #fff
}

.esi-mobile-footer a {
    color: #fff
}

.esi-mobile-footer a:active,
.esi-mobile-footer a:hover,
.esi-mobile-footer a:link,
.esi-mobile-footer a:visited {
    color: #fff
}

.esi-mobile-footer * {
    color: #fff
}

.esi-mobile-footer .esi-c-btnlist {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem
}

.esi-mobile-footer .esi-c-btnlist .esi-btn-darkbg {
    display: block;
    margin-bottom: 2rem
}

.esi-stickyfooter {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9998
}

.esi-desktop-footer {
    padding: 5rem
}

.esi-desktop-footer .esi-c-left {
    padding-left: 0
}

@media (max-width:991px) {
    .esi-desktop-only {
        display: none !important
    }

    .esi-sociallinks-icon a {
        padding: 0 .25rem
    }

    .esi-header {
        border-left: #c79b64 6px solid;
        background: rgba(255, 255, 255, .8);
        backdrop-filter: blur(5px)
    }

    .esi-header .esi-header-ctnr {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .esi-header .esi-header-ctnr .esi-c-schoolname {
        width: auto
    }

    .esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-logo {
        width: 130px;
        height: 45px
    }

    .esi-header .esi-header-ctnr .esi-c-schoolname .esi-c-campus {
        font-size: 10px
    }

    .esi-header .esi-header-ctnr .esi-c-links {
        width: auto;
        float: right
    }

    .esi-menu .esi-c-btnlist a {
        display: block
    }

    .esi-hero {
        background-size: cover !important
    }

    .esi-hero .esi-hero-ctnr {
        padding-left: 24px;
        padding-right: 0
    }

    .esi-hero .esi-hero-ctnr .esi-c-row .esi-c-caption .esi-btn-outline {
        font-size: 1rem;
        line-height: 2rem;
        padding: 0 .75rem;
        height: auto
    }

    /* .esi-hero.esi-a-home {
        background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/home-video-mobile.jpg) top -3rem left no-repeat, #a9bdbc
    } */

    .esi-hero.esi-a-home .esi-hero-ctnr {
        padding-top: 55vh;
        height: 80vh
    }

    .esi-hero.esi-a-about-us .esi-hero-ctnr {
        padding-bottom: .25rem
    }

    .esi-hero.esi-a-about-us .esi-c-btns {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .esi-hero.esi-a-blog {
        padding-top: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(images/blog-hero-mobile.jpg) top center no-repeat;
        background-size: 100%
    }

    .esi-home-form-mobile {
        padding: 2rem;
        border-radius: 1rem;
        background: rgba(0, 0, 0, .7);
        backdrop-filter: blur(5px);
        color: #fff;
        background: rgba(0, 0, 0, .9);
        border-radius: 0
    }

    .esi-home-form-mobile:active,
    .esi-home-form-mobile:hover,
    .esi-home-form-mobile:link,
    .esi-home-form-mobile:visited {
        color: #fff
    }

    .esi-home-form-mobile a {
        color: #fff
    }

    .esi-home-form-mobile a:active,
    .esi-home-form-mobile a:hover,
    .esi-home-form-mobile a:link,
    .esi-home-form-mobile a:visited {
        color: #fff
    }

    .esi-home-form-mobile * {
        color: #fff
    }

    .esi-home-form-mobile .esi-c-title,
    .esi-home-form-mobile h3 {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        font-size: 1rem
    }

    .esi-home-form-mobile .esi-c-title::before,
    .esi-home-form-mobile h3::before {
        content: ' ';
        background: #c79b64;
        display: block;
        height: 5px;
        width: 2.5rem;
        margin-bottom: .6rem
    }

    .esi-page-general .esi-c-preview {
        margin-top: 1rem
    }

    .esi-page-section.esi-a-ipad {
        display: none;
        text-align: center;
        padding-top: 500px;
        position: relative;
        background: url(images/ipad.png) no-repeat top right
    }

    .esi-page-section.esi-a-ipad .esi-c-text1 {
        padding: 2rem;
        display: none
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 {
        color: #c79b64;
        font-weight: 700;
        text-align: left;
        font-size: 2rem;
        padding: 2rem;
        width: 80%
    }

    .esi-page-section.esi-a-ipad .esi-c-text2:active,
    .esi-page-section.esi-a-ipad .esi-c-text2:hover,
    .esi-page-section.esi-a-ipad .esi-c-text2:link,
    .esi-page-section.esi-a-ipad .esi-c-text2:visited {
        color: #c79b64
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 a {
        color: #c79b64
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 a:active,
    .esi-page-section.esi-a-ipad .esi-c-text2 a:hover,
    .esi-page-section.esi-a-ipad .esi-c-text2 a:link,
    .esi-page-section.esi-a-ipad .esi-c-text2 a:visited {
        color: #c79b64
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 * {
        color: #c79b64
    }

    .esi-page-section.esi-a-loreal .esi-page-section-ctnr {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #aabdbd 65%), url(images/TSPAD22630HRf.png) right 14rem no-repeat, url(images/TSPAD22630HRf-bg-h.jpg) right 13rem repeat-x;
        background-size: 100%
    }

    .esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption {
        padding-top: 0;
        width: 100%
    }

    .esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-home-loreal-logo {
        margin-top: 0 !important;
        padding-top: 3rem
    }

    .esi-page-section.esi-a-thankyou {
        border-left: #c79b64 5px solid;
        background: url(/wp-content/uploads/2019/05/curve-divider-golden-reversed.svg) bottom left no-repeat, linear-gradient(180deg, #2f4d62 50%, #091826 100%);
        background-size: 100%;
        padding: 10rem 0 2rem 0
    }

    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr {
        padding: 2rem
    }

    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr h1 {
        font-size: 3rem
    }

    .esi-page-section.esi-a-thankyou .esi-page-section-ctnr h2 {
        font-size: 2rem
    }

    .esi-page-program .esi-c-detail .esi-c-hours {
        text-align: center
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-summary {
        font-size: 2rem
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both {
        position: relative
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both::before {
        content: '';
        border-left: #aabdbd 1px solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both::after {
        content: 'OR';
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown>:nth-child(2n-1) {
        width: 50%;
        float: left;
        clear: both
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown>:nth-child(2n) {
        width: 50%;
        float: right
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown:after,
    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown:before {
        content: " ";
        display: table
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown:after {
        clear: both
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown:after,
    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown:before {
        content: " ";
        display: table
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap.esi-a-both .esi-c-breakdown:after {
        clear: both
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown strong {
        display: block
    }

    .esi-home-feature-slider .item .esi-card-featurethumb {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin: 2rem 1rem
    }

    .esi-home-feature-slider #esi-home-feature-slide-1 .esi-card-featurethumb {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), url(images/home-feature-bg-mobile-01.jpg) no-repeat top center;
        background-size: cover
    }

    .esi-home-feature-slider #esi-home-feature-slide-2 .esi-card-featurethumb {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), url(images/home-feature-bg-mobile-02.jpg) no-repeat top center;
        background-size: cover
    }

    .esi-home-feature-slider #esi-home-feature-slide-3 .esi-card-featurethumb {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), url(images/home-feature-bg-mobile-03.jpg) no-repeat top center;
        background-size: cover
    }

    .esi-home-feature-slider #esi-home-feature-slide-4 .esi-card-featurethumb {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%), url(images/home-feature-bg-mobile-04.jpg) no-repeat top center;
        background-size: cover
    }

    .esi-bloglist>ul li,
    .esi-bloglist>ul li.esi-c-item {
        padding-right: 0
    }

    .esi-card-programthumb {
        margin: 2rem 1rem
    }

    .esi-card-programthumb .esi-btn-lightbg {
        display: none
    }

    .esi-card-programthumb .esi-c-title {
        margin-top: 16rem
    }

    .esi-owl-promotion:after,
    .esi-owl-promotion:before {
        content: " ";
        display: table
    }

    .esi-owl-promotion:after {
        clear: both
    }

    .esi-owl-promotion:after,
    .esi-owl-promotion:before {
        content: " ";
        display: table
    }

    .esi-owl-promotion:after {
        clear: both
    }

    .esi-owl-promotion .item {
        display: block
    }

    .esi-owl-promotion .item a {
        border-radius: 10px;
        border-left: #c79b64 4px solid;
        display: block;
        margin: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .35);
        overflow: hidden
    }

    body.postid-29 .esi-hero {
        background-position: top left !important
    }

    body.postid-30 .esi-hero {
        background-position: top left -115px !important
    }

    body.postid-31 .esi-hero {
        background-position: top left !important
    }

    body.page-id-53 .esi-hero.esi-a-salon-service {
        background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/esi-page-salonservice-bg-mobile.jpg) center center no-repeat !important
    }

    body.page-id-57 .esi-hero.esi-a-financial-aid {
        background-position: top left !important
    }
}

@media (min-width:992px) {
    .esi-page-wrap {
        padding-bottom: 4rem
    }

    .esi-mobile-only {
        display: none !important
    }

    .esi-desktop-container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-desktop-container>.navbar-collapse,
    .esi-desktop-container>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-header {
        background: rgba(255, 255, 255, .8);
        backdrop-filter: blur(5px);
        border-left: #c79b64 10px solid
    }

    .esi-header .esi-header-ctnr {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-header .esi-header-ctnr>.navbar-collapse,
    .esi-header .esi-header-ctnr>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-header .esi-header-ctnr .esi-c-links {
        font-size: 1.5rem
    }

    .esi-hero esi-c-title,
    .esi-hero h1 {
        font-size: 90px;
        line-height: 1
    }

    .esi-hero .esi-hero-ctnr {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-hero .esi-hero-ctnr>.navbar-collapse,
    .esi-hero .esi-hero-ctnr>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-hero .esi-hero-ctnr .esi-c-row {
        position: relative
    }

    .esi-hero .esi-hero-ctnr .esi-c-row .esi-c-header {
        width: 66.66666667%
    }

    .esi-hero .esi-hero-ctnr .esi-c-row .esi-c-subtitle {
        font-size: 1rem;
        text-transform: uppercase;
        margin-bottom: 1rem
    }

    .esi-hero .esi-hero-ctnr .esi-c-row .esi-c-caption {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(0, 0);
        width: auto !important
    }

    .esi-hero.esi-a-home {
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(images/home-polyline-desktop.png) bottom -56vh center no-repeat, url(/wp-content/uploads/2019/05/home-video-desktop.jpg) top center no-repeat, #a9bdbc; */
        background-size: cover
    }

    .esi-hero.esi-a-home .esi-hero-ctnr {
        height: 200rem;
        padding-bottom: 100rem;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-hero.esi-a-home .esi-hero-ctnr::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .esi-hero.esi-a-home .esi-hero-ctnr>.navbar-collapse,
    .esi-hero.esi-a-home .esi-hero-ctnr>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-hero.esi-a-home .esi-hero-ctnr h1 {
        margin-top: 28%;
        margin-left: 10rem;
        border-left: #c79b64 10px solid;
        white-space: pre-line;
        padding-left: 2rem;
        font-size: 120px
    }

    .esi-hero.esi-a-home .esi-hero-ctnr h1 span {
        display: inline-block;
        width: 16rem
    }

    .esi-hero.esi-a-home .esi-hero-ctnr .esi-c-formctnr {
        padding: 2rem;
        border-radius: 1rem;
        background: rgba(0, 0, 0, .7);
        backdrop-filter: blur(5px);
        margin-left: auto;
        margin-right: auto;
        margin-top: 35rem;
        margin-bottom: 0
    }

    /* .esi-hero.esi-a-page-general {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/esi-page-salonservice-bg.jpg) center center no-repeat;
        background-size: cover
    }

    .esi-hero.esi-a-page-general .esi-hero-ctnr {
        padding-top: 30rem;
        padding-bottom: 5rem
    }

    .esi-hero.esi-a-program {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/esi-program-cosmetology-hero.jpg) center center no-repeat;
        background-size: cover
    }

    .esi-hero.esi-a-program .esi-hero-ctnr {
        padding-top: 30rem;
        padding-bottom: 5rem
    }

    .esi-hero.esi-a-about-us {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/esi-page-aboutus-bg.jpg) center center no-repeat;
        background-size: cover
    }

    .esi-hero.esi-a-about-us .esi-hero-ctnr {
        padding-top: 30rem;
        padding-bottom: 5rem
    }

    .esi-hero.esi-a-blog {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 100%), url(/wp-content/uploads/2019/05/esi-page-blog-bg.jpg) center center no-repeat;
        background-size: cover
    } */

    .esi-hero.esi-a-blog .esi-hero-ctnr {
        padding-top: 30rem;
        padding-bottom: 5rem
    }

    .esi-hero.esi-a-blog .esi-c-searchbox {
        margin-top: 5rem
    }

    .esi-hero.esi-a-singleblog {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, #c79b64 80%, #fff 80%, #fff 100%);
        background-size: 100%
    }

    .esi-hero.esi-a-singleblog .esi-hero-ctnr {
        padding-top: 15rem
    }

    .esi-hero.esi-a-singleblog .esi-hero-ctnr .esi-c-header h1 {
        font-size: 97px;
        margin-bottom: 3rem
    }

    .esi-hero.esi-a-singleblog .esi-hero-ctnr .esi-c-header .esi-c-featuredimage {
        width: 80%;
        margin-left: 0;
        margin-right: 0
    }

    .esi-hero.esi-a-singleblog .esi-c-searchbox {
        margin-top: 5rem
    }

    .esi-curvebg-golden-b {
        background: 0 0;
        background-size: 100%;
        width: 100%;
        min-height: 40vh
    }

    .esi-page-section.esi-a-general .esi-page-section-ctnr {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-page-section.esi-a-general .esi-page-section-ctnr>.navbar-collapse,
    .esi-page-section.esi-a-general .esi-page-section-ctnr>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-page-section.esi-a-loreal .esi-page-section-ctnr {
        /* background: url(/wp-content/uploads/2019/05/esi-home-loreal-model.png) right 8rem no-repeat, url(images/curve-divider-golden-desktop.svg) no-repeat left top, url(/wp-content/uploads/2019/05/esi-home-loreal-bg.jpg) right 8rem repeat-x; */
        background-size: 50%, 100%, cover;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .esi-page-section.esi-a-loreal .esi-page-section-ctnr::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .esi-page-section.esi-a-loreal .esi-page-section-ctnr .esi-c-caption {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.5rem;
        max-width: 40rem
    }

    .esi-page-section.esi-a-loreal .esi-home-loreal-logo {
        padding-top: 10vh
    }

    .esi-page-section.esi-a-loreal .esi-programlist-ctnr {
        width: 60%;
        margin: -3rem 0 0 0
    }

    .esi-page-section.esi-a-redken .esi-page-section-ctnr {
        background: url(/wp-content/uploads/2019/05/esi-home-loreal-model.png) right 30vh no-repeat, url(images/home-polyline-desktop.png) top -52vh center no-repeat, url(/wp-content/uploads/2019/05/esi-home-loreal-bg.jpg) right 8rem repeat-x;
        background-size: 50%, 100%, cover;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .esi-page-section.esi-a-redken .esi-page-section-ctnr::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .esi-page-section.esi-a-redken .esi-page-section-ctnr .esi-c-caption {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.5rem;
        max-width: 40rem
    }

    .esi-page-section.esi-a-redken .esi-home-loreal-logo {
        padding-top: 10vh
    }

    .esi-page-section.esi-a-redken .esi-programlist-ctnr {
        width: 60%;
        margin: -3rem 0 0 0
    }

    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 2rem
    }

    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2>.navbar-collapse,
    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2 small {
        font-size: 1.5rem;
        font-weight: 400;
        display: block;
        font-family: Montserrat, sans-serif;
        text-transform: none
    }

    .esi-page-section.esi-a-golden .esi-page-section-ctnr {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-page-section.esi-a-golden .esi-page-section-ctnr>.navbar-collapse,
    .esi-page-section.esi-a-golden .esi-page-section-ctnr>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-page-section.esi-a-golden .esi-page-section-ctnr .esi-c-left {
        padding-right: 10rem
    }

    .esi-page-section.esi-a-ipad {
        text-align: center;
        padding-top: 50%;
        position: relative;
        background: url(images/ipad-bg.png) no-repeat bottom right
    }

    .esi-page-section.esi-a-ipad .esi-c-text1 {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 25rem
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 {
        position: absolute;
        width: 15rem;
        color: #c79b64;
        font-weight: 700;
        left: 60%;
        top: 80%
    }

    .esi-page-section.esi-a-ipad .esi-c-text2:active,
    .esi-page-section.esi-a-ipad .esi-c-text2:hover,
    .esi-page-section.esi-a-ipad .esi-c-text2:link,
    .esi-page-section.esi-a-ipad .esi-c-text2:visited {
        color: #c79b64
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 a {
        color: #c79b64
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 a:active,
    .esi-page-section.esi-a-ipad .esi-c-text2 a:hover,
    .esi-page-section.esi-a-ipad .esi-c-text2 a:link,
    .esi-page-section.esi-a-ipad .esi-c-text2 a:visited {
        color: #c79b64
    }

    .esi-page-section.esi-a-ipad .esi-c-text2 * {
        color: #c79b64
    }

    .esi-page-section-saloncta {
        background: url(/wp-content/uploads/2019/05/esi-page-salonservice-cta-bg.jpg) no-repeat top left;
        background-size: cover;
        padding: 10rem 0 10rem 40%
    }

    .esi-page-section-saloncta .esi-c-content {
        border-left: #c79b64 8px solid;
        padding: 0 3rem
    }

    .esi-page-section-saloncta .esi-c-content h3 {
        color: #fff;
        font-size: 4rem;
        font-family: "Playfair Display", serif
    }

    .esi-page-program .esi-c-detail .esi-c-hours {
        font-size: 1.5rem
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-summary {
        border-left: #c79b64 5px solid;
        padding: 1rem;
        display: inline-block
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown-wrap {
        display: inline-block
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown {
        display: inline-block
    }

    .esi-page-program .esi-c-detail .esi-c-hours .esi-c-breakdown div {
        border-left: #c79b64 5px solid;
        padding: 1rem;
        display: inline-block
    }

    .esi-slider {
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .esi-slider::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .esi-page-section-full {
        padding-top: 30rem;
        background: center top no-repeat;
        background-size: cover
    }

    .esi-page-section-full.esi-a-salon1 {
        background-image: url(images/home-feature-bg-desktop-01.webp)
    }

    .esi-page-section-full.esi-a-salon2 {
        background-image: url(images/home-feature-bg-desktop-02.webp)
    }

    .esi-page-section-full.esi-a-salon2 .esi-c-box {
        margin-top: -24vh
    }

    .esi-page-section-full.esi-a-salon2 .esi-c-box.esi-a-show {
        margin-top: -40vh
    }

    .esi-page-section-full.esi-a-salon3 {
        background-image: url(images/home-feature-bg-desktop-03.webp)
    }

    .esi-page-section-full.esi-a-salon4 {
        background-image: url(images/home-feature-bg-desktop-04.webp)
    }

    .esi-page-section-full.esi-a-salon5 {
        background-image: linear-gradient(180deg, rgba(47, 77, 98, 0) 30%, #2f4d62 100%), url(images/salon-slider-5.webp)
    }

    .esi-page-section-full .esi-c-box {
        padding: 2rem;
        border-radius: 1rem;
        background: rgba(0, 0, 0, .7);
        backdrop-filter: blur(5px);
        color: #fff;
        width: 50%;
        opacity: 0;
        margin-top: 4rem;
        transition-duration: .5s;
        transition-property: 'opacity margin-top';
        transition-duration: 1s
    }

    .esi-page-section-full .esi-c-box:active,
    .esi-page-section-full .esi-c-box:hover,
    .esi-page-section-full .esi-c-box:link,
    .esi-page-section-full .esi-c-box:visited {
        color: #fff
    }

    .esi-page-section-full .esi-c-box a {
        color: #fff
    }

    .esi-page-section-full .esi-c-box a:active,
    .esi-page-section-full .esi-c-box a:hover,
    .esi-page-section-full .esi-c-box a:link,
    .esi-page-section-full .esi-c-box a:visited {
        color: #fff
    }

    .esi-page-section-full .esi-c-box * {
        color: #fff
    }

    .esi-page-section-full .esi-c-box .esi-c-title,
    .esi-page-section-full .esi-c-box h3 {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        font-size: 1rem
    }

    .esi-page-section-full .esi-c-box .esi-c-title::before,
    .esi-page-section-full .esi-c-box h3::before {
        content: ' ';
        background: #c79b64;
        display: block;
        height: 5px;
        width: 2.5rem;
        margin-bottom: .6rem
    }

    .esi-page-section-full .esi-c-box * {
        font-size: 125%
    }

    .esi-page-section-full .esi-c-box h3 {
        font-size: 175%;
        margin-bottom: 2rem;
        text-transform: none;
        line-height: 150%
    }

    .esi-page-section-full .esi-c-box h3::before {
        margin-bottom: 1rem
    }

    .esi-page-section-full .esi-c-box.esi-a-show {
        opacity: 1;
        margin-top: 0
    }

    .esi-page-section-full .esi-c-box .esi-c-content {
        display: none
    }

    .esi-page-section-full.esi-a-box-r:after,
    .esi-page-section-full.esi-a-box-r:before {
        content: " ";
        display: table
    }

    .esi-page-section-full.esi-a-box-r:after {
        clear: both
    }

    .esi-page-section-full.esi-a-box-r:after,
    .esi-page-section-full.esi-a-box-r:before {
        content: " ";
        display: table
    }

    .esi-page-section-full.esi-a-box-r:after {
        clear: both
    }

    .esi-page-section-full.esi-a-box-r .esi-c-box {
        float: right
    }

    .esi-desktop-layout-8-4>:nth-child(2n-1) {
        width: 66.6%;
        float: left;
        clear: both
    }

    .esi-desktop-layout-8-4>:nth-child(2n) {
        width: 33.3%;
        float: right
    }

    .esi-desktop-layout-8-4:after,
    .esi-desktop-layout-8-4:before {
        content: " ";
        display: table
    }

    .esi-desktop-layout-8-4:after {
        clear: both
    }

    .esi-desktop-layout-8-4:after,
    .esi-desktop-layout-8-4:before {
        content: " ";
        display: table
    }

    .esi-desktop-layout-8-4:after {
        clear: both
    }

    .esi-desktop-layout-8-4 .esi-c-left {
        padding-right: 2rem
    }

    .esi-desktop-layout-8-4.esi-a-reversed>:nth-child(2n-1) {
        width: 33.3%;
        float: left;
        clear: both
    }

    .esi-desktop-layout-8-4.esi-a-reversed>:nth-child(2n) {
        width: 66.6%;
        float: right
    }

    .esi-desktop-layout-8-4.esi-a-reversed:after,
    .esi-desktop-layout-8-4.esi-a-reversed:before {
        content: " ";
        display: table
    }

    .esi-desktop-layout-8-4.esi-a-reversed:after {
        clear: both
    }

    .esi-desktop-layout-8-4.esi-a-reversed:after,
    .esi-desktop-layout-8-4.esi-a-reversed:before {
        content: " ";
        display: table
    }

    .esi-desktop-layout-8-4.esi-a-reversed:after {
        clear: both
    }

    .esi-desktop-layout-8-4.esi-a-reversed .esi-c-right {
        float: right
    }

    .esi-page-general .esi-page-general-ctnr {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-page-general .esi-page-general-ctnr>.navbar-collapse,
    .esi-page-general .esi-page-general-ctnr>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-page-general .esi-c-preview p {
        font-size: 22.5px
    }

    .esi-desktop-footer-cta {
        text-align: center
    }

    .esi-desktop-footer-cta h3 {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        font-size: 2rem;
        display: inline-block
    }

    .esi-desktop-footer-cta h3::before {
        content: ' ';
        background: #c79b64;
        display: block;
        height: 5px;
        width: 2.5rem;
        margin-bottom: .6rem
    }

    .esi-stickyfooter {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        bottom: 0;
        transform: translate(-50%, 0);
        padding-top: .5rem;
        padding-bottom: .5rem;
        background: rgba(255, 255, 255, .85);
        backdrop-filter: blur(5px);
        border-radius: 2.5rem;
        position: fixed;
        bottom: 1rem;
        z-index: 9998;
        width: auto !important;
        left: 50%
    }

    .esi-stickyfooter>.navbar-collapse,
    .esi-stickyfooter>.navbar-header {
        margin-right: -10px;
        margin-left: -10px
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-icon {
        display: none
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 15px;
        line-height: 1.5;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #c79b64;
        border-color: #c08f51;
        font-weight: 700;
        color: #fff;
        font-size: 1.1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        background: rgba(0, 0, 0, .15);
        border: none;
        border-radius: 2rem;
        background: #c79b64;
        padding-top: .25rem;
        padding-bottom: .25rem;
        height: 2.5rem;
        line-height: 2rem
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active:focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active:focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:hover {
        color: #333;
        text-decoration: none
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.disabled,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text[disabled],
    fieldset[disabled] .esi-stickyfooter .esi-btn-largeicon .esi-c-text {
        cursor: not-allowed;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    a.esi-stickyfooter .esi-btn-largeicon .esi-c-text.disabled,
    fieldset[disabled] a.esi-stickyfooter .esi-btn-largeicon .esi-c-text {
        pointer-events: none
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:focus {
        color: #fff;
        background-color: #b68242;
        border-color: #6b4d27
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:hover {
        color: #fff;
        background-color: #b68242;
        border-color: #9c7038
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active,
    .open>.dropdown-toggle.esi-stickyfooter .esi-btn-largeicon .esi-c-text {
        color: #fff;
        background-color: #b68242;
        border-color: #9c7038
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active:focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active:hover,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active:focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active:hover,
    .open>.dropdown-toggle.esi-stickyfooter .esi-btn-largeicon .esi-c-text.focus,
    .open>.dropdown-toggle.esi-stickyfooter .esi-btn-largeicon .esi-c-text:focus,
    .open>.dropdown-toggle.esi-stickyfooter .esi-btn-largeicon .esi-c-text:hover {
        color: #fff;
        background-color: #9c7038;
        border-color: #6b4d27
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.active,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active,
    .open>.dropdown-toggle.esi-stickyfooter .esi-btn-largeicon .esi-c-text {
        background-image: none
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.disabled.focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.disabled:focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text.disabled:hover,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text[disabled].focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text[disabled]:focus,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text[disabled]:hover,
    fieldset[disabled] .esi-stickyfooter .esi-btn-largeicon .esi-c-text.focus,
    fieldset[disabled] .esi-stickyfooter .esi-btn-largeicon .esi-c-text:focus,
    fieldset[disabled] .esi-stickyfooter .esi-btn-largeicon .esi-c-text:hover {
        background-color: #c79b64;
        border-color: #c08f51
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text .badge {
        color: #c79b64;
        background-color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:hover,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:link,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:visited {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:active,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:hover,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:link,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:visited {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text * {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:active,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:hover,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:link,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text:visited {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:active,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:hover,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:link,
    .esi-stickyfooter .esi-btn-largeicon .esi-c-text a:visited {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text * {
        color: #fff
    }

    .esi-stickyfooter .esi-btn-largeicon .esi-c-text small {
        display: block;
        font-size: .85rem;
        font-weight: 400;
        white-space: pre-wrap
    }

    .esi-bloglist:not(.esi-a-responsive)>ul li,
    .esi-bloglist:not(.esi-a-responsive)>ul li.esi-c-item {
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }

    .esi-bloglist.esi-a-responsive>ul {
        margin-left: -10px;
        margin-right: -10px
    }

    .esi-bloglist.esi-a-responsive>ul>:nth-child(3n-2) {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        clear: both
    }

    .esi-bloglist.esi-a-responsive>ul>:nth-child(3n-1) {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-bloglist.esi-a-responsive>ul>:nth-child(3n) {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }

    .esi-bloglist.esi-a-responsive>ul:after,
    .esi-bloglist.esi-a-responsive>ul:before {
        content: " ";
        display: table
    }

    .esi-bloglist.esi-a-responsive>ul:after {
        clear: both
    }

    .esi-bloglist.esi-a-responsive>ul:after,
    .esi-bloglist.esi-a-responsive>ul:before {
        content: " ";
        display: table
    }

    .esi-bloglist.esi-a-responsive>ul:after {
        clear: both
    }

    .esi-bloglist.esi-a-responsive>ul li,
    .esi-bloglist.esi-a-responsive>ul li.esi-c-item {
        margin-bottom: 2rem
    }

    .esi-bloglist.esi-a-responsive>ul li .esi-c-content,
    .esi-bloglist.esi-a-responsive>ul li.esi-c-item .esi-c-content {
        font-size: 1rem;
        font-weight: 400;
        display: block;
        font-family: Montserrat, sans-serif
    }

    .esi-bloglist.esi-a-responsive>ul li .esi-c-content .esi-c-meta,
    .esi-bloglist.esi-a-responsive>ul li.esi-c-item .esi-c-content .esi-c-meta {
        color: #777;
        margin-bottom: 1rem
    }

    .esi-bloglist.esi-a-responsive>ul li .esi-c-content .esi-c-excerpt,
    .esi-bloglist.esi-a-responsive>ul li.esi-c-item .esi-c-content .esi-c-excerpt {
        margin-bottom: 1rem
    }

    .esi-bloglist.esi-a-responsive>ul li.esi-c-item>a,
    .esi-bloglist.esi-a-responsive>ul li>a {
        padding-right: 2rem !important;
        display: block;
        max-height: 5rem;
        overflow: hidden
    }

    .esi-bloglist.esi-a-responsive>ul li.esi-c-item::after,
    .esi-bloglist.esi-a-responsive>ul li::after {
        display: none
    }

    .esi-singleblog {
        margin-left: 20%;
        margin-right: 20%
    }

    .esi-singleblog .esi-c-content .esi-c-excerpt {
        font-size: 2rem
    }

    .esi-card-programthumb {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .8) 100%), url(images/program-card-bg-desktop.png) no-repeat top left;
        width: 520px;
        margin: 1.5rem
    }

    .esi-card-programthumb .esi-btn-lightbg {
        float: right;
        transform: scale(.8)
    }

    .esi-card-programthumb .esi-c-title {
        margin-bottom: 1rem
    }

    .esi-card-programthumb.esi-a-links {
        width: 300px
    }

    .esi-card-programthumb.esi-a-links .esi-c-title {
        margin-top: 10rem
    }

    body.page-id-5 .esi-hero esi-c-title,
    body.page-id-5 .esi-hero h1 {
        font-size: 80px
    }

    body.page-id-53 .esi-hero.esi-a-salon-service {
        /* background-position: top center !important; */
        background-size: cover !important
    }

    body.page-id-53 .esi-page-general.esi-a-nogap {
        padding-top: 0;
        padding-bottom: 0
    }

    body.page-id-53 .esi-page-general.esi-a-nogap .esi-desktop-layout-8-4 .esi-c-left {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    body.page-id-55 h1 {
        display: none
    }

    body.page-id-55 .esi-c-row {
        display: none
    }

    body.page-id-57 .esi-hero.esi-a-financial-aid {
        background-position: top center, bottom left !important;
        background-position: center center !important;
        background-size: cover !important
    }

    body.page-id-61 .esi-hero.esi-a-contact-us .esi-c-row {
        display: none
    }

    body.page-id-61 .esi-desktop-footer .esi-menu-desktop .esi-c-left,
    body.page-id-61 .esi-desktop-footer .esi-menu-desktop .esi-c-right {
        display: none
    }

    body.postid-28 .esi-hero.esi-a-program {
        background-position: top center, top -8vw center !important;
        background-size: cover !important
    }

    body.postid-28 .esi-hero esi-c-title,
    body.postid-28 .esi-hero h1 {
        font-size: 83px
    }

    /* body.postid-31 .esi-hero.esi-a-program {
        background-position: top left !important
    } */

    body.postid-31 .esi-hero esi-c-title,
    body.postid-31 .esi-hero h1 {
        font-size: 83px
    }

    body.postid-32 .esi-hero esi-c-title,
    body.postid-32 .esi-hero h1 {
        font-size: 83px
    }

    .esi-tspa .esi-programlist-ctnr {
        border-radius: 0
    }

    .esi-tspa .esi-stickyfooter {
        border-radius: 0
    }

    .esi-tspa .esi-stickyfooter .esi-btn-largeicon .esi-c-text {
        border-radius: 0;
        background-color: #000;
        border: 0;
        text-transform: uppercase
    }

    .esi-tspa .esi-header .esi-header-ctnr {
        padding-top: 0;
        padding-bottom: 0
    }

    .esi-tspa .aaa {
        border-radius: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-desktop-container {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-desktop-container {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-desktop-container {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-desktop-container>.navbar-collapse,
    .esi-desktop-container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-header .esi-header-ctnr {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-header .esi-header-ctnr {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-header .esi-header-ctnr {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-header .esi-header-ctnr>.navbar-collapse,
    .esi-header .esi-header-ctnr>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-hero .esi-hero-ctnr {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-hero .esi-hero-ctnr {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-hero .esi-hero-ctnr {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-hero .esi-hero-ctnr>.navbar-collapse,
    .esi-hero .esi-hero-ctnr>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-hero.esi-a-home .esi-hero-ctnr {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-hero.esi-a-home .esi-hero-ctnr {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-hero.esi-a-home .esi-hero-ctnr {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-hero.esi-a-home .esi-hero-ctnr>.navbar-collapse,
    .esi-hero.esi-a-home .esi-hero-ctnr>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-page-section.esi-a-general .esi-page-section-ctnr {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-page-section.esi-a-general .esi-page-section-ctnr {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-page-section.esi-a-general .esi-page-section-ctnr {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-page-section.esi-a-general .esi-page-section-ctnr>.navbar-collapse,
    .esi-page-section.esi-a-general .esi-page-section-ctnr>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2 {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2 {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2 {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2>.navbar-collapse,
    .esi-page-section.esi-a-salon .esi-page-section-ctnr h2>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-page-section.esi-a-golden .esi-page-section-ctnr {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-page-section.esi-a-golden .esi-page-section-ctnr {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-page-section.esi-a-golden .esi-page-section-ctnr {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-page-section.esi-a-golden .esi-page-section-ctnr>.navbar-collapse,
    .esi-page-section.esi-a-golden .esi-page-section-ctnr>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-page-general .esi-page-general-ctnr {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-page-general .esi-page-general-ctnr {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-page-general .esi-page-general-ctnr {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-page-general .esi-page-general-ctnr>.navbar-collapse,
    .esi-page-general .esi-page-general-ctnr>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:768px) {
    .esi-stickyfooter {
        width: 740px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-stickyfooter {
        width: 960px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .esi-stickyfooter {
        width: 1160px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .esi-stickyfooter>.navbar-collapse,
    .esi-stickyfooter>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-bloglist.esi-a-responsive>ul>:nth-child(3n-2) {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-bloglist.esi-a-responsive>ul>:nth-child(3n-1) {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:992px) and (min-width:992px) {
    .esi-bloglist.esi-a-responsive>ul>:nth-child(3n) {
        float: left;
        width: 33.33333333%
    }
}