<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

@media all {
    html.with-featherlight {
        overflow: hidden
    }

    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0,0,0,0)
    }

    .featherlight:last-of-type {
        background: rgba(0,0,0,.8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner {
        display: none
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial,sans-serif;
        background: #fff;
        background: rgba(255,255,255,.3);
        color: #000;
        border: 0;
        padding: 0
    }

    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }

    .featherlight iframe {
        border: 0
    }

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

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left:0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format('embedded-opentype'),url(../fonts/slick.woff) format('woff'),url(../fonts/slick.ttf) format('truetype'),url(../fonts/slick.svg#slick) format('svg')
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul&gt;li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}


ï»¿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

@media print {
    *,*:before,*:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/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: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-chevron-left:before {
    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
}

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

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

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #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: 500;
    line-height: 1.1;
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #E22552
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #E22552
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

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

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

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

.initialism {
    font-size: 90%
}

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

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

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

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

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

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

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

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

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

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

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

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

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

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

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

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

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

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

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

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: rgba(0,0,0,0)
}

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

th {
    text-align: left
}

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

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

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

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

.table&gt;tbody+tbody {
    border-top: 2px solid #ddd
}

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

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

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

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

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

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

.table-hover&gt;tbody&gt;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&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th {
    background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

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

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

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

    .table-responsive&gt;.table {
        margin-bottom: 0
    }

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

    .table-responsive&gt;.table-bordered {
        border: 0
    }

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

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

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

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

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

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

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

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

input[type="file"] {
    display: block
}

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

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

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

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

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

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

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

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

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

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

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #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="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
        line-height:34px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

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

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

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

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}

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

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

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

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

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

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

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

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

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

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

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

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

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

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

    .form-inline .input-group&gt;.form-control {
        width: 100%
    }

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

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

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

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

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

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

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

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

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

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

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

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

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

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

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

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

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

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(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&gt;.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

.btn-default:active,.btn-default.active,.open&gt;.btn-default.dropdown-toggle {
    background-image: none
}

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

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

.btn-primary {
    color: #fff;
    background-color: #E22552;
    border-color: #d21c47
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #bb1940;
    border-color: #610d21
}

.btn-primary:hover {
    color: #fff;
    background-color: #bb1940;
    border-color: #9c1535
}

.btn-primary:active,.btn-primary.active,.open&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bb1940;
    border-color: #9c1535
}

.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open&gt;.btn-primary.dropdown-toggle:hover,.open&gt;.btn-primary.dropdown-toggle:focus,.open&gt;.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #9c1535;
    border-color: #610d21
}

.btn-primary:active,.btn-primary.active,.open&gt;.btn-primary.dropdown-toggle {
    background-image: none
}

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

.btn-primary .badge {
    color: #E22552;
    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&gt;.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

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

.btn-success:active,.btn-success.active,.open&gt;.btn-success.dropdown-toggle {
    background-image: none
}

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

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

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

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

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

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

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

.btn-info:active,.btn-info.active,.open&gt;.btn-info.dropdown-toggle {
    background-image: none
}

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

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

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

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

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

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

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

.btn-warning:active,.btn-warning.active,.open&gt;.btn-warning.dropdown-toggle {
    background-image: none
}

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

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

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

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

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

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

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

.btn-danger:active,.btn-danger.active,.open&gt;.btn-danger.dropdown-toggle {
    background-image: none
}

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

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

.btn-link {
    color: #E22552;
    font-weight: normal;
    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:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

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

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

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

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

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

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

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus {
    color: #777
}

.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open&gt;.dropdown-menu {
    display: block
}

.open&gt;a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.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 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -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,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: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
    }

    th.visible-md,td.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
    }

    th.visible-lg,td.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
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: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
    }

    th.visible-md,td.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
    }

    th.visible-lg,td.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
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "î¤"
}

[dir="rtl"] .slick-prev:before {
    content: "î¤‚"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "î¤‚"
}

[dir="rtl"] .slick-next:before {
    content: "î¤"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "ï„‘";
    width: 20px;
    height: 20px;
    font-family: "icomoon";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #E22552;
    opacity: .75
}

@font-face {
    font-family: 'Averta for TBWA';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Light.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Light.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Averta for TBWA';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Bold.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Bold.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Averta for TBWA';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Extrabold.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Extrabold.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Extrabold.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Averta for TBWA Extrathin';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Extrathin.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Extrathin.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Extrathin.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Extrathin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Averta for TBWA';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Thin.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Thin.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Thin.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Averta for TBWA';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Semibold.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Semibold.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Semibold.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Averta for TBWA';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Regular.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Regular.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Averta for TBWA';
    src: url("../fonts/averta/hinted-AvertaforTBWA-Black.eot");
    src: url("../fonts/averta/hinted-AvertaforTBWA-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/averta/hinted-AvertaforTBWA-Black.woff") format("woff"),url("../fonts/averta/hinted-AvertaforTBWA-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-MediumItalic.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-MediumItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-MediumItalic.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-MediumItalic.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-MediumItalic.svg#GalaxieCopernicus-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Medium.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Medium.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Medium.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Medium.svg#GalaxieCopernicus-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Semibold.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Semibold.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Semibold.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Semibold.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Semibold.svg#GalaxieCopernicus-Semibold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-HeavyItalic.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-HeavyItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-HeavyItalic.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-HeavyItalic.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-HeavyItalic.svg#GalaxieCopernicus-HeavyItalic") format("svg");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Heavy.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Heavy.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Heavy.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Heavy.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Heavy.svg#GalaxieCopernicus-Heavy") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-SemiboldItalic.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-SemiboldItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-SemiboldItalic.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-SemiboldItalic.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-SemiboldItalic.svg#GalaxieCopernicus-SemiboldItalic") format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Bold.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Bold.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Bold.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Bold.svg#GalaxieCopernicus-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BoldItalic.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BoldItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BoldItalic.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BoldItalic.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BoldItalic.svg#GalaxieCopernicus-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Extrabold.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Extrabold.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Extrabold.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Extrabold.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Extrabold.svg#GalaxieCopernicus-Extrabold") format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BookItalic.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BookItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BookItalic.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BookItalic.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-BookItalic.svg#GalaxieCopernicus-BookItalic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Book.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Book.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Book.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Book.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-Book.svg#GalaxieCopernicus-Book") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Galaxie Copernicus';
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-ExtraboldItalic.eot");
    src: url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-ExtraboldItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-ExtraboldItalic.woff") format("woff"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-ExtraboldItalic.ttf") format("truetype"),url("../fonts/galaxiecopernicus/hinted-GalaxieCopernicus-ExtraboldItalic.svg#GalaxieCopernicus-ExtraboldItalic") format("svg");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?vfcz5i");
    src: url("../fonts/icomoon.eot?vfcz5i#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?vfcz5i") format("truetype"),url("../fonts/icomoon.woff?vfcz5i") format("woff"),url("../fonts/icomoon.svg?vfcz5i#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-heart:before {
    content: "\f004"
}

.icon-check:before {
    content: "\f00c"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-phone:before {
    content: "\f095"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-circle-o:before {
    content: "\f10c"
}

.icon-circle:before {
    content: "\f111"
}

.icon-chevron-down:before,.icon-arrow-down:before {
    content: "\e900"
}

.icon-arrow-left:before {
    content: "\e901"
}

.icon-arrow-right:before {
    content: "\e902"
}

.icon-arrow-up:before {
    content: "\e903"
}

.icon-facebook:before {
    content: "\e904"
}

.icon-instagram:before {
    content: "\e905"
}

.icon-linked-in:before {
    content: "\e906"
}

.icon-loader .path1:before {
    content: "\e907";
    color: #787879
}

.icon-loader .path2:before {
    content: "\e912";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path3:before {
    content: "\e913";
    margin-left: -1em;
    color: #d71d4b
}

.icon-loader .path4:before {
    content: "\e914";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path5:before {
    content: "\e915";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path6:before {
    content: "\e916";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path7:before {
    content: "\e917";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path8:before {
    content: "\e918";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path9:before {
    content: "\e919";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path10:before {
    content: "\e91a";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path11:before {
    content: "\e91b";
    margin-left: -1em;
    color: #787879
}

.icon-loader .path12:before {
    content: "\e91c";
    margin-left: -1em;
    color: #787879
}

.icon-logo .path1:before {
    content: "\e908";
    color: #d71d4b
}

.icon-logo .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: #fff
}

.icon-logo .path3:before {
    content: "\e90a";
    margin-left: -1em;
    color: #fff
}

.icon-logo .path4:before {
    content: "\e90b";
    margin-left: -1em;
    color: #fff
}

.icon-logo .path5:before {
    content: "\e90c";
    margin-left: -1em;
    color: #fff
}

.icon-logo .path6:before {
    content: "\e90d";
    margin-left: -1em;
    color: #fff
}

.icon-menu:before {
    content: "\e90e"
}

.icon-search:before {
    content: "\e90f"
}

.icon-twitter:before {
    content: "\e910"
}

.icon-x:before {
    content: "\e911"
}

@font-face {
    font-family: 'icomoon-new';
    src: url("../fonts/icomoon-new.eot?ld5z8o");
    src: url("../fonts/icomoon-new.eot?ld5z8o#iefix") format("embedded-opentype"),url("../fonts/icomoon-new.ttf?ld5z8o") format("truetype"),url("../fonts/icomoon-new.woff?ld5z8o") format("woff"),url("../fonts/icomoon-new.svg?ld5z8o#icomoon-new") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-new-"],[class*=" icon-new-"] {
    font-family: 'icomoon-new' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-new-logo:before {
    content: "\e900";
    color: #d7144a
}

#navbar {
    width: 100%;
    background: #F1F1F1;
    color: #797979;
    position: fixed;
    top: 0;
    z-index: 100
}

#navbar a {
    text-decoration: none !important;
    color: #797979
}

#navbar .wrapper.grid-nav-inner:before,#navbar .wrapper.grid-nav-inner:after {
    content: "";
    display: none
}

#navbar .wrapper {
    position: relative;
    padding: 15px 15px;
    display: table;
    width: 100%
}

#navbar .wrapper:before,#navbar .wrapper:after {
    content: " ";
    display: table
}

#navbar .wrapper:after {
    clear: both
}

#navbar .wrapper&gt;div {
    display: table-cell;
    vertical-align: middle
}

#navbar .wrapper .left-col {
    width: 72px;
    text-align: left
}

#navbar .wrapper .right-col {
    text-align: right
}

#navbar #header-grid-logo {
    float: left;
    display: block;
    margin: 0 24px 0 0
}

#navbar #header-grid-logo .icon-logo,#navbar #header-grid-logo .icon-new-logo {
    display: block;
    font-size: 45px
}

#navbar #section-title {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 20px 0;
    z-index: -1;
    height: 18px;
    width: 100%;
    font-weight: 200;
    box-sizing: border-box;
    font-family: "Averta for TBWA",sans;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    color: #797979
}

#navbar .section-nav {
    display: block;
    font-size: 1.2em;
    line-height: 20px;
    padding-left: 0;
    margin: 0
}

#navbar .section-nav .hambuger {
    display: inline-block;
    color: #797979;
    float: left;
    margin-top: 2px;
    cursor: pointer
}

#navbar .section-nav .hambuger.icon-close {
    color: #797979
}

#navbar .section-nav .grid-top-nav {
    display: none
}

#navbar .section-nav .grid-top-nav .nav-social-icons {
    display: none
}

#navbar .section-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#navbar .section-nav li {
    font-family: "Averta for TBWA",sans;
    margin: 0 0 0 30px;
    float: left
}

#navbar .section-nav li a {
    background: transparent;
    font-size: 0.8em;
    font-weight: 300
}

#navbar #nav-search-close {
    display: inline-block
}

#navbar .nav-search-icon,#navbar .nav-social-icons {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    padding-top: 2px
}

@media screen and (max-width: 768px) {
    #navbar .nav-search-icon,#navbar .nav-social-icons {
        padding-top:10px
    }
}

#navbar .nav-search-icon a,#navbar .nav-social-icons a {
    display: inline-block
}

#navbar .nav-social-icons a {
    margin-left: 5px;
    color: #DDDCDD
}

#navbar .nav-social-icons a:hover {
    color: #797979
}

#navbar .nav-social-icons {
    display: block;
    float: right
}

#navbar .nav-search-icon {
    margin-right: 10px;
    padding-top: 2px
}

#navbar.open .grid-top-nav {
    display: block
}

#navbar.open #section-title {
    display: none !important
}

@media (max-width: 1199px) {
    #navbar .wrapper {
        padding-left:36px;
        padding-right: 36px
    }
}

@media (max-width: 767px) {
    #navbar .wrapper {
        padding:12px 24px 12px 12px
    }

    #navbar .wrapper .left-col {
        width: 32px
    }

    #navbar .wrapper .right-col {
        width: 24px;
        padding-top: 5px
    }

    #navbar #header-grid-logo .icon-grid-med-small {
        display: none
    }

    #navbar #header-grid-logo .icon-grid-small {
        display: block
    }

    #navbar #section-title {
        margin: 16px 0 0;
        font-size: 20px;
        text-align: left;
        margin-left: 112px;
        font-weight: 300
    }

    #navbar .section-nav .hambuger {
        margin-left: -5px
    }

    #navbar .nav-social-icons {
        display: none
    }

    #navbar .nav-search-icon {
        margin-right: 0
    }

    #navbar.open .grid-top-nav {
        position: absolute;
        top: 69px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #F1F1F1;
        display: block
    }

    #navbar.open .grid-top-nav ul {
        float: none;
        z-index: 1
    }

    #navbar.open .grid-top-nav ul li {
        float: none;
        text-align: center;
        clear: both;
        width: 100%;
        margin: 24px 0
    }

    #navbar.open .grid-top-nav .nav-social-icons {
        margin: 36px 0;
        display: block;
        text-align: center;
        float: none
    }

    #navbar.open .grid-top-nav .nav-social-icons a {
        display: inline-block;
        margin: 0 12px
    }
}

section {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white
}

section#search {
    display: none
}

section.full-height {
    overflow: hidden
}

.show-more {
    width: 100%;
    background: rgba(255,255,255,0.8);
    height: 50px;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-top: 18px;
    cursor: pointer
}

.show-more p {
    font-size: 1.4em;
    font-family: "Averta for TBWA",sans;
    color: #656565
}

.show-more div.icon-chevron-down {
    margin-top: 35px;
    color: #ABABAB
}

.show-more div,.show-more p,.show-more hr {
    margin-top: 18px;
    cursor: pointer;
    font-weight: bold;
    color: #656565
}

.show-more hr {
    width: 50px;
    border-top: 2px solid #ABABAB
}

.noFocus:focus {
    outline: none
}

.vcenter-col {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center !important
}

.vcenter-col-our-people {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center !important
}

.modal.fade {
    -webkit-transition: opacity .3s linear,none;
    -moz-transition: opacity .3s linear,none;
    -ms-transition: opacity .3s linear,none;
    -o-transition: opacity .3s linear,none;
    transition: opacity .3s linear,none
}

#grid-header {
    background-position: center center;
    background-size: cover;
    /*
    background-image: url(../images/header_overlay.jpg);
    */
}

.slick-list {
    display: block;
    width:100%;
    height: 100%;
}

#grid-header .grid-header-slider-indicator {
    width: 0;
    height: 5px;
    left: 0;
    background: #E22552;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: block;
}

#grid-header .slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

#grid-header .grid-header-slider {
    z-index: 2
}

#grid-header .grid-header-slider .grid-header-slide {
    height: 100%;
    height: 100dvh;
    width:100dvw;
}

@media screen and (max-width: 992px) {
    #grid-header .grid-header-slider .grid-header-slide {
        margin-top:180px;
        margin-top: 0;
    }
}

#grid-header .grid-header-slider .slick-dots {
    right: 0;
    bottom: 100px
}

#grid-header .grid-header-slider .slick-dots button:before {
    color: white;
    opacity: 0.5;
    font-size: 12px
}

#grid-header .grid-header-slider .slick-dots .slick-active button:before {
    opacity: 1.0
}

#grid-header .grid-header-slider .slider-btn {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 1.6em;
    z-index: 5;
    font-weight: lighter;
    cursor: pointer
}

#grid-header .grid-header-slider .slider-btn.slider-btn-prev {
    left: -30px
}

#grid-header .grid-header-slider .slider-btn.slider-btn-next {
    right: -30px
}

@media screen and (max-width: 768px) {
    #grid-header .grid-header-slider .slider-btn.slider-btn-prev {
        left:5px
    }

    #grid-header .grid-header-slider .slider-btn.slider-btn-next {
        right: 5px
    }
}

#grid-header .slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
}

#grid-header .slider-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
}

#grid-header #slider-bg-img-1 {
    background-size: cover
}

#grid-header .grid-header-slide .header-icon {
    margin: 0 auto;
    margin-bottom: 30px
}

#grid-header .grid-header-slide .header-icon img {
    margin: 0 auto
}

#grid-header .grid-header-slide .header-slide-text {
    max-width: 380px;
    top:50%;
    left: 15%;
    position: absolute;
    /** /
    transform: translateY(-50%) translateX(-5%);
    /**/
}

#grid-header .grid-header-slide .header-slide-text.has-trans-bg {
    padding: 10px;
    background: rgba(0,0,0,0.5)
}

#grid-header .grid-header-slide .header-slide-text.has-trans-bg h2 {
    margin-top: 0
}

#grid-header .grid-header-slide .header-slide-text h2 {
    color: white;
    text-align: left;
    font-size: 3.2em;
    font-weight: bold;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #grid-header .grid-header-slide .header-slide-text h2 {
        margin-bottom:15px;
        font-size: 2em
    }
}

#grid-header .grid-header-slide .header-slide-text p {
    font-size: 1em;
    text-align: left;
    font-family: "Averta for TBWA",sans;
    color: white;
    margin-bottom: 30px
}

#grid-header .grid-header-slide .header-slider-button a.slider-link {
    text-align: left;
    color: white;
    text-decoration: none;
    display: inline;
    width: 100%;
    font-size: 1em;
    font-family: "Averta for TBWA",sans;
    font-weight: bold;
    cursor: pointer
}

#grid-header .grid-header-slide .header-slider-button .slider-link-arrow {
    display: inline-block;
    font-size: 0.9em;
    margin-left: 10px;
    font-weight: bold;
    color: white
}

#grid-header .header-video-embed-iframe {
    border: none
}

#grid-header .slider-video-close-button {
    font-size: 1.2em;
    position: absolute;
    color: white;
    z-index: 1000;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 90px;
    font-weight: bold
}

#grid-header .slide-fader-bottom {
    display: none
}

@media screen and (max-width: 992px) {
    #grid-header .slide-fader-bottom {
        display:block;
        position: absolute;
        width: 100%;
        height: 80vh;
        bottom: 0;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,#000 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,#000 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,#000 100%)
    }
}

#in-the-news {
    background-color: white
}

#in-the-news .container {
    padding-top: 50px
}

@media screen and (max-width: 768px) {
    #in-the-news.sticky {
        padding-top:42px
    }

    #in-the-news.sticky .in-the-news-toggler {
        opacity: 1;
        position: fixed;
        top: 119px;
        width: 100%;
        z-index: 10
    }

    #in-the-news.sticky-end .in-the-news-toggler {
        opacity: 0
    }
}

#in-the-news .in-the-news-toggler {
    display: none
}

@media screen and (max-width: 992px) {
    #in-the-news .in-the-news-toggler {
        display:block;
        background: #1D1D1D;
        padding: 11px 20px;
        margin: -50px -18px 50px -18px
    }

    #in-the-news .in-the-news-toggler a {
        color: #656565;
        margin: 0;
        text-decoration: none;
        font-family: "Averta for TBWA",sans;
        font-size: 20px;
        font-weight: 300
    }

    #in-the-news .in-the-news-toggler a.active,#in-the-news .in-the-news-toggler a:active {
        color: #fff
    }

    #in-the-news .in-the-news-toggler:after:before,#in-the-news .in-the-news-toggler:after:after {
        content: " ";
        display: table
    }

    #in-the-news .in-the-news-toggler:after:after {
        clear: both
    }

    #in-the-news .in-the-news-toggler .right {
        float: right
    }
}

@media screen and (max-width: 992px) {
    #in-the-news div.active {
        display:block !important
    }

    #in-the-news #news-articles,#in-the-news #social-buzz {
        display: none
    }
}

#in-the-news .in-the-news-header {
    font-family: "Galaxie Copernicus",sans;
    font-size: 1.2em;
    font-weight: bold;
    color: #B0B0B0;
    width: 100%;
    border-bottom: 2px solid #F1F1F1;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    text-align: right
}

#in-the-news .news-articlea {
    text-decoration: none
}

#in-the-news .news-articlea h3 {
    text-decoration: underline
}

#in-the-news .news-articlea a {
    text-decoration: none
}

#in-the-news .news-articlea a img {
    border: none
}

#in-the-news .news-article {
    position: relative;
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D7D8
}

#in-the-news .news-article:before,#in-the-news .news-article:after {
    content: " ";
    display: table
}

#in-the-news .news-article:after {
    clear: both
}

#in-the-news .news-article .news-article-icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0;
    float: left
}

#in-the-news .news-article .news-article-icon img {
    width: 100%;
    height: auto
}

#in-the-news .news-article .news-article-header {
    display: block;
    vertical-align: top
}

#in-the-news .news-article .news-article-header h3 {
    font-size: 1.0em;
    color: #656565;
    margin: 0 0 30px 90px;
    font-weight: bold
}

#in-the-news .news-article .news-article-read-article {
    position: absolute;
    bottom: 10px;
    right: 10px
}

#in-the-news .juicer-feed h1.referral {
    display: none !important
}

#in-the-news .juicer-feed img {
    margin-bottom: 0
}

#in-the-news .juicer-feed p {
    font-size: 1em;
    color: #353535;
    font-family: "Averta for TBWA",sans;
    padding: 15px;
    letter-spacing: 0
}

#in-the-news .juicer-feed .j-meta {
    display: none
}

#in-the-news .juicer-feed li.feed-item {
    padding: 0;
    border: none;
    background: #F4F7F9
}

#in-the-news .juicer-feed .juicer-button {
    font-family: "Averta for TBWA",sans;
    border: none;
    color: #656565
}

#in-the-news .juicer-feed .juicer-button:hover {
    color: #E22552;
    border: none;
    background: transparent
}

#in-the-news .j-overlay p {
    font-size: 1em;
    color: #353535;
    font-family: "Averta for TBWA",sans
}

#in-the-news .j-loading {
    border: 2px solid #656565
}

#in-the-news .j-loading:before {
    background: #E22552
}

@media screen and (max-width: 480px) {
    .social-feed-container[data-columns]::before {
        content:'1 .col-md-12.col-sm-12.col-xs-12'
    }

    .news-articles {
        margin-bottom: 36px
    }
}

@media screen and (min-width: 481px) and (max-width:970px) {
    .social-feed-container[data-columns]::before {
        content:'2 .col-md-6.col-sm-6.col-xs-6'
    }
}

@media screen and (min-width: 970px) {
    .social-feed-container[data-columns]::before {
        content:'2 .col-md-6.col-sm-6.col-xs-6'
    }
}

@media only screen and (min-width: 1200px) {
    .social-feed-container[data-columns]::before {
        content:'3 .col-md-4.col-sm-4.col-xs-4'
    }
}

#our-culture {
    height: auto;
    min-height: 0
}

#our-culture .gallery:before,#our-culture .gallery:after {
    content: " ";
    display: table
}

#our-culture .gallery:after {
    clear: both
}

#our-culture #our-culture-gallery {
    overflow: hidden
}

#our-culture .gallery-item {
    float: left;
    clear: none;
    transition: all 0.5s ease
}

#our-culture .gallery-item.out {
    opacity: 0;
    position: fixed;
    height: 0;
    overflow: hidden
}

#our-culture .gallery-item.in {
    opacity: 1;
    position: inherit;
    height: auto
}

@media only screen and (min-width: 320px) {
    #our-culture .gallery-item {
        width:33.333333333%
    }
}

@media only screen and (min-width: 480px) {
    #our-culture .gallery-item {
        width:33.333333333%
    }
}

@media only screen and (min-width: 481px) and (max-width:767px) {
    #our-culture .gallery-item {
        width:33.3333333%
    }
}

@media only screen and (min-width: 768px) {
    #our-culture .gallery-item {
        width:33.333333%
    }
}

@media only screen and (min-width: 992px) {
    #our-culture .gallery-item {
        width:25%
    }
}

@media only screen and (min-width: 1200px) {
    #our-culture .gallery-item {
        width:16.6666667%
    }
}

#our-culture .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid white
}

#our-culture .culture-scroll {
    z-index: 1;
    position: absolute;
    top: 48%;
    width: 100%;
    font-size: 2.4em
}

#our-culture .culture-scroll .culture-scroll-btn {
    color: white;
    display: block;
    position: absolute;
    cursor: pointer;
    text-shadow: 0 0 2px #333
}

#our-culture .culture-scroll .culture-scroll-left {
    left: 50px
}

#our-culture .culture-scroll .culture-scroll-right {
    right: 50px
}

@media screen and (max-width: 992px) {
    #our-culture .culture-scroll .culture-scroll-left {
        left:15px
    }

    #our-culture .culture-scroll .culture-scroll-right {
        right: 15px
    }
}

.featherlight:last-of-type {
    background: #FBFAF8
}

.featherlight .featherlight-content {
    position: static;
    background: transparent;
    padding: 0
}

.featherlight .featherlight-content .featherlight-close-icon {
    top: 35px;
    right: 30px
}

.featherlight .featherlight-content .featherlight-close-icon:before {
    display: inline;
    content: "\e911";
    font-family: 'icomoon' !important;
    color: #ababab
}

#our-people {
    padding: 36px 0
}

#our-people:before,#our-people:after {
    content: " ";
    display: table
}

#our-people:after {
    clear: both
}

@media screen and (min-width: 992px) {
    #our-people {
        display:table
    }

    #our-people .cell {
        display: table-cell;
        vertical-align: middle
    }
}

#our-people .partner-container {
    margin: 0 auto
}

@media screen and (min-width: 992px) {
    #our-people .partner-container {
        max-width:80%;
        max-width: 80vw
    }
}

@media screen and (min-width: 768px) {
    #our-people .partner-container {
        max-width:80%;
        max-width: 80vw
    }
}

@media screen and (min-width: 480px) {
    #our-people .partner-container {
        max-width:90%;
        max-width: 90vw
    }
}

#our-people .person {
    overflow: hidden
}

#our-people .person:before,#our-people .person:after {
    content: " ";
    display: table
}

#our-people .person:after {
    clear: both
}

#our-people .person,#our-people .person:focus {
    outline: none !important
}

#our-people .person .our-people-show-more {
    font-family: "Averta for TBWA",sans;
    text-align: left;
    color: #3C3C3C;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 40px
}

#our-people .person .our-people-show-more p {
    font-family: "Averta for TBWA",sans;
    font-weight: 400;
    font-size: 1em
}

#our-people .person .our-people-show-more-placeholder {
    height: 82px;
    padding: 20px 40px
}

@media screen and (max-width: 768px) {
    #our-people .person {
        margin:0 36px
    }

    #our-people .person .our-people-show-more {
        font-family: "Averta for TBWA",sans;
        color: black;
        font-size: 0.8em;
        padding: 20px
    }
}

#our-people .person .our-people-front,#our-people .person .our-people-reveal {
    display: block;
    box-sizing: border-box;
    padding: 40px;
    max-width: 100%;
    background-color: #F1F1F1
}

@media screen and (max-width: 991px) {
    #our-people .person .our-people-front,#our-people .person .our-people-reveal {
        padding:20px
    }
}

#our-people .person .our-people-reveal {
    background-color: #3D3D3D;
    color: white;
    display: none
}

#our-people .person .person-photo {
    margin-bottom: 15px
}

#our-people .person .person-photo img {
    width: 100%;
    height: auto
}

#our-people .person .our-people-social {
    display: block;
    margin-top: 20px
}

#our-people .person .our-people-social .social-person-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 24px;
    color: #7A7A7C
}

#our-people .person .our-people-social .social-person-icon:hover {
    color: #bababb
}

#our-people .person .our-people-hr {
    border-top-color: #E22552;
    width: 30px;
    border-top-width: 2px;
    margin-top: 10px
}

#our-people .person .our-people-name {
    text-align: left;
    font-size: 2em;
    font-family: "Averta for TBWA",sans;
    margin-top: 20px;
    font-weight: bold;
    color: #3D3D3D
}

#our-people .person .our-people-title {
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Averta for TBWA",sans;
    text-transform: uppercase;
    max-width: 180px;
    color: #3C3C3C
}

#our-people .person .our-people-email,#our-people .person .our-people-number {
    font-size: 0.9em;
    color: #3C3C3C;
    text-align: left;
    font-family: "Averta for TBWA",sans;
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0
}

#our-people .person .our-people-reveal p {
    color: #7B7B7B
}

#our-people .person .our-people-reveal .our-people-reveal-name {
    font-family: "Averta for TBWA",sans;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    color: #7B7B7B
}

#our-people .person .our-people-reveal .our-people-reveal-details {
    font-size: 0.9em;
    color: #7B7B7B;
    font-family: "Averta for TBWA",sans
}

#our-people .person-inner {
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    top: 0;
    padding: 0 10px
}

#our-people .person-inner:before,#our-people .person-inner:after {
    content: " ";
    display: table
}

#our-people .person-inner:after {
    clear: both
}

#our-people .person-inner .our-people-front {
    display: block;
    position: relative
}

#our-people .person-inner .our-people-reveal {
    display: block
}

#our-people .our-people-controls .our-people-slide-control {
    position: absolute;
    top: 30vh;
    width: 20px;
    height: 20px
}

#our-people .our-people-controls .our-people-slide-control.our-people-slide-control-left {
    left: 5%
}

#our-people .our-people-controls .our-people-slide-control.our-people-slide-control-right {
    right: 5%
}

#our-people .slick-track {
    padding: 65px 0
}

@media screen and (max-width: 768px) {
    #our-people .slick-track {
        padding:20px 0
    }
}

#our-people .slick-list .person {
    background: none !important
}

#our-people .slider-btn {
    position: absolute;
    top: 49%;
    color: #3D3D3D;
    font-size: 1.6em;
    z-index: 5;
    font-weight: lighter;
    cursor: pointer
}

#our-people .slider-btn.slider-btn-prev {
    left: -30px
}

#our-people .slider-btn.slider-btn-next {
    right: -30px
}

@media screen and (max-width: 768px) {
    #our-people .slider-btn.slider-btn-prev {
        left:5px
    }

    #our-people .slider-btn.slider-btn-next {
        right: 5px
    }
}

#our-people .slider-btn.slick-disabled {
    display: none !important
}

.ie .person-inner:hover .our-people-reveal {
    transform: rotateY(0deg)
}

.ie .person-inner:hover .our-people-front {
    transform: rotateY(180deg)
}

#our-work {
    background-color: #DEDEDE
}

#our-work .work-filter-nav.dropdown {
    width: 100%;
    height: 50px;
    padding: 10px 0
}

#our-work .work-filter-nav.dropdown .dropdown-toggle {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    padding-left: 20px
}

#our-work .work-filter-nav.dropdown .dropdown-toggle span.icon-chevron-down {
    text-align: right;
    padding-right: 20px;
    float: right;
    margin-top: 8px
}

#our-work .work-filter-nav.dropdown .work-dropdown-filter-text {
    font-family: "Averta for TBWA",sans;
    font-size: 20px;
    font-weight: 300
}

#our-work .work-filter-nav.dropdown .work-filter-list.dropdown-menu {
    width: 100%;
    background: #DEDEDE
}

#our-work .work-filter-nav.dropdown .work-filter-list.dropdown-menu a {
    color: #797979;
    font-family: "Averta for TBWA",sans
}

#our-work .work-filter-nav.dropdown .dropdown-menu {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0
}

#our-work .work-filter-nav.dropdown .dropdown-menu .work-filter-item {
    width: 100%
}

#our-work .work-filter-nav.dropdown .dropdown-menu a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15.36px;
    font-weight: 300
}

@media screen and (max-width: 768px) {
    #our-work .work-filter-nav.dropdown.open .dropdown-menu {
        position:absolute;
        top: 40px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #DEDEDE;
        display: block
    }

    #our-work .work-filter-nav.dropdown.open .dropdown-menu li.work-filter-item&gt;a {
        text-align: center
    }
}

#our-work .work-filter-nav.dropdown.open .dropdown-toggle .work-dropdown-filter-text {
    display: none
}

#our-work .work-filter-nav.dropdown.open .dropdown-toggle span.icon-chevron-down:before {
    content: "\e903" !important
}

#our-work .work-filter-nav {
    height: 70px;
    width: 100%;
    background-color: #DEDEDE;
    color: #797979;
    z-index: 2;
    padding-top: 22px
}

#our-work .work-filter-nav .work-filter-list:not(.dropdown-menu) {
    padding: 0;
    display: table;
    margin: 0 auto
}

#our-work .work-filter-nav .work-filter-list:not(.dropdown-menu) .work-filter-item {
    float: left;
    margin-left: 25px;
    font-size: 1em;
    cursor: pointer;
    list-style-type: none
}

#our-work .work-filter-nav .work-filter-list:not(.dropdown-menu) .work-filter-item a {
    color: #797979;
    text-decoration: none;
    font-family: "Averta for TBWA",sans
}

#our-work .work-filter-nav .work-filter-list:not(.dropdown-menu) .work-filter-item.current-filter-item a {
    font-weight: 600;
    color: #797979
}

#our-work.sticky {
    padding-top: 75px
}

#our-work.sticky .work-filter-nav {
    opacity: 1;
    position: fixed;
    top: 75px
}

@media screen and (max-width: 768px) {
    #our-work.sticky .work-filter-nav {
        top:69px
    }
}

@media screen and (max-width: 768px) {
    #our-work.sticky {
        padding-top:50px
    }
}

#our-work.sticky-end .work-filter-nav {
    opacity: 0
}

#our-work .work-list .work-item {
    width: 25%
}

@media only screen and (max-width: 319px) {
    #our-work .work-list .work-item {
        width:100%
    }
}

@media only screen and (min-width: 320px) {
    #our-work .work-list .work-item {
        width:50%
    }
}

@media only screen and (min-width: 481px) and (max-width:767px) {
    #our-work .work-list .work-item {
        width:50%
    }
}

@media only screen and (min-width: 768px) {
    #our-work .work-list .work-item {
        width:50%
    }
}

@media only screen and (min-width: 992px) {
    #our-work .work-list .work-item {
        width:33.6666%
    }
}

@media only screen and (min-width: 1200px) {
    #our-work .work-list .work-item {
        width:25%
    }
}

#our-work .work-list .work-img-wrapper .work-img {
    width: 100%;
    height: auto;
    display: block
}

#our-work .work-list .work-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    color: #656565;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    display: none;
    font-family: "Averta for TBWA",sans
}

#our-work .work-list .work-reveal .work-reveal-read-more {
    display: none
}

@media only screen and (max-width: 1024px) {
    #our-work .work-list .work-reveal .work-reveal-read-more {
        display:inline-block;
        width: 100%
    }
}

#our-work .work-list .work-reveal .work-reveal-read-more p,#our-work .work-list .work-reveal .work-reveal-read-more a {
    color: #1f1f1f;
    font-size: 0.8em;
    padding: 0;
    text-decoration: none;
    font-family: "Averta for TBWA",sans
}

#our-work .work-list .work-reveal .work-reveal-item {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none
}

#our-work .work-list .work-reveal .work-item-icon {
    width: 100%;
    padding-top: 10px
}

@media only screen and (max-width: 480px) {
    #our-work .work-list .work-reveal .work-item-icon {
        padding-top:3px
    }
}

#our-work .work-list .work-reveal .work-item-name h2 {
    color: #353535;
    margin-bottom: 2px;
    font-size: 2em
}

@media only screen and (max-width: 480px) {
    #our-work .work-list .work-reveal .work-item-name h2 {
        font-size:1em
    }
}

#our-work .work-list .work-reveal .work-item-subtext {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em
}

@media only screen and (max-width: 480px) {
    #our-work .work-list .work-reveal .work-item-subtext {
        padding-left:8px;
        padding-right: 8px;
        font-size: 0.8em;
        font-family: "Averta for TBWA",sans
    }
}

#our-work .work-list .work-reveal .work-item-subtext p {
    font-family: "Averta for TBWA",sans;
    color: #656565
}

#our-work .work-list .work-reveal .work-reveal-inner {
    display: table;
    height: 100%;
    width: 100%
}

.modal .loader {
    min-height: 400px
}

@media (min-width: 1200px) {
    .modal-lg {
        width:1180px;
        top: 30px
    }

    .modal-lg .modal-content .modal-header {
        padding-left: 100px;
        padding-right: 100px
    }

    .modal-lg .modal-content .grid-work-text-row {
        padding-left: 100px;
        padding-right: 100px
    }

    .modal-lg .modal-content .modal-footer {
        padding-top: 0;
        padding-left: 100px;
        padding-right: 100px
    }
}

.work-project.modal .modal-content {
    background: url(../images/paper-texture-work-bg.png) no-repeat bottom right #fff;
    border: none;
    box-shadow: none;
    border-radius: 15px
}

.work-project.modal .modal-header {
    border-bottom: none;
    padding-top: 40px
}

.work-project.modal .modal-header .row {
    margin-left: 0;
    margin-right: 0
}

.work-project.modal .modal-close-button {
    background: none;
    border: none;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99
}

.work-project.modal .modal-close-button .icon-close {
    color: black
}

.work-project.modal .modal-footer {
    border-top: none
}

.work-project.modal .grid-modal-hr {
    border-top-color: #E22552;
    width: 50px;
    border-top-width: 3px;
    margin-top: 10px
}

.work-project.modal .row {
    margin-left: -15px;
    margin-right: -15px
}

.work-project.modal .grid-work-modal-header-inner {
    margin-top: 40px
}

.work-project.modal .grid-work-modal-header-inner .logo {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 36px
}

.work-project.modal .grid-work-modal-header-inner .grid-work-article-client-name {
    text-align: left;
    font-family: "Averta for TBWA",sans;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    color: #666763
}

.work-project.modal .grid-work-modal-header-inner .grid-work-article-title {
    text-align: center;
    font-size: 2.4em;
    color: #666763
}

.work-project.modal .grid-work-modal-header-inner .grid-work-article-date {
    text-align: right;
    font-family: "Averta for TBWA",sans;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    color: #666763
}

@media screen and (max-width: 1199px) {
    .work-project.modal .grid-work-modal-header-inner .grid-work-article-client-name,.work-project.modal .grid-work-modal-header-inner .grid-work-article-date {
        text-align:center
    }

    .work-project.modal .grid-work-modal-header-inner .grid-work-article-client-name {
        padding-bottom: 15px
    }
}

.work-project.modal .grid-work-modal-header-inner .grid-work-article-tags {
    text-align: center;
    padding-left: 0;
    margin-top: 20px
}

.work-project.modal .grid-work-modal-header-inner .grid-work-article-tags .grid-work-article-tag {
    display: inline-block;
    font-family: "Averta for TBWA",sans;
    color: #7E7E7E;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px
}

.work-project.modal .grid-work-modal-header-inner .grid-work-article-tags .grid-work-article-tag.work-article-tag-active {
    color: black
}

@media screen and (max-width: 900px) {
    .work-project.modal .grid-work-modal-body-inner {
        font-family:"Averta for TBWA",sans;
        font-size: 12px !important;
        -webkit-text-size-adjust: 100%
    }

    .work-project.modal .grid-work-modal-body-inner p,.work-project.modal .grid-work-modal-body-inner ul,.work-project.modal .grid-work-modal-body-inner li {
        font-family: "Averta for TBWA",sans;
        font-size: 12px !important;
        -webkit-text-size-adjust: 100%
    }
}

.work-project.modal .grid-work-modal-body-inner .grid-work-modal-subhead {
    font-size: 2em;
    text-align: center
}

.work-project.modal .grid-work-modal-body-inner .grid-work-text-row {
    margin-bottom: 40px
}

.work-project.modal .grid-work-modal-body-inner .grid-work-project-intro-text,.work-project.modal .grid-work-modal-body-inner .grid-work-project-intro-text p {
    font-family: "Averta for TBWA",sans;
    font-size: 1em;
    line-height: 1.4em;
    color: #666763
}

.work-project.modal .grid-work-modal-body-inner .work-project-awards {
    font-size: 0.9em;
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: "Averta for TBWA",sans
}

.work-project.modal .grid-work-modal-body-inner .work-project-awards p {
    font-family: "Averta for TBWA",sans
}

.work-project.modal .grid-work-modal-body-inner .work-project-awards strong {
    color: #666763
}

.work-project.modal .grid-work-modal-body-inner .work-project-awards .work-project-award {
    list-style-type: none;
    padding-bottom: 7px
}

.work-project.modal .grid-work-modal-body-inner .work-project-awards .work-project-award:before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background: black;
    content: " ";
    margin-right: 10px;
    padding-top: 0;
    top: 7px;
    position: relative
}

.work-project.modal .grid-work-modal-body-inner .work-project-awards .work-project-award.award-gold:before {
    background: #EFAD1D
}

.work-project.modal .grid-work-modal-body-inner .work-project-awards .work-project-award.award-silver:before {
    background: #E8E8E8
}

.work-project.modal .grid-work-modal-body-inner .content-work {
    margin-bottom: 0
}

.work-project.modal .grid-work-modal-body-inner .content-work img,.work-project.modal .grid-work-modal-body-inner .content-work iframe {
    width: 100%;
    display: inline-block
}

@media screen and (min-width: 1200px) {
    .work-project.modal .grid-work-modal-body-inner .content-work img,.work-project.modal .grid-work-modal-body-inner .content-work iframe {
        width:1180px;
        margin-left: -118px
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .work-project.modal .grid-work-modal-body-inner .content-work img,.work-project.modal .grid-work-modal-body-inner .content-work iframe {
        width:900px;
        margin-left: -18px
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .work-project.modal .grid-work-modal-body-inner .content-work img,.work-project.modal .grid-work-modal-body-inner .content-work iframe {
        width:100%
    }
}

@media screen and (min-width: 1200px) {
    .work-project.modal .grid-work-modal-body-inner .content-work iframe {
        height:600px
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .work-project.modal .grid-work-modal-body-inner .content-work iframe {
        height:450px
    }
}

.work-project.modal .grid-work-modal-body-inner .content-work h1,.work-project.modal .grid-work-modal-body-inner .content-work h2,.work-project.modal .grid-work-modal-body-inner .content-work p {
    max-width: 50%;
    padding-right: 15px
}

@media screen and (max-width: 992px) {
    .work-project.modal .grid-work-modal-body-inner .content-work h1,.work-project.modal .grid-work-modal-body-inner .content-work h2,.work-project.modal .grid-work-modal-body-inner .content-work p {
        max-width:100%;
        padding-right: 0
    }
}

.work-project.modal .grid-work-modal-body-inner .content-work h1,.work-project.modal .grid-work-modal-body-inner .content-work h2 {
    text-align: left;
    font-size: 1.4em;
    color: #656565;
    margin-top: 20px;
    color: #353535
}

.work-project.modal .grid-work-modal-body-inner .content-work p {
    color: #353535;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 0.9em;
    line-height: 1.8em
}

.work-project.modal .grid-work-modal-body-inner .content-work p:last-of-type {
    margin-bottom: 10px
}

.work-project.modal .grid-work-modal-body-inner .grid-work-project-copy p {
    font-size: 0.9em;
    line-height: 1.6em;
    color: #353535
}

.work-project.modal .grid-work-modal-body-inner .grid-work-img-row-fullwidth img {
    width: 100%
}

.work-project.modal .modal-footer {
    margin: 0;
    padding: 0 20px 20px
}

.work-project.modal .grid-work-modal-footer-inner .grid-work-modal-social {
    float: right
}

.work-project.modal .grid-work-modal-footer-inner .grid-work-modal-social p {
    float: left;
    margin-right: 20px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: lowercase;
    margin-top: 2px
}

.work-project.modal .grid-work-modal-footer-inner .grid-work-modal-social .grid-work-modal-social-icon {
    margin-right: 5px;
    display: inline-block;
    font-size: 24px;
    color: inherit;
    cursor: pointer
}

.work-project.modal .grid-work-modal-footer-inner .grid-work-modal-social .grid-work-modal-social-icon:hover {
    color: #656565;
    text-decoration: none
}

body.modal-open {
    overflow: hidden !important
}

body.modal-open .modal-backdrop {
    background-color: #FBFAF8
}

body.modal-open .modal-backdrop.in {
    opacity: 1 !important
}

body.modal-open .modal {
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 991px) {
    body.modal-open .modal {
        overflow:hidden !important;
        padding: 0
    }

    body.modal-open .modal-dialog {
        overflow-y: auto;
        height: 100%;
        margin: 0 !important
    }

    body.modal-open .modal-dialog .modal-content {
        border-radius: 0 !important
    }
}

#partners {
    display: flex;
    background-color: #D8D8D8
}

#partners div.container {
    min-height: 100%;
    align-items: center;
    margin: auto
}

#partners .partner-wrapper {
    padding: 0 15px;
    margin: 15px 0
}

#partners .partner-wrapper .partner-inner {
    background-color: white;
    padding: 100px 60px;
    min-height: 360px
}

#partners .partner-wrapper .partner-inner .partner-image .partner-logo {
    margin-bottom: 25px;
    max-height: 70px;
    max-width: 100%
}

#partners .partner-wrapper .partner-inner .partner-copy&gt;p,#partners .partner-wrapper .partner-inner .parnter-copy {
    color: #3c3d3d;
    font-size: 0.9em;
    line-height: 175%
}

#search {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    z-index: 101;
    padding: 36px;
    overflow-y: auto
}

#search p,#search h1,#search h2,#search h3,#search a {
    font-family: "Averta for TBWA",sans
}

#search .search-results-header {
    color: white
}

#search .search-results {
    margin: 18px auto 36px;
    max-width: 500px
}

#search .item {
    margin: 18px 0;
    padding: 18px 0;
    border-bottom: 2px solid #b4b4b4;
    color: #b4b4b4
}

#search .item .category {
    font-size: 16px;
    margin: 0;
    color: #b4b4b4
}

#search .item .title {
    margin: 0;
    font-family: "Galaxie Copernicus",sans;
    font-size: 24px;
    font-weight: bold;
    color: #E22552
}

#search .item .title span {
    color: #656565
}

#search .item .date {
    float: right;
    font-size: 16px;
    color: #b4b4b4
}

#search .no-results {
    margin: 30px 0;
    text-align: center;
    font-size: 16px
}

@media (max-width: 767px) {
    #search hr {
        margin:18px auto
    }
}

#nav-search-form {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 24px 15px 48px;
    min-width: 473px;
    background: #F1F1F1
}

#nav-search-form label {
    display: none
}

#nav-search-form #search-input {
    font-family: "Averta for TBWA",sans;
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
    min-width: 353px;
    height: 45px;
    border: 0;
    border-radius: 20px;
    background-color: #AAABAC;
    color: #e1e1e1;
    font-size: 20px;
    font-weight: 200
}

#nav-search-form #search-input::-moz-placeholder {
    color: #F1F1F1;
    opacity: 1
}

#nav-search-form #search-input:-ms-input-placeholder {
    color: #F1F1F1
}

#nav-search-form #search-input::-webkit-input-placeholder {
    color: #F1F1F1
}

#nav-search-form #search-input::-webkit-autofill {
    background: #AAABAC
}

#nav-search-form button.icon-search {
    margin: -2px 33px 0 -56px;
    border: 0;
    background: none;
    font-size: 1em;
    color: #F1F1F1
}

#nav-search-form a.icon-close {
    color: #000
}

#nav-search-form #search-input {
    float: left
}

#nav-search-form button.icon-search {
    margin: 10px 2px 0 -35px;
    padding: 0;
    float: left
}

#nav-search-form #nav-search-close {
    width: 47px;
    text-align: right;
    margin-top: 8px;
    display: block;
    float: left
}

@media (max-width: 767px) {
    #nav-search-form {
        padding:12px 24px 12px 12px;
        width: 100%;
        text-align: left;
        min-width: 100%
    }

    #nav-search-form #search-input {
        min-width: 200px;
        width: 85%;
        margin: 0;
        padding: 0 16px;
        border-radius: 10px;
        float: left
    }

    #nav-search-form button.icon-search {
        margin: 10px 2px 0 -35px;
        padding: 0;
        float: left
    }

    #nav-search-form #nav-search-close {
        width: 15%;
        text-align: right;
        margin-top: 8px;
        display: block;
        float: left
    }
}

.nav-search-closed {
    display: none
}

#nav-search-btn {
    cursor: pointer
}

#nav-search-btn.icon-close {
    float: right;
    color: black;
    margin-right: 30px;
    margin-left: 20px;
    margin-top: 7px;
    font-size: 1.4em
}

#speak-to-us {
    background: black;
    overflow-x: hidden
}

#speak-to-us.full-height {
    display: flex
}

#speak-to-us.full-height div.container {
    min-height: 100%;
    align-items: center
}

@media screen and (min-width: 992px) {
    #speak-to-us.full-height div.container {
        margin:auto
    }
}

@media screen and (max-width: 992px) {
    #speak-to-us.full-height div.container {
        width:100%
    }
}

#speak-to-us .cloud {
    position: absolute;
    opacity: 0.5;
    z-index: 2;
    pointer-events: none
}

@media screen and (max-width: 480px) {
    #speak-to-us .cloud {
        display:none
    }
}

#speak-to-us .cloud#cloud1 {
    background-image: url(../images/cloud-1.png);
    width: 1009px;
    height: 387px;
    left: 0;
    top: 5%;
    animation: cloud1 180s infinite linear;
    margin-left: 50px
}

#speak-to-us .cloud#cloud2 {
    background-image: url(../images/cloud-2.png);
    width: 738px;
    height: 445px;
    top: 30%;
    left: 0;
    animation: cloud2 120s infinite
}

#speak-to-us .grid-contact-info-box {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 3
}

@media screen and (max-width: 991px) {
    #speak-to-us .grid-contact-info-box {
        min-height:auto !important
    }
}

#speak-to-us .grid-contact-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style-type: none;
    color: #656565;
    width: 100%;
    padding-left: 0;
    background-color: #1D1D1D;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Averta for TBWA",sans
}

#speak-to-us .grid-contact-nav .active {
    color: #fff
}

#speak-to-us .grid-contact-nav .grid-contact-nav-tab {
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    border-left: 1px solid black;
    border-right: 1px solid black;
    transition: all 0.4s ease
}

#speak-to-us .grid-contact-nav .grid-contact-nav-tab:hover {
    color: #E22552
}

#speak-to-us .grid-contact-nav .grid-contact-nav-tab:first-child,#speak-to-us .grid-contact-nav .grid-contact-nav-tab:last-child {
    border: none
}

#speak-to-us .grid-contact-data {
    padding: 20px;
    color: #656565;
    font-weight: 200;
    font-family: "Averta for TBWA",sans
}

#speak-to-us .grid-contact-data p {
    color: #656565;
    font-weight: 400;
    font-family: "Averta for TBWA",sans
}

@media (max-width: 991px) {
    #speak-to-us .grid-contact-data p {
        display:none
    }
}

@media (max-width: 991px) {
    #speak-to-us .grid-contact-data .contact-icon {
        margin-top:0 !important;
        margin-bottom: 0 !important
    }
}

@media (max-width: 767px) {
    #speak-to-us .grid-contact-data .contact-icon {
        margin-top:25px !important;
        margin-bottom: 25px !important
    }
}

@media (max-width: 991px) {
    #speak-to-us .grid-contact-data .grid-contact-address,#speak-to-us .grid-contact-data .grid-contact-phone,#speak-to-us .grid-contact-data .grid-contact-email {
        display:inline-block;
        margin-right: 40px
    }
}

@media (max-width: 991px) {
    #speak-to-us .grid-contact-data .grid-contact-email {
        display:inline-block;
        margin-right: 0
    }
}

#speak-to-us .grid-contact-data a:hover {
    text-decoration: none
}

#speak-to-us .grid-contact-data .contact-phone {
    color: #656565
}

#speak-to-us .grid-contact-data .contact-tab {
    display: none;
    text-align: center
}

#speak-to-us .grid-contact-data .contact-tab .contact-pink-hr {
    width: 10%;
    border-top-color: #E22552;
    border-top-width: 2px;
    margin-top: 10px
}

#speak-to-us .grid-contact-data .contact-tab.active {
    display: block
}

#speak-to-us .grid-contact-data .contact-tab .contact-icon {
    margin-top: 25px;
    margin-bottom: 25px
}

#speak-to-us .grid-contact-data .contact-tab .invert {
    color: black
}

#speak-to-us .grid-contact-data .contact-tab .invert:before {
    border-radius: 50%;
    min-width: 25px !important;
    height: 10px !important;
    background-color: #656565;
    padding: 5px
}

#speak-to-us .grid-contact-data .contact-tab .invert.icon-map-marker:before {
    padding-left: 8px;
    padding-right: 8px
}

#speak-to-us .grid-contact-data .contact-tab .invert.icon-phone:before {
    padding-left: 7px;
    padding-right: 7px
}

@media screen and (min-width: 768px) {
    #speak-to-us .grid-contact-data .contact-tab {
        padding-bottom:25px
    }
}

@media screen and (max-width: 991px) {
    #speak-to-us .grid-contact-data .contact-tab {
        padding-top:5px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 480px) {
    #speak-to-us .container {
        padding:0;
        margin: 0
    }

    #speak-to-us .container .row {
        margin: 0;
        padding: 0
    }

    #speak-to-us .container .row .vcenter-col {
        padding: 0;
        height: auto !important;
        min-height: 0 !important;
        z-index: 3
    }

    #speak-to-us .container .row .vcenter-col .grid-contact-info-box {
        background: black
    }

    #speak-to-us .container .row .vcenter-col .grid-contact-info-box .grid-contact-data {
        padding-top: 0;
        padding-bottom: 0
    }

    #speak-to-us .container .row .vcenter-col .grid-contact-info-box .grid-contact-data .contact-tab .contact-icon {
        margin-top: 15px;
        margin-bottom: 15px
    }

    #speak-to-us .container .row .vcenter-col .grid-contact-info-box .grid-contact-data .contact-tab .contact-icon:before {
        background-color: white
    }

    #speak-to-us .container .row .vcenter-col .grid-contact-info-box .grid-contact-data p {
        color: white
    }

    #speak-to-us .container .row:after {
        content: ' ';
        display: block;
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 69px 0 69px;
        border-color: black transparent transparent transparent;
        top: 0;
        z-index: 3;
        margin: 0 auto
    }
}

@media screen and (max-width: 480px) and (max-width:767px) {
    #speak-to-us .container .row:after {
        display:none
    }
}

@media screen and (max-width: 480px) {
    #speak-to-us #speak-to-us-map {
        min-height:0
    }
}

@media screen and (max-width: 480px) and (max-width:767px) {
    #speak-to-us #speak-to-us-map {
        margin-top:135px !important
    }
}

@keyframes cloud1 {
    0% {
        left: 0
    }

    100% {
        left: 90%
    }
}

@keyframes cloud2 {
    0% {
        left: -20%
    }

    100% {
        left: 99%
    }
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1
}

#who-we-are {
    background-image: none;
    background-color: #3C3D3D;
    color: white;
    display: flex;
    justify-content: center;
    padding: 36px 0
}

#who-we-are.full-height {
    display: flex
}

#who-we-are.full-height div.container {
    min-height: 100%;
    align-items: center;
    margin: auto
}

#who-we-are .who-we-are-hr {
    width: 25%;
    max-width: 150px;
    border-top: 5px solid #E22552
}

#who-we-are .grid-who-we-are-leader-text {
    text-align: left;
    font-size: 4.8em;
    font-weight: 400;
    margin-top: 0;
    color: white
}

@media screen and (max-width: 768px) {
    #who-we-are .grid-who-we-are-leader-text {
        font-size:2em
    }
}

#who-we-are .grid-who-we-are-inner-sub-header h3 {
    font-weight: 400;
    text-align: left;
    color: white;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 18px
}

@media screen and (max-width: 768px) {
    #who-we-are .grid-who-we-are-inner-sub-header h3 {
        font-size:1.1em;
        font-weight: bold;
        line-height: 1.2em
    }
}

#who-we-are .grid-who-we-are-inner-body-text {
    margin-top: 3%
}

#who-we-are .grid-who-we-are-inner-body-text p {
    font-size: 1em;
    text-align: left;
    color: white;
    line-height: 1.75em;
    margin-bottom: 1.75em
}

#who-we-are .grid-who-we-are-inner-body-text p:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 992px) {
    #who-we-are .grid-who-we-are-inner-body-text p {
        font-size:14px
    }
}

.btn {
    font-family: "Galaxie Copernicus",sans
}

.partner-btn {
    color: white;
    background: black;
    border-radius: 13px;
    padding: 15px 30px;
    text-transform: lowercase;
    margin-top: 20px;
    margin-bottom: 20px
}

.partner-btn:hover {
    color: white
}

body {
    overflow: hidden
}

body.loaded {
    overflow: auto
}

body.loaded&gt;.grid-section {
    visibility: visible
}

body&gt;.grid-section {
    visibility: hidden;
    position: relative
}

@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.uil-default-css&gt;div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(2) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(3) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(4) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(5) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(6) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(7) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(8) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(9) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(10) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(11) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px
}

.uil-default-css&gt;div:nth-of-type(12) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
    transform: scale(0.6)
}

.uil-1 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(0deg) translate(0,-40px);
    transform: rotate(0deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-2 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(30deg) translate(0,-40px);
    transform: rotate(30deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-3 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(60deg) translate(0,-40px);
    transform: rotate(60deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-4 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(90deg) translate(0,-40px);
    transform: rotate(90deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-5 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(120deg) translate(0,-40px);
    transform: rotate(120deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-6 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(150deg) translate(0,-40px);
    transform: rotate(150deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-7 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(180deg) translate(0,-40px);
    transform: rotate(180deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-8 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(210deg) translate(0,-40px);
    transform: rotate(210deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-9 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(240deg) translate(0,-40px);
    transform: rotate(240deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-10 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(270deg) translate(0,-40px);
    transform: rotate(270deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-11 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(300deg) translate(0,-40px);
    transform: rotate(300deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

.uil-12 {
    top: 90px;
    left: 98px;
    width: 4px;
    height: 20px;
    background: #e22552;
    -webkit-transform: rotate(330deg) translate(0,-40px);
    transform: rotate(330deg) translate(0,-40px);
    border-radius: 0;
    position: absolute
}

#loader-wrapper {
    position: fixed
}

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.loader-wrapper .loader-section {
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-wrapper .loader-section.section-left {
    left: 0
}

.loader-wrapper .loader-section.section-right {
    right: 0
}

#loader-text {
    color: #656565;
    position: relative;
    top: 50%;
    z-index: 1002;
    text-align: center;
    opacity: 1;
    animation: fadeInOut 2s linear infinite
}

#loader-text h2 {
    color: darkgrey;
    margin-top: 20px
}

.loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    line-height: 60px;
    margin: -100px 0 0 -100px;
    z-index: 1001;
    font-size: 60px
}

.loader&gt;span {
    display: block
}

@keyframes fadeInOut {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #e1e1e1;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1);
    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1);
    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1)
}

.loaded #loader-wrapper .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.no-js h1 {
    color: #222
}

.grid-footer {
    background-color: #353535;
    display: block;
    text-align: center
}

.grid-footer:before,.grid-footer:after {
    content: " ";
    display: table
}

.grid-footer:after {
    clear: both
}

.grid-footer .footer-copyright {
    padding: 15px 50px
}

.grid-footer .footer-copyright p {
    color: #B4B4B4;
    font-size: 0.8em;
    font-family: "Averta for TBWA",sans;
    text-align: center;
    margin: 0
}

@media screen and (max-width: 768px) {
    .grid-footer .footer-copyright {
        float:none
    }
}

.grid-footer .footer-social-icons {
    width: 50%;
    float: left;
    opacity: 0.3;
    padding: 30px 50px;
    color: #B4B4B4;
    text-align: left
}

.grid-footer .footer-social-icons .footer-social-icon {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    font-size: 24px;
    color: #B4B4B4;
    text-decoration: none
}

.grid-footer .footer-social-icons .footer-social-icon:hover {
    color: #8b8b8b
}

@media screen and (max-width: 767px) {
    .grid-footer .footer-social-icons,.grid-footer .footer-copyright {
        float:none;
        width: 100%;
        text-align: center
    }

    .grid-footer .footer-social-icons p,.grid-footer .footer-copyright p {
        text-align: center
    }

    .grid-footer .footer-social-icons {
        padding-bottom: 0
    }

    .grid-footer .footer-social-icons .footer-social-icon {
        margin: 0 5px
    }
}

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-overflow-scrolling: touch
}

::-webkit-scrollbar {
    width: .4em;
    height: .4em
}

::-webkit-scrollbar-thumb {
    background: #656565;
    border-radius: 0
}

::-webkit-scrollbar-track {
    background: #ABABAB
}

body {
    scrollbar-face-color:#656565;scrollbar-track-color:#ABABAB}

@media (min-width: 1320px) {
    .container {
        width:1280px
    }
}

h1,h2,h3,h4 {
    font-family: "Averta for TBWA",sans;
    color: #656565
}

p,div {
    font-family: "Galaxie Copernicus",sans;
    color: #ABABAB
}

a,a:hover,div&gt;a,div&gt;a:hover {
    text-decoration: none !important
}

hr.purple {
    width: 25%;
    max-width: 150px;
    border-top: 5px solid #E22552;
    margin: 54px auto
}

.no-scroll {
    overflow-y: hidden
}

.bold {
    font-weight: bold
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.featherlight-content {
    position: static !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important
}

.featherlight-content img {
    background: #fff;
    padding: 10px
}

.featherlight-content .featherlight-close {
    background: none;
    color: #fff;
    font-size: 20px;
    top: 15px;
    right: 15px
}

.with-featherlight body {
    overflow: auto
}

.plyr .plyr__progress--played,.plyr .plyr__volume--display {
    color: #E22552 !important
}

.plyr .plyr__controls button:hover {
    background: #E22552 !important
}

.video-container {
    background: #333
}

#in-the-news {
    display: none
}
</pre></body></html>