.btn,
.btn-read-more,
.video-box figcaption,
[class^=grid-col-] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#nav a:hover,
.breadcrumbs a:hover,
.btn-more-right:hover,
.btn:hover,
.contacts-link:hover,
.data-box .holder a:hover,
.download-section a,
.event a:hover,
.fancybox-nav,
.is-desktop #footer p a:hover,
.is-desktop .btn-back:hover,
.is-desktop .btn-more:hover,
.is-desktop .btn:hover,
.is-desktop .developer-link a:hover,
.is-desktop .email-link:hover,
.is-desktop .news-list a:hover,
.is-desktop .tile-content a:hover,
.is-desktop [data-cookies] p a:hover,
.large-link:hover,
.link-non-underlined,
.link-non-underlined:hover,
.list-tabset a:hover,
.post-info a:hover,
.post-nav a,
.selectOptions a,
.tiles-section a:hover,
a,
a:hover {
    text-decoration: none
}

.fancybox-nav,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

#fancybox-buttons,
#fancybox-thumbs {
    position: fixed;
    z-index: 8050;
    left: 0
}

.btn-back,
.btn-big,
.btn-more,
.btn-transparent,
.date-middle,
.uppercase,
.video-box figcaption {
    text-transform: uppercase
}

.small-letter-spacing-size,
.title-letter-spacing-small {
    letter-spacing: -1px
}

#fancybox-buttons a,
.logo,
.selectButton {
    text-indent: -9999px
}

#fancybox-buttons {
    width: 100%
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: #323232;
    background: -moz-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -ms-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#222', GradientType=0)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(fancybox_buttons.png);
    background-repeat: no-repeat;
    outline: 0;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

#fancybox-thumbs {
    width: 100%;
    overflow: hidden
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: 0
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    background: url(blank.gif)
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

a,
body {
    color: #333;
.hline {
    width: 100%;
    height: 1px;
    background: #fff;
}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.grid-row {
    height: 1%;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: 0;
    /* text-align: left; */
}

.item-table,
body,
html {
    height: 100%
}

.grid-row:after {
    clear: both;
    content: '';
    display: block
}

.separator:after,
q:after,
q:before {
    content: ""
}

.container .editable bullet points>color: #b40d2c;
.red {
    color: #b40d2c
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .grid-row.grid-thin-inner-indents-tablet [class^=grid-col-] {
        padding: 0 5px
    }
    .grid-row.grid-one-and-half-side-indents-tablet {
        margin-right: -5px;
        margin-left: -5px
    }
}

.grid-row.grid-no-indents,
.grid-row.grid-no-indents .grid-row {
    margin: 0
}

.grid-row.grid-no-indents [class^=grid-col-] {
    padding: 0
}

.grid-row.no-bottom-indent {
    margin-bottom: 0
}

.grid-row.grid-single-side-indents {
    margin-left: 0;
    margin-right: 0
}

.grid-row.grid-double-side-indents {
    margin-left: 10px;
    margin-right: 10px
}

.grid-row.grid-huge-bottom-indent {
    margin-bottom: 65px
}

@media only screen and (max-width:1199px) {
    .grid-row.grid-double-side-indents {
        margin-left: 0;
        margin-right: 0
    }
    .grid-row.grid-huge-bottom-indent {
        margin-bottom: 45px
    }
}

.grid-row.grid-big-bottom-indent {
    margin-bottom: 30px
}

.big-top-indent {
    margin-top: 100px
}

@media only screen and (max-width:1199px) {
    .big-top-indent {
        margin-top: 50px
    }
}

[class^=grid-col-].inversion-direction {
    float: right
}

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

.xs-hidden {
    display: none!important
}

.xs-visible {
    display: block!important
}

.grid-col-xs-1 {
    width: 8.33333%
}

.grid-col-xs-2 {
    width: 16.66667%
}

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

.grid-col-xs-4 {
    width: 33.33333%
}

.grid-col-xs-5 {
    width: 41.66667%
}

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

.grid-col-xs-7 {
    width: 58.33333%
}

.grid-col-xs-8 {
    width: 66.66667%
}

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

.grid-col-xs-10 {
    width: 83.33333%
}

.grid-col-xs-11 {
    width: 91.66667%
}

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

.grid-prepend-xs-1 {
    padding-left: 8.33333%
}

.grid-prepend-xs-2 {
    padding-left: 16.66667%
}

.grid-prepend-xs-3 {
    padding-left: 25%
}

.grid-prepend-xs-4 {
    padding-left: 33.33333%
}

.grid-prepend-xs-5 {
    padding-left: 41.66667%
}

.grid-prepend-xs-6 {
    padding-left: 50%
}

.grid-prepend-xs-7 {
    padding-left: 58.33333%
}

.grid-prepend-xs-8 {
    padding-left: 66.66667%
}

.grid-prepend-xs-9 {
    padding-left: 75%
}

.grid-prepend-xs-10 {
    padding-left: 83.33333%
}

.grid-prepend-xs-11 {
    padding-left: 91.66667%
}

.grid-prepend-xs-12 {
    padding-left: 100%
}

.grid-append-xs-1 {
    padding-right: 8.33333%
}

.grid-append-xs-2 {
    padding-right: 16.66667%
}

.grid-append-xs-3 {
    padding-right: 25%
}

.grid-append-xs-4 {
    padding-right: 33.33333%
}

.grid-append-xs-5 {
    padding-right: 41.66667%
}

.grid-append-xs-6 {
    padding-right: 50%
}

.grid-append-xs-7 {
    padding-right: 58.33333%
}

.grid-append-xs-8 {
    padding-right: 66.66667%
}

.grid-append-xs-9 {
    padding-right: 75%
}

.grid-append-xs-10 {
    padding-right: 83.33333%
}

.grid-append-xs-11 {
    padding-right: 91.66667%
}

.grid-append-xs-12 {
    padding-right: 100%
}

@media only screen and (min-width:450px) {
    .grid-col-xsm-1,
    .grid-col-xsm-10,
    .grid-col-xsm-11,
    .grid-col-xsm-12,
    .grid-col-xsm-2,
    .grid-col-xsm-3,
    .grid-col-xsm-4,
    .grid-col-xsm-5,
    .grid-col-xsm-6,
    .grid-col-xsm-7,
    .grid-col-xsm-8,
    .grid-col-xsm-9 {
        float: left;
        padding: 0 10px
    }
    .xsm-text-left {
        text-align: left!important
    }
    .xsm-text-center {
        text-align: center!important
    }
    .xsm-text-right {
        text-align: right!important
    }
    .xsm-hidden {
        display: none!important
    }
    .xsm-visible {
        display: block!important
    }
    .grid-col-xsm-1 {
        width: 8.33333%
    }
    .grid-col-xsm-2 {
        width: 16.66667%
    }
    .grid-col-xsm-3 {
        width: 25%
    }
    .grid-col-xsm-4 {
        width: 33.33333%
    }
    .grid-col-xsm-5 {
        width: 41.66667%
    }
    .grid-col-xsm-6 {
        width: 50%
    }
    .grid-col-xsm-7 {
        width: 58.33333%
    }
    .grid-col-xsm-8 {
        width: 66.66667%
    }
    .grid-col-xsm-9 {
        width: 75%
    }
    .grid-col-xsm-10 {
        width: 83.33333%
    }
    .grid-col-xsm-11 {
        width: 91.66667%
    }
    .grid-col-xsm-12 {
        width: 100%
    }
    .grid-prepend-xsm-1 {
        padding-left: 8.33333%
    }
    .grid-prepend-xsm-2 {
        padding-left: 16.66667%
    }
    .grid-prepend-xsm-3 {
        padding-left: 25%
    }
    .grid-prepend-xsm-4 {
        padding-left: 33.33333%
    }
    .grid-prepend-xsm-5 {
        padding-left: 41.66667%
    }
    .grid-prepend-xsm-6 {
        padding-left: 50%
    }
    .grid-prepend-xsm-7 {
        padding-left: 58.33333%
    }
    .grid-prepend-xsm-8 {
        padding-left: 66.66667%
    }
    .grid-prepend-xsm-9 {
        padding-left: 75%
    }
    .grid-prepend-xsm-10 {
        padding-left: 83.33333%
    }
    .grid-prepend-xsm-11 {
        padding-left: 91.66667%
    }
    .grid-prepend-xsm-12 {
        padding-left: 100%
    }
    .grid-append-xsm-1 {
        padding-right: 8.33333%
    }
    .grid-append-xsm-2 {
        padding-right: 16.66667%
    }
    .grid-append-xsm-3 {
        padding-right: 25%
    }
    .grid-append-xsm-4 {
        padding-right: 33.33333%
    }
    .grid-append-xsm-5 {
        padding-right: 41.66667%
    }
    .grid-append-xsm-6 {
        padding-right: 50%
    }
    .grid-append-xsm-7 {
        padding-right: 58.33333%
    }
    .grid-append-xsm-8 {
        padding-right: 66.66667%
    }
    .grid-append-xsm-9 {
        padding-right: 75%
    }
    .grid-append-xsm-10 {
        padding-right: 83.33333%
    }
    .grid-append-xsm-11 {
        padding-right: 91.66667%
    }
    .grid-append-xsm-12 {
        padding-right: 100%
    }
}

@media only screen and (min-width:480px) {
    .grid-col-sm-1,
    .grid-col-sm-10,
    .grid-col-sm-11,
    .grid-col-sm-12,
    .grid-col-sm-2,
    .grid-col-sm-3,
    .grid-col-sm-4,
    .grid-col-sm-5,
    .grid-col-sm-6,
    .grid-col-sm-7,
    .grid-col-sm-8,
    .grid-col-sm-9 {
        float: left;
        padding: 0 10px
    }
    .sm-text-left {
        text-align: left!important
    }
    .sm-text-center {
        text-align: center!important
    }
    .sm-text-right {
        text-align: right!important
    }
    .sm-hidden {
        display: none!important
    }
    .sm-visible {
        display: block!important
    }
    .grid-col-sm-1 {
        width: 8.33333%
    }
    .grid-col-sm-2 {
        width: 16.66667%
    }
    .grid-col-sm-3 {
        width: 25%
    }
    .grid-col-sm-4 {
        width: 33.33333%
    }
    .grid-col-sm-5 {
        width: 41.66667%
    }
    .grid-col-sm-6 {
        width: 50%
    }
    .grid-col-sm-7 {
        width: 58.33333%
    }
    .grid-col-sm-8 {
        width: 66.66667%
    }
    .grid-col-sm-9 {
        width: 75%
    }
    .grid-col-sm-10 {
        width: 83.33333%
    }
    .grid-col-sm-11 {
        width: 91.66667%
    }
    .grid-col-sm-12 {
        width: 100%
    }
    .grid-prepend-sm-1 {
        padding-left: 8.33333%
    }
    .grid-prepend-sm-2 {
        padding-left: 16.66667%
    }
    .grid-prepend-sm-3 {
        padding-left: 25%
    }
    .grid-prepend-sm-4 {
        padding-left: 33.33333%
    }
    .grid-prepend-sm-5 {
        padding-left: 41.66667%
    }
    .grid-prepend-sm-6 {
        padding-left: 50%
    }
    .grid-prepend-sm-7 {
        padding-left: 58.33333%
    }
    .grid-prepend-sm-8 {
        padding-left: 66.66667%
    }
    .grid-prepend-sm-9 {
        padding-left: 75%
    }
    .grid-prepend-sm-10 {
        padding-left: 83.33333%
    }
    .grid-prepend-sm-11 {
        padding-left: 91.66667%
    }
    .grid-prepend-sm-12 {
        padding-left: 100%
    }
    .grid-append-sm-1 {
        padding-right: 8.33333%
    }
    .grid-append-sm-2 {
        padding-right: 16.66667%
    }
    .grid-append-sm-3 {
        padding-right: 25%
    }
    .grid-append-sm-4 {
        padding-right: 33.33333%
    }
    .grid-append-sm-5 {
        padding-right: 41.66667%
    }
    .grid-append-sm-6 {
        padding-right: 50%
    }
    .grid-append-sm-7 {
        padding-right: 58.33333%
    }
    .grid-append-sm-8 {
        padding-right: 66.66667%
    }
    .grid-append-sm-9 {
        padding-right: 75%
    }
    .grid-append-sm-10 {
        padding-right: 83.33333%
    }
    .grid-append-sm-11 {
        padding-right: 91.66667%
    }
    .grid-append-sm-12 {
        padding-right: 100%
    }
}

@media only screen and (min-width:568px) {
    .grid-col-xm-1,
    .grid-col-xm-10,
    .grid-col-xm-11,
    .grid-col-xm-12,
    .grid-col-xm-2,
    .grid-col-xm-3,
    .grid-col-xm-4,
    .grid-col-xm-5,
    .grid-col-xm-6,
    .grid-col-xm-7,
    .grid-col-xm-8,
    .grid-col-xm-9 {
        float: left;
        padding: 0 10px
    }
    .xm-text-left {
        text-align: left!important
    }
    .xm-text-center {
        text-align: center!important
    }
    .xm-text-right {
        text-align: right!important
    }
    .xm-hidden {
        display: none!important
    }
    .xm-visible {
        display: block!important
    }
    .grid-col-xm-1 {
        width: 8.33333%
    }
    .grid-col-xm-2 {
        width: 16.66667%
    }
    .grid-col-xm-3 {
        width: 25%
    }
    .grid-col-xm-4 {
        width: 33.33333%
    }
    .grid-col-xm-5 {
        width: 41.66667%
    }
    .grid-col-xm-6 {
        width: 50%
    }
    .grid-col-xm-7 {
        width: 58.33333%
    }
    .grid-col-xm-8 {
        width: 66.66667%
    }
    .grid-col-xm-9 {
        width: 75%
    }
    .grid-col-xm-10 {
        width: 83.33333%
    }
    .grid-col-xm-11 {
        width: 91.66667%
    }
    .grid-col-xm-12 {
        width: 100%
    }
    .grid-prepend-xm-1 {
        padding-left: 8.33333%
    }
    .grid-prepend-xm-2 {
        padding-left: 16.66667%
    }
    .grid-prepend-xm-3 {
        padding-left: 25%
    }
    .grid-prepend-xm-4 {
        padding-left: 33.33333%
    }
    .grid-prepend-xm-5 {
        padding-left: 41.66667%
    }
    .grid-prepend-xm-6 {
        padding-left: 50%
    }
    .grid-prepend-xm-7 {
        padding-left: 58.33333%
    }
    .grid-prepend-xm-8 {
        padding-left: 66.66667%
    }
    .grid-prepend-xm-9 {
        padding-left: 75%
    }
    .grid-prepend-xm-10 {
        padding-left: 83.33333%
    }
    .grid-prepend-xm-11 {
        padding-left: 91.66667%
    }
    .grid-prepend-xm-12 {
        padding-left: 100%
    }
    .grid-append-xm-1 {
        padding-right: 8.33333%
    }
    .grid-append-xm-2 {
        padding-right: 16.66667%
    }
    .grid-append-xm-3 {
        padding-right: 25%
    }
    .grid-append-xm-4 {
        padding-right: 33.33333%
    }
    .grid-append-xm-5 {
        padding-right: 41.66667%
    }
    .grid-append-xm-6 {
        padding-right: 50%
    }
    .grid-append-xm-7 {
        padding-right: 58.33333%
    }
    .grid-append-xm-8 {
        padding-right: 66.66667%
    }
    .grid-append-xm-9 {
        padding-right: 75%
    }
    .grid-append-xm-10 {
        padding-right: 83.33333%
    }
    .grid-append-xm-11 {
        padding-right: 91.66667%
    }
    .grid-append-xm-12 {
        padding-right: 100%
    }
}

@media only screen and (min-width:640px) {
    .grid-col-md-1,
    .grid-col-md-10,
    .grid-col-md-11,
    .grid-col-md-12,
    .grid-col-md-2,
    .grid-col-md-3,
    .grid-col-md-4,
    .grid-col-md-5,
    .grid-col-md-6,
    .grid-col-md-7,
    .grid-col-md-8,
    .grid-col-md-9 {
        float: left;
        padding: 0 10px
    }
    .md-text-left {
        text-align: left!important
    }
    .md-text-center {
        text-align: center!important
    }
    .md-text-right {
        text-align: right!important
    }
    .md-hidden {
        display: none!important
    }
    .md-visible {
        display: block!important
    }
    .grid-col-md-1 {
        width: 8.33333%
    }
    .grid-col-md-2 {
        width: 16.66667%
    }
    .grid-col-md-3 {
        width: 25%
    }
    .grid-col-md-4 {
        width: 33.33333%
    }
    .grid-col-md-5 {
        width: 41.66667%
    }
    .grid-col-md-6 {
        width: 50%
    }
    .grid-col-md-7 {
        width: 58.33333%
    }
    .grid-col-md-8 {
        width: 66.66667%
    }
    .grid-col-md-9 {
        width: 75%
    }
    .grid-col-md-10 {
        width: 83.33333%
    }
    .grid-col-md-11 {
        width: 91.66667%
    }
    .grid-col-md-12 {
        width: 100%
    }
    .grid-prepend-md-1 {
        padding-left: 8.33333%
    }
    .grid-prepend-md-2 {
        padding-left: 16.66667%
    }
    .grid-prepend-md-3 {
        padding-left: 25%
    }
    .grid-prepend-md-4 {
        padding-left: 33.33333%
    }
    .grid-prepend-md-5 {
        padding-left: 41.66667%
    }
    .grid-prepend-md-6 {
        padding-left: 50%
    }
    .grid-prepend-md-7 {
        padding-left: 58.33333%
    }
    .grid-prepend-md-8 {
        padding-left: 66.66667%
    }
    .grid-prepend-md-9 {
        padding-left: 75%
    }
    .grid-prepend-md-10 {
        padding-left: 83.33333%
    }
    .grid-prepend-md-11 {
        padding-left: 91.66667%
    }
    .grid-prepend-md-12 {
        padding-left: 100%
    }
    .grid-append-md-1 {
        padding-right: 8.33333%
    }
    .grid-append-md-2 {
        padding-right: 16.66667%
    }
    .grid-append-md-3 {
        padding-right: 25%
    }
    .grid-append-md-4 {
        padding-right: 33.33333%
    }
    .grid-append-md-5 {
        padding-right: 41.66667%
    }
    .grid-append-md-6 {
        padding-right: 50%
    }
    .grid-append-md-7 {
        padding-right: 58.33333%
    }
    .grid-append-md-8 {
        padding-right: 66.66667%
    }
    .grid-append-md-9 {
        padding-right: 75%
    }
    .grid-append-md-10 {
        padding-right: 83.33333%
    }
    .grid-append-md-11 {
        padding-right: 91.66667%
    }
    .grid-append-md-12 {
        padding-right: 100%
    }
}

@media only screen and (min-width: 960px) {
    .grid-col-lg-1,
    .grid-col-lg-10,
    .grid-col-lg-11,
    .grid-col-lg-12,
    .grid-col-lg-2,
    .grid-col-lg-3,
    .grid-col-lg-4,
    .grid-col-lg-5,
    .grid-col-lg-6,
    .grid-col-lg-7,
    .grid-col-lg-8,
    .grid-col-lg-9 {
        float: left;
        padding: 0 10px;
    }
    .lg-text-left {
        text-align: left!important
    }
    .lg-text-center {
        text-align: center!important
    }
    .lg-text-right {
        text-align: right!important
    }
    .lg-hidden {
        display: none!important
    }
    .lg-visible {
        display: block!important
    }
    .grid-col-lg-1 {
        width: 8.33333%
    }
    .grid-col-lg-2 {
        width: 16.66667%
    }
    .grid-col-lg-3 {
        width: 25%
    }
    .grid-col-lg-4 {
        width: 33%
    }
    .grid-col-lg-5 {
        width: 25%;
    }
    .grid-col-lg-6 {
        width: 50%
    }
    .grid-col-lg-7 {
        width: 80%
    }
    .grid-col-lg-8 {
        /* width:66.66667%; */
    }
    .grid-col-lg-9 {
        width: 70%;
        margin-left: 30px;
    }
    .grid-col-lg-10 {
        width: 83.33333%
    }
    .grid-col-lg-11 {
        width: 91.66667%
    }
    .grid-col-lg-12 {
        width: 100%
    }
    .grid-prepend-lg-1 {
        padding-left: 8.33333%
    }
    .grid-prepend-lg-2 {
        padding-left: 16.66667%
    }
    .grid-prepend-lg-3 {
        padding-left: 25%
    }
    .grid-prepend-lg-4 {
        padding-left: 33.33333%
    }
    .grid-prepend-lg-5 {
        padding-left: 41.66667%
    }
    .grid-prepend-lg-6 {
        padding-left: 50%
    }
    .grid-prepend-lg-7 {
        padding-left: 58.33333%
    }
    .grid-prepend-lg-8 {
        padding-left: 66.66667%
    }
    .grid-prepend-lg-9 {
        padding-left: 75%
    }
    .grid-prepend-lg-10 {
        padding-left: 83.33333%
    }
    .grid-prepend-lg-11 {
        padding-left: 91.66667%
    }
    .grid-prepend-lg-12 {
        padding-left: 100%
    }
    .grid-append-lg-1 {
        padding-right: 8.33333%
    }
    .grid-append-lg-2 {
        padding-right: 16.66667%
    }
    .grid-append-lg-3 {
        padding-right: 25%
    }
    .grid-append-lg-4 {
        padding-right: 33.33333%
    }
    .grid-append-lg-5 {
        padding-right: 41.66667%
    }
    .grid-append-lg-6 {
        padding-right: 50%
    }
    .grid-append-lg-7 {
        padding-right: 58.33333%
    }
    .grid-append-lg-8 {
        padding-right: 66.66667%
    }
    .grid-append-lg-9 {
        padding-right: 75%
    }
    .grid-append-lg-10 {
        padding-right: 83.33333%
    }
    .grid-append-lg-11 {
        padding-right: 91.66667%
    }
    .grid-append-lg-12 {
        padding-right: 100%
    }
}

@media only screen and (min-width:760px) {
    .grid-col-xl-1,
    .grid-col-xl-10,
    .grid-col-xl-11,
    .grid-col-xl-12,
    .grid-col-xl-2,
    .grid-col-xl-3,
    .grid-col-xl-4,
    .grid-col-xl-5,
    .grid-col-xl-6,
    .grid-col-xl-7,
    .grid-col-xl-8,
    .grid-col-xl-9 {
        float: left;
        padding: 0 10px
    }
    .xl-text-left {
        text-align: left!important
    }
    .xl-text-center {
        text-align: center!important
    }
    .xl-text-right {
        text-align: right!important
    }
    .xl-hidden {
        display: none!important
    }
    .xl-visible {
        display: block!important
    }
    .grid-col-xl-1 {
        width: 8.33333%
    }
    .grid-col-xl-2 {
        width: 16.66667%
    }
    .grid-col-xl-3 {
        width: 25%
    }
    .grid-col-xl-4 {
        width: 33.33333%
    }
    .grid-col-xl-5 {
        width: 41.66667%
    }
    .grid-col-xl-6 {
        width: 50%
    }
    .grid-col-xl-7 {
        width: 58.33333%
    }
    .grid-col-xl-8 {
        width: 66.66667%
    }
    .grid-col-xl-9 {
        width: 75%
    }
    .grid-col-xl-10 {
        width: 83.33333%
    }
    .grid-col-xl-11 {
        width: 91.66667%
    }
    .grid-col-xl-12 {
        width: 100%
    }
    .grid-prepend-xl-1 {
        padding-left: 8.33333%
    }
    .grid-prepend-xl-2 {
        padding-left: 16.66667%
    }
    .grid-prepend-xl-3 {
        padding-left: 25%
    }
    .grid-prepend-xl-4 {
        padding-left: 33.33333%
    }
    .grid-prepend-xl-5 {
        padding-left: 41.66667%
    }
    .grid-prepend-xl-6 {
        padding-left: 50%
    }
    .grid-prepend-xl-7 {
        padding-left: 58.33333%
    }
    .grid-prepend-xl-8 {
        padding-left: 66.66667%
    }
    .grid-prepend-xl-9 {
        padding-left: 75%
    }
    .grid-prepend-xl-10 {
        padding-left: 83.33333%
    }
    .grid-prepend-xl-11 {
        padding-left: 91.66667%
    }
    .grid-prepend-xl-12 {
        padding-left: 100%
    }
    .grid-append-xl-1 {
        padding-right: 8.33333%
    }
    .grid-append-xl-2 {
        padding-right: 16.66667%
    }
    .grid-append-xl-3 {
        padding-right: 25%
    }
    .grid-append-xl-4 {
        padding-right: 33.33333%
    }
    .grid-append-xl-5 {
        padding-right: 41.66667%
    }
    .grid-append-xl-6 {
        padding-right: 50%
    }
    .grid-append-xl-7 {
        padding-right: 58.33333%
    }
    .grid-append-xl-8 {
        padding-right: 66.66667%
    }
    .grid-append-xl-9 {
        padding-right: 75%
    }
    .grid-append-xl-10 {
        padding-right: 83.33333%
    }
    .grid-append-xl-11 {
        padding-right: 91.66667%
    }
    .grid-append-xl-12 {
        padding-right: 100%
    }
}

@media only screen and (min-width:1200px) {
    .grid-col-lxl-1,
    .grid-col-lxl-10,
    .grid-col-lxl-11,
    .grid-col-lxl-12,
    .grid-col-lxl-2,
    .grid-col-lxl-3,
    .grid-col-lxl-4,
    .grid-col-lxl-5,
    .grid-col-lxl-6,
    .grid-col-lxl-7,
    .grid-col-lxl-8,
    .grid-col-lxl-9 {
        float: left;
        padding: 0 10px
    }
    .lxl-text-left {
        text-align: left!important
    }
    .lxl-text-center {
        text-align: center!important
    }
    .lxl-text-right {
        text-align: right!important
    }
    .lxl-hidden {
        display: none!important
    }
    .lxl-visible {
        display: block!important
    }
    .grid-col-lxl-1 {
        width: 8.33333%
    }
    .grid-col-lxl-2 {
        width: 16.66667%
    }
    .grid-col-lxl-3 {
        width: 25%
    }
    .grid-col-lxl-4 {
        width: 33.33333%
    }
    .grid-col-lxl-5 {
        width: 41.66667%
    }
    .grid-col-lxl-6 {
        width: 50%
    }
    .grid-col-lxl-7 {
        width: 58.33333%
    }
    .grid-col-lxl-8 {
        width: 66.66667%
    }
    .grid-col-lxl-9 {
        width: 75%
    }
    .grid-col-lxl-10 {
        width: 83.33333%
    }
    .grid-col-lxl-11 {
        width: 91.66667%
    }
    .grid-col-lxl-12 {
        width: 100%
    }
    .grid-prepend-lxl-1 {
        padding-left: 8.33333%
    }
    .grid-prepend-lxl-2 {
        padding-left: 16.66667%
    }
    .grid-prepend-lxl-3 {
        padding-left: 25%
    }
    .grid-prepend-lxl-4 {
        padding-left: 33.33333%
    }
    .grid-prepend-lxl-5 {
        padding-left: 41.66667%
    }
    .grid-prepend-lxl-6 {
        padding-left: 50%
    }
    .grid-prepend-lxl-7 {
        padding-left: 58.33333%
    }
    .grid-prepend-lxl-8 {
        padding-left: 66.66667%
    }
    .grid-prepend-lxl-9 {
        padding-left: 75%
    }
    .grid-prepend-lxl-10 {
        padding-left: 83.33333%
    }
    .grid-prepend-lxl-11 {
        padding-left: 91.66667%
    }
    .grid-prepend-lxl-12 {
        padding-left: 100%
    }
    .grid-append-lxl-1 {
        padding-right: 8.33333%
    }
    .grid-append-lxl-2 {
        padding-right: 16.66667%
    }
    .grid-append-lxl-3 {
        padding-right: 25%
    }
    .grid-append-lxl-4 {
        padding-right: 33.33333%
    }
    .grid-append-lxl-5 {
        padding-right: 41.66667%
    }
    .grid-append-lxl-6 {
        padding-right: 50%
    }
    .grid-append-lxl-7 {
        padding-right: 58.33333%
    }
    .grid-append-lxl-8 {
        padding-right: 66.66667%
    }
    .grid-append-lxl-9 {
        padding-right: 75%
    }
    .grid-append-lxl-10 {
        padding-right: 83.33333%
    }
    .grid-append-lxl-11 {
        padding-right: 91.66667%
    }
    .grid-append-lxl-12 {
        padding-right: 100%
    }
}

fieldset,
figure,
form {
    margin: 0;
    padding: 0
}

@-moz-keyframes bounce {
    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    20%,
    50%,
    80% {
        -moz-transform: translateY(15%);
        transform: translateY(15%)
    }
    40% {
        -moz-transform: translateY(-45%);
        transform: translateY(-45%)
    }
    60% {
        -moz-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20%,
    50%,
    80% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
    40% {
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%)
    }
    60% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

@keyframes bounce {
    0%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20%,
    50%,
    80% {
        -moz-transform: translateY(15%);
        -ms-transform: translateY(15%);
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }
    40% {
        -moz-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%)
    }
    60% {
        -moz-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

.hidden {
    display: none!important
}

.visible {
    display: block!important
}

@media only screen and (max-width:1380px) {
    .xl-hidden {
        display: none!important
    }
}

@media only screen and (min-width:1200px) {
    .lxl-hidden {
        display: none!important
    }
    .lxl-visible {
        display: block!important
    }
}

@media only screen and (max-width:1199px) {
    .lxl-max-hidden {
        display: none!important
    }
    .lxl-max-visible {
        display: block!important
    }
}

@media only screen and (max-width:959px) {
    .l-hidden {
        display: none!important
    }
    .l-visible {
        display: block!important
    }
    .lg-text-center {
        text-align: center!important
    }
}

@media only screen and (max-width: 639px) {
    .m-hidden {
        font-size: 11px
    }
    .m-fixed-width-block {
        max-width: 90%
    }
}

@media only screen and (max-width:639px) {
    .sm-hidden {
        display: none!important
    }
    .sm-visible {
        display: block!important
    }
}

@media only screen and (max-width:567px) {
    .xm-max-hidden {
        display: none!important
    }
    .xm-max-visible {
        display: block!important
    }
}

@media only screen and (max-width:479px) {
    .xs-hidden {
        display: none!important
    }
    .xs-visible {
        display: block!important
    }
}

@media only screen and (max-width:449px) {
    .xsm-hidden {
        display: none!important
    }
    .xsm-visible {
        display: block!important
    }
}

.placeholder {
    display: block
}

.align-left {
    float: left!important
}

.align-right {
    float: right!important
}

@media only screen and (min-width:760px) {
    .l-text-center {
        text-align: center!important
    }
}

.inline-block {
    display: inline-block
}

.overflow-hidden {
    overflow: hidden
}

.item-table {
    display: table;
    width: 100%
}

.item-cell {
    display: table-cell;
    vertical-align: middle
}

article,
figure,
footer,
header,
nav,
section {
    display: block
}

body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font: 14px/16px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    margin: 0;
    padding-left: 0px;
    min-width: 320px;
    width: 100%;
}

b,
strong {
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700
}

p {
    margin-top: 0;
    padding-bottom: 0;
    height: auto;
}

p a {
    color: #c30e2e text-decoration: underline
}

q {
    quotes: none
}

img {
    border: none
}

fieldset,
form {
    border-style: none
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    border: none;
    color: #484b51;
    padding: 12px 17px
}

input[type=email],
input[type=password],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font: 18px/20px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400!important;
    font-style: normal!important;
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .lg-text-left {
        text-align: left!important
    }
    .lg-text-right {
        text-align: right!important
    }
    input[type=email],
    input[type=password],
    input[type=submit],
    input[type=tel],
    input[type=text],
    textarea {
        font-size: 16px!important;
        line-height: 16px
    }
}

@media only screen and (min-width:760px) {
    input[type=email],
    input[type=password],
    input[type=submit],
    input[type=tel],
    input[type=text],
    textarea {
        font-size: 18px!important;
        line-height: 20px
    }
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #484b51;
    opacity: 1
}

input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=submit]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #484b51;
    opacity: 1
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #484b51;
    opacity: 1
}

input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #484b51;
    opacity: 1
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0
}

audio,
canvas,
video {
    display: inline-block
}

.ui-title {
    border-bottom: 2px solid #0a171e;
    color: #0a171e;
    display: block;
    font: 22px/23px Arial, Helvetica, sans-serif;
    padding: 15px 0
}

.ui-title.small {
    font-size: 17px;
    line-height: 18px;
    padding: 5px 0;
    margin: 0 0 15px
}

.ui-btn-holder {
    margin: 0 0 10px;
    padding: 0 0 5px
}

.ui-block {
    padding: 10px
}

.center-position {
    margin: 0 0 17px 10px
}

@media only screen and (min-width:768px) {
    .center-position {
        margin: 0 auto 28px;
        max-width: 69%;
        text-align: center
    }
    .center-position span {
        width: 61.3%
    }
}

@media only screen and (max-width:767px) {
    .center-position.m-centered {
        margin: 0 0 0 50%;
        display: inline-block;
        transform: translate(-50%, 0);
        white-space: nowrap
    }
    .center-position.m-centered span {
        display: block
    }
}

.center-position span {
    display: inline-block;
    text-align: left;
    vertical-align: top
}

.btn,
.date,
.social-list,
.widgets-list {
    text-align: center
}

.center-position span.l-indent {
    font-size: 19px;
    padding-left: 38px
}

@media only screen and (min-width:768px) {
    .center-position span.l-indent {
        font-size: 20px;
        padding-left: 179px
    }
}

@media only screen and (min-width:760px) {
    .center-position {
        max-width: 67%
    }
    .center-position span.l-indent {
        font-size: 30px;
        padding-left: 250px
    }
}

.box-indent {
    padding: 27px 19px 0
}

@media only screen and (min-width:768px) {
    .box-indent {
        padding: 9px 35px 0 45px
    }
}

@media only screen and (min-width:760px) {
    .box-indent {
        padding: 7px 8px 0 14px
    }
}

html {
    overflow-y: scroll
}

#wrapper.home-page {
    font: 18px/23px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 0
}

.show-nav {
    bottom: 0;
    height: 100%!important;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

.stretched-img-holder,
.world-map-section .world-map-markers {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.stretched-img-holder img,
.world-map-section .world-map-markers img {
    display: block;
    height: auto;
    width: 100%
}

.sticky-social-list {
    height: 172px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 21%;
    width: 43px;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .sticky-social-list {
        position: fixed;
        top: 139px
    }
}

@media only screen and (min-width:760px) {
    .sticky-social-list {
        top: 211px
    }
}

.video-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.video-wrapper video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: -100
}

.fancybox-wrap {
    margin: 44px 0
}

.fancybox-wrap .fancybox-close {
    right: 0;
    top: -36px
}

@media only screen and (min-width:760px) {
    .fancybox-wrap .fancybox-close {
        top: -17px;
        right: -17px
    }
}

.video-box {
    font: 16px/20px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative
}

.list-base .video-box li:before,
.video-box .ico,
.video-box .list-base li:before {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 44%
}

.video-box img {
    display: block;
    height: auto;
    width: 100%
}

.video-box figcaption {
    background: #fff;
    bottom: 0;
    color: #000;
    left: 0;
    overflow: hidden;
    padding: 11px 28px 9px;
    position: absolute;
    white-space: nowrap;
    width: 100%
}

.btn,
.btn-read-more {
    box-sizing: border-box
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .video-box {
        font-size: 11px
    }
    .video-box figcaption {
        padding: 5px 20px
    }
}

@media only screen and (max-width:479px) {
    .video-box figcaption {
        white-space: normal
    }
}

.video-box figcaption span {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (max-width:767px) {
    .list-base .video-box li:before,
    .video-box .ico,
    .video-box .list-base li:before {
        top: 50%
    }
    .video-box figcaption {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 7px;
        padding-top: 8px;
        position: static;
        text-align: center
    }
    .video-box figcaption span {
        font-size: 13px
    }
    .video-box .img-box {
        max-height: 95px
    }
}

.separator {
    display: block;
    height: 1px;
    padding: 6px 0;
    position: relative
}

.separator:after {
    background: #797f85;
    height: 1px;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    width: 56px
}

#nav>ul:after,
.btn-back:after,
.checkboxAreaChecked:before {
    content: ''
}

@media only screen and (min-width:768px) {
    .separator:after {
        margin-left: -19px;
        width: 38px
    }
}

@media only screen and (min-width:760px) {
    .separator:after {
        margin-left: -29px;
        width: 58px
    }
}

.separator.white:after {
    background: #fff
}

.separator.black:after {
    background: #0a171e
}

.crawlline {
    overflow: hidden
}

.slick-slider .slick-no-slide .slick-track {
    left: auto!important;
    margin: 0 auto
}

.entry-section .partners-list img {
    min-width: 0
}

.entry-section-footer .slider-nav {
    padding: 0 40px
}

.entry-section-footer .slider-nav .carousel-resources__arrow-left {
    left: 0
}

.entry-section-footer .slider-nav .carousel-resources__arrow-right {
    right: 0
}

.result-info {
    font: 15px/20px Arial, Helvetica, sans-serif;
    margin: 0 0 18px
}

@media only screen and (min-width:768px) {
    .result-info {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 17px
    }
}

@media only screen and (min-width:760px) {
    .result-info {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 40px
    }
}

.result-info p {
    margin: 0
}

.result-info p strong {
    color: #5a5d62;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.add-info {
    background: #f2f4f6;
    margin: 0;
    padding: 28px 0 9px
}

@media only screen and (min-width:768px) {
    .add-info {
        margin: 0 0 -64px;
        padding: 28px 0 11px
    }
}

@media only screen and (min-width:760px) and (max-width:984px) {
    .add-info {
        margin-bottom: -102px
    }
}

@media only screen and (min-width:985px) {
    .add-info {
        margin: 0 0 -38px;
        padding: 32px 0 4px
    }
}

.add-title {
    display: block;
    font: 14px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 9px
}

@media only screen and (min-width:760px) {
    .add-title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 9px
    }
}

.scroll-gallery {
    margin: 0 auto;
    max-width: 684px;
    position: relative
}

.scroll-gallery .disabled {
    display: none
}

.btn,
.btn .btn-text {
    display: inline-block
}

.scroll-gallery .btn-next,
.scroll-gallery .btn-prev {
    margin: -9px 0 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 10
}

.scroll-gallery .btn-prev {
    background: url(../images/icons-sb8b4f12d43.png) -188px -29px;
    height: 19px;
    width: 12px;
    left: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .scroll-gallery .btn-prev {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -107.5px;
        height: 20.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:980px) {
    .scroll-gallery .btn-prev {
        left: 7px
    }
}

.scroll-gallery .btn-next {
    background: url(../images/icons-sb8b4f12d43.png) -200px -29px;
    height: 19px;
    width: 12px;
    right: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .scroll-gallery .btn-next {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -128px;
        height: 20.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn {
    background: #c30e2e;
    color: #e2e2e3;
    font: 12px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    outline: 0;
    overflow: hidden;
    padding: 0 15px;
    vertical-align: top;
}

.btn .btn-text,
.btn .ico,
.btn .list-base li:before,
.list-base .btn li:before {
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .btn {
        font: 13px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        height: 26px;
        line-height: 26px;
        padding: 0 17px 0 16px;
    }
}

@media only screen and (min-width:760px) {
    .scroll-gallery {
        max-width: 1050px
    }
}

.is-desktop .btn:hover {
    background: #fff;
    color: #c30e2e
}

.is-desktop .btn:hover .play {
    background: url(../images/icons-sb8b4f12d43.png) -148px -105px;
    height: 25px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .is-desktop .btn:hover .play {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1799px;
        height: 27px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .is-desktop .btn:hover .play {
        background: url(../images/icons-sb8b4f12d43.png) -142px -199px;
        height: 37px;
        width: 38px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .is-desktop .btn:hover .play {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1826px;
        height: 39px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn .ico.points,
.btn .list-base li.points:before,
.list-base .btn li.points:before {
    margin: 0 -1px 0 25px;
    background: url(../images/icons-sb8b4f12d43.png) -106px 0;
    height: 13px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .btn .ico.points,
    .btn .list-base li.points:before,
    .list-base .btn li.points:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2180px;
        height: 14.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .btn .ico.points,
    .btn .list-base li.points:before,
    .list-base .btn li.points:before {
        background: url(../images/icons-sb8b4f12d43.png) -20px -29px;
        height: 10px;
        width: 10px;
        margin: 0 1px 0 7px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .btn .ico.points,
    .btn .list-base li.points:before,
    .list-base .btn li.points:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2134.5px;
        height: 12px;
        width: 10px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .btn .ico.points,
    .btn .list-base li.points:before,
    .list-base .btn li.points:before {
        background: url(../images/icons-sb8b4f12d43.png) -106px 0;
        height: 13px;
        width: 12px;
        margin: 0 1px 0 14px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .btn .ico.points,
    .btn .list-base li.points:before,
    .list-base .btn li.points:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2180px;
        height: 14.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.event .btn {
    bottom: 0;
    position: absolute;
    right: 0
}

.btn .points-middle {
    margin: -3px 0 0 8px;
    position: relative
}

.btn-medium {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px
}

.btn-transparent {
    background: #c30e2e;
    border: 1px solid #e09eaa;
    font: 14px/45px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 45px;
    padding: 0 26px;
}

@media only screen and (min-width:768px) {
    .btn .points-middle {
        margin-left: 8px
    }
    .btn-transparent {
        font: 14px/37px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        height: 35px;
        padding: 0 13px 0 15px
    }
}

@media only screen and (min-width:760px) {
    .btn-transparent {
        font: 15px/46px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        height: 48px;
        padding: 0 26px
    }
}

.btn-transparent .ico.points,
.btn-transparent .list-base li.points:before,
.list-base .btn-transparent li.points:before {
    margin-top: -4px
}

.is-desktop .btn-transparent:hover {
    background: #fff;
    color: #c30e2e
}

.is-desktop .btn-transparent:hover .points {
    height: 14px;
    width: 14px;
    background-position: -109px -48px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .is-desktop .btn-transparent:hover .points {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2085px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .is-desktop .btn-transparent:hover .points {
        height: 10px;
        width: 10px;
        background-position: 0 -29px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .is-desktop .btn-transparent:hover .points {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2100.5px;
        height: 12px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .is-desktop .btn-transparent:hover .points {
        height: 14px;
        width: 14px;
        background-position: -109px -48px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .is-desktop .btn-transparent:hover .points {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2085px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn-small-indent {
    padding: 0 12px
}

@media only screen and (min-width:760px) {
    .btn-small-indent {
        padding: 0 15px
    }
}

.btn-small {
    font: 16px/40px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 40px;
    padding-left: 13px;
    padding-right: 13px
}

@media only screen and (min-width:768px) {
    .btn-small {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding-left: 12px;
        padding-right: 12px
    }
}

@media only screen and (min-width:760px) {
    .btn-small {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding-left: 13px;
        padding-right: 13px
    }
}

.btn-dark-red {
    background: #b10d2a
}

.btn-red {
    color: #FFF;
}

.is-desktop .btn-red:hover .points-middle {
    background: url(../images/icons-sb8b4f12d43.png) -109px -48px;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .is-desktop .btn-red:hover .points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2085px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn-opportunities {
    margin-bottom: 50px
}

.btn-gray-darker {
    background: #31393e
}

.btn-gray-dark {
    background: #676767
}

.btn-gray-large,
.btn-gray-light {
    background: #f2f4f6
}

.is-desktop .btn-with-border {
    border: 1px solid transparent
}

.is-desktop .btn-with-border:hover {
    border-color: #c30e2e
}

.btn-gray-large {
    color: #0a171e;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.is-desktop .btn-gray-large:hover {
    background: #c30e2e;
    color: #fff;
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (min-width:760px) {
    .btn-gray-large {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

.btn-gray {
    background: #f2f4f6;
    color: #0a171e
}

.is-desktop .btn-gray:hover {
    background: #c30e2e;
    color: #fff
}

.btn-light-gray {
    background: #646c71
}

.btn-full-width {
    padding: 0;
    width: 100%
}

.btn-middle {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 11px
}

.btn-middle .points-middle {
    background: url(../images/icons-sb8b4f12d43.png) -212px -15px;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .btn-middle .points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2069.5px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .btn-middle .points-middle {
        background: url(../images/icons-sb8b4f12d43.png) -10px -29px;
        height: 10px;
        width: 10px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .btn-middle .points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2146.5px;
        height: 11.5px;
        width: 9.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) and (min-width:760px) {
    .btn-middle .points-middle {
        background: url(../images/icons-sb8b4f12d43.png) -212px -15px;
        height: 14px;
        width: 14px
    }
}

@media only screen and (min-width:768px) and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-width:760px) and (min-resolution:1.3dppx) {
    .btn-middle .points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2069.5px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .btn-middle {
        font-size: 12px;
        height: 30px;
        line-height: 30px
    }
}

@media only screen and (min-width:760px) {
    .btn-middle {
        font-size: 18px;
        height: 46px;
        line-height: 47px;
        padding-left: 14px;
        padding-right: 14px
    }
}

.btn-big {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding-left: 19px;
    padding-right: 22px
}

.btn-big .play {
    margin-left: 0;
    margin-right: 12px;
    margin-top: 10px;
    vertical-align: top
}

@media only screen and (min-width:768px) {
    .btn-big .play {
        margin-left: 3px
    }
}

@media only screen and (min-width:760px) {
    .btn-big {
        font-size: 25px;
        height: 68px;
        line-height: 68px;
        padding-left: 17px;
        padding-right: 39px
    }
    .btn-big .play {
        margin-left: 4px;
        margin-right: 20px;
        margin-top: 14px
    }
}

.btn-big .ico-points-red,
.btn-big .manual-section .btn-holder .btn:hover .ico-points-white,
.manual-section .btn-holder .btn:hover .btn-big .ico-points-white {
    margin: -3px 0 0 10px;
    position: relative;
    vertical-align: middle
}

.btn-big.btn-gray-darker {
    font-size: 14px;
    padding-left: 17px;
    padding-right: 15px
}

@media only screen and (max-width:767px) {
    .btn-big.btn-big-with-border {
        line-height: 50px
    }
}

@media only screen and (min-width:760px) {
    .btn-big.btn-gray-darker {
        font-size: 20px;
        padding-left: 34px;
        padding-right: 29px
    }
    .btn-big.btn-big-with-border {
        line-height: 66px
    }
}

.btn-large-size {
    font: 13px/35px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 30px;
    max-width: 100%;
    padding: 0 17px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.is-desktop .btn-large-size:hover {
    background: #c30e2e;
    color: #fff
}

@media only screen and (min-width:768px) {
    .btn-big .ico-points-red,
    .btn-big .manual-section .btn-holder .btn:hover .ico-points-white,
    .manual-section .btn-holder .btn:hover .btn-big .ico-points-white {
        margin: -5px 0 0 10px
    }
    .btn-large-size {
        font: 10px/30px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        height: 26px
    }
}

@media only screen and (min-width:760px) {
    .btn-large-size {
        font: 16px/45px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        height: 40px;
        padding: 0 22px 0 25px
    }
}

button.btn,
input[type=submit].btn {
    border: none;
    cursor: pointer;
    line-height: normal!important;
    overflow: visible
}

.btn-icon {
    color: #fff;
    height: 70px;
    padding: 21px 8px;
    width: 70px
}

.btn-icon [class^=ico] {
    margin: 0
}

.btn-icon .fa-bars,
.btn-icon .fa-search {
    font-size: 22px
}

@media only screen and (max-width:1200px) {
    .btn-icon {
        height: 45px;
        padding: 7px 8px;
        width: 47px
    }
    .btn-icon .ico-mail {
        background: url(../images/icons-sb8b4f12d43.png) -212px -29px;
        height: 18px;
        width: 19px
    }
    .btn-mail {
        padding-top: 13px
    }
}

@media only screen and (max-width:1200px) and (min--moz-device-pixel-ratio:1.3),
only screen and (max-width:1200px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (max-width:1200px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (max-width:1200px) and (min-device-pixel-ratio:1.3),
only screen and (max-width:1200px) and (min-resolution:1.3dppx) {
    .btn-icon .ico-mail {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1480px;
        height: 20px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.is-desktop .btn-mail:hover,
.is-desktop .btn-nav-opener:hover {
    background: #c30e2e
}

.btn-nav-opener .close {
    display: none
}

.btn-nav-opener .ico,
.btn-nav-opener .list-base li:before,
.list-base .btn-nav-opener li:before {
    margin-right: -1px;
    position: relative
}

@media only screen and (min-width:1201px) {
    .btn-nav-opener .ico,
    .btn-nav-opener .list-base li:before,
    .list-base .btn-nav-opener li:before {
        margin-right: 0
    }
}

.btn-play {
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .btn-play {
        font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.is-desktop .btn-play:hover {
    background: #fff
}

.email-link {
    color: #fff;
    font: 22px/23px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media only screen and (min-width:760px) {
    .email-link {
        font: 32px/34px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal
    }
}

.is-desktop .email-link:hover {
    color: #c30e2e!important
}

.btn-more {
    background: 0 0;
    border: none;
    color: #ab0c28;
    cursor: pointer;
    display: inline-block;
    font: 12px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    outline: 0;
    padding-bottom: 18px;
    position: relative;
    vertical-align: top
}

.btn-more.large-size {
    font: 18px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 24px
}

.gallery .btn-more.large-size {
    font-size: 15px;
    padding-bottom: 22px
}

@media only screen and (max-width:799px) {
    .is-desktop .btn-more.large-size:hover .arrow-down {
        background: url(../images/icons-sb8b4f12d43.png) -37px -29px;
        height: 11px;
        width: 31px
    }
}

@media only screen and (max-width:799px) and (min--moz-device-pixel-ratio:1.3),
only screen and (max-width:799px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (max-width:799px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (max-width:799px) and (min-device-pixel-ratio:1.3),
only screen and (max-width:799px) and (min-resolution:1.3dppx) {
    .is-desktop .btn-more.large-size:hover .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -25.5px;
        height: 13px;
        width: 31px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn-more.large-size .arrow-down {
    background: url(../images/icons-sb8b4f12d43.png) 0 -48px;
    height: 11px;
    width: 31px;
    margin-left: -15px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .btn-more.large-size .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -38.5px;
        height: 13px;
        width: 31px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .btn-more.large-size,
    .gallery .btn-more.large-size {
        font: 12px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding-bottom: 18px
    }
    .btn-more.large-size .arrow-down {
        height: 9px;
        width: 26px;
        background-position: -93px -15px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .btn-more.large-size .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -51.5px;
        height: 10.5px;
        width: 25.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .btn-more.large-size,
    .gallery .btn-more.large-size {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 28px
    }
    .btn-more.large-size .arrow-down {
        height: 13px;
        width: 39px;
        background-position: -70px -48px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .btn-more.large-size .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -92.5px;
        height: 15px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn-more.white .arrow-down {
    background: url(../images/icons-sb8b4f12d43.png) -118px -29px;
    height: 15px;
    width: 34px;
    margin-left: -17px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .btn-more.white .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -75px;
        height: 17.5px;
        width: 34.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .btn-more.white .arrow-down {
        background: url(../images/icons-sb8b4f12d43.png);
        height: 11px;
        width: 24px;
        margin-left: -13px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .btn-more.white .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -62px;
        height: 13px;
        width: 24px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .btn-more.white .arrow-down {
        background: url(../images/icons-sb8b4f12d43.png) -118px -29px;
        height: 15px;
        width: 34px;
        margin-left: -20px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .btn-more.white .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -75px;
        height: 17.5px;
        width: 34.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.is-desktop .btn-more.white:hover {
    color: #fff
}

.is-desktop .btn-more.white:hover .arrow-down {
    background: url(../images/icons-sb8b4f12d43.png) -118px -29px;
    height: 15px;
    width: 34px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .is-desktop .btn-more.white:hover .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -75px;
        height: 17.5px;
        width: 34.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .is-desktop .btn-more.white:hover .arrow-down {
        background: url(../images/icons-sb8b4f12d43.png);
        height: 11px;
        width: 24px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .is-desktop .btn-more.white:hover .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -62px;
        height: 13px;
        width: 24px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .is-desktop .btn-more.white:hover .arrow-down {
        background: url(../images/icons-sb8b4f12d43.png) -118px -29px;
        height: 15px;
        width: 34px
    }
    .btn-more {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 28px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .is-desktop .btn-more.white:hover .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -75px;
        height: 17.5px;
        width: 34.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.is-desktop .btn-more:hover {
    color: #0a171e
}

.is-desktop .btn-more:hover .arrow-down {
    background: url(../images/icons-sb8b4f12d43.png) -119px -15px;
    height: 9px;
    width: 26px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .is-desktop .btn-more:hover .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 0;
        height: 10.5px;
        width: 25.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .is-desktop .btn-more:hover .arrow-down {
        background: url(../images/icons-sb8b4f12d43.png) -31px -48px;
        height: 13px;
        width: 39px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .is-desktop .btn-more:hover .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -10.5px;
        height: 15px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn-more.is-animated .arrow-down {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    transition: translate .3s ease 0
}

.btn-more .arrow-down {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -13px;
    position: absolute
}

.btn-more-right {
    color: #c30e2e;
    font: 14px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (min-width:760px) {
    .btn-more .arrow-down {
        margin-left: -20px
    }
    .btn-more-right {
        font-size: 16px
    }
}

.btn-more-right.full-width {
    display: block
}

.btn-back,
.developer-link {
    display: inline-block;
    vertical-align: top
}

.btn-more-right .arrow-right-red-single {
    margin-left: 14px;
    margin-top: 4px;
    vertical-align: top
}

@media only screen and (min-width:768px) {
    .btn-more-right {
        font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal
    }
    .btn-more-right .arrow-right-red-single {
        margin-left: 7px;
        margin-top: 6px
    }
}

.developer-link {
    color: #535a5f;
    margin-right: 18px
}

.developer-link a {
    color: #535a5f
}

.is-desktop .developer-link a:hover {
    color: #fff
}

@media only screen and (min-width:760px) {
    .btn-more-right .arrow-right-red-single {
        margin-left: 10px;
        margin-top: 3px
    }
    .developer-link {
        margin-right: 66px
    }
}

.no-indent .developer-link {
    margin-right: 0
}

.developer-link.top-indent {
    margin-top: 30px
}

.large-link {
    font: 13px/15px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .developer-link.top-indent {
        margin-top: 0
    }
    .large-link {
        font: 11px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.btn-holder {
    padding: 0 0 15px
}

@media only screen and (min-width:760px) {
    .large-link {
        font: 16px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
    .btn-holder {
        padding: 0 0 23px
    }
}

.btn-holder.top-indent {
    padding: 35px 0 14px
}

.article-section .btn-holder {
    margin-top: -4px;
    padding: 0 0 2px
}

@media only screen and (min-width:768px) {
    .article-section .btn-holder {
        margin: -10px 0 -39px
    }
}

@media only screen and (min-width:760px) {
    .article-section .btn-holder {
        margin: -5px 0 0
    }
}

.btn-holder.large-top-indent {
    padding: 26px 0 24px
}

.btn-holder.middle-bottom-indent {
    margin-bottom: 6px
}

@media only screen and (min-width:768px) {
    .btn-holder.middle-bottom-indent {
        margin-bottom: 21px
    }
}

.btn-holder.custom-all-indent {
    margin: -3px 0 30px;
    padding: 0
}

.btn-read-more {
    font: 15px/40px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    width: 85px
}

@media only screen and (min-width:768px) {
    .btn-holder.custom-all-indent {
        margin: -7px 0 21px
    }
    .btn-read-more {
        font: 12px/32px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-style: normal;
        height: 30px;
        width: auto
    }
}

@media only screen and (min-width:1200px) {
    .btn-holder.custom-all-indent {
        margin: -1px 0 23px
    }
    .btn-read-more {
        font-size: 14px
    }
}

.is-desktop .btn-read-more:hover {
    background: #c30e2e;
    color: #fff
}

.btn-back {
    color: #a9a9a9;
    font: 15px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 11px;
    margin-top: -2px;
    padding: 0 0 0 18px;
    position: relative
}

@media only screen and (min-width:768px) {
    .btn-back {
        font: 16px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0;
        padding: 0 0 0 21px
    }
}

.is-desktop .btn-back:hover {
    color: #0a171e
}

.is-desktop .btn-back:hover:after {
    height: 14px;
    width: 9px;
    background-position: -137px 0
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .is-desktop .btn-back:hover:after {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -148.5px;
        height: 16px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn-back:after {
    background: url(../images/icons-sb8b4f12d43.png) -195px 0;
    height: 14px;
    width: 9px;
    position: absolute;
    top: 2px;
    left: 0
}

.outtaHere,
.outtaHere-touch {
    position: absolute!important
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .btn-back:after {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -164.5px;
        height: 16px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.btn-next,
.btn-prev {
    background: #b40d2c;
    color: #fff;
    display: block;
    font-size: 27px;
    height: 34px;
    line-height: 34px;
    width: 34px
}

@media only screen and (min-width:768px) {
    .btn-next,
    .btn-prev {
        font-size: 22px;
        height: 27px;
        line-height: 24px;
        width: 26px
    }
}

@media only screen and (min-width:760px) {
    .btn-next,
    .btn-prev {
        font-size: 30px;
        height: 39px;
        line-height: 37px;
        width: 39px
    }
}

label {
    cursor: pointer
}

input.full-width,
textarea.full-width {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

input[type=email].small,
input[type=password].small,
input[type=tel].small,
input[type=text].small {
    color: #5b5f61;
    font: 16px/22px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 40px;
    padding: 10px 19px
}

@media only screen and (min-width:768px) {
    input[type=email].small,
    input[type=password].small,
    input[type=tel].small,
    input[type=text].small {
        font-size: 12px;
        height: 31px;
        line-height: 16px;
        padding-bottom: 8px;
        padding-top: 6px
    }
}

@media only screen and (min-width:760px) {
    input[type=email].small,
    input[type=password].small,
    input[type=tel].small,
    input[type=text].small {
        font-size: 16px;
        height: 40px;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px
    }
}

input[type=email].small::-webkit-input-placeholder,
input[type=password].small::-webkit-input-placeholder,
input[type=tel].small::-webkit-input-placeholder,
input[type=text].small::-webkit-input-placeholder {
    color: #5b5f61
}

input[type=email].small:-moz-placeholder,
input[type=password].small:-moz-placeholder,
input[type=tel].small:-moz-placeholder,
input[type=text].small:-moz-placeholder {
    color: #5b5f61
}

input[type=email].small::-moz-placeholder,
input[type=password].small::-moz-placeholder,
input[type=tel].small::-moz-placeholder,
input[type=text].small::-moz-placeholder {
    color: #5b5f61
}

input[type=email].small:-ms-input-placeholder,
input[type=password].small:-ms-input-placeholder,
input[type=tel].small:-ms-input-placeholder,
input[type=text].small:-ms-input-placeholder {
    color: #5b5f61
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    background: #e6e8ea;
    padding: 9px 11px 10px
}

input[type=email].error,
input[type=file].error,
input[type=tel].error,
input[type=text].error,
textarea.error {
    -moz-box-shadow: inset 0 0 5px #f03;
    -webkit-box-shadow: inset 0 0 5px #f03;
    box-shadow: inset 0 0 5px #f03
}

input[type=email].error::-webkit-input-placeholder,
input[type=file].error::-webkit-input-placeholder,
input[type=tel].error::-webkit-input-placeholder,
input[type=text].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: #c30e2e;
    opacity: 1
}

input[type=email].error:-moz-placeholder,
input[type=file].error:-moz-placeholder,
input[type=tel].error:-moz-placeholder,
input[type=text].error:-moz-placeholder,
textarea.error:-moz-placeholder {
    color: #c30e2e;
    opacity: 1
}

input[type=email].error::-moz-placeholder,
input[type=file].error::-moz-placeholder,
input[type=tel].error::-moz-placeholder,
input[type=text].error::-moz-placeholder,
textarea.error::-moz-placeholder {
    color: #c30e2e;
    opacity: 1
}

input[type=email].error:-ms-input-placeholder,
input[type=file].error:-ms-input-placeholder,
input[type=tel].error:-ms-input-placeholder,
input[type=text].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: #c30e2e;
    opacity: 1
}

textarea {
    min-height: 145px;
    resize: none
}

.row {
    margin: 0 0 13px
}

@media only screen and (min-width:768px) {
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
        padding: 8px 11px 6px
    }
    textarea {
        min-height: 75px
    }
    .row {
        margin: 0 0 10px
    }
}

@media only screen and (min-width:760px) {
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
        padding: 13px 20px 12px
    }
    textarea {
        min-height: 105px
    }
    .row {
        margin: 0 0 15px
    }
}

.outtaHere {
    left: -9999px!important
}

.outtaHere-touch {
    height: 100%;
    left: 0!important;
    opacity: 0;
    top: 0!important;
    width: 100%;
    z-index: 1
}

.checkboxArea,
.checkboxAreaChecked,
.radioArea,
.radioAreaChecked {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

#nav,
.list-thumbnails li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.checkboxArea,
.checkboxAreaChecked {
    background: #c30e2e;
    border: 1px solid #0a171e;
    height: 20px;
    position: relative;
    width: 20px
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .checkboxArea,
    .checkboxAreaChecked {
        height: 13px;
        width: 13px
    }
}

.checkboxAreaChecked:before {
    background: url(../images/icons-sb8b4f12d43.png) -168px -15px;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 13px;
    width: 16px
}

.icon-holder .fa-linkedin,
.img-holder,
img.graph {
    position: relative;
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .checkboxAreaChecked:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -393.5px;
        height: 15px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .checkboxAreaChecked:before {
        height: 9px;
        width: 12px;
        background-position: -145px -15px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min--moz-device-pixel-ratio:1.3),
screen and (min-width:768px) and (max-width:1199px) and (-o-min-device-pixel-ratio:2.6 2),
screen and (min-width:768px) and (max-width:1199px) and (-webkit-min-device-pixel-ratio:1.3),
screen and (min-width:768px) and (max-width:1199px) and (min-device-pixel-ratio:1.3),
screen and (min-width:768px) and (max-width:1199px) and (min-resolution:1.3dppx) {
    .checkboxAreaChecked:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -382.5px;
        height: 11px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

[class^=ico] {
    background: url(../images/icons-sb8b4f12d43.png);
    display: inline-block;
    margin: 0 5px
}

.ico-arrow-down-black-small {
    background: url(../images/icons-sb8b4f12d43.png) -119px -15px no-repeat;
    height: 9px;
    width: 26px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down-black-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 0;
        height: 10.5px;
        width: 25.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-down-black {
    background: url(../images/icons-sb8b4f12d43.png) -31px -48px no-repeat;
    height: 13px;
    width: 39px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -10.5px;
        height: 15px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-down-middle-black {
    background: url(../images/icons-sb8b4f12d43.png) -37px -29px no-repeat;
    height: 11px;
    width: 31px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down-middle-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -25.5px;
        height: 13px;
        width: 31px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-down-middle {
    background: url(../images/icons-sb8b4f12d43.png) 0 -48px no-repeat;
    height: 11px;
    width: 31px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -38.5px;
        height: 13px;
        width: 31px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-down-small {
    background: url(../images/icons-sb8b4f12d43.png) -93px -15px no-repeat;
    height: 9px;
    width: 26px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -51.5px;
        height: 10.5px;
        width: 25.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-down-white-small {
    background: url(../images/icons-sb8b4f12d43.png) no-repeat;
    height: 11px;
    width: 24px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down-white-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -62px;
        height: 13px;
        width: 24px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-down-white {
    background: url(../images/icons-sb8b4f12d43.png) -118px -29px no-repeat;
    height: 15px;
    width: 34px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -75px;
        height: 17.5px;
        width: 34.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-down {
    background: url(../images/icons-sb8b4f12d43.png) -70px -48px no-repeat;
    height: 13px;
    width: 39px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -92.5px;
        height: 15px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-gallery-left {
    background: url(../images/icons-sb8b4f12d43.png) -188px -29px no-repeat;
    height: 19px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-gallery-left {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -107.5px;
        height: 20.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-gallery-right {
    background: url(../images/icons-sb8b4f12d43.png) -200px -29px no-repeat;
    height: 19px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-gallery-right {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -128px;
        height: 20.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-left-black {
    background: url(../images/icons-sb8b4f12d43.png) -137px 0 no-repeat;
    height: 14px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-left-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -148.5px;
        height: 16px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-left-gray {
    background: url(../images/icons-sb8b4f12d43.png) -195px 0 no-repeat;
    height: 14px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-left-gray {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -164.5px;
        height: 16px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-left {
    background: url(../images/icons-sb8b4f12d43.png) -90px 0 no-repeat;
    height: 12px;
    width: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-left {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -180.5px;
        height: 14px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-red-single-small {
    background: url(../images/icons-sb8b4f12d43.png) -30px -29px no-repeat;
    height: 10px;
    width: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-red-single-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -194.5px;
        height: 11px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-red-single-smaller {
    background: url(../images/icons-sb8b4f12d43.png) -24px 0 no-repeat;
    height: 11px;
    width: 8px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-red-single-smaller {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -205.5px;
        height: 13px;
        width: 7.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-red-single {
    background: url(../images/icons-sb8b4f12d43.png) -204px 0 no-repeat;
    height: 15px;
    width: 10px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-red-single {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -218.5px;
        height: 16px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-red {
    background: url(../images/icons-sb8b4f12d43.png) -12px -15px no-repeat;
    height: 5px;
    width: 6px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -234.5px;
        height: 7px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-solid-red {
    background: url(../images/icons-sb8b4f12d43.png) -58px 0 no-repeat;
    height: 12px;
    width: 8px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-solid-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -241.5px;
        height: 15px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-solid-smaller {
    background: url(../images/icons-sb8b4f12d43.png) -157px -15px no-repeat;
    height: 9px;
    width: 6px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-solid-smaller {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -256.5px;
        height: 11px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-solid {
    background: url(../images/icons-sb8b4f12d43.png) -66px 0 no-repeat;
    height: 12px;
    width: 8px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-solid {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -267.5px;
        height: 15px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right-white {
    background: url(../images/icons-sb8b4f12d43.png) -97px 0 no-repeat;
    height: 13px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -282.5px;
        height: 14px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-arrow-right {
    background: url(../images/icons-sb8b4f12d43.png) -18px -15px no-repeat;
    height: 5px;
    width: 6px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-arrow-right {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -296.5px;
        height: 7px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-bars {
    background: url(../images/icons-sb8b4f12d43.png) -163px -29px no-repeat;
    height: 16px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-bars {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -303.5px;
        height: 18px;
        width: 24px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-brochure {
    background: url(../images/icons-sb8b4f12d43.png) -52px -70px no-repeat;
    height: 22px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-brochure {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -321.5px;
        height: 25px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-check-red-small {
    background: url(../images/icons-sb8b4f12d43.png) -166px 0 no-repeat;
    height: 13px;
    width: 17px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-check-red-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -346.5px;
        height: 15px;
        width: 17px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-check-red {
    background: url(../images/icons-sb8b4f12d43.png) -137px -48px no-repeat;
    height: 19px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-check-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -361.5px;
        height: 21px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-check-white-small {
    background: url(../images/icons-sb8b4f12d43.png) -145px -15px no-repeat;
    height: 9px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-check-white-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -382.5px;
        height: 11px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-check-white {
    background: url(../images/icons-sb8b4f12d43.png) -168px -15px no-repeat;
    height: 13px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-check-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -393.5px;
        height: 15px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-chevron-left-black {
    background: url(../images/icons-sb8b4f12d43.png) -84px -29px no-repeat;
    height: 15px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-chevron-left-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -408.5px;
        height: 17px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-chevron-left-white,
.post-nav.single-prev:hover .ico-chevron-left-black {
    background: url(../images/icons-sb8b4f12d43.png) -214px 0 no-repeat;
    height: 15px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-chevron-left-white,
    .post-nav.single-prev:hover .ico-chevron-left-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -425.5px;
        height: 16px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-chevron-right-black-middle {
    background: url(../images/icons-sb8b4f12d43.png) -114px -70px no-repeat;
    height: 24px;
    width: 13px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-chevron-right-black-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -441.5px;
        height: 26px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-chevron-right-black-thin {
    background: url(../images/icons-sb8b4f12d43.png) -190px -70px no-repeat;
    height: 34px;
    width: 19px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-chevron-right-black-thin {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -467.5px;
        height: 34px;
        width: 17px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-chevron-right-black {
    background: url(../images/icons-sb8b4f12d43.png) -223px 0 no-repeat;
    height: 15px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-chevron-right-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -501.5px;
        height: 17px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-chevron-right-red {
    background: url(../images/icons-sb8b4f12d43.png) -163px -15px no-repeat;
    height: 10px;
    width: 5px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-chevron-right-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -518.5px;
        height: 11px;
        width: 5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-chevron-right-white {
    background: url(../images/icons-sb8b4f12d43.png) -109px -29px no-repeat;
    height: 15px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-chevron-right-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -529.5px;
        height: 17px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-close-black-large {
    background: url(../images/icons-sb8b4f12d43.png) -167px -70px no-repeat;
    height: 23px;
    width: 23px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-close-black-large {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -546.5px;
        height: 25px;
        width: 23px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-close-black-small {
    background: url(../images/icons-sb8b4f12d43.png) -93px -29px no-repeat;
    height: 15px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-close-black-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -571.5px;
        height: 17px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-close-red-large {
    background: url(../images/icons-sb8b4f12d43.png) -144px -70px no-repeat;
    height: 23px;
    width: 23px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-close-red-large {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -588.5px;
        height: 23.5px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-close-black-small:hover,
.ico-close-red-small,
.list-base .member.active .description-close:hover li:before,
.member.active .description-close:hover .ico,
.member.active .description-close:hover .list-base li:before {
    background: url(../images/icons-sb8b4f12d43.png) -68px -29px no-repeat;
    height: 15px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-close-black-small:hover,
    .ico-close-red-small,
    .list-base .member.active .description-close:hover li:before,
    .member.active .description-close:hover .ico,
    .member.active .description-close:hover .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -612px;
        height: 17px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-close {
    background: url(../images/icons-sb8b4f12d43.png) -20px -105px no-repeat;
    height: 20px;
    width: 19px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-close {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -629px;
        height: 21px;
        width: 19px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-download-big {
    background: url(../images/icons-sb8b4f12d43.png) -58px -162px no-repeat;
    height: 31px;
    width: 29px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-download-big {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -650px;
        height: 33px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-download {
    background: url(../images/icons-sb8b4f12d43.png) -81px -105px no-repeat;
    height: 21px;
    width: 20px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-download {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -683px;
        height: 23px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-envelop-middle-red {
    background: url(../images/icons-sb8b4f12d43.png) -118px 0 no-repeat;
    height: 11px;
    width: 19px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-envelop-middle-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -706px;
        height: 13px;
        width: 19px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-envelop-middle {
    background: url(../images/icons-sb8b4f12d43.png) -55px -15px no-repeat;
    height: 8px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-envelop-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -719px;
        height: 10px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-envelop-red {
    background: url(../images/icons-sb8b4f12d43.png) 0 -70px no-repeat;
    height: 17px;
    width: 27px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-envelop-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -729px;
        height: 20px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-envelop {
    background: url(../images/icons-sb8b4f12d43.png) -146px 0 no-repeat;
    height: 12px;
    width: 20px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-envelop {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -749px;
        height: 14px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-envelope-middle {
    background: url(../images/icons-sb8b4f12d43.png) -173px -105px no-repeat;
    height: 25px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-envelope-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -763px;
        height: 27px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-envelope-small {
    background: url(../images/icons-sb8b4f12d43.png) -101px -105px no-repeat;
    height: 22px;
    width: 22px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-envelope-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -790px;
        height: 24px;
        width: 22px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-envelope {
    background: url(../images/icons-sb8b4f12d43.png) -87px -162px no-repeat;
    height: 32px;
    width: 32px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-envelope {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -814px;
        height: 34px;
        width: 32.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-epic-logo-min {
    background: url(../images/icons-sb8b4f12d43.png) -161px -288px no-repeat;
    height: 50px;
    width: 50px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-epic-logo-min {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -848px;
        height: 52px;
        width: 50px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-epic-logo {
    background: url(../images/icons-sb8b4f12d43.png) -48px -399px no-repeat;
    height: 100px;
    width: 100px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-epic-logo {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -900px;
        height: 102px;
        width: 100px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-ico-brochure {
    background: url(../images/icons-sb8b4f12d43.png) -178px -48px no-repeat;
    height: 20px;
    width: 20px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-ico-brochure {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1002px;
        height: 22px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-ico-casestudy {
    background: url(../images/icons-sb8b4f12d43.png) -68px -70px no-repeat;
    height: 22px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-ico-casestudy {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1024px;
        height: 24px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-ico-generic {
    background: url(../images/icons-sb8b4f12d43.png) -162px -48px no-repeat;
    height: 22px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-ico-generic {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1048px;
        height: 24px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-icon-download {
    background: url(../images/icons-sb8b4f12d43.png) -29px -162px no-repeat;
    height: 31px;
    width: 29px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-icon-download {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1072px;
        height: 33px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-icon-paper {
    background: url(../images/icons-sb8b4f12d43.png) 0 -399px no-repeat;
    height: 64px;
    width: 48px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-icon-paper {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1105px;
        height: 66px;
        width: 48px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-icon-play {
    background: url(../images/icons-sb8b4f12d43.png) -141px -162px no-repeat;
    height: 37px;
    width: 75px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-icon-play {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1171px;
        height: 39px;
        width: 75px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-linkedin-red {
    background: url(../images/icons-sb8b4f12d43.png) -24px -132px no-repeat;
    height: 24px;
    width: 24px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-linkedin-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1210px;
        height: 26px;
        width: 24px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-list-base-type {
    background: url(../images/icons-sb8b4f12d43.png) -48px -15px no-repeat;
    height: 7px;
    width: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-list-base-type {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1236px;
        height: 9px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-logo-middle {
    background: url(../images/icons-sb8b4f12d43.png) 0 -288px no-repeat;
    height: 44px;
    width: 161px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-logo-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1245px;
        height: 46px;
        width: 161px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-logo-small-middle {
    background: url(../images/icons-sb8b4f12d43.png) -73px -132px no-repeat;
    height: 30px;
    width: 115px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-logo-small-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1291px;
        height: 32px;
        width: 115px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-logo-small {
    background: url(../images/icons-sb8b4f12d43.png) 0 -241px no-repeat;
    height: 41px;
    width: 155px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-logo-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1323px;
        height: 43px;
        width: 155px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-logo-smaller {
    background: url(../images/icons-sb8b4f12d43.png) 0 -199px no-repeat;
    height: 30px;
    width: 104px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-logo-smaller {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1366px;
        height: 32px;
        width: 104px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-logo {
    background: url(../images/icons-sb8b4f12d43.png) 0 -338px no-repeat;
    height: 61px;
    width: 232px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-logo {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1398px;
        height: 63px;
        width: 232px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-mail-red {
    background: url(../images/icons-sb8b4f12d43.png) -27px -70px no-repeat;
    height: 17px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-mail-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1461px;
        height: 19px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-mail-small {
    background: url(../images/icons-sb8b4f12d43.png) -212px -29px no-repeat;
    height: 18px;
    width: 19px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-mail-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1480px;
        height: 20px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-mail {
    background: url(../images/icons-sb8b4f12d43.png) -198px -105px no-repeat;
    height: 27px;
    width: 29px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-mail {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1500px;
        height: 29px;
        width: 29.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-map-pointer-black-middle {
    background: url(../images/icons-sb8b4f12d43.png) -218px -48px no-repeat;
    height: 22px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-map-pointer-black-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1529px;
        height: 24px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-map-pointer-black-small {
    background: url(../images/icons-sb8b4f12d43.png) -32px 0 no-repeat;
    height: 11px;
    width: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-map-pointer-black-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1553px;
        height: 13px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-map-pointer-black,
.is-desktop .world-map-section .world-map-marker:hover .ico-map-pointer-red {
    background: url(../images/icons-sb8b4f12d43.png) -119px -162px no-repeat;
    height: 35px;
    width: 22px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-map-pointer-black,
    .is-desktop .world-map-section .world-map-marker:hover .ico-map-pointer-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1566px;
        height: 36px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-map-pointer-red-middle {
    background: url(../images/icons-sb8b4f12d43.png) -100px -70px no-repeat;
    height: 22px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-map-pointer-red-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1602px;
        height: 24px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-map-pointer-red-small {
    background: url(../images/icons-sb8b4f12d43.png) -39px 0 no-repeat;
    height: 11px;
    width: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-map-pointer-red-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1626px;
        height: 13px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-map-pointer-red {
    background: url(../images/icons-sb8b4f12d43.png) -209px -70px no-repeat;
    height: 35px;
    width: 22px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-map-pointer-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1639px;
        height: 36px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-marker-middle {
    background: url(../images/icons-sb8b4f12d43.png) -152px -29px no-repeat;
    height: 17px;
    width: 11px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-marker-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1675px;
        height: 19px;
        width: 11px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-marker {
    background: url(../images/icons-sb8b4f12d43.png) -127px -70px no-repeat;
    height: 23px;
    width: 17px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-marker {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1694px;
        height: 26px;
        width: 17px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-phone-middle-red {
    background: url(../images/icons-sb8b4f12d43.png) -198px -15px no-repeat;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-phone-middle-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1720px;
        height: 16px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-phone-middle {
    background: url(../images/icons-sb8b4f12d43.png) -123px -48px no-repeat;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-phone-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1736px;
        height: 16px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-phone-red {
    background: url(../images/icons-sb8b4f12d43.png) -60px -105px no-repeat;
    height: 21px;
    width: 21px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-phone-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1752px;
        height: 23.5px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-phone {
    background: url(../images/icons-sb8b4f12d43.png) -39px -105px no-repeat;
    height: 21px;
    width: 21px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-phone {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1775.5px;
        height: 23.5px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-play-red-small {
    background: url(../images/icons-sb8b4f12d43.png) -148px -105px no-repeat;
    height: 25px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-play-red-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1799px;
        height: 27px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-play-red {
    background: url(../images/icons-sb8b4f12d43.png) -142px -199px no-repeat;
    height: 37px;
    width: 38px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-play-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1826px;
        height: 39px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-play-small {
    background: url(../images/icons-sb8b4f12d43.png) -48px -132px no-repeat;
    height: 25px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-play-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1865px;
        height: 27px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-play-white-middle {
    background: url(../images/icons-sb8b4f12d43.png) -188px -132px no-repeat;
    height: 30px;
    width: 30px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-play-white-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1892px;
        height: 32px;
        width: 30px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-play-white-small {
    background: url(../images/icons-sb8b4f12d43.png) -123px -105px no-repeat;
    height: 25px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-play-white-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1924px;
        height: 27px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-play-white {
    background: url(../images/icons-sb8b4f12d43.png) -155px -241px no-repeat;
    height: 47px;
    width: 47px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-play-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1951px;
        height: 49px;
        width: 47px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-play {
    background: url(../images/icons-sb8b4f12d43.png) -104px -199px no-repeat;
    height: 37px;
    width: 38px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-play {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2000px;
        height: 39px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-black {
    background: url(../images/icons-sb8b4f12d43.png) -183px 0 no-repeat;
    height: 13px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2039px;
        height: 14.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-middle-red,
.manual-section .btn-holder .btn:hover .ico-points-middle {
    background: url(../images/icons-sb8b4f12d43.png) -184px -15px no-repeat;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-middle-red,
    .manual-section .btn-holder .btn:hover .ico-points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2053.5px;
        height: 16px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-middle {
    background: url(../images/icons-sb8b4f12d43.png) -212px -15px no-repeat;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2069.5px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-red-small,
.is-desktop .btn-red:hover .ico-points {
    background: url(../images/icons-sb8b4f12d43.png) -109px -48px no-repeat;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-red-small,
    .is-desktop .btn-red:hover .ico-points {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2085px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-red-smaller {
    background: url(../images/icons-sb8b4f12d43.png) 0 -29px no-repeat;
    height: 10px;
    width: 10px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-red-smaller {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2100.5px;
        height: 12px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
    .ico-points-red,
    .manual-section .btn-holder .btn:hover .ico-points-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2112.5px;
        height: 22px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-small {
    background: url(../images/icons-sb8b4f12d43.png) -20px -29px no-repeat;
    height: 10px;
    width: 10px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-small {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2134.5px;
        height: 12px;
        width: 10px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-smaller-white {
    background: url(../images/icons-sb8b4f12d43.png) -10px -29px no-repeat;
    height: 10px;
    width: 10px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-smaller-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2146.5px;
        height: 11.5px;
        width: 9.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-white {
    background: url(../images/icons-sb8b4f12d43.png) 0 -105px no-repeat;
    height: 20px;
    width: 20px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2158px;
        height: 22px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points {
    background: url(../images/icons-sb8b4f12d43.png) -106px 0 no-repeat;
    height: 13px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2180px;
        height: 14.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-quote-red-big,
.testimonial:before {
    background: url(../images/icons-sb8b4f12d43.png) -180px -199px no-repeat;
    height: 42px;
    width: 44px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-quote-red-big,
    .testimonial:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2194.5px;
        height: 44px;
        width: 43px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-quote-red {
    background: url(../images/icons-sb8b4f12d43.png) 0 -162px no-repeat;
    height: 28px;
    width: 29px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-quote-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2238.5px;
        height: 30px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-red-cross {
    background: url(../images/icons-sb8b4f12d43.png) -46px 0 no-repeat;
    height: 12px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-red-cross {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2268.5px;
        height: 14px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-red-dash {
    background: url(../images/icons-sb8b4f12d43.png) 0 -15px no-repeat;
    height: 3px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-red-dash {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2282.5px;
        height: 5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-small-arrow-down-black {
    background: url(../images/icons-sb8b4f12d43.png) -81px -15px no-repeat;
    height: 8px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-small-arrow-down-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2287.5px;
        height: 10px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-small-arrow-top-black {
    background: url(../images/icons-sb8b4f12d43.png) -69px -15px no-repeat;
    height: 8px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-small-arrow-top-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2297.5px;
        height: 10px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-smaller-arrow-down-black {
    background: url(../images/icons-sb8b4f12d43.png) -24px -15px no-repeat;
    height: 6px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-smaller-arrow-down-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2307.5px;
        height: 8px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-smaller-arrow-top-black {
    background: url(../images/icons-sb8b4f12d43.png) -33px -15px no-repeat;
    height: 6px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-smaller-arrow-top-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2315.5px;
        height: 8px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-sublist-base-type {
    background: url(../images/icons-sb8b4f12d43.png) -42px -15px no-repeat;
    height: 6px;
    width: 6px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-sublist-base-type {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2323.5px;
        height: 8px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-triangle-right-red,
.is-desktop .download-lightbox .btn:hover .ico,
.is-desktop .download-lightbox .btn:hover .list-base li:before,
.list-base .is-desktop .download-lightbox .btn:hover li:before {
    background: url(../images/icons-sb8b4f12d43.png) -74px 0 no-repeat;
    height: 12px;
    width: 8px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-triangle-right-red,
    .is-desktop .download-lightbox .btn:hover .ico,
    .is-desktop .download-lightbox .btn:hover .list-base li:before,
    .list-base .is-desktop .download-lightbox .btn:hover li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2331.5px;
        height: 14px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-triangle-right-white {
    background: url(../images/icons-sb8b4f12d43.png) -82px 0 no-repeat;
    height: 12px;
    width: 8px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-triangle-right-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2345.5px;
        height: 14px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-twitter-black {
    background: url(../images/icons-sb8b4f12d43.png) 0 -132px no-repeat;
    height: 24px;
    width: 24px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-twitter-black {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2359.5px;
        height: 26px;
        width: 24px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-whitepaper {
    background: url(../images/icons-sb8b4f12d43.png) -84px -70px no-repeat;
    height: 22px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-whitepaper {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2385.5px;
        height: 24px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.fa.fa-mirror {
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.fa.fa-big {
    font-size: 35px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .fa.fa-big {
        font-size: 23px
    }
}

.phone {
    height: 14px;
    width: 14px;
    background-position: -123px -48px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .phone {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1736px;
        height: 16px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .phone {
        height: 21px;
        width: 21px;
        background-position: -39px -105px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .phone {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1775.5px;
        height: 23.5px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.phone-red {
    height: 14px;
    width: 14px;
    background-position: -198px -15px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .phone-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1720px;
        height: 16px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .phone-red {
        height: 21px;
        width: 21px;
        background-position: -60px -105px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .phone-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1752px;
        height: 23.5px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.check-red {
    height: 13px;
    width: 17px;
    background-position: -166px 0
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .check-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -346.5px;
        height: 15px;
        width: 17px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:1200px) {
    .check-red {
        height: 19px;
        width: 25px;
        background-position: -137px -48px
    }
}

@media only screen and (min-width:1200px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-resolution:1.3dppx) {
    .check-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -361.5px;
        height: 21px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.marker {
    height: 17px;
    width: 11px;
    background-position: -152px -29px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .marker {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1675px;
        height: 19px;
        width: 11px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .marker {
        height: 23px;
        width: 17px;
        background-position: -127px -70px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .marker {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1694px;
        height: 26px;
        width: 17px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.email {
    height: 8px;
    width: 14px;
    background-position: -55px -15px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .email {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -719px;
        height: 10px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .email {
        height: 12px;
        width: 20px;
        background-position: -146px 0
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .email {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -749px;
        height: 14px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.email-red {
    height: 11px;
    width: 19px;
    background-position: -118px 0
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .email-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -706px;
        height: 13px;
        width: 19px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .email-red {
        height: 17px;
        width: 27px;
        background-position: 0 -70px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .email-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -729px;
        height: 20px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.points {
    height: 13px;
    width: 12px;
    background-position: -106px 0
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .points {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2180px;
        height: 14.5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.mail {
    background: url(../images/icons-sb8b4f12d43.png) -198px -105px;
    height: 27px;
    width: 29px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .mail {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1500px;
        height: 29px;
        width: 29.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.bars {
    background: url(../images/icons-sb8b4f12d43.png) -163px -29px;
    height: 16px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .bars {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -303.5px;
        height: 18px;
        width: 24px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.close {
    background: url(../images/icons-sb8b4f12d43.png) -20px -105px;
    height: 20px;
    width: 19px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .close {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -629px;
        height: 21px;
        width: 19px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.close-black-large {
    background: url(../images/icons-sb8b4f12d43.png) -93px -29px;
    height: 15px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .close-black-large {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -571.5px;
        height: 17px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .close-black-large {
        height: 23px;
        width: 23px;
        background-position: -167px -70px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .close-black-large {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -546.5px;
        height: 25px;
        width: 23px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.red-cross {
    background: url(../images/icons-sb8b4f12d43.png) -46px 0;
    height: 12px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .red-cross {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2268.5px;
        height: 14px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.red-dash {
    background: url(../images/icons-sb8b4f12d43.png) 0 -15px;
    height: 3px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .red-dash {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2282.5px;
        height: 5px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.arrow-right-white {
    background: url(../images/icons-sb8b4f12d43.png) -97px 0;
    height: 13px;
    width: 9px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .arrow-right-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -282.5px;
        height: 14px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.arrow-right-red-single {
    background: url(../images/icons-sb8b4f12d43.png) -24px 0;
    height: 11px;
    width: 8px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .arrow-right-red-single {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -205.5px;
        height: 13px;
        width: 7.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .arrow-right-red-single {
        background: url(../images/icons-sb8b4f12d43.png) -30px -29px;
        height: 10px;
        width: 7px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .arrow-right-red-single {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -194.5px;
        height: 11px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .arrow-right-red-single {
        background: url(../images/icons-sb8b4f12d43.png) -204px 0;
        height: 15px;
        width: 10px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .arrow-right-red-single {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -218.5px;
        height: 16px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.play {
    background: url(../images/icons-sb8b4f12d43.png) -48px -132px;
    height: 25px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .play {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1865px;
        height: 27px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .play {
        background: url(../images/icons-sb8b4f12d43.png) -104px -199px;
        height: 37px;
        width: 38px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .play {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2000px;
        height: 39px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.arrow-down {
    background: url(../images/icons-sb8b4f12d43.png) -93px -15px;
    height: 9px;
    width: 26px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -51.5px;
        height: 10.5px;
        width: 25.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .arrow-down {
        background: url(../images/icons-sb8b4f12d43.png) -70px -48px;
        height: 13px;
        width: 39px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .arrow-down {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -92.5px;
        height: 15px;
        width: 38px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.ico-points-red,
.manual-section .btn-holder .btn:hover .ico-points-white {
    background: url(../images/icons-sb8b4f12d43.png) -109px -48px;
    height: 14px;
    width: 14px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .ico-points-red,
    .manual-section .btn-holder .btn:hover .ico-points-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2085px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .ico-points-red,
    .manual-section .btn-holder .btn:hover .ico-points-white {
        background: url(../images/icons-sb8b4f12d43.png) -198px -48px;
        height: 20px;
        width: 20px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .ico-points-red,
    .manual-section .btn-holder .btn:hover .ico-points-white {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2112.5px;
        height: 22px;
        width: 20px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.points-middle {
    background: url(../images/icons-sb8b4f12d43.png) -10px -29px;
    height: 10px;
    width: 10px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2146.5px;
        height: 11.5px;
        width: 9.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .points-middle {
        background: url(../images/icons-sb8b4f12d43.png) -212px -15px;
        height: 14px;
        width: 14px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .points-middle {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2069.5px;
        height: 15.5px;
        width: 13px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.arrow-left {
    background: url(../images/icons-sb8b4f12d43.png) -90px 0;
    height: 12px;
    width: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .arrow-left {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -180.5px;
        height: 14px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.envelope {
    background: url(../images/icons-sb8b4f12d43.png) -173px -105px;
    height: 25px;
    width: 25px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .envelope {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -763px;
        height: 27px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .envelope {
        background: url(../images/icons-sb8b4f12d43.png) -101px -105px;
        height: 22px;
        width: 22px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .envelope {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -790px;
        height: 24px;
        width: 22px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .envelope {
        background: url(../images/icons-sb8b4f12d43.png) -87px -162px;
        height: 32px;
        width: 32px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .envelope {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -814px;
        height: 34px;
        width: 32.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

img.full-width,
img.graph {
    height: auto;
    display: block
}

.img-placeholder img,
.info-section .img-holder img {
    height: auto;
    width: 100%;
    display: block
}

.img-placeholder {
    margin: 0 2px 29px 0
}

@media only screen and (min-width:768px) {
    .img-placeholder {
        margin: 0 0 24px
    }
}

@media only screen and (min-width:760px) {
    .img-placeholder {
        margin: 0 0 25px -33px
    }
}

img.full-width {
    max-width: 100%
}

img.graph {
    margin: 0 auto 28px;
    max-width: 283px
}

.info-section .img-holder {
    padding: 10px 0 0
}

@media only screen and (min-width:768px) {
    img.graph {
        margin: -11px 30px -8px;
        max-width: 226px
    }
    .info-section .img-holder {
        padding: 18px 31px 0
    }
}

.info-section .img-holder img {
    max-width: 100%
}

@media only screen and (min-width:760px) {
    img.graph {
        margin: -17px -14px 0 30px;
        max-width: 100%
    }
    .info-section .img-holder {
        padding: 19px 0 0
    }
    .info-section .img-holder img {
        max-width: 776px;
        width: auto
    }
}

.event .img-holder {
    margin-right: 2px
}

@media only screen and (min-width:768px) {
    .event .img-holder {
        margin-right: -18px
    }
}

.icon-holder {
    background: #c30e2e;
    margin: 0;
    padding: 17px 0 11px;
    width: 48px
}

.icon-holder .fa-twitter {
    font-size: 29px
}

@media only screen and (min-width:768px) {
    .icon-holder {
        padding: 15px 0 10px;
        width: 44px
    }
    .icon-holder .fa-twitter {
        font-size: 24px
    }
}

@media only screen and (min-width:760px) {
    .event .img-holder {
        margin: 0
    }
    .icon-holder {
        padding: 23px 0 15px;
        width: 66px
    }
    .icon-holder .fa-twitter {
        font-size: 37px
    }
}

.icon-holder .fa-linkedin {
    font-size: 30px;
    margin-top: -1px
}

@media only screen and (min-width:768px) {
    .icon-holder .fa-linkedin {
        font-size: 22px;
        margin-top: 0
    }
    .icon-holder .envelope {
        margin-top: 2px
    }
}

@media only screen and (min-width:760px) {
    .icon-holder .fa-linkedin {
        font-size: 33px
    }
    .icon-holder .envelope {
        margin-top: 0
    }
}

.icon-holder .fa-graduation-cap {
    margin-top: 4px
}

.icon-holder .fa-suitcase {
    margin-top: 2px
}

.icon-holder.icon-holder-white {
    background: #e9e9e9
}

.icon-holder.icon-holder-snow-white {
    background: #fff
}

.icon-holder.icon-holder-small {
    height: 28px;
    padding-bottom: 12px;
    padding-top: 10px;
    width: 50px
}

@media only screen and (min-width:768px) {
    .icon-holder.icon-holder-small {
        height: 19px;
        padding-bottom: 14px;
        padding-top: 7px;
        width: 41px
    }
}

@media only screen and (min-width:760px) {
    .icon-holder.icon-holder-small {
        height: 38px;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 60px
    }
}

@media only screen and (max-width:767px) {
    .icon-holder.m-icon-bigger {
        height: 55px;
        padding: 0;
        width: 55px
    }
    .icon-holder.m-icon-bigger .fa-graduation-cap {
        margin-top: 2px
    }
}

.icon-holder.fixed-icon-holder {
    font-size: 28px;
    padding: 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .icon-holder.fixed-icon-holder {
        font-size: 25px;
        height: 52px;
        width: 45px
    }
}

@media only screen and (min-width:760px) {
    .icon-holder.fixed-icon-holder {
        font-size: 35px;
        height: 76px;
        width: 66px
    }
}

.icon-holder.fixed-icon-holder:before {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    font-size: inherit;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%
}

.icon-holder img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 44%
}

@media only screen and (min-width:760px) {
    .icon-holder img {
        max-width: 100%
    }
}

.icon-holder img.large-size {
    max-width: 55%
}

.date {
    background: #c30e2e;
    color: #fff;
    display: inline-block;
    font: 8px/13px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 3px 0;
    vertical-align: top;
    width: 30px
}

@media only screen and (min-width:768px) {
    .date {
        font: 11px/13px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding: 9px 0 5px;
        width: 44px
    }
}

@media only screen and (min-width:760px) {
    .icon-holder img.large-size {
        max-width: 100%
    }
    .date {
        font: 18px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding: 14px 0 9px;
        width: 66px
    }
}

.date .number {
    display: block;
    font-family: futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    margin: 0 0 -2px
}

@media only screen and (min-width:768px) {
    .date .number {
        font-size: 19px;
        padding: 0 0 4px
    }
}

@media only screen and (min-width:760px) {
    .date .number {
        font-size: 28px;
        padding: 0 0 3px
    }
}

.date.date-small {
    font-size: 12px;
    padding: 8px 0 6px;
    width: 40px
}

@media only screen and (min-width:768px) {
    .date.date-small {
        font-size: 9px;
        padding: 4px 0;
        width: 30px
    }
}

@media only screen and (min-width:760px) {
    .date.date-small {
        font-size: 13px;
        padding-top: 7px;
        width: 45px
    }
}

.date.date-small .number {
    font-size: 18px;
    margin-bottom: 4px;
    padding-bottom: 0
}

@media only screen and (min-width:768px) {
    .date.date-small .number {
        font-size: 14px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:760px) {
    .date.date-small .number {
        font-size: 20px;
        margin-bottom: -2px
    }
}

.date.date-smaller {
    font-size: 11px;
    padding: 0;
    width: auto
}

@media only screen and (min-width:768px) {
    .date.date-smaller {
        font-size: 8px;
        max-width: none;
        padding: 8px 0 4px;
        width: 40px
    }
}

@media only screen and (min-width:760px) {
    .date.date-smaller {
        font-size: 11px;
        padding-bottom: 6px;
        padding-top: 11px;
        width: 60px
    }
}

.date.date-smaller .number {
    display: inline-block;
    font-size: 18px;
    margin: -2px 3px 0 0;
    padding-bottom: 0;
    vertical-align: top
}

@media only screen and (min-width:768px) {
    .date.date-smaller .number {
        display: block;
        font-size: 12px;
        margin-bottom: -2px;
        margin-right: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:760px) {
    .date.date-smaller .number {
        font-size: 18px;
        margin-bottom: -5px
    }
}

.date.date-white {
    background: 0 0;
    color: #181d25
}

@media only screen and (min-width:768px) {
    .date.date-white {
        background: #f5f5f5
    }
}

.date.date-gray {
    background: 0 0;
    color: #181d25
}

.event .date,
.post .date {
    bottom: 0;
    left: 0;
    position: absolute
}

.date-middle {
    font: 12px/15px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 8px 0 6px;
    width: 47px
}

@media only screen and (min-width:768px) {
    .date.date-gray {
        background: #d1d1d1
    }
    .date-middle {
        padding: 10px 0 8px;
        width: 50px
    }
}

@media only screen and (min-width:760px) {
    .date-middle {
        font: 16px/19px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding: 11px 0 7px;
        width: 60px
    }
}

.date-middle .number {
    display: block;
    font-family: futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    margin: 0 0 2px
}

@media only screen and (min-width:768px) {
    .date-middle .number {
        font-size: 18px;
        padding: 0
    }
}

@media only screen and (min-width:760px) {
    .date-middle .number {
        font-size: 26px;
        padding: 0 0 2px
    }
}

.date-small {
    font-size: 9px;
    padding: 4px 0;
    width: 30px
}

@media only screen and (min-width:760px) {
    .date-small {
        font-size: 13px;
        padding-top: 7px;
        width: 45px
    }
}

.date-small .number {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0
}

@media only screen and (min-width:760px) {
    .date-small .number {
        font-size: 20px;
        margin-bottom: -2px
    }
}

.date-white {
    background: #f5f5f5;
    color: #181d25
}

.date-gray {
    background: #d1d1d1;
    color: #181d25
}

.date-inline {
    background: #fff;
    color: #b40f2c;
    display: block;
    float: left;
    font: 12px/40px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    padding: 0;
    width: auto
}

@media only screen and (min-width: 640px) {
    .date-inline {
        font: 12px/33px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal
    }
}

@media only screen and (min-width:1200px) {
    .date-inline {
        font-size: 14px;
        line-height: 23px
    }
}

.accessibility {
    left: -9999px;
    position: absolute;
    top: 0
}

h1 {
    font: 36px/30px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 15px 0 0;
}

.default-state h1 {
    margin: 6px 0 3px
}

@media only screen and (min-width:768px) {
    h1 {
        margin: 0 0 19px
    }
    .default-state h1 {
        margin: 12px 0 10px
    }
}

@media only screen and (min-width:760px) {
    h1 {
        font: 40px/40px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 0 28px;
    }
    .default-state h1 {
        margin: 13px 0 14px
    }
}

h1.middle-size {
    font-size: 24px;
    text-transform: none
}

#nav>ul>li>a,
.data-box h2,
.link-more,
.list-tabset h2,
.slide-wrap .uppercasefor {
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    h1.middle-size {
        font-size: 21px;
        text-transform: uppercase
    }
}

@media only screen and (min-width:760px) {
    h1.middle-size {
        font-size: 34px;
        margin-bottom: 25px
    }
}

h2 {
    font: 15px/20px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

h2 span.book {
    display: block;
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal
}

.data-box h2 {
    color: #0a171e;
    font: 20px/23px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .data-box h2 {
        font: 16px/18px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 6px
    }
}

@media only screen and (min-width:760px) {
    .data-box h2 {
        font-size: 24px;
        line-height: 26px
    }
}

@media only screen and (min-width:768px) {
    h2 {
        font: 18px/20px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 6px
    }
}

@media only screen and (min-width:760px) {
    h2 {
        font: 24px/26px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 12px
    }
}

h2.middle-size {
    margin-bottom: 12px
}

@media only screen and (min-width:768px) {
    h2.middle-size {
        font: 16px/24px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:760px) {
    h2.middle-size {
        font: 18px/38px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 12px
    }
}

h3 {
    font-size: 28px;
    line-height: normal;
    margin: 0 0 20px
}

h3.middle-font-size {
    font: 25px/30px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 5px;
    margin-right: -10px
}

@media only screen and (min-width:985px) {
    h3.middle-font-size {
        font: 36px/40px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

h4,
h5,
h6 {
    line-height: normal;
    margin: 0 0 20px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

.highlight {
    color: #bc1b2d!important
}

.title {
    color: #000;
    font: 18px/21px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .title {
        font-size: 22px;
        line-height: 26px
    }
}

@media only screen and (min-width:760px) {
    .title {
        font-size: 32px;
        line-height: 38px
    }
}

.title-extra-large {
    font: 28px/32px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .title-extra-large {
        font-size: 40px;
        line-height: 44px
    }
}

@media only screen and (min-width:760px) {
    .title-extra-large {
        font-size: 60px;
        line-height: 64px
    }
}

.title-word-spacing-big {
    word-spacing: 3px
}

.title-small-middle {
    font: 20px/23px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.title-small-middle span {
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px
}

.title-small {
    font-size: 16px;
    line-height: 20px
}

@media only screen and (min-width:760px) {
    .title-small {
        font-size: 24px;
        line-height: 28px
    }
}

.tile .title-thin.title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px
}

@media only screen and (min-width:768px) {
    .tile .title-thin.title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 3px
    }
}

@media only screen and (min-width:760px) {
    .tile .title-thin.title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px
    }
}

.title-average.no-bottom-indent,
.title-big-average.no-bottom-indent,
.title-bigger-average.no-bottom-indent,
.title-bigger.no-bottom-indent,
.title-extra-huge.no-bottom-indent,
.title-small-average.no-bottom-indent {
    margin-bottom: 0
}

.title-middle {
    font: 22px/23px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .title-middle {
        font: 24px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

@media only screen and (min-width:760px) {
    .title-middle {
        font: 35px/39px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.title-smaller {
    font: 20px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .title-smaller {
        font-size: 14px;
        line-height: 18px;
        visibility: hidden
    }
}

@media only screen and (min-width:760px) {
    .title-smaller {
        font-size: 20px;
        line-height: 24px
    }
}

.thin-font {
    font-family: futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal
}

.title-big {
    font-size: 25px;
    line-height: 29px
}

@media only screen and (min-width:768px) {
    .title-big {
        font-size: 28px;
        line-height: 32px
    }
}

@media only screen and (min-width:760px) {
    .title-big {
        font-size: 42px;
        line-height: 46px
    }
}

.title-bigger {
    font: 24px/28px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .title-bigger {
        font-size: 34px;
        line-height: 38px
    }
}

@media only screen and (min-width:760px) {
    .title-bigger {
        font-size: 50px;
        line-height: 54px
    }
}

.title-bigest {
    font-size: 32px;
    line-height: 32px
}

@media only screen and (min-width:760px) {
    .title-bigest {
        font-size: 60px;
        line-height: 55px
    }
}

.title-huge {
    font-size: 35px
}

.title-extra-huge {
    font-size: 50px
}

.title-bigger-average {
    font-size: 20px
}

.title-bigger-average span {
    display: block;
    font-size: 16px;
    line-height: 22px
}

.title-big-average {
    font-size: 18px
}

.title-average {
    font-size: 17px
}

.title-small-average {
    font-size: 15px
}

.title-bold,
.title-heavy {
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

.title-white {
    color: #fff
}

.has-border {
    border-bottom: 1px solid #64686d;
    padding-bottom: 11px
}

@media only screen and (min-width:768px) {
    .has-border {
        padding-bottom: 15px
    }
}

@media only screen and (min-width:760px) {
    .has-border {
        padding-bottom: 22px
    }
}

.container,
.member.active .description {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    position: relative;
}

#footer .container,
#footer .member.active .description,
.member.active #footer .description {
    padding: 0
}

@media only screen and (min-width:1200px) {
    #footer .container,
    #footer .member.active .description,
    .member.active #footer .description {
        padding: 0 10px
    }
}

.container:after,
.member.active .description:after {
    /* clear:both; */
    /* content:''; */
    display: block;
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .container.container-negative-bottom-indent,
    .member.active .container-negative-bottom-indent.description {
        margin-bottom: -25px
    }
}

@media only screen and (min-width:760px) and (max-width:985px) {
    .container.container-negative-bottom-indent,
    .member.active .container-negative-bottom-indent.description {
        margin-bottom: -63px
    }
}

.frame {
    padding: 13px 10px 18px 20px
}

@media only screen and (min-width:1200px) {
    .frame {
        padding: 19px 10px 24px 19px
    }
}

@media only screen and (min-width:768px) {
    #footer .frame {
        margin-right: 12px
    }
    .frame {
        padding: 19px 10px 23px 14px
    }
}

.frame.top-indent {
    padding-top: 34px
}

@media only screen and (min-width:1200px) {
    .frame.top-indent {
        padding-top: 36px
    }
}

.frame.l-no-indent {
    padding-left: 0
}

@media only screen and (min-width:760px) {
    #footer .frame {
        margin-right: 0
    }
    .frame.l-no-indent {
        padding-left: 19px
    }
}

.frame.no-indent {
    padding: 0 15px
}

@media only screen and (min-width:768px) {
    .frame.no-indent {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 29px
    }
    .container-small {
        max-width: 723px
    }
}

@media only screen and (min-width:760px) {
    .frame.no-indent {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 41px
    }
}

@media only screen and (min-width:985px) {
    .container-small {
        max-width: 1090px
    }
}

.container-middle-width {
    padding: 0 20px
}


@media only screen and (min-width:768px) {
    .container-middle-width {
        max-width: 580px;
        padding: 0 10px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .logo {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1366px;
        height: 32px;
        width: 104px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:1201px) {
    .logo {
        height: 41px;
        width: 155px;
        background-position: 0 -241px
    }
}

@media only screen and (min-width:1201px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:1201px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:1201px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:1201px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:1201px) and (min-resolution:1.3dppx) {
    .logo {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1323px;
        height: 43px;
        width: 155px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.home-page-header .logo {
    height: 44px;
    width: 161px;
    background-position: 0 -288px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .home-page-header .logo {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1245px;
        height: 46px;
        width: 161px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:480px) {
    .home-page-header .logo {
        height: 41px;
        width: 155px;
        background-position: 0 -241px
    }
}

@media only screen and (min-width:480px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:480px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:480px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:480px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:480px) and (min-resolution:1.3dppx) {
    .home-page-header .logo {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1323px;
        height: 43px;
        width: 155px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:1201px) {
    .home-page-header .logo {
        height: 61px;
        width: 232px;
        background-position: 0 -338px;
        margin-left: 34px;
        margin-top: 14px
    }
}

@media only screen and (min-width:1201px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:1201px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:1201px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:1201px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:1201px) and (min-resolution:1.3dppx) {
    .home-page-header .logo {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1398px;
        height: 63px;
        width: 232px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.logo a {
    display: block;
    height: 100%
}

.link-more {
    color: #c30e2e;
    font: 18px/18px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.link-more .fa,
.link-more .ico,
.link-more .list-base li:before,
.list-base .link-more li:before {
    margin: -1px 3px 0;
    vertical-align: middle
}

@media only screen and (min-width:760px) {
    .container-middle-width {
        max-width: 980px
    }
    .link-more .fa,
    .link-more .ico,
    .link-more .list-base li:before,
    .list-base .link-more li:before {
        vertical-align: baseline
    }
}

.contacts-link {
    display: inline-block;
    font: 14px/17px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 11px;
    padding: 0 0 0 23px;
    position: relative;
    vertical-align: top
}

@media only screen and (min-width:768px) {
    .contacts-link {
        margin: 0 7px
    }
}

@media only screen and (min-width:760px) {
    .contacts-link {
        font: 20px/22px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0 11px;
        padding: 0 0 0 35px
    }
}

.contacts-link.link-small {
    font: 12px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0 0 0 17px
}

@media only screen and (min-width:760px) {
    .contacts-link.link-small {
        font: 16px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.contacts-link.link-large {
    font: 18px/20px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .contacts-link.link-large {
        font: 16px/18px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding: 0 0 0 33px
    }
}

.contacts-link .ico,
.contacts-link .list-base li:before,
.list-base .contacts-link li:before {
    left: 0;
    position: absolute;
    top: 50%
}

#nav,
#nav>ul>li,
#nav>ul>li>a {
    position: relative
}

.contacts-link .ico.phone,
.contacts-link .list-base li.phone:before,
.list-base .contacts-link li.phone:before {
    margin: -8px 0 0 3px
}

@media only screen and (min-width:760px) {
    .contacts-link.link-large {
        font: 22px/24px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding: 0 0 0 40px
    }
    .contacts-link .ico.phone,
    .contacts-link .list-base li.phone:before,
    .list-base .contacts-link li.phone:before {
        margin: -12px 0 0
    }
}

.contacts-link .ico.email,
.contacts-link .list-base li.email:before,
.list-base .contacts-link li.email:before {
    margin: -2px 0 0
}

.contacts-link .ico.email-red,
.contacts-link .list-base li.email-red:before,
.list-base .contacts-link li.email-red:before {
    display: none;
    margin: -6px 0 0
}

@media only screen and (min-width:768px) {
    .contacts-link .ico.email-red,
    .contacts-link .list-base li.email-red:before,
    .list-base .contacts-link li.email-red:before {
        display: block
    }
}

@media only screen and (min-width:760px) {
    .contacts-link .ico.email,
    .contacts-link .list-base li.email:before,
    .list-base .contacts-link li.email:before {
        margin: -6px 0 0
    }
    .contacts-link .ico.email-red,
    .contacts-link .list-base li.email-red:before,
    .list-base .contacts-link li.email-red:before {
        margin: -11px 0 0
    }
}

.contacts-link .ico.phone-red,
.contacts-link .list-base li.phone-red:before,
.list-base .contacts-link li.phone-red:before {
    margin: -8px 0 0
}

.list,
.list-tabset,
.partners-list {
    overflow: hidden
}

.breadcrumbs a,
.list,
.social-list {
    position: relative
}

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

.list li {
    float: left;
    padding: 0 5px 5px
}

.list.no-side-padding {
    margin-left: 0;
    margin-right: 0
}

.social-list {
    font-size: 23px;
    margin: 0
}

.social-list.no-side-indents {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:768px) {
    .social-list {
        font-size: 19px
    }
    .social-list.list-small-indent {
        margin-top: 3px
    }
}

.social-list li {
    display: inline-block;
    float: none;
    padding: 0 5px 5px;
    vertical-align: bottom
}

@media only screen and (min-width:985px) {
    .social-list {
        font-size: 29px;
        margin: 0 -12px
    }
    .social-list.list-small-indent {
        margin: 4px 23px 0 -12px
    }
    .social-list li {
        padding: 0 7px 12px
    }
}

.social-list a {
    color: #fff;
    display: inline-block;
    vertical-align: top
}

.social-list a:hover {
    color: #c30e2e
}

.social-list a.twitter {
    padding-top: 2px
}

.social-list a.linkedin {
    font-size: 26px
}

@media only screen and (min-width:768px) {
    .social-list a.linkedin {
        font-size: 21px
    }
}

@media only screen and (min-width:985px) {
    .social-list a.linkedin {
        font-size: 33px
    }
}

.social-list.black-icons a {
    color: #0a171e
}

.btn-list {
    margin: 0 -3px 0 -1px
}

.btn-list li {
    padding: 0 1px 0 2px
}

@media only screen and (min-width:760px) {
    .btn-list li {
        padding: 0 3px 0 2px
    }
}

.btn-list.with-small-btn li {
    max-width: 130px
}

.breadcrumbs {
    font: 13px/15px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #a8a8a8;
    padding: 0 30px
}

@media only screen and (min-width:768px) {
    .breadcrumbs {
        font: 11px/15px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding: 0 12px 5px
    }
}

@media only screen and (min-width:760px) {
    .breadcrumbs {
        font: 13px/15px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding: 0 30px 10px
    }
}

.breadcrumbs li {
    padding: 0 2px 2px
}

.breadcrumbs a {
    color: #a8a8a8;
    display: block;
    padding: 0 8px 0 0
}

.breadcrumbs a:hover {
    color: #c30e2e
}

.breadcrumbs a:hover:after {
    background: url(../images/icons-sb8b4f12d43.png) -12px -15px;
    height: 5px;
    width: 6px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .breadcrumbs a:hover:after {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -234.5px;
        height: 7px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.breadcrumbs a:after {
    background: url(../images/icons-sb8b4f12d43.png) -18px -15px;
    height: 5px;
    width: 6px;
    bottom: 4px;
    position: absolute;
    right: -1px
}

.list-base li:before,
.list-tabset h2:after,
.list-tabset li:after,
.list-thumbnails li.active:before {
    content: ''
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .breadcrumbs a:after {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -296.5px;
        height: 7px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.breadcrumbs .social-section {
    position: absolute;
    right: 43px
}

.breadcrumbs.no-bottom-indent {
    padding-bottom: 0
}

.social-btn-list {
    margin-bottom: -4px
}

.list-thumbnails {
    margin: 0 -10px
}

@media only screen and (min-width:768px) {
    .breadcrumbs .social-section {
        right: 12px
    }
    .list-thumbnails {
        margin: 0 -6px
    }
}

@media only screen and (min-width:760px) {
    .breadcrumbs .social-section {
        right: 32px
    }
    .list-thumbnails {
        margin: 0 -10px
    }
}

.gallery .list-thumbnails {
    margin-bottom: 9px
}

.list-thumbnails li {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    padding: 0 10px 20px;
    position: relative;
    width: 33.3%
}

.list-thumbnails li.active:before {
    background: rgba(0, 0, 0, .85);
    bottom: 20px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 0
}

@media only screen and (min-width:768px) {
    .gallery .list-thumbnails {
        margin-bottom: 32px
    }
    .list-thumbnails li {
        padding: 0 6px 6px;
        width: 20%
    }
    .is-desktop .list-thumbnails li:hover:before,
    .list-thumbnails li.active:before {
        background: rgba(0, 0, 0, .85);
        bottom: 6px;
        content: '';
        left: 6px;
        position: absolute;
        right: 6px;
        top: 0
    }
}

@media only screen and (min-width:760px) {
    .gallery .list-thumbnails {
        margin-bottom: 35px
    }
    .list-thumbnails li {
        padding: 0 10px 10px
    }
    .is-desktop .list-thumbnails li:hover:before,
    .list-thumbnails li.active:before {
        bottom: 10px;
        left: 10px;
        right: 10px
    }
}

.list-thumbnails img {
    display: block;
    height: auto;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .list-base {
        padding: 0 0 6px
    }
}

.list-base li {
    padding: 0 0 10px 22px;
    position: relative
}

@media only screen and (min-width:768px) {
    .list-base {
        margin-bottom: -12px
    }
    .list-base li {
        padding: 0 0 13px 62px
    }
}

.list-base li:before {
    background: url(../images/icons-sb8b4f12d43.png) -48px -15px;
    height: 7px;
    width: 7px;
    position: absolute;
    left: 1px;
    top: 5px;
    margin: auto
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1236px;
        height: 9px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .list-base li:before {
        left: 42px;
        top: 5px
    }
}

@media only screen and (min-width:1200px) {
    .list-base li {
        padding: 0 0 15px 76px
    }
    .list-base li:before {
        left: 55px;
        top: 8px
    }
}

.list-base ul {
    list-style: none;
    margin: 0;
    padding: 11px 0 0 7px
}

.list-base ul li:before {
    background: url(../images/icons-sb8b4f12d43.png) -42px -15px;
    height: 6px;
    width: 6px;
    top: 7px;
    left: 7px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .list-base ul li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2323.5px;
        height: 8px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .list-base ul li {
        padding: 0 0 13px 32px
    }
    .list-base ul li:before {
        left: 17px
    }
}

@media only screen and (min-width:1200px) {
    .list-base ul li {
        padding: 0 0 15px 23px
    }
    .list-base ul li:before {
        left: 7px
    }
}

.widgets-list {
    padding: 19px 0 37px
}

@media only screen and (min-width:768px) {
    .widgets-list {
        padding: 2px 0 15px;
        text-align: right
    }
}

@media only screen and (min-width:760px) {
    .widgets-list {
        padding: 2px 41px 11px
    }
}

.widgets-list li {
    display: inline-block;
    float: none;
    margin: 0 -4px 0 0;
    padding: 0 8px 8px;
    position: relative;
    vertical-align: middle
}

.grid-list>li,
.widgets-list li img {
    display: block
}

.widgets-list.large-b-indent {
    padding: 19px 0 28px
}

@media only screen and (min-width:768px) {
    .widgets-list.large-b-indent {
        padding: 19px 0
    }
}

@media only screen and (min-width:760px) {
    .widgets-list.large-b-indent {
        padding: 19px 67px 17px
    }
}

.grid-list {
    margin: 0 -20px -22px;
    padding-top: 18px
}

@media only screen and (min-width:768px) {
    .grid-list {
        margin: 0 -39px -20px -41px;
        padding: 0 19px 0 41px
    }
    .grid-list>li {
        display: inline-block;
        width: 33.3%
    }
}

@media only screen and (min-width:760px) {
    .grid-list {
        margin: 0 0 20px;
        padding: 0
    }
}

@media only screen and (min-width:1200px) {
    .grid-list {
        margin: -3px -68px 20px 0;
        padding-bottom: 31px
    }
}

.grid-list>li {
    float: none;
    margin: 0 -4px 0 0;
    padding: 0;
    vertical-align: top
}

.grid-list>li.active {
    margin-bottom: 518px
}

@media only screen and (min-width:480px) {
    .grid-list>li.active {
        margin-bottom: 300px
    }
}

@media only screen and (min-width:768px) {
    .grid-list>li.active {
        margin-bottom: 256px
    }
    .grid-list.partners-wrapper>li:nth-child(3n+1) figcaption:after {
        left: -41px
    }
    .grid-list.partners-wrapper>li:nth-child(3n+2) figcaption:after {
        width: 100%
    }
    .grid-list.partners-wrapper>li:nth-child(3n+3) figcaption:after {
        left: 0
    }
}

.list-base {
    list-style: none;
    margin: 0;
    padding: 0
}

.pager-list {
    font: 12px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: -29px;
    padding: 21px 0 0;
    text-align: center
}

@media only screen and (min-width:760px) {
    .grid-list.partners-wrapper>li:nth-child(3n+3) figcaption:after {
        right: 0;
        left: auto
    }
    .pager-list {
        font: 16px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding: 38px 0 0;
        margin: 0 0 -29px
    }
}

.is-desktop .pager-list>li:hover .btn,
.pager-list .active .btn {
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

.pager-list>li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f4f6;
    display: inline-block;
    float: none;
    height: 36px;
    margin: 0 -5px 0 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 36px
}

.pager-list>li.transparent {
    background: 0 0!important
}

.pager-list>li .btn,
.pager-list>li span {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    color: #0a171e;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 52%
}

.is-desktop .pager-list>li:hover {
    background: #c30e2e
}

.is-desktop .pager-list>li:hover .btn {
    background: 0 0;
    color: #fff
}

.pager-list .active {
    background: #c30e2e
}

.pager-list .active .btn {
    background: 0 0;
    color: #fff
}

.list-tabset {
    font: 12px/18px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0
}

@media only screen and (min-width:760px) {
    .pager-list>li {
        height: 50px;
        width: 50px
    }
    .list-tabset {
        font: 16px/22px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.list-tabset li {
    padding: 0;
    position: relative;
    width: 50%
}

@media only screen and (min-width:768px) {
    .list-tabset li {
        width: 33.3%
    }
}

.list-tabset li:after {
    background: #e6e7e8;
    display: none;
    height: 100px;
    left: 0;
    margin: -50px 0 0;
    position: absolute;
    top: 50%;
    width: 1px
}

@media only screen and (min-width:760px) {
    .list-tabset li:after {
        height: 150px;
        margin: -75px 0 0
    }
}

.list-tabset li.odd a {
    background: #f2f4f6
}

.list-tabset a {
    display: block;
    margin: 0 -1px 0 0;
    padding: 47px 18px 15px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:768px) {
    .list-tabset li:after {
        display: block
    }
    .list-tabset li.active a {
        background: #f2f4f6
    }
    .list-tabset li.odd a {
        background: 0 0
    }
    .list-tabset a {
        min-height: 172px;
        padding: 26px 32px 23px
    }
}

@media only screen and (min-width:760px) {
    .list-tabset a {
        min-height: 219px;
        padding: 39px 32px 42px
    }
}

.list-tabset a:hover {
    background: #e7ebef!important
}

.list-tabset a.active {
    background: #c30e2e!important;
    color: #fff;
    padding: 47px 20px 15px
}

.list-tabset a.active h2 {
    color: #fff
}

@media only screen and (min-width:768px) {
    .list-tabset a.active {
        background: #f2f4f6!important;
        color: #333;
        padding: 26px 34px 23px
    }
    .list-tabset a.active h2 {
        color: #c30e2e
    }
}

@media only screen and (min-width:760px) {
    .list-tabset a.active {
        padding: 39px 34px 42px
    }
}

.list-tabset h2 {
    font: 22px/22px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    padding: 0 0 2px;
    margin: 0 0 16px
}

@media only screen and (min-width:768px) {
    .list-tabset h2 {
        font: 16px/18px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal
    }
}

@media only screen and (min-width:760px) {
    .list-tabset h2 {
        font: 24px/24px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding: 0 0 6px
    }
}

.list-tabset h2 span {
    display: block;
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: -2px 0 0
}

.list-tabset h2:after {
    background: #8f9598;
    bottom: 0;
    display: none;
    height: 1px;
    left: 50%;
    margin: 0 0 0 -19px;
    position: absolute;
    width: 38px
}

@media only screen and (min-width:768px) {
    .list-tabset h2:after {
        display: block
    }
}

@media only screen and (min-width:760px) {
    .list-tabset h2 span {
        font-size: 18px
    }
    .list-tabset h2:after {
        margin: 0 0 0 -28px;
        width: 56px
    }
}

.list-tabset .marker {
    display: block;
    margin: 0 auto 8px
}

@media only screen and (min-width:760px) {
    .list-tabset .marker {
        margin: 0 auto 14px
    }
}

@media only screen and (min-width:1200px) {
    .list-tabset a {
        min-height: 238px
    }
    .list-tabset .box-text {
        margin: 0 auto;
        max-width: 70%
    }
}

.list-tabset p {
    margin: 0 0 11px
}

@media only screen and (min-width:760px) {
    .list-tabset p {
        margin: 0 0 23px
    }
}

.checklist {
    font: 11px/17px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist li {
    margin-bottom: 8px;
    padding-left: 35px;
    position: relative
}

.checklist li .ico,
.checklist li .list-base li:before,
.list-base .checklist li li:before {
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width:480px) {
    .checklist {
        font-size: 13px
    }
    .checklist li {
        margin-bottom: 19px;
        padding-left: 42px
    }
}

@media only screen and (min-width:1200px) {
    .checklist {
        font-size: 20px
    }
    .checklist li {
        margin-bottom: 30px;
        padding-left: 57px
    }
}

.checklist li:last-child {
    margin-bottom: 0
}

.entry-section,
.partners-list li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}


.news-list {
    font: 15px/20px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    list-style: none;
    margin: 0;
    padding: 24px 2px 0 0
}

.news-list li {
    margin-bottom: 32px;
    position: relative
}

.news-list a {
    color: #fff;
    display: inline-block;
    height: 100%;
    padding-left: 61px;
    position: relative;
    vertical-align: middle
}

.is-desktop .news-list a:hover .date {
    background: #fff;
    color: #c30e2e
}

@media only screen and (min-width:768px) {
    .news-list {
        font-size: 14px;
        line-height: 18px;
        padding-top: 6px
    }
    .news-list li {
        margin-bottom: 17px
    }
    .news-list a {
        padding-left: 44px;
        min-height: 54px
    }
    .news-list a .item-cell {
        height: 54px
    }
}

@media only screen and (min-width:760px) {
    .news-list {
        font-size: 20px;
        line-height: 24px;
        padding-top: 5px
    }
    .news-list li {
        margin-bottom: 25px
    }
    .news-list a {
        padding-left: 65px;
        min-height: 81px
    }
    .news-list a .item-cell {
        height: 81px
    }
}

.news-list .date {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    position: absolute;
    top: 50%
}

.partners-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center
}

.scroll-gallery .partners-list {
    width: 99999px
}

.data-section .partners-list {
    margin: 0 auto;
    max-width: 365px;
    padding: 9px 0 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .data-section .partners-list {
        max-width: 680px
    }
}

@media only screen and (min-width:760px) {
    .data-section .partners-list {
        max-width: 1020px;
        padding: 20px 0 0
    }
}

.partners-list li {
    box-sizing: border-box;
    float: left;
    height: 90px;
    padding-left: 30px;
    padding-right: 30px
}

@media only screen and (min-width:768px) {
    .partners-list li {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width:760px) {
    .partners-list li {
        height: 135px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.partners-list li.big {
    padding-left: 22px;
    padding-right: 6px
}

.partners-list li.middle {
    padding-left: 24px;
    padding-right: 0
}

.data-section .partners-list li {
    display: inline-block;
    float: none;
    height: 78px;
    margin: 0 -4px 0 0;
    padding: 0 8px;
    vertical-align: top
}

@media only screen and (min-width:768px) {
    .data-section .partners-list li {
        float: left;
        padding: 0 15px
    }
}

.partners-list[data-items="5"] li {
    width: 127px
}

@media only screen and (min-width:760px) {
    .data-section .partners-list li {
        float: none;
        height: 135px
    }
    .partners-list[data-items="5"] li {
        width: 190px
    }
}

.data-section .partners-list[data-items="5"] li {
    width: 33.3%
}

@media only screen and (min-width:768px) {
    .data-section .partners-list[data-items="5"] li {
        width: 20%
    }
    [data-crawlline] .partners-list[data-items="5"] li {
        width: 112px
    }
}

@media only screen and (min-width:760px) {
    [data-crawlline] .partners-list[data-items="5"] li {
        width: 191px
    }
}

.partners-list img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.partners-list img.small {
    max-width: 51%
}

@media only screen and (min-width:760px) {
    .partners-list img {
        width: auto
    }
    .partners-list img.small {
        max-width: 100%
    }
}

.partners-list.grid-list {
    margin: 0 auto;
    text-align: center;
    width: 283px
}

.partners-list.grid-list li {
    display: inline-block;
    float: none;
    height: 105px;
    margin: 0 -2px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    vertical-align: top;
    width: 50%
}

.partners-list.grid-list li:after,
.partners-list.grid-list li:before {
    background: #e6e7e8;
    content: "";
    position: absolute
}

#header .inner:after,
.active .member-frame:before,
.brochure-item:before,
.data-box:after,
.gallery:after,
.management-section:before,
.manual-post-header:after,
.manual-section .btn-holder:after,
.partner .caption:after,
.popup .lightbox-header:before,
.post-info:after,
.post-nav:before,
.subscribe-form.with-ico:after,
.subscribe-form.with-ico:before,
.tab:after,
.testimonial:before {
    content: ''
}

.partners-list.grid-list li.big {
    padding-left: 14px;
    padding-right: 14px
}

.partners-list.grid-list li.middle {
    padding-left: 23px;
    padding-right: 23px
}

.partners-list.grid-list li.left-border-none:after {
    display: none
}

.partners-list.grid-list li:before {
    bottom: -1px;
    height: 1px;
    left: 30px;
    right: 30px
}

.partners-list.grid-list li:after {
    bottom: 15px;
    left: -2px;
    top: 15px;
    width: 1px
}

.partner {
    padding: 9px 8px 21px
}

@media only screen and (min-width:768px) {
    .partner {
        padding: 7px 20px 52px 0
    }
    .partner .item-cell {
        height: 75px
    }
}

@media only screen and (min-width:760px) {
    .partner {
        padding: 59px 73px 0 0
    }
    .partner .item-cell {
        height: 135px
    }
}

.partner .btn {
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 23px 0 20px
}

@media only screen and (min-width:768px) {
    .partner .btn {
        float: none;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 21px 0 13px
    }
    .partner img {
        margin: 0 auto;
        width: 100%
    }
}

@media only screen and (min-width:760px) {
    .partner .btn {
        font-size: 14px;
        height: 40px;
        line-height: 41px;
        min-width: 141px;
        padding: 0 17px 0 16px
    }
}

.partner img {
    display: block;
    height: auto;
    max-width: 100%
}

.partner .img-holder {
    padding: 0 12px 16px
}

@media only screen and (min-width:768px) {
    .partner .img-holder {
        padding: 0 18px
    }
}

@media only screen and (min-width:760px) {
    .partner img {
        width: auto
    }
    .partner .img-holder {
        padding: 0
    }
}

.partner .media {
    position: static
}

.partner .caption {
    margin: 0 -8px;
    overflow: hidden;
    position: relative!important;
    width: auto
}

.active .partner .caption {
    overflow: visible
}

@media only screen and (min-width:768px) {
    .partner .caption {
        margin: 0
    }
}

.partner .caption:after {
    background: #c30e2e;
    display: none;
    height: 6px;
    left: 20px;
    margin: 0 auto;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 11
}

.active .partner .caption:after {
    display: block
}

.partner .description {
    background: #f2f4f6;
    color: #484b51;
    display: none;
    font: 12px/18px Arial, Helvetica, sans-serif;
    left: 0;
    margin: -1px 0 0;
    max-width: 100%;
    overflow: auto;
    padding: 62px 18px 42px 20px;
    position: absolute;
    right: 0;
    z-index: 10
}

.active .partner .description,
.boxes-section .box.with-left-icon .box-ico-desktop {
    display: block
}

@media only screen and (min-width:768px) {
    .partner .caption:after {
        height: 5px;
        left: 0;
        right: 0;
        top: 13px;
        width: 222px
    }
    .partner .description {
        line-height: 22px;
        margin: -32px 0 0;
        max-width: none;
        padding: 40px 45px 32px 41px
    }
}

@media only screen and (min-width:760px) {
    .partner .caption:after {
        height: 7px;
        width: 277px
    }
    .partner .description {
        font: 14px/24px Arial, Helvetica, sans-serif;
        margin: -41px 0 0;
        padding: 45px 97px 43px 101px;
        right: 72px
    }
}

.partner .description-text {
    height: 100%;
    overflow-y: hidden
}

.partner .close-black-large {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 26px
}

.partner .close-black-large:hover {
    background: url(../images/icons-sb8b4f12d43.png) -68px -29px;
    height: 15px;
    width: 16px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .partner .close-black-large:hover {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -612px;
        height: 17px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .partner .close-black-large {
        right: 11px;
        top: 18px
    }
}

@media only screen and (min-width:760px) {
    .partner .close-black-large {
        right: 14px;
        top: 19px
    }
    .partner .close-black-large:hover {
        background: url(../images/icons-sb8b4f12d43.png) -144px -70px;
        height: 23px;
        width: 23px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .partner .close-black-large:hover {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -588.5px;
        height: 23.5px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.promo {
    background: #fff;
    height: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative
}

.promo a {
    color: #FFF;
}

.promo.contacts {
    margin: 0 0 26px
}

.promo .item-cell {
    height: 354px
}

.promo.small-height {
    min-height: 0;
    padding: 34px 0
}

.promo.small-height .item-cell {
    height: 243px
}

.promo.small-height .box {
    padding-bottom: 0
}

.promo.middle-height {
    min-height: 200px;
    padding: 0;
}

@media only screen and (max-width:768px) {
    .promo.middle-height.contacts {
        padding: 34px 0
    }
    .promo.middle-height.contacts .item-cell {
        height: 179px
    }
}

@media only screen and (min-width:768px) {
    .promo.contacts {
        margin: 0
    }
    .promo.middle-height {
        padding: 20px 0 0
    }
}

@media only screen and (min-width:1200px) {
    .promo.middle-height {
        padding: 20px 0 0;
        min-height: 200px;
    }
}

.promo.middle-height .item-cell {
    /* height: auto; */
}

.promo.middle-height .box {
    padding-bottom: 0
}

@media only screen and (max-width:768px) {
    .promo {
        margin: 0 0 7px
    }
}

@media only screen and (min-width:768px) {
    .promo {
        margin: 0 0 7px;
        padding: 15px 0;
    }
    .promo .item-cell {
        height: 256px
    }
    .promo.small-height .item-cell {
        height: 210px
    }
}

@media only screen and (min-width:760px) {
    .promo {
        margin: 0 0 17px;
        padding: 25px 0
    }
    .promo .item-cell {
        height: 324px
    }
    .promo.small-height .item-cell {
        height: 272px
    }
}

@media only screen and (max-width:479px) {
    .promo.smallest-height .item-cell {
        height: 250px
    }
}

.promo.tiny-height {
    /* padding-top:49px; */
    /* padding-bottom:49px; */
}

.promo.tiny-height .item-cell {
    height: 0
}

.promo.tiny-height .box {
    padding-bottom: 0
}

.promo.medium-height .item-cell {
    height: 242px
}

@media only screen and (min-width:768px) {
    .promo.medium-height .item-cell {
        height: 215px
    }
}

@media only screen and (min-width:760px) {
    .promo.tiny-height {
        /* padding-top:65px; */
        /* padding-bottom:65px; */
    }
    .promo.medium-height .item-cell {
        height: 273px
    }
}

.member.active .promo .description,
.promo .container,
.promo .member.active .description {
    height: 100%;
    min-height: 200px;
    max-height: 200px;
    position: relative;
}

@media only screen and (max-width:760px) {
    .member.active .promo .description,
    .promo .container,
    .promo .member.active .description {
        min-height: 200px;
        max-height: 200px;
    }
}

.promo .box {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:760px) {
    .promo .box {
        max-width: 990px
    }
    .promo .box.small-side-indents {
        padding: 0 20px
    }
}

@media only screen and (min-width:768px) {
    .promo .box.small-width {
        max-width: 75%
    }
}

@media only screen and (min-width:760px) {
    .promo .box-text.with-fixed-width {
        max-width: 90%;
        margin: 0 auto
    }
}

.promo p {
    margin: 0
}

.promo .btn-transparent {
    margin: 30px 0 0;
}

@media only screen and (min-width:768px) {
    .promo .btn-transparent {
        /* margin:24px 0 0; */
    }
}

@media only screen and (min-width:760px) {
    .promo .btn-transparent {
        margin: 35px 0 0;
    }
}

.promo .img-holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.promo .img-holder img {
    display: block;
    position: relative
}

.info-section {
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 580px;
    padding: 30px 7px 54px 11px
}

@media only screen and (max-width:568px) {
    .info-section-img-holder {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

@media only screen and (min-width:568px) {
    .info-section-img-holder.tablet-right {
        float: right
    }
}

.info-section h1,
.info-section p {
    position: relative;
    z-index: 1
}

.info-section p {
    margin: 0 0 18px
}

@media only screen and (min-width:768px) {
    .info-section {
        font: 14px/22px Arial, Helvetica, sans-serif;
        padding: 19px 0 42px
    }
    .info-section p {
        margin: 0 0 5px
    }
}

@media only screen and (min-width:760px) {
    .info-section {
        max-width: 850px;
        padding: 20px 0 102px;
        position: relative
    }
    .info-section p {
        margin: 0 0 15px
    }
}

.entry-section {
    box-sizing: border-box;
    padding-bottom: 22px;
    padding-top: 134px;
    position: relative
}

.boxes-section .box-img-list li,
.boxes-section .text-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.entry-section .thin-font {
    font-family: futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px
}

@media only screen and (max-width:479px) {
    .entry-section .thin-font {
        font-weight: 700
    }
}

.entry-section .btn-play {
    margin-bottom: 66px
}

@media only screen and (min-width:768px) {
    .entry-section {
        min-height: 518px!important;
        padding-bottom: 226px;
        padding-top: 112px
    }
    .entry-section .thin-font {
        font-family: futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 22px
    }
    .entry-section .btn-play {
        margin-bottom: 0
    }
}

.entry-section p {
    margin-bottom: 4px
}

@media only screen and (min-width:768px) {
    .entry-section p {
        margin-bottom: 9px
    }
}

@media only screen and (min-width:760px) {
    .entry-section {
        min-height: 750px!important;
        padding-bottom: 270px;
        padding-top: 107px
    }
    .entry-section .thin-font {
        font-size: 32px
    }
    .entry-section p {
        margin-bottom: 8px
    }
}

.entry-section .text-box {
    font: 20px/23px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 24px
}

.title--hero span {
    font-size: 50px
}

@media only screen and (min-width:480px) {
    .title--hero span {
        display: inline-block;
        font-family: futura-pt-n7, futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 100px
    }
    .slide-wrap h2 {
        line-height: 34px;
        font-size: 32px!important
    }
    .slide-wrap p {
        line-height: 32px;
        font-size: 30px
    }
    .slide-wrap .thin-font {
        line-height: 30px;
        font-size: 28px
    }
}

@media only screen and (min-width:768px) {
    .title--hero span {
        display: inline-block;
        font-family: futura-pt-n7, futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 150px
    }
    .slide-wrap h2 {
        line-height: 44px;
        font-size: 42px!important
    }
    .slide-wrap p {
        line-height: 42px;
        font-size: 40px
    }
    .slide-wrap .thin-font {
        line-height: 40px;
        font-size: 38px
    }
    .entry-section .text-box {
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 27px
    }
}

@media only screen and (min-width:760px) {
    .title--hero span {
        display: inline-block;
        font-family: futura-pt-n7, futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 150px
    }
    .slide-wrap h2 {
        line-height: 44px;
        font-size: 42px!important
    }
    .slide-wrap p {
        line-height: 42px;
        font-size: 40px
    }
    .slide-wrap .thin-font {
        line-height: 40px;
        font-size: 38px
    }
    .entry-section .text-box {
        line-height: 40px;
        font-size: 36px;
        margin-bottom: 37px
    }
}

@media only screen and (min-width:1200px) {
    .title--hero span {
        display: inline-block;
        font-family: futura-pt-n7, futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 200px;
        line-height: 205px
    }
    .slide-wrap h2 {
        line-height: 52px;
        font-size: 50px!important
    }
    .slide-wrap p {
        line-height: 50px;
        font-size: 48px
    }
    .slide-wrap .thin-font {
        line-height: 48px;
        font-size: 46px
    }
    .slide-wrap .btn-play {
        margin-top: 20px
    }
}

.entry-section .title-middle {
    margin-bottom: 12px
}

@media only screen and (min-width:768px) {
    .entry-section .title-middle {
        margin-bottom: 13px
    }
}

@media only screen and (min-width:760px) {
    .entry-section .title-middle {
        margin-bottom: 14px
    }
}

.entry-section .partners-list {
    margin-bottom: 0
}

.entry-section .box {
    position: relative;
    z-index: 1
}

.entry-section .entry-section-footer {
    bottom: 0;
    left: 0;
    padding-bottom: 17px;
    right: 0
}

.intro-section {
    height: 292px;
    position: relative
}

@media only screen and (min-width:768px) {
    .entry-section .holder {
        margin: 0 30px 30px
    }
    .intro-section {
        height: 443px
    }
}

@media only screen and (min-width:760px) {
    .entry-section .holder {
        margin-bottom: 50px;
        margin-left: 5%;
        margin-right: 5%
    }
    .intro-section {
        height: 663px
    }
}

.intro-section .box {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .entry-section .title-middle {
        font-size: 24px
    }
    .intro-section .box.m-with-fixed-width {
        max-width: 70%;
        margin: 0 auto
    }
}

.intro-section .title-extra-large {
    padding-top: 11px
}

@media only screen and (min-width:768px) {
    .intro-section .title-extra-large {
        padding-top: 19px
    }
}

@media only screen and (min-width:760px) {
    .intro-section .title-extra-large {
        padding-top: 28px
    }
}

.about-section {
    font: 15px/20px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 54px 0 33px;
    position: relative
}

.about-section .text-box {
    margin: 0 auto;
    max-width: 575px;
    position: relative
}

.about-section .title-middle {
    margin-bottom: 8px
}

@media only screen and (min-width:768px) {
    .about-section {
        font: 16px/23px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding-bottom: 38px;
        padding-top: 62px
    }
    .about-section .title-middle {
        margin-bottom: 13px
    }
}

@media only screen and (min-width:760px) {
    .about-section {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 77px;
        padding-top: 93px
    }
    .about-section .text-box {
        max-width: 900px
    }
    .about-section .title-middle {
        margin-bottom: 25px
    }
}

.about-section .title-middle .largest-font-size {
    line-height: 22px
}

@media only screen and (max-width:767px) {
    .about-section .title-middle {
        font-size: 17px
    }
    .about-section .title-middle .largest-font-size {
        font-size: 22px
    }
}

.about-section .btn-more {
    font-size: 15px;
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 31px
}

@media only screen and (min-width:768px) {
    .about-section .title-middle .largest-font-size {
        line-height: 34px
    }
    .about-section .btn-more {
        font-size: 14px;
        font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding-bottom: 18px
    }
}

@media only screen and (min-width:760px) {
    .about-section .title-middle .largest-font-size {
        line-height: 45px
    }
    .about-section .btn-more {
        font-size: 18px;
        padding-bottom: 28px
    }
}

.about-section .inner {
    margin-bottom: 40px;
    padding: 0 10px
}

@media only screen and (min-width:768px) {
    .about-section .inner {
        margin-bottom: 31px;
        padding-left: 0;
        padding-right: 0
    }
}

.lists-section {
    background: #0a171e;
    padding: 36px 15px 30px;
    position: relative
}

@media only screen and (min-width:768px) {
    .lists-section {
        padding-bottom: 68px;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:760px) {
    .about-section .inner {
        margin-bottom: 42px
    }
    .lists-section {
        padding-top: 55px
    }
}

.lists-section .inner {
    margin: 0 auto 21px;
    max-width: 579px
}

@media only screen and (min-width:760px) {
    .lists-section .inner {
        max-width: 979px;
        margin-bottom: 46px
    }
}

.lists-section .box {
    padding: 0 2px;
    margin-bottom: 38px
}

@media only screen and (min-width:768px) {
    .lists-section .box {
        margin-bottom: 0
    }
    .lists-section .btn-box {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0
    }
}

.tiles-section a {
    color: #0a171e;
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.tiles-section .separator {
    margin-bottom: 5px
}

@media only screen and (min-width:768px) {
    .tiles-section .separator {
        margin-bottom: 9px
    }
}

@media only screen and (min-width:760px) {
    .lists-section .box {
        padding-left: 32px;
        padding-right: 32px
    }
    .tiles-section .separator {
        margin-bottom: 16px
    }
}

.tiles-section.full-width-images .stretched-img-holder,
.tiles-section.full-width-images .world-map-section .world-map-markers,
.world-map-section .tiles-section.full-width-images .world-map-markers {
    position: static
}

.tiles-section.full-width-images .box {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tiles-section .big-bottom-indent {
    margin-bottom: 45px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tiles-section .big-bottom-indent {
        margin-bottom: 27px
    }
}

@media only screen and (max-width:767px) {
    .tiles-section .big-bottom-indent {
        margin-bottom: 32px
    }
}

.tiles-section .title-extra-huge {
    margin-bottom: 7px;
    line-height: 50px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tiles-section .title-extra-huge {
        font-size: 34px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .tiles-section .title-extra-huge {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tiles-section .huge-text-size {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .tiles-section .huge-text-size {
        font-size: 14px
    }
    .tiles-section.m-no-bottom-indent {
        margin-bottom: -20px!important
    }
}

.boxes-section {
    font: 16px/22px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.boxes-section .box {
    overflow: hidden;
    position: relative
}

.boxes-section .box.with-left-icon {
    overflow: visible
}

.boxes-section .box.with-left-icon .text-box {
    overflow: hidden
}

.boxes-section .box.with-left-icon .box-ico {
    bottom: 0;
    left: -50px;
    margin: auto;
    position: absolute;
    top: 0
}

.boxes-section .box.with-left-icon .box-ico-mobile {
    display: none
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section {
        font-size: 15px
    }
    .boxes-section .box.with-left-icon .box-ico {
        left: -25px
    }
    .boxes-section .box.with-left-icon .box-ico-desktop {
        display: none
    }
    .boxes-section .box.with-left-icon .box-ico-mobile {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .boxes-section {
        font-size: 14px;
        line-height: 20px
    }
    .boxes-section .box.with-left-icon .box-ico {
        bottom: auto;
        left: 0;
        right: 0;
        top: -50px
    }
    .boxes-section .box.with-left-icon .m-static {
        padding: 70px 0 50px
    }
}

.boxes-section .box-img-list {
    list-style: none;
    margin: 0 0 37px -18px;
    padding: 0;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section .box-img-list {
        margin-bottom: 20px
    }
}

.boxes-section .box-img-list li {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 -2px;
    padding: 0 16px;
    position: relative;
    vertical-align: middle
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section .box-img-list li {
        padding-left: 10px;
        padding-right: 10px
    }
}

.boxes-section .box-img-list li:first-child {
    padding-left: 0
}

.boxes-section .box-img-list li:last-child {
    padding-right: 0
}

.boxes-section .box-img-list img {
    display: block;
    height: auto;
    max-width: 100%
}

.boxes-section .box-img-list .col-1 {
    width: 17%
}

.boxes-section .box-img-list .col-2 {
    width: 18%
}

.boxes-section .box-img-list .col-3 {
    width: 30%
}

.boxes-section .box-img-list .col-4 {
    width: 35%
}

.boxes-section .img-box {
    overflow: hidden;
    position: relative
}

.boxes-section .img-box img {
    display: block;
    height: auto;
    width: 100%
}

.boxes-section .inner {
    margin: 0 auto;
    display: inline-block;
    text-align: left
}

@media only screen and (max-width:767px) {
    .boxes-section .inner {
        max-width: 240px
    }
}

.boxes-section .inner.inner-wide {
    max-width: 385px
}

.boxes-section .inner.inner-wider {
    max-width: 455px
}

.boxes-section .flip-box {
    -moz-transform: perspective(4000px);
    -ms-transform: perspective(4000px);
    -webkit-transform: perspective(4000px);
    transform: perspective(4000px);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.boxes-section .flip-box .text-box {
    background: #f2f2f2
}

.boxes-section .flip-box .text-box.white {
    background: #fff
}

.is-desktop .boxes-section .flip-box:hover .back,
.is-touch-device .boxes-section .flip-box.active .back {
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.is-desktop .boxes-section .flip-box:hover .front,
.is-touch-device .boxes-section .flip-box.active .front {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.boxes-section .flipper {
    -moz-transform: perspective(4000px);
    -ms-transform: perspective(4000px);
    -webkit-transform: perspective(4000px);
    transform: perspective(4000px);
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
    width: 100%
}

.boxes-section .text-box {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 63px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1
}

.management-section,
.management-section .management-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section .text-box {
        padding: 0 40px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section .text-box {
        padding: 0 45px
    }
    .boxes-section .text-box.m-small-side-indents {
        padding-left: 40px;
        padding-right: 40px
    }
    .boxes-section .text-box.m-static {
        padding: 50px 0;
        position: static
    }
}

.boxes-section .back,
.boxes-section .front {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    left: 0;
    position: absolute;
    top: 0
}

.boxes-section .front {
    z-index: 2
}

.boxes-section .back {
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.boxes-section .back h2 {
    margin-bottom: 10px
}

.editable p>img {
    max-width: 100%
}

.editable a {
    text-decoration: underline;
    color: #c30e2e
}

.bar a:hover,
.editable a:hover,
.list--arrow a:hover {
    text-decoration: none
}

@media only screen and (min-width:1200px) {
    .boxes-section .back .h2 {
        margin-bottom: 29px
    }
    .container .editable .h2 {
        font: 32px/38px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
    .container .editable .h3 {
        font: 24px/26px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
    .container .editable .h4 {
        font: 22px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
    .container .editable .h5 {
        font: 18px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
    .container .editable .h6 {
        font: 14px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.boxes-section .title-extra-large .large-subtext {
    display: inline-block;
    margin-top: -5px;
    position: relative;
    vertical-align: top
}

.boxes-section h2 {
    font: 32px/36px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section h2 {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section h2 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 8px
    }
}

.boxes-section h2.box-title-middle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 7px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section h2.box-title-middle {
        font-size: 18px;
        line-height: 27px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section h2.box-title-middle {
        font-size: 15px;
        line-height: 15px
    }
}

.boxes-section h2.box-title-middle span {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: -10px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section h2.box-title-middle span {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: -9px
    }
    .is-touch-device .boxes-section h2.box-title-middle span {
        margin-bottom: -3px;
        margin-top: 4px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section h2.box-title-middle span {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: -12px
    }
}

.boxes-section h2.box-title-large {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 7px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section h2.box-title-large {
        font-size: 26px;
        line-height: 31px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section h2.box-title-large {
        font-size: 29px;
        line-height: 33px
    }
    .boxes-section h2.box-title-large.m-small-text {
        font-size: 25px;
        line-height: 25px
    }
    .boxes-section h2.box-title-large.m-small-text span {
        font-size: 34px;
        line-height: 44px
    }
}

.boxes-section h2.box-title-large span {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: -9px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section h2.box-title-large span {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: -11px
    }
    .is-touch-device .boxes-section h2.box-title-large span {
        margin-bottom: -7px;
        margin-top: 5px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section h2.box-title-large span {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: -7px
    }
    .boxes-section h2.box-title-large.big-bottom-indent {
        margin-bottom: 15px
    }
}

.boxes-section h2.medium-font-family {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.boxes-section h2.big-bottom-indent {
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section h2.big-bottom-indent {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section h2.big-bottom-indent {
        margin-bottom: 15px
    }
}

.boxes-section h2 span {
    display: block;
    font: 50px/54px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: -7px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .boxes-section h2 span {
        font-size: 34px;
        line-height: 34px
    }
}

@media only screen and (max-width:767px) {
    .boxes-section h2 span {
        font-size: 44px;
        line-height: 42px
    }
}

.boxes-section h2 span.medium-font-family {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.boxes-section p {
    margin-bottom: 9px
}

.data-section {
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative
}

@media only screen and (min-width:760px) {
    .data-section {
        margin: 59px 0 0;
        padding-bottom: 0
    }
}

.data-section.negative-indent {
    margin: 80px 0 0
}

@media only screen and (min-width:768px) {
    .data-section.negative-indent {
        margin: 0 0 -32px
    }
}

@media only screen and (min-width:760px) {
    .data-section.negative-indent {
        margin: 0 0 -20px
    }
}

.data-section.partners {
    margin: 0;
    padding: 54px 0 25px
}

@media only screen and (min-width:768px) {
    .data-section.partners {
        padding: 48px 0 1px
    }
}

@media only screen and (min-width:760px) {
    .data-section.partners {
        padding: 69px 0 46px
    }
}

.inivitation-section {
    background: url(../images/backgrounds/bg-black-pattern.jpg?1459760364) no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 20px;
    padding: 45px 0 50px
}

.inivitation-section .btn {
    max-width: 237px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .inivitation-section {
        padding: 46px 0 58px
    }
    .inivitation-section .btn {
        max-width: none;
        width: auto
    }
}

.inivitation-section .text-holder {
    margin: 0 auto 40px;
    max-width: 608px
}

@media only screen and (min-width:760px) {
    .inivitation-section {
        font-size: 25px;
        line-height: 28px;
        padding-bottom: 85px;
        padding-top: 69px
    }
    .inivitation-section .text-holder {
        margin-bottom: 64px;
        max-width: 807px
    }
}

.inivitation-section .title-bigger {
    margin-bottom: 21px
}

.contact-section {
    position: relative
}

.article-section {
    padding: 40px 20px 54px
}

@media only screen and (min-width:768px) {
    .inivitation-section .title-bigger {
        margin-bottom: 29px
    }
    .article-section {
        padding: 33px 10px 0
    }
}

@media only screen and (min-width:760px) {
    .inivitation-section .title-bigger {
        margin-bottom: 49px
    }
    .article-section {
        padding: 52px 25px 0
    }
}

.management-section {
    box-sizing: border-box;
    margin: auto;
    max-width: 100%;
    padding: 20px 10px 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .management-section {
        margin: 15px auto 0;
        max-width: 77%;
        padding-left: 0;
        padding-right: 0
    }
    .management-section .social-section {
        position: absolute;
        right: 0;
        top: 0
    }
}

@media only screen and (min-width:1200px) {
    .management-section {
        margin: 0 auto -19px;
        max-width: 60%
    }
}

.management-section:before {
    clear: both;
    display: block
}

.management-section .management-item {
    box-sizing: border-box;
    display: inline-block;
    float: none;
    margin: 0 0 17px -4px;
    vertical-align: top
}

@media only screen and (min-width:1200px) {
    .management-section .management-item {
        margin-bottom: 40px
    }
}

.world-map-section {
    margin-bottom: 20px;
    max-height: 653px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:767px) {
    .world-map-section {
        margin: 0 -10px 20px
    }
}

.world-map-section .world-map {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%
}

.world-map-section .world-map-holder {
    margin: 0 -10px;
    position: relative
}

.world-map-section .world-map-marker {
    height: 35px;
    width: 22px;
    position: absolute
}

@media only screen and (max-width:767px) {
    .world-map-section .world-map-holder {
        margin: 0 -3px
    }
    .list-base .world-map-section .world-map-marker li:before,
    .world-map-section .world-map-marker .ico,
    .world-map-section .world-map-marker .list-base li:before {
        height: 11px;
        width: 7px;
        background-position: -39px 0;
        bottom: 0;
        left: 0;
        margin: auto;
        right: 0;
        top: 0
    }
}

@media only screen and (max-width:767px) and (min--moz-device-pixel-ratio:1.3),
only screen and (max-width:767px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (max-width:767px) and (min-device-pixel-ratio:1.3),
only screen and (max-width:767px) and (min-resolution:1.3dppx) {
    .list-base .world-map-section .world-map-marker li:before,
    .world-map-section .world-map-marker .ico,
    .world-map-section .world-map-marker .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1626px;
        height: 13px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .list-base .world-map-section .world-map-marker li:before,
    .world-map-section .world-map-marker .ico,
    .world-map-section .world-map-marker .list-base li:before {
        height: 22px;
        width: 14px;
        background-position: -100px -70px
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (max-width:1199px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (max-width:1199px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (max-width:1199px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (max-width:1199px) and (min-resolution:1.3dppx) {
    .list-base .world-map-section .world-map-marker li:before,
    .world-map-section .world-map-marker .ico,
    .world-map-section .world-map-marker .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1602px;
        height: 24px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.list-base .world-map-section .world-map-marker li:before,
.world-map-section .world-map-marker .ico,
.world-map-section .world-map-marker .list-base li:before,
.world-map-section .world-map-marker .world-map-marker-label {
    display: inline-block;
    margin: auto;
    position: absolute;
    vertical-align: bottom
}

.world-map-section .world-map-marker .world-map-marker-label {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font: 14px/14px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    top: 112%;
    white-space: nowrap
}

.world-map-section .world-map-marker .world-map-marker-label.left {
    right: 100%
}

.world-map-section .world-map-marker .world-map-marker-label.right {
    left: 100%
}

@media only screen and (max-width:1199px) {
    .world-map-section .world-map-marker .world-map-marker-label {
        top: 70%;
        font-size: 11px;
        line-height: 12px
    }
    .world-map-section .world-map-marker .world-map-marker-label.right {
        left: 85%
    }
}

@media only screen and (max-width:767px) {
    .world-map-section .world-map-marker .world-map-marker-label.left,
    .world-map-section .world-map-marker .world-map-marker-label.right {
        -moz-transform: translate(-37%, 0);
        -ms-transform: translate(-37%, 0);
        -webkit-transform: translate(-37%, 0);
        transform: translate(-37%, 0);
        left: 0;
        text-align: center;
        width: 400%
    }
    .world-map-section .world-map-marker .world-map-marker-label.top {
        bottom: 70%;
        top: auto
    }
    .world-map-section .world-map-marker .world-map-marker-label.bottom {
        bottom: auto;
        top: 70%
    }
}

.is-desktop .world-map-section .world-map-marker:hover {
    cursor: pointer
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .is-desktop .world-map-section .world-map-marker:hover .ico-map-pointer-red {
        height: 22px;
        width: 14px;
        background-position: -218px -48px
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (max-width:1199px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (max-width:1199px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (max-width:1199px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (max-width:1199px) and (min-resolution:1.3dppx) {
    .is-desktop .world-map-section .world-map-marker:hover .ico-map-pointer-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1529px;
        height: 24px;
        width: 14px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (max-width:767px) {
    .is-desktop .world-map-section .world-map-marker:hover .ico-map-pointer-red {
        height: 11px;
        width: 7px;
        background-position: -32px 0
    }
}

@media only screen and (max-width:767px) and (min--moz-device-pixel-ratio:1.3),
only screen and (max-width:767px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (max-width:767px) and (min-device-pixel-ratio:1.3),
only screen and (max-width:767px) and (min-resolution:1.3dppx) {
    .is-desktop .world-map-section .world-map-marker:hover .ico-map-pointer-red {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1553px;
        height: 13px;
        width: 7px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.world-map-section .world-map-text {
    bottom: 51px;
    font-size: 22px;
    left: 0;
    line-height: 28px;
    margin: 0 auto;
    padding: 0 19%;
    pointer-events: none;
    position: absolute;
    right: 0
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .world-map-section .world-map-text {
        bottom: 0;
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (max-width:767px) {
    .world-map-section .world-map-text {
        font-size: 15px;
        line-height: 24px;
        padding: 0 6%;
        position: static
    }
}

.world-map-section .world-map-text .world-map-title {
    font: 32px/50px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .world-map-section .world-map-text .world-map-title {
        font-size: 22px;
        line-height: 36px
    }
}

@media only screen and (max-width:767px) {
    .world-map-section .world-map-text .world-map-title {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .world-map-section .world-map-text .world-map-title span {
        font-size: 40px
    }
}

.world-map-section .world-map-text .world-map-title span {
    display: block;
    font-size: 34px
}

.social-big {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 730px;
    margin: 0 auto 80px
}

@media only screen and (max-width:1199px) {
    .social-big {
        max-width: 475px;
        margin-bottom: 53px
    }
}

@media only screen and (max-width:767px) {
    .world-map-section .world-map-marker-8 {
        left: 87.5%;
        top: 68%
    }
    .social-big {
        margin-bottom: 33px
    }
    .social-big .social-list li {
        padding-left: 9px;
        padding-right: 9px
    }
}

.social-big .title-huge {
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 30px;
    padding-bottom: 35px
}

@media only screen and (max-width:1199px) {
    .social-big .title-huge {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 19px;
        padding-bottom: 21px
    }
}

@media only screen and (max-width:767px) {
    .social-big .title-huge {
        font-size: 30px;
        margin-bottom: 28px;
        padding-bottom: 27px
    }
    .social-big .title-huge .social-list li {
        padding-left: 9px;
        padding-right: 9px
    }
}

.is-desktop .social-big .fa:hover {
    color: #c30e2e;
    cursor: pointer
}

.contacts-section .tab p a,
.tile-red,
[data-rows-number="3"] .tile:hover a,
[data-rows-number="3"] .tile:hover h3 {
    color: #fff
}

.contacts-section {
    font: 14px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 10px 0 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .contacts-section {
        font-size: 12px;
        margin: 17px 0 0
    }
}

@media only screen and (min-width:760px) {
    .contacts-section {
        font-size: 16px;
        line-height: 24px;
        margin: 27px 0 0
    }
}

.contacts-section .tab p {
    margin: 0 0 22px
}

@media only screen and (min-width:768px) {
    .contacts-section .tab p {
        margin: 0 0 8px
    }
}

@media only screen and (min-width:760px) {
    .contacts-section .tab p {
        margin: 0 0 15px
    }
}

.contacts-section .tab h2 {
    font: 18px/22px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 8px
}

@media only screen and (min-width:768px) {
    .contacts-section .tab h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 4px
    }
}

@media only screen and (min-width:760px) {
    .contacts-section .tab h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 6px
    }
}

.contacts-section .tab h2 span {
    display: block;
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px
}

@media only screen and (min-width:768px) {
    .contacts-section .tab h2 span {
        font-size: 16px
    }
}

@media only screen and (min-width:760px) {
    .contacts-section .tab h2 span {
        font-size: 24px
    }
}

.tile {
    -moz-transition: background, .1s;
    -o-transition: background, .1s;
    -webkit-transition: background, .1s;
    transition: background, .1s;
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    padding: 0 15px;
    position: relative;
    text-align: center
}

@media only screen and (min-width:768px) {
    .tile {
        font-size: 12px;
        line-height: 15px
    }
}

@media only screen and (min-width:760px) {
    .tile {
        font-size: 15px;
        padding: 0 30px
    }
}

.tile.small-bottom-indent {
    padding-bottom: 17px
}

@media only screen and (min-width:768px) {
    .tile.small-bottom-indent {
        padding-bottom: 50px
    }
}

[data-rows-number="2"] .tile:hover {
    background: #fff
}

[data-rows-number="3"] .tile:hover {
    background: #c30e2e
}

[data-rows-number="3"] .tile:hover .separator:after {
    background: #fff
}

.tile .title {
    margin-bottom: 10px
}

@media only screen and (min-width:760px) {
    .tile.small-bottom-indent {
        padding-bottom: 85px
    }
    .tile .title {
        margin-bottom: 18px
    }
}

[data-rows-number="2"] .tile .title {
    margin-bottom: 4px
}

[data-rows-number="2"] .tile {
    height: 160px
}

@media only screen and (min-width:768px) {
    [data-rows-number="2"] .tile .title {
        margin-bottom: 10px
    }
    [data-rows-number="2"] .tile {
        height: 195px
    }
}

@media only screen and (min-width:760px) {
    [data-rows-number="2"] .tile .title {
        margin-bottom: 18px
    }
    [data-rows-number="2"] .tile {
        height: 293px
    }
}

[data-rows-number="3"] .tile {
    height: 196px
}

.tile input[type=email],
.tile input[type=password],
.tile input[type=tel],
.tile input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 13px;
    width: 100%
}

.tile .feedback-form input.fixed-narrow,
.tile.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tile .feedback-form {
    padding-top: 20px;
    padding-right: 73px;
    position: relative
}

@media only screen and (max-width:767px) {
    .tile .feedback-form.center-elements {
        padding: 21px 0 0;
        text-align: center
    }
}

.tile .feedback-form.center-elements .btn {
    position: static
}

.tile .feedback-form.center-elements .btn,
.tile .feedback-form.center-elements input {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:768px) {
    [data-rows-number="3"] .tile {
        height: 130px
    }
    .tile input[type=email],
    .tile input[type=password],
    .tile input[type=tel],
    .tile input[type=text] {
        text-align: center
    }
    .tile .feedback-form {
        padding-right: 0;
        padding-top: 10px
    }
}

@media only screen and (min-width:760px) {
    [data-rows-number="3"] .tile {
        height: 195px
    }
    .tile .feedback-form {
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 6px
    }
}

.tile .feedback-form .btn {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 20px
}

.tile .feedback-form input.fixed-narrow {
    box-sizing: border-box;
    width: 205px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tile .feedback-form input.fixed-narrow {
        width: 150px
    }
}

@media only screen and (max-width:767px) {
    .tile .feedback-form .btn .btn-low {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin: 0
    }
    .tile .feedback-form input.fixed-narrow {
        font-size: 14px;
        line-height: 20px;
        padding: 9px 11px 8px;
        text-align: center;
        width: 185px
    }
}

.tile .title-smaller {
    margin-bottom: 11px
}

@media only screen and (min-width:768px) {
    .tile .feedback-form .btn {
        position: static
    }
    .tile .title-smaller {
        margin-bottom: 24px;
        padding-top: 27px
    }
}

@media only screen and (min-width:760px) {
    .tile .title-smaller {
        margin-bottom: 18px;
        padding-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tile .title-bigger-average {
        font-size: 13px
    }
}

@media only screen and (max-width:767px) {
    .tile .title-bigger-average {
        font-size: 18px;
        line-height: 25px
    }
    .tile .title-bigger-average span {
        font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: none
    }
}

.tile-with-bottom-icon {
    padding-bottom: 50px
}

.list-base .tile-with-bottom-icon li:before,
.tile-with-bottom-icon .ico,
.tile-with-bottom-icon .list-base li:before {
    margin: 15px auto 0
}

.tile-with-bottom-icon .tile-icon {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0
}

.list-base .tile-with-bottom-icon .tile-icon li:before,
.tile-with-bottom-icon .tile-icon .ico,
.tile-with-bottom-icon .tile-icon .list-base li:before {
    margin: 0 auto
}

.is-desktop .tile-with-hover:hover {
    background: #f2f4f6;
    cursor: pointer
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tile .title-bigger-average span {
        font-size: 11px;
        line-height: 14px
    }
    .tile-with-bottom-icon .tile-icon {
        bottom: 22px
    }
    .tile.m-align-top {
        padding-bottom: 15px;
        padding-top: 85px
    }
    .tile.m-align-top .item-cell {
        display: block
    }
    .tile.m-align-top .feedback-form {
        padding-top: 5px
    }
    .tile.big-side-indents {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:767px) {
    .tile.m-align-top {
        padding-bottom: 33px;
        padding-top: 90px
    }
}

.tile.border-box {
    box-sizing: border-box
}

.tile-gray-darker {
    background: #d7d7dc
}

.tile-gray-dark {
    background: #e2e2e3
}

.tile-gray {
    background: #ededf0
}

.tile-gray-light {
    background: #f2f2f2
}

.tile-red {
    background: #c30e2e
}

.tile-black {
    background: #0a171e
}

.tile-light-black {
    background: #313a3f
}

.tile-lighter-black {
    background: #4c5255
}

.tile-vertical {
    font: 15px/19px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 75px 10px 51px
}

.tile-vertical a {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.tile-vertical p {
    margin-bottom: 6px
}

.tile-vertical .icon-holder {
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 0
}

.tile-vertical .date-smaller {
    bottom: 15px;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .tile-vertical {
        font-size: 12px;
        height: 197px;
        line-height: 15px;
        padding-bottom: 50px;
        padding-top: 50px
    }
    .tile-vertical .icon-holder {
        margin-left: -20px
    }
    .tile-vertical .date-smaller {
        bottom: 0;
        left: 50%;
        margin-left: -20px
    }
}

@media only screen and (min-width:760px) {
    .tile-vertical {
        font-size: 18px;
        height: 275px;
        line-height: 23px;
        padding-bottom: 85px;
        padding-top: 85px
    }
    .tile-vertical p {
        margin-bottom: 11px
    }
    .tile-vertical .date-smaller {
        margin-left: -30px
    }
}

@media only screen and (min-width:768px) {
    .tile-vertical.fixed-padding {
        height: 300px;
        padding-bottom: 0;
        padding-top: 85px
    }
}

@media only screen and (min-width:760px) {
    .tile-vertical.fixed-padding {
        height: 445px;
        padding-bottom: 70px;
        padding-top: 125px
    }
    .tile-small-font {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .tile-vertical.m-fixed-height {
        height: 200px
    }
}

.tile-with-img {
    overflow: hidden;
    padding: 0
}

.is-desktop .tile-with-img:hover .tile-img-hover {
    opacity: 1;
    position: static;
    visibility: visible
}

.is-desktop .tile-with-img:hover .tile-img-base,
.tile-with-img .tile-img-hover {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.is-desktop .tile-with-img:hover .white {
    color: #0a171e
}

.is-desktop .tile-with-img:hover .black {
    color: #fff
}

.is-desktop .tile-with-img:hover .separator.white:after,
.is-desktop .tile-with-img:hover .separator:after {
    background: #0a171e
}

.tile-with-img .tile-img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.tile-with-img .separator,
.tile-with-img .title {
    margin-bottom: 0
}

.tile-with-img .separator {
    padding: 12px 0 20px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tile-with-img .separator {
        padding: 9px 0 10px
    }
}

@media only screen and (max-width:767px) {
    .tile-with-img .separator {
        padding: 12px 0
    }
}

.tile-with-img .tile-content {
    bottom: 0;
    left: 0;
    max-width: none;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0
}

.tile-with-bottom-indent {
    margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .tile-with-bottom-indent {
        margin-bottom: 10px
    }
    .tile-content.m-text-big {
        font-size: 14px;
        line-height: 18px
    }
    .tile-content .title-big-average {
        font-size: 12px;
        line-height: 12px
    }
}

@media only screen and (max-width:767px) {
    .tile-with-bottom-indent {
        margin-bottom: 15px
    }
    .tile-content .title-big-average {
        font-size: 15px
    }
    .tile-content .title-small {
        font-size: 18px
    }
}

.tile-content {
    margin: 0 auto;
    max-width: 278px
}

.tile-content.tile-content-wide {
    max-width: 300px
}

.tile-content .title-small {
    line-height: 20px
}

.is-desktop .tile-content a:hover {
    display: block;
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

.tile.tile-heading {
    color: #fff;
    font: 18px/22px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 180px
}

@media only screen and (min-width:768px) {
    .tile-content {
        max-width: 161px
    }
    .tile.tile-heading {
        height: 391px;
        text-align: left
    }
}

@media only screen and (min-width:760px) {
    .tile-content {
        max-width: 300px
    }
    .tile.tile-heading {
        font-size: 28px;
        line-height: 32px
    }
}

.tile.tile-heading a {
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

[data-rows-number="2"] .tile.tile-heading .title-bigest {
    font-size: 35px;
    line-height: 38px
}

@media only screen and (min-width:768px) {
    [data-rows-number="2"] .tile.tile-heading .title-bigest {
        font-size: 40px;
        line-height: 46px
    }
}

[data-rows-number="2"] .tile.tile-heading h3.title {
    margin-bottom: 0
}

[data-rows-number="2"] .tile.tile-heading .grid-row .grid-col-6 {
    width: 50%
}

@media only screen and (min-width:760px) {
    [data-rows-number="2"] .tile.tile-heading .title-bigest {
        font-size: 60px;
        line-height: 64px
    }
    [data-rows-number="2"] .tile.tile-heading {
        height: 586px
    }
}

[data-rows-number="3"] .tile.tile-heading {
    height: 312px;
    padding-left: 52px;
    text-align: left
}

.tile.tile-heading span {
    display: block
}

.tile.tile-heading .box {
    margin: 0 auto;
    max-width: 284px;
    position: relative;
    z-index: 1
}

.tile.tile-heading .heading {
    margin-bottom: -7px;
    position: relative
}

.tile.tile-heading p {
    margin-bottom: 11px
}

@media only screen and (min-width:768px) {
    [data-rows-number="3"] .tile.tile-heading {
        height: 390px;
        padding-left: 35px
    }
    [data-rows-number="3"] .tile.tile-heading .title-bigest {
        font-size: 40px;
        line-height: 40px
    }
    .tile.tile-heading p {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:760px) {
    [data-rows-number="3"] .tile.tile-heading {
        height: 585px;
        padding-left: 30px
    }
    [data-rows-number="3"] .tile.tile-heading .title-bigest {
        font-size: 60px;
        line-height: 60px
    }
    .tile.tile-heading .box {
        max-width: 431px
    }
    .tile.tile-heading p {
        margin-bottom: 15px
    }
}

.tile.tile-heading .info {
    display: block;
    font: 14px/17px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 6px 0 0
}

@media only screen and (min-width:768px) {
    .tile.tile-heading .info {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:760px) {
    .tile.tile-heading .info {
        font-size: 26px;
        line-height: 32px;
        padding: 4px 0 0
    }
}

.light-font-family {
    font-family: futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal
}

.book-font-family {
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal
}

.base-font-family {
    font-family: Arial, Helvetica, sans-serif
}

.medium-font-family {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.larger-font-size {
    font-size: 16px;
    line-height: 19px
}

.base-font-size {
    font-size: 14px
}

.large-font-size {
    font: 15px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

@media only screen and (min-width:768px) {
    .large-font-size {
        font: 16px/22px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

@media only screen and (min-width:760px) {
    .large-font-size {
        font: 22px/30px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
}

.largest-font-size {
    font-size: 22px;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .largest-font-size {
        font-size: 30px;
        line-height: 34px
    }
}

@media only screen and (min-width:760px) {
    .largest-font-size {
        font-size: 45px;
        line-height: 49px
    }
}

.small-text-size {
    font-size: 12px
}

@media only screen and (min-width:768px) {
    .small-text-size {
        font-size: 9px
    }
}

@media only screen and (min-width:760px) {
    .small-text-size {
        font-size: 12px
    }
}

.middle-font-size {
    font: 12px/18px Arial, Helvetica, sans-serif
}

@media only screen and (max-width:768px) {
    .middle-font-size {
        font-size: 15px;
        line-height: 20px
    }
}

@media only screen and (min-width:768px) {
    .middle-font-size {
        font: 12px/20px Arial, Helvetica, sans-serif
    }
    .middle-font-size p {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:760px) {
    .middle-font-size {
        font: 18px/26px Arial, Helvetica, sans-serif
    }
    .middle-font-size p {
        margin-bottom: 17px
    }
}

.huge-text-size {
    font-size: 24px
}

.base-line-height {
    line-height: 19px
}

.middle-line-height {
    line-height: 20px
}

.large-line-height {
    line-height: 22px
}

.larger-line-height {
    line-height: 24px
}

.huge-line-height {
    line-height: 35px
}

.font-weight-normal {
    font-weight: 400
}

.big-word-spacing-size {
    word-spacing: 2px
}

.strong-font {
    font-weight: 700
}

.red {
    color: #c30e2e
}

.black {
    color: #0a171e
}

.real-black {
    color: #000
}

.white {
    color: #FFF!important;
}

.dark-blue {
    color: #0b2431
}

.light-gray {
    color: #e7e7e7
}

.gray {
    color: #484b51
}

.gray-scheme {
    background: #f2f4f6
}

.red-scheme {
    background: #9e102b
}

.red-scheme-transparent {
    background: rgba(195, 14, 46, .8)
}

.event {
    font: 14px/18px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    max-width: 575px;
    padding: 0 23px
}

@media only screen and (min-width:760px) {
    .event {
        font: 20px/24px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        max-width: 935px;
        padding: 0 0 39px
    }
}

.event .box {
    border-bottom: 1px solid #d5dadf;
    margin-right: -7px;
    min-height: 96px;
    padding: 0 0 30px;
    position: relative
}

@media only screen and (min-width:768px) {
    .event .box {
        margin: -2px -88px 0 18px;
        min-height: 123px;
        padding: 0 0 26px
    }
}

@media only screen and (min-width:760px) {
    .event .box {
        margin: -3px -10px 0 11px;
        min-height: 179px;
        padding: 0 0 45px
    }
}

.event h2 {
    margin-left: 0;
    margin-top: 0
}

.manual-section {
    overflow: hidden
}

.manual-section.no-padding {
    margin: 0 -10px
}

.manual-section .btn-holder {
    padding: 60px 0 34px
}

@media only screen and (min-width:768px) {
    .manual-section .btn-holder {
        padding: 0
    }
}

@media only screen and (min-width:760px) and (max-width:984px) {
    .manual-section .btn-holder {
        margin-bottom: 64px
    }
}

@media only screen and (min-width:1200px) {
    .event {
        max-width: 947px
    }
    .manual-section .btn-holder {
        padding-bottom: 11px;
        padding-top: 38px
    }
}

.manual-section .btn-holder .btn {
    padding: 0 22px
}

.manual-section .btn-holder .btn .ico-desktop {
    display: none
}

@media only screen and (min-width:768px) {
    .manual-section .btn-holder .btn {
        margin-top: 5px;
        padding: 0 31px
    }
}

@media only screen and (min-width:1200px) {
    .manual-section .btn-holder .btn .ico-desktop {
        display: inline-block
    }
    .manual-section .btn-holder .btn .ico-mobile {
        display: none
    }
    .manual-section .btn-holder .btn {
        font-size: 25px;
        height: 68px;
        line-height: 68px;
        padding: 0 33px
    }
    .manual-section .btn-holder .btn-with-border {
        line-height: 66px
    }
}

.list-base .manual-section .btn-holder .btn li:before,
.manual-section .btn-holder .btn .ico,
.manual-section .btn-holder .btn .list-base li:before {
    margin: 0 0 0 11px
}

.manual-section .btn-holder:after {
    clear: both;
    display: block
}

.manual-section .casestudy-item .date-inline,
.manual-section .date-inline {
    background: 0 0;
    color: #fff;
    display: block;
    float: left;
    font: 12px/40px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    padding: 0;
    width: 200px;
    vertical-align: middle
}

.casestudy-item,
.manual-section .brochure-item,
.manual-section .manual-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0 solid #e2e2e3;
    z-index: 1;
    height: auto
}

.manual-section .meta {
    bottom: 0;
    height: 40px;
    left: 0;
    overflow: hidden;
    padding: 0 0 0 22px;
    position: absolute;
    right: 0
}

@media only screen and (min-width:768px) {
    .manual-section .brochure-item,
    .manual-section .casestudy-item,
    .manual-section .manual-item {
        border: none
    }
    .manual-section .meta {
        height: 0
    }
}

.manual-section .overlay {
    background: #fff;
    background: rgba(255, 255, 255, .67);
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.manual-item {
    padding: 20px 0 0 20px
}

.manual-item h2 {
    color: #484b51;
    font: 18px/20px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 52px;
    margin: 0 0 10px;
    max-width: 100%;
    text-overflow: ellipsis
}

.manual-item .holder {
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .manual-item h2 {
        color: #484b51;
        font: 18px/20px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        max-width: none;
        text-align: inherit;
        font-weight: 700;
    }
    .manual-item .holder {
        background: #fff;
        background: rgba(255, 255, 255, .9);
        height: 87px;
        min-height: 0;
        padding: 0;
        width: 100%
    }
}

.brochure-item .container,
.casestudy-item .container,
.casestudy-item .member.active .description,
.casestudy-item .member.active .description .brochure-item .member.active .description,
.member.active .brochure-item .description,
.member.active .casestudy-item .description {
    max-width: 860px
}

.manual-item .img-holder img {
    display: block;
    margin: 0 auto
}

.manual-item .date-inline {
    color: #fff;
    font: inherit;
    height: auto;
    min-height: 180px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 640px) {
    .manual-item .img-holder {
        float: none;
        height: auto;
        margin: 0 auto;
        width: 100%
    }
    .manual-item .img-holder img {
        display: block;
        margin: 0 auto
    }
    .manual-item .date-inline {
        color: #fff;
        font: inherit;
        height: auto;
        text-align: inherit;
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    .manual-item .link-more {
        display: inline-block
    }
}

@media only screen and (min-width: 640px) {
    .manual-item .date-inline {
        font-size: 14px
    }
}

.manual-item .mobile-link {
    display: none
}

@media only screen and (max-width: 639px) {
    .manual-item .mobile-link {
        display: block;
        top: 0
    }
}

.casestudy-item {
    color: #0a171e;
    margin: 0;
    min-height: 123px;
    padding: 30px 0 40px 20px
}

.casestudy-item:before {
    background: #f2f4f6;
    bottom: 0;
    display: none;
    left: -100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1
}

.casestudy-item:first-child {
    margin: 0
}

.casestudy-item h2 {
    font: 16px/22px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    padding: 0 10px 0 22px
}

@media only screen and (min-width:450px) {
    .casestudy-item h2 {
        font: 20px/26px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        overflow: visible;
        padding-left: 0
    }
    .casestudy-item .holder {
        padding-left: 55px
    }
}

@media only screen and (min-width:760px) {
    .casestudy-item h2 {
        font-size: 24px;
        line-height: 29px
    }
}

.casestudy-item .img-holder {
    background: #c30e2e;
    float: left;
    height: 36px;
    position: relative;
    width: 36px
}

.casestudy-item .img-holder .ico,
.casestudy-item .img-holder .list-base li:before,
.list-base .casestudy-item .img-holder li:before {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.casestudy-item .holder {
    min-height: 0
}

.casestudy-item .description {
    display: none
}

@media only screen and (min-width:450px) {
    .casestudy-item .meta {
        height: auto;
        padding-left: 0;
        position: static
    }
    .casestudy-item .description {
        border-bottom: 1px solid #e2e2e3;
        color: #484b51;
        display: block;
        font: 12px/22px Arial, Helvetica, sans-serif;
        margin-top: 5px;
        overflow: hidden
    }
    .casestudy-item .description .btn {
        display: inline-block;
        float: left
    }
    .casestudy-item .description .description-text {
        margin-bottom: 25px
    }
    .casestudy-item .btn-read-more {
        width: auto
    }
}

@media only screen and (min-width:760px) {
    .casestudy-item .description {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0
    }
    .casestudy-item .description .description-text {
        margin-bottom: 35px
    }
    .casestudy-item .description .btn {
        font-size: 14px
    }
    .is-desktop .casestudy-item a:hover {
        text-decoration: none
    }
}

.brochure-item {
    color: #0a171e;
    margin: 0;
    min-height: 123px;
    padding: 30px 0 40px 20px
}

.brochure-item:before {
    background: #f2f4f6;
    bottom: 0;
    display: none;
    left: -100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1
}

.brochure-item:first-child {
    margin: 0
}

.brochure-item h2 {
    font: 16px/20px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    padding: 0 10px 0 22px
}

@media only screen and (min-width:450px) {
    .brochure-item h2 {
        font-size: 20px;
        overflow: visible;
        padding-left: 0
    }
    .brochure-item .holder {
        padding-left: 55px
    }
}

@media only screen and (min-width:760px) {
    .brochure-item h2 {
        font-size: 24px
    }
}

.brochure-item .img-holder {
    background: #c30e2e;
    float: left;
    height: 36px;
    position: relative;
    width: 36px
}

.brochure-item .img-holder .ico,
.brochure-item .img-holder .list-base li:before,
.list-base .brochure-item .img-holder li:before {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.brochure-item .holder {
    min-height: 0
}

.brochure-item .description {
    display: none
}

@media only screen and (min-width:450px) {
    .brochure-item .meta {
        height: auto;
        padding-left: 0;
        position: static
    }
    .brochure-item .description {
        border-bottom: 1px solid #e2e2e3;
        color: #484b51;
        display: block;
        font: 12px/22px Arial, Helvetica, sans-serif;
        margin-top: 5px;
        overflow: hidden
    }
    .brochure-item .description .btn {
        display: inline-block;
        float: left
    }
    .brochure-item .description .description-text {
        margin-bottom: 35px
    }
    .brochure-item .btn-read-more {
        width: auto
    }
}

@media only screen and (min-width:760px) {
    .brochure-item .description {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0
    }
    .brochure-item .description .description-text {
        margin-bottom: 55px
    }
    .brochure-item .description .btn {
        font-size: 14px
    }
    .is-desktop .brochure-item a:hover {
        text-decoration: none
    }
}

.manual-list-view {
    margin-bottom: -2px
}

.manual-tile-view .manual-item {
    color: #484b51;
    /* width: 49%; */
    width: calc(100% - 10px);
    min-width: 250px;
    display: inline-block;
    float: none;
    font: 14px/14px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: auto;
    margin: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5)
}

.manual-tile-view .manual-item.active {
    margin-bottom: 380px;
    position: static
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .manual-list-view {
        margin-bottom: -65px;
        padding: 0 25px
    }
}

@media only screen and (min-width:760px) and (max-width:984px) {
    .manual-list-view {
        margin-bottom: -103px
    }
}

@media only screen and (min-width:985px) {
    .manual-list-view {
        margin-bottom: -40px
    }
}

@media only screen and (min-width:768px) {
    .manual-list-view {
        margin-top: -5px
    }
}

@media only screen and (min-width:760px) {
    .manual-list-view {
        margin-top: 10px;
        padding-top: 35px
    }
}

@media only screen and (min-width:450px) {
    .manual-list-view .brochure-item {
        overflow: visible;
        padding: 30px 0 0
    }
}

@media only screen and (min-width:760px) {
    .manual-list-view .brochure-item,
    .manual-list-view .casestudy-item {
        padding-top: 40px
    }
    .manual-list-view .brochure-item .btn-read-more,
    .manual-list-view .casestudy-item .btn-read-more {
        height: 40px;
        line-height: 40px;
        width: 140px
    }
    .manual-list-view .brochure-item .date-inline,
    .manual-list-view .casestudy-item .date-inline {
        padding-bottom: 15px
    }
}

@media only screen and (min-width:450px) {
    .manual-list-view .brochure-item .date-inline,
    .manual-list-view .casestudy-item .date-inline {
        line-height: 33px
    }
}

@media only screen and (min-width:768px) {
    .manual-tile-view {
        margin-bottom: -50px;
        overflow: hidden;
        padding: 25px 18px 0;
        position: relative
    }
}

@media only screen and (min-width:760px) {
    .manual-tile-view {
        padding: 25px 84px 0
    }
}

@media only screen and (min-width: 640px) {
    .manual-tile-view .manual-item {
        color: #484b51;
        /* width: 47%; */
        width: calc(50% - 23px);
        display: inline-block;
        float: none;
        font: 14px/14px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        height: auto;
        margin: 10px;
        overflow: hidden;
        padding: 10px;
        text-align: center;
        vertical-align: top;
        -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5)
    }
    .manual-tile-view .manual-item.active {
        margin-bottom: 380px;
        position: static
    }
    .manual-tile-view .manual-item.active .manual-frame:before {
        background: #c30e2e;
        bottom: -22px;
        content: '';
        height: 6px;
        left: -100%;
        position: absolute;
        width: 400%;
        z-index: 15
    }
    .manual-tile-view .manual-item.active .holder {
        display: none
    }
    .manual-tile-view .manual-item .date-inline {
        height: auto
    }
}

@media only screen and (min-width: 992px) {
    .manual-tile-view .manual-item {
        font-size: 14px;
        height: auto;
        min-height: 390px;
        line-height: 25px;
        -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5);
        /* width: 30%; */
        width: calc(33.33333% - 23px);
        margin: 10px
    }
    .manual-tile-view .manual-item.active .manual-frame:before {
        bottom: 0;
        left: -13px
    }
    .manual-tile-view .manual-item.active .holder {
        display: none
    }
    .manual-tile-view .manual-item h2 {
        height: 55px
    }
}

.manual-tile-view .manual-frame {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middl;
    z-index: 4
}

.is-desktop .manual-tile-view .manual-frame:hover .holder {
    -moz-transform: translate(0, 14px);
    -ms-transform: translate(0, 14px);
    -webkit-transform: translate(0, 14px);
    transform: translate(0, 14px)
}

@media only screen and (min-width: 640px) {
    .manual-tile-view .manual-frame {
        cursor: pointer;
        display: inline-block;
        position: relative;
        vertical-align: middl;
        z-index: 4
    }
    .is-desktop .manual-tile-view .manual-frame:hover .holder {
        -moz-transform: translate(0, 14px);
        -ms-transform: translate(0, 14px);
        -webkit-transform: translate(0, 14px);
        transform: translate(0, 14px)
    }
}

@media only screen and (min-width: 760px) {
    .manual-tile-view .manual-frame {
        width: 100%
    }
    .is-desktop .manual-tile-view .manual-frame:hover .holder {
        -moz-transform: translate(0, -7px);
        -ms-transform: translate(0, -7px);
        -webkit-transform: translate(0, -7px);
        transform: translate(0, -7px)
    }
}

@media only screen and (min-width: 768px) {
    .manual-tile-view .holder {
        -moz-box-sizing: border-box;
        -moz-transform: translate(0, 34px);
        -ms-transform: translate(0, 34px);
        bottom: 0;
        top: 0
    }
    .manual-tile-view .holder a:hover {
        text-decoration: none
    }
    .manual-tile-view .img-holder img {
        height: auto
    }
    .manual-tile-view .img-holder.img-width-auto img {
        height: 100%;
        width: auto
    }
}

@media only screen and (min-width:1200px) {
    .manual-tile-view .holder {
        -moz-box-sizing: border-box;
        -moz-transform: translate(0, 34px);
        -ms-transform: translate(0, 34px);
        bottom: 0;
        top: 0
    }
    .manual-tile-view .holder a:hover {
        text-decoration: none
    }
    .manual-tile-view .img-holder img {
        height: auto
    }
    .manual-tile-view .img-holder.img-width-auto img {
        height: 100%;
        width: auto
    }
}

.manual-tile-view .description {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f2f4f6;
    color: #0a171e;
    font: 16px/18px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-style: normal;
    left: 98px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f2f4f6;
    color: #0a171e;
    font-weight: 700;
    font-style: normal;
    left: 98px;
    margin: 5px
}

.manual-tile-view .description-text {
    color: #484b51;
    font: 14px/16px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 10px 10px 15px;
    overflow: hidden;
    height: 50px
}

.manual-tile-view .description .btn {
    bottom: 0;
    left: 40px;
    padding: 0 13px;
    position: absolute
}

.manual-tile-view .description .ico-close-black-small {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 16px
}

.manual-tile-view .active .manual-frame {
    overflow: visible
}

.manual-tile-view .active .description {
    opacity: 1;
    overflow: hidden;
    visibility: visible
}

@media only screen and (min-width: 640px) {
    .manual-tile-view .description {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #f2f4f6;
        color: #0a171e;
        font-weight: 700;
        font-style: normal;
        left: 98px;
        margin-top: 22px
    }
    .manual-tile-view .description-text {
        color: #484b51;
        font: 14px/16px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 700;
        padding: 10px
    }
    .manual-tile-view .description .btn {
        bottom: 0;
        left: 40px;
        padding: 0 13px;
        position: absolute
    }
    .manual-tile-view .description .ico-close-black-small {
        cursor: pointer;
        position: absolute;
        right: 35px;
        top: 16px
    }
    .manual-tile-view .active .manual-frame {
        overflow: visible
    }
    .manual-tile-view .active .description {
        opacity: 1;
        overflow: hidden;
        visibility: visible
    }
}

@media only screen and (min-width:760px) and (min-width:768px) and (min-width:1200px) {
    .manual-tile-view .description-text {
        font-size: 14px;
        height: auto;
        line-height: 16px;
        min-height: 60px;
        */vertical-align: middle
    }
    .manual-tile-view .description .btn {
        left: 100px
    }
}

@media only screen and (min-width:1200px) {
    .manual-tile-view .description .btn {
        height: 40px;
        line-height: 40px;
        padding: 0 33px
    }
    .manual-tile-view .active .manual-frame {
        overflow: hidden
    }
    .manual-tile-view .active .description {
        opacity: 1;
        overflow: hidden;
        visibility: visible
    }
}

.is-desktop .manual-tile-view .manual-item.with-animate {
    -moz-transition: margin .5s;
    -o-transition: margin .5s;
    -webkit-transition: margin .5s;
    transition: margin .5s
}

.is-desktop .manual-tile-view .manual-item.with-animate .description {
    -moz-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s
}

@media only screen and (min-width:450px) {
    .is-desktop .manual-list-view .brochure-item:hover:before,
    .is-desktop .manual-list-view .casestudy-item:hover:before {
        display: block
    }
    .is-desktop .manual-list-view .brochure-item:hover .btn-read-more,
    .is-desktop .manual-list-view .casestudy-item:hover .btn-read-more {
        background: #c30e2e;
        color: #fff
    }
}

.subscribe-form {
    background: #c30e2e;
    color: #fff;
    font: 16px/20px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: -43px 0 0;
    padding: 76px 29px 30px;
    position: relative;
    text-align: center
}

@media only screen and (min-width:768px) {
    .subscribe-form {
        background: 0 0;
        margin: 0 auto;
        max-width: 450px;
        padding: 0 7px 0 0;
        text-align: left
    }
}

@media only screen and (min-width:985px) {
    .subscribe-form {
        padding: 0 22px 0 0
    }
}

.subscribe-form .ico-holder {
    background: #fff;
    height: 46px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 51px
}

.list-base .subscribe-form .ico-holder li:before,
.subscribe-form .ico-holder .ico,
.subscribe-form .ico-holder .list-base li:before {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.subscribe-form label {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e7e7e7;
    display: inline-block;
    font: 20px/23px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 11px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.subscribe-form.with-ico:after,
.subscribe-form.with-ico:before {
    left: 50%;
    position: absolute
}

@media only screen and (min-width:768px) {
    .subscribe-form label {
        display: inline-block;
        font: 13px/15px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0 -5px 0 0;
        width: 35%
    }
    .subscribe-form.with-ico:after,
    .subscribe-form.with-ico:before {
        display: none
    }
}

@media only screen and (min-width:985px) {
    .subscribe-form label {
        font: 20px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        width: 40%
    }
}

.subscribe-form.with-ico:after {
    background: #fff;
    height: 50px;
    margin: 0 0 0 -25px;
    top: 0;
    width: 50px
}

.subscribe-form.with-ico:before {
    background: url(../images/icons-sb8b4f12d43.png) -27px -70px;
    height: 17px;
    width: 25px;
    margin: 0 0 0 -12px;
    top: 17px;
    z-index: 1
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .subscribe-form.with-ico:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -1461px;
        height: 19px;
        width: 25px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.subscribe-form.stacked-form {
    margin: 0 auto;
    max-width: 236px;
    padding: 2px 0 0
}

@media only screen and (min-width:760px) {
    .subscribe-form.stacked-form {
        max-width: 310px;
        padding-top: 9px
    }
}

.subscribe-form.stacked-form label {
    display: block;
    font-size: 13px;
    margin: 0 0 18px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (min-width:760px) {
    .subscribe-form.stacked-form label {
        font-size: 16px;
        margin-bottom: 19px;
        text-transform: none
    }
}

.subscribe-form.stacked-form .form-group {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    width: 100%
}

@media only screen and (min-width:760px) {
    .subscribe-form.stacked-form .form-group {
        padding-left: 18px;
        padding-right: 18px
    }
}

.form-group {
    display: inline-block;
    margin: 0 -4px 0 0;
    overflow: hidden;
    padding: 18px 0 0;
    vertical-align: middle;
    width: 100%
}

.form-group .btn,
.form-group input {
    font: 16px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 40px;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .form-group {
        padding: 0;
        width: 60.7%
    }
    .form-group .btn,
    .form-group input {
        font: 12px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        height: 30px;
        line-height: 30px
    }
}

@media only screen and (min-width:985px) {
    .form-group {
        width: 60%
    }
    .form-group .btn,
    .form-group input {
        font: 16px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        height: 40px;
        line-height: 40px
    }
}

.form-group input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    outline: 0;
    padding: 11px 17px 10px;
    width: 72%
}

.form-group .btn,
.post-nav-next,
.post-nav-prev {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media only screen and (min-width:768px) {
    .form-group input {
        font-size: 12px;
        padding: 8px 15px
    }
}

@media only screen and (min-width:985px) {
    .form-group input {
        font-size: 16px;
        line-height: 17px;
        margin: 0;
        padding: 11px 17px 10px;
        width: 74.7%
    }
}

.form-group .btn {
    box-sizing: border-box;
    float: right;
    padding: 0;
    width: 23%
}

@media only screen and (min-width:985px) {
    .form-group .btn {
        margin: 0 0 0 7px;
        width: 22.7%
    }
}

.data-form {
    padding: 8px 10px 0
}

@media only screen and (min-width:768px) {
    .data-form {
        padding: 26px 11px 0 17px
    }
}

@media only screen and (min-width:760px) {
    .data-form {
        padding: 38px 91px 0 39px
    }
    .lightbox .data-form {
        margin: 0 -9px 0 -12px
    }
}

.lightbox .data-form {
    padding: 0
}

.data-form textarea {
    margin: 0
}

.data-form .btn {
    min-width: 156px;
    height: 45px;
    line-height: 45px
}

@media only screen and (min-width:768px) {
    .data-form textarea {
        margin-bottom: -8px
    }
    .data-form textarea.contact {
        width: 67%
    }
    .data-form .btn {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        min-width: 108px
    }
}

@media only screen and (min-width:1200px) {
    .data-form .btn {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        min-width: 160px
    }
}

@media only screen and (min-width:760px) {
    .data-form textarea {
        margin-bottom: -14px
    }
    .is-desktop .data-form .btn:hover {
        background: #fff;
        color: #c30e2e!important
    }
}

.post,
.post a {
    color: #fff
}

.is-desktop .data-form .btn:hover .ico-arrow-right-solid {
    background: url(../images/icons-sb8b4f12d43.png) -66px 0;
    height: 12px;
    width: 8px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .is-desktop .data-form .btn:hover .ico-arrow-right-solid {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -267.5px;
        height: 15px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .is-desktop .data-form .btn:hover .ico-arrow-right-solid {
        height: 9px;
        width: 6px;
        background-position: -157px -15px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .is-desktop .data-form .btn:hover .ico-arrow-right-solid {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -256.5px;
        height: 11px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .is-desktop .data-form .btn:hover .ico-arrow-right-solid {
        height: 12px;
        width: 8px;
        background-position: -58px 0
    }
}

.ico-generic {
    background: url(../images/icons/ico-generic.png) no-repeat;
    height: 22px;
    width: 16px
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .is-desktop .data-form .btn:hover .ico-arrow-right-solid {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -241.5px;
        height: 15px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.data-form .ico-arrow-right-solid {
    height: 12px;
    width: 8px;
    background-position: -66px 0;
    margin: -3px -11px 0 19px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .data-form .ico-arrow-right-solid {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -267.5px;
        height: 15px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .data-form .ico-arrow-right-solid {
        margin: -3px 0 0 14px
    }
}

@media only screen and (min-width:1200px) {
    .data-form .ico-arrow-right-solid {
        margin-top: -5px
    }
}

@media only screen and (min-width:768px) {
    .data-form .ico-arrow-right-solid {
        height: 9px;
        width: 6px;
        background-position: -157px -15px;
        margin: -4px -5px 0 10px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .data-form .ico-arrow-right-solid {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -256.5px;
        height: 11px;
        width: 6px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .data-form .ico-arrow-right-solid {
        height: 12px;
        width: 8px;
        background-position: -66px 0
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .data-form .ico-arrow-right-solid {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -267.5px;
        height: 15px;
        width: 8px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.is-touch-device .data-form .ico-arrow-right-solid {
    margin-top: -1px
}

.data-box {
    font: 15px/20px Arial, Helvetica, sans-serif;
    padding: 26px 0 0 23px;
    margin: 0 0 19px;
    position: relative
}

@media only screen and (min-width:768px) {
    .data-box {
        font: 12px/18px Arial, Helvetica, sans-serif;
        margin: 0 0 18px -7px;
        padding: 27px 50px 0 0
    }
}

@media only screen and (min-width:760px) {
    .data-box {
        margin: 0 0 32px 5px;
        padding: 41px 50px 0 0;
        font: 18px/24px Arial, Helvetica, sans-serif
    }
}

.data-box:first-child.l-indent {
    padding-top: 0
}

.data-box:first-child.l-indent:after {
    display: none
}

.data-box:after {
    background: #acacaf;
    top: 0;
    height: 1px;
    left: 23px;
    position: absolute;
    width: 65px
}

@media only screen and (min-width:768px) {
    .data-box:first-child {
        padding-top: 0
    }
    .data-box:first-child:after {
        display: none
    }
    .data-box:after {
        left: 0;
        width: 71px
    }
}

.data-box .holder {
    padding: 13px 0 8px 60px;
    position: relative
}

.data-box .holder a {
    display: inline-block;
    vertical-align: top
}

.data-box .icon-holder {
    left: 0;
    position: absolute;
    top: 0
}

@media only screen and (min-width:768px) {
    .data-box .holder {
        padding: 15px 0 7px 57px
    }
    .data-box.l-indent {
        margin-left: 32px
    }
}

@media only screen and (min-width:760px) {
    .data-box:after {
        width: 107px
    }
    .data-box .holder {
        padding: 22px 0 16px 85px
    }
    .data-box .icon-holder {
        min-height: 38px
    }
    .data-box.l-indent {
        margin-left: 35px
    }
}

.data-box h2 span {
    display: block;
    margin-top: -4px
}

.data-box p {
    margin: 0 0 1px
}

@media only screen and (min-width:760px) {
    .data-box p {
        margin: 0 0 3px
    }
}

.post {
    font: 16px/16px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 auto;
    padding-bottom: 20px
}

@media only screen and (max-width:639px) {
    .post {
        max-width: 360px
    }
}

@media only screen and (min-width:768px) {
    .post {
        display: block;
        font: 14px/16px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal;
        margin: 0
    }
}

@media only screen and (min-width:1030px) {
    .post {
        font: 20px/20px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.post figure {
    overflow: hidden;
    position: relative;
    width: 100%
}

.is-desktop .post a:hover figcaption {
    background: rgba(0, 0, 0, .8);
    font: 16px/18px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0
}

.is-desktop .post a:hover .info {
    display: none
}

.is-desktop .post a:hover .item-table {
    display: table
}

.post figcaption {
    background: #0a171e;
    background: rgba(0, 0, 0, .85);
    bottom: 0;
    left: 0;
    max-height: 100%;
    min-height: 37px;
    padding: 7px 0 2px 63px;
    position: absolute;
    right: 0
}

@media only screen and (min-width:768px) {
    .post figcaption {
        min-height: 31px;
        padding: 9px 5px 9px 59px
    }
}

@media only screen and (min-width:760px) {
    .is-desktop .post a:hover figcaption {
        font: 24px/25px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal
    }
    .post figcaption {
        min-height: 40px;
        padding: 11px 5px 9px 82px
    }
}

.post .item-table {
    display: none
}

.post img {
    display: block;
    height: auto;
    width: 100%
}

.post .date .item-table {
    display: table
}

.post-info {
    color: #484b51;
    font: 15px/22px Arial, Helvetica, sans-serif;
    margin: 0 0 26px;
    padding: 26px 0 0;
    position: relative
}

.post-info:after {
    background: #e6e7e8;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (min-width:768px) {
    .post-info {
        font: 12px/22px Arial, Helvetica, sans-serif;
        margin: 0 0 23px;
        padding: 26px 0 0
    }
    .post-info:after {
        right: 55px
    }
}

@media only screen and (min-width:760px) {
    .post-info {
        margin: 0 0 25px;
        padding: 23px 0 0;
        font: 14px/24px Arial, Helvetica, sans-serif
    }
    .post-info:after {
        right: 0
    }
}

.post-info.first {
    padding-top: 0
}

.post-info.first:after {
    display: none
}

.post-info h2 {
    line-height: 24px;
    margin: 0 0 8px
}

@media only screen and (max-width:799px) {
    .post-info h2 {
        font-size: 18px
    }
}

@media only screen and (min-width:760px) {
    .post-info h2 {
        margin: 0 0 6px
    }
}

.manual-post {
    padding: 88px 10px 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .manual-post {
        padding: 40px 96px 0
    }
}

@media only screen and (min-width:1200px) {
    .manual-post {
        padding: 50px 0 0
    }
    .manual-post .container,
    .manual-post .member.active .description,
    .member.active .manual-post .description {
        max-width: 780px
    }
}

.manual-post .no-side-padding {
    margin-left: -20px;
    margin-right: -20px
}

.manual-post-header {
    border-bottom: 1px solid #eee;
    margin: 0 0 28px;
    padding: 0 0 11px
}

.manual-post-header:after {
    clear: both;
    display: block
}

@media only screen and (min-width:768px) {
    .manual-post-header {
        margin-bottom: 37px
    }
    .manual-post-header .title-small {
        font-size: 24px;
        line-height: 28px
    }
}

@media only screen and (min-width:1200px) {
    .manual-post-header {
        margin-bottom: 44px;
        padding-bottom: 5px
    }
    .manual-post-header .title-small {
        font-size: 33px;
        line-height: 36px
    }
}

.manual-post-body {
    color: #484b51;
    font-size: 16px;
    line-height: 18px;
}

@media only screen and (min-width:768px) {
    .manual-post-body {
        line-height: 20px
    }
}

.manual-post-body h2 {
    margin-bottom: 11px
}

.manual-post-body p {
    margin-bottom: 12px
}

.manual-post-body .holder {
    margin-bottom: 20px
}

@media only screen and (min-width:1200px) {
    .manual-post-body {
        font-size: 16px;
        line-height: 22px;
    }
    .manual-post-body .holder {
        margin-bottom: 26px
    }
}

.manual-post .title.no-bottom-indent,
.manual-post-body .holder.no-bottom-indent {
    margin-bottom: 0
}

.manual-post .social-section {
    height: 55px;
    padding: 4px 22px 0;
    position: absolute;
    right: 0;
    top: 0
}

.manual-post .social-section img {
    display: block
}

.manual-post .breadcrumbs {
    top: 0
}

.manual-post .download-section {
    margin: 23px auto 0
}

@media only screen and (min-width:768px) {
    .manual-post .social-section {
        padding-top: 0
    }
    .manual-post .social-section .item-cell {
        vertical-align: top
    }
    .manual-post .download-section {
        margin: 35px auto 30px
    }
}

.manual-post h2.big {
    font-size: 16px
}

@media only screen and (min-width:1200px) {
    .manual-post .download-section {
        margin-bottom: 40px
    }
    .manual-post h2.big {
        font-size: 18px;
        line-height: 24px
    }
    .manual-post .lxl-small-text {
        font-size: 16px
    }
    .manual-post .lxl-small-text.title-word-spacing-big.title-letter-spacing-small {
        letter-spacing: 0;
        word-spacing: 0
    }
}

.post-nav {
    background: #f2f4f6;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:768px) {
    .post-nav {
        margin-bottom: -64px
    }
    .post-nav a:hover {
        text-decoration: none
    }
    .is-desktop .post-nav-next:hover,
    .is-desktop .post-nav-prev:hover {
        background: #31393e;
        color: #fff
    }
    .is-desktop .post-nav-next:hover .gray,
    .is-desktop .post-nav-prev:hover .gray {
        color: #fff
    }
    .is-desktop .post-nav-next:hover .post-nav-btn-text .ico.left,
    .is-desktop .post-nav-next:hover .post-nav-btn-text .list-base li.left:before,
    .is-desktop .post-nav-prev:hover .post-nav-btn-text .ico.left,
    .is-desktop .post-nav-prev:hover .post-nav-btn-text .list-base li.left:before,
    .list-base .is-desktop .post-nav-next:hover .post-nav-btn-text li.left:before,
    .list-base .is-desktop .post-nav-prev:hover .post-nav-btn-text li.left:before {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .is-desktop .post-nav-next:hover .post-nav-btn-text .ico,
    .is-desktop .post-nav-next:hover .post-nav-btn-text .list-base li:before,
    .is-desktop .post-nav-prev:hover .post-nav-btn-text .ico,
    .is-desktop .post-nav-prev:hover .post-nav-btn-text .list-base li:before,
    .list-base .is-desktop .post-nav-next:hover .post-nav-btn-text li:before,
    .list-base .is-desktop .post-nav-prev:hover .post-nav-btn-text li:before {
        height: 15px;
        width: 9px;
        background-position: -109px -29px
    }
    .post-nav .title-small {
        font-size: 14px
    }
    .post-nav .small-text-size {
        font-size: 12px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .is-desktop .post-nav-next:hover .post-nav-btn-text .ico,
    .is-desktop .post-nav-next:hover .post-nav-btn-text .list-base li:before,
    .is-desktop .post-nav-prev:hover .post-nav-btn-text .ico,
    .is-desktop .post-nav-prev:hover .post-nav-btn-text .list-base li:before,
    .list-base .is-desktop .post-nav-next:hover .post-nav-btn-text li:before,
    .list-base .is-desktop .post-nav-prev:hover .post-nav-btn-text li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -529.5px;
        height: 17px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .post-nav {
        margin-bottom: -39px
    }
    .post-nav .title-small {
        font-size: 23px;
        line-height: 23px
    }
    .post-nav .small-text-size {
        font-size: 14px
    }
}

@media only screen and (min-width:760px) and (max-width:984px) {
    .post-nav {
        margin-bottom: -102px
    }
}

.post-nav:before {
    background: #dadde0;
    bottom: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px
}

.post-nav.single-prev {
    left: 0;
    position: absolute;
    top: 0
}

.post-nav.single-prev:before {
    display: none
}

.post-nav.single-prev:hover {
    background: #c30e2e
}

.post-nav.single-prev:hover .ico-chevron-left-black {
    color: red
}

.post-nav h3 {
    margin: 0 0 9px;
    overflow: hidden
}

.post-nav-next,
.post-nav-prev {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 30px 0;
    width: 50%
}

.post-nav-prev {
    padding-left: 10px;
    padding-right: 21px
}

.post-nav-next {
    padding-left: 21px
}

@media only screen and (min-width:768px) {
    .post-nav.single-prev {
        top: 45px
    }
    .post-nav-prev {
        padding-right: 55px
    }
    .post-nav-next {
        padding-left: 50px
    }
}

@media only screen and (min-width:1200px) {
    .post-nav-next,
    .post-nav-prev {
        padding-top: 47px
    }
    .post-nav-prev {
        padding-right: 111px
    }
    .post-nav-next {
        padding-left: 108px
    }
}

.list-base .post-nav-btn-text li:before,
.post-nav-btn-text .ico,
.post-nav-btn-text .list-base li:before {
    margin-top: 0
}

.list-base .post-nav-btn-text li.left:before,
.post-nav-btn-text .ico.left,
.post-nav-btn-text .list-base li.left:before {
    margin-right: 10px;
    margin-top: 3px
}

.list-base .post-nav-btn-text li.right:before,
.post-nav-btn-text .ico.right,
.post-nav-btn-text .list-base li.right:before {
    margin-left: 10px;
    margin-top: 3px
}

.post-nav .prev-post-link {
    display: block;
    padding: 18px 25px
}

.list-base .post-nav .prev-post-link li:before,
.post-nav .prev-post-link .ico,
.post-nav .prev-post-link .list-base li:before {
    vertical-align: middle
}

.is-desktop.safari .post-nav-btn-text .ico,
.is-desktop.safari .post-nav-btn-text .list-base li:before,
.list-base .is-desktop.safari .post-nav-btn-text li:before {
    margin-top: 1px
}

@media only screen and (min-width:768px) {
    .is-desktop.safari .post-nav-btn-text .ico,
    .is-desktop.safari .post-nav-btn-text .list-base li:before,
    .list-base .is-desktop.safari .post-nav-btn-text li:before,
    .list-base .post-nav-btn-text li:before,
    .post-nav-btn-text .ico,
    .post-nav-btn-text .list-base li:before {
        margin-top: 1px
    }
    .post-nav .prev-post-link {
        padding: 10px 25px
    }
}

@media only screen and (min-width:1200px) {
    .post-nav .prev-post-link {
        padding: 23px 45px
    }
    .is-desktop.safari .post-nav-btn-text .ico,
    .is-desktop.safari .post-nav-btn-text .list-base li:before,
    .list-base .is-desktop.safari .post-nav-btn-text li:before {
        margin-top: 4px
    }
}

.media {
    color: #fff;
    font: 14px/18px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    text-align: center
}

.caption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0a171e;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    padding: 14px 5px;
    position: absolute;
    width: 100%
}

@media only screen and (min-width:760px) {
    .media {
        font: 15px/18px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal
    }
    .caption {
        padding: 12px 5px
    }
}

.partner .caption {
    border-bottom: 1px solid #e6e7e8;
    padding: 0
}

@media only screen and (min-width:768px) {
    .partner .caption {
        padding: 14px 0 0
    }
    .download-section .download-toggle {
        font-size: 20px
    }
}

@media only screen and (min-width:760px) {
    .partner .caption {
        padding: 14px 0 0
    }
}

.caption.no-overlay {
    background: 0 0;
    position: static;
    text-align: left
}

.download-section {
    max-width: 365px;
    overflow: hidden;
    padding: 30px 0 0;
    position: relative
}

.is-desktop .download-section:hover .download-toggle {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

.download-section .download-toggle {
    background: 0 0;
    border: none;
    box-shadow: none;
    float: right;
    padding: 0 48px 0 0;
    position: relative
}

.download-section .download-toggle .ico,
.download-section .download-toggle .list-base li:before,
.list-base .download-section .download-toggle li:before {
    position: absolute;
    right: 7px;
    top: -2px
}

@media only screen and (min-width:1200px) {
    .download-section {
        max-width: 455px
    }
    .download-section .download-toggle {
        font-size: 30px
    }
    .download-section .download-toggle .ico,
    .download-section .download-toggle .list-base li:before,
    .list-base .download-section .download-toggle li:before {
        background: url(../images/icons-sb8b4f12d43.png) -58px -162px;
        height: 31px;
        width: 29px;
        right: 2px;
        top: -12px
    }
}

@media only screen and (min-width:1200px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-resolution:1.3dppx) {
    .download-section .download-toggle .ico,
    .download-section .download-toggle .list-base li:before,
    .list-base .download-section .download-toggle li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -650px;
        height: 33px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.download-section-ill {
    -moz-transform: rotate(-13deg) scale(.7);
    -ms-transform: rotate(-13deg) scale(.7);
    -webkit-transform: rotate(-13deg) scale(.7);
    transform: rotate(-13deg) scale(.7);
    left: 15px;
    position: absolute;
    top: -4px
}

.download-section-header {
    background: #f2f4f6;
    cursor: pointer;
    overflow: hidden;
    padding: 29px 17px 14px 20px
}

@media only screen and (min-width:768px) {
    .download-section-ill {
        left: 23px
    }
    .download-section-header {
        padding-right: 40px
    }
    .download-section-footer .larger-font-size {
        font-size: 12px
    }
}

@media only screen and (min-width:1200px) {
    .download-section-ill {
        -moz-transform: rotate(-13deg) scale(1);
        -ms-transform: rotate(-13deg) scale(1);
        -webkit-transform: rotate(-13deg) scale(1);
        transform: rotate(-13deg) scale(1);
        left: 30px;
        top: 13px
    }
    .download-section-header {
        padding: 42px 52px 26px 20px
    }
}

.download-section-footer {
    background: #dadfe4;
    padding: 12px 14px 10px;
    position: relative
}

.download-lightbox .holder {
    margin-bottom: 15px
}

@media only screen and (min-width:1200px) {
    .download-section-footer {
        padding: 17px 14px 15px
    }
    .download-section-footer .larger-font-size {
        font-size: 15px
    }
    .download-lightbox .holder {
        margin-bottom: 24px
    }
}

.download-lightbox .holder.bottom-indent-big {
    margin-bottom: 50px
}

.download-lightbox .img-holder {
    height: 207px;
    margin-left: auto;
    margin-right: auto;
    width: 202px
}

.download-lightbox .img-holder img {
    height: 100%;
    width: 100%
}

@media only screen and (min-width:768px) {
    .download-lightbox .img-holder {
        height: 175px;
        width: 175px
    }
    .download-lightbox form {
        margin-left: 7px
    }
}

@media only screen and (min-width:1200px) {
    .download-lightbox .img-holder {
        height: 265px;
        width: 260px
    }
    .download-lightbox form {
        margin-left: -7px
    }
}

.download-lightbox input[type=email],
.download-lightbox input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e6e8ea;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 20px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .download-lightbox input[type=email],
    .download-lightbox input[type=text] {
        font-size: 12px;
        line-height: 14px;
        margin: -2px 0 15px;
        padding: 9px 13px;
        width: 94%
    }
}

@media only screen and (min-width:1200px) {
    .download-lightbox input[type=email],
    .download-lightbox input[type=text] {
        font-size: 18px;
        line-height: 24px;
        margin: -2px 0 13px;
        padding: 15px 20px 10px;
        width: 102%
    }
}

.download-lightbox .form-block {
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    .download-lightbox .form-block {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:1200px) {
    .download-lightbox .form-block {
        margin-bottom: 4px
    }
}

.download-lightbox .btn {
    font-size: 16px;
    height: 52px;
    margin: 25px 0 0;
    padding: 0 30px
}

@media only screen and (min-width:768px) {
    .download-lightbox .btn {
        font-size: 12px;
        height: 35px;
        margin: 20px 0 0;
        padding: 0 20px
    }
}

@media only screen and (min-width:1200px) {
    .download-lightbox .btn {
        font-size: 18px;
        height: 50px;
        margin-top: 40px;
        padding: 0 36px
    }
}

.download-lightbox .btn .ico,
.download-lightbox .btn .list-base li:before,
.list-base .download-lightbox .btn li:before {
    margin: 0 0 4px 10px;
    vertical-align: bottom
}

@media only screen and (min-width:768px) {
    .download-lightbox .btn .ico,
    .download-lightbox .btn .list-base li:before,
    .list-base .download-lightbox .btn li:before {
        margin-bottom: 2px
    }
}

@media only screen and (min-width:1200px) {
    .download-lightbox .btn .ico,
    .download-lightbox .btn .list-base li:before,
    .list-base .download-lightbox .btn li:before {
        margin-bottom: 0;
        vertical-align: baseline
    }
}

.download-lightbox .checkbox-holder {
    padding: 1px 0 0 30px;
    position: relative
}

.download-lightbox .checkbox-holder .checkboxArea,
.download-lightbox .checkbox-holder .checkboxAreaChecked {
    left: 0;
    margin: 0;
    outline: 0;
    position: absolute;
    top: 0
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .download-lightbox .checkbox-holder {
        padding-left: 20px
    }
    .download-lightbox .checkbox-holder .checkboxArea:before,
    .download-lightbox .checkbox-holder .checkboxAreaChecked:before {
        top: 2px
    }
}

.member {
    padding: 0 10px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .member .title-big-average {
        font-size: 12px
    }
    .member .title-small-average {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 9px
    }
}

@media only screen and (min-width:768px) {
    .member {
        padding: 0
    }
    .member-frame {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .member {
        padding: 0 10px
    }
    .member .title-small-average {
        margin-bottom: 15px
    }
}

.member-frame {
    margin: 0 auto;
    max-width: 280px;
    position: relative
}

.is-desktop .member-frame:hover {
    cursor: pointer
}

.is-desktop .member-frame:hover .member-meta,
.is-desktop .member.active .member-frame:hover .member-meta {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width:768px) {
    .is-desktop .member.active .member-frame:hover .member-meta {
        -moz-transform: translate(0, 33px);
        -ms-transform: translate(0, 33px);
        -webkit-transform: translate(0, 33px);
        transform: translate(0, 33px)
    }
}

@media only screen and (min-width:1200px) {
    .is-desktop .member-frame:hover .top-side {
        margin-bottom: 12px
    }
    .is-desktop .member.active .member-frame:hover .member-meta {
        -moz-transform: translate(0, 51px);
        -ms-transform: translate(0, 51px);
        -webkit-transform: translate(0, 51px);
        transform: translate(0, 51px)
    }
    .is-desktop .member.active .member-frame:hover .top-side {
        margin-bottom: 23px
    }
}

.member-frame .holder {
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.active .member-frame:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #c30e2e;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 99%;
    width: 0;
    z-index: 10
}

.member-meta {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0a171e;
    background: rgba(10, 23, 30, .8);
    bottom: 0;
    cursor: pointer;
    left: -1px;
    padding: 9px 10px;
    position: absolute;
    right: -1px
}

.active .member-meta {
    background: #c30e2e;
    left: -1px;
    right: -1px
}

@media only screen and (min-width:768px) {
    .member-meta .top-side {
        height: auto
    }
    .member-meta {
        -moz-transform: translate(0, 33px);
        -ms-transform: translate(0, 33px);
        -webkit-transform: translate(0, 33px);
        transform: translate(0, 33px)
    }
}

@media only screen and (min-width:1200px) {
    .member-meta .top-side {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 23px;
        padding: 12px 20px
    }
    .member-meta .top-side .title-small-average {
        margin-bottom: 0
    }
    .member-meta {
        -moz-transform: translate(0, 51px);
        -ms-transform: translate(0, 51px);
        -webkit-transform: translate(0, 51px);
        transform: translate(0, 51px);
        padding-top: 0
    }
}

.member-links {
    left: 11px;
    position: absolute;
    top: 5px
}

.member-link {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    clear: both;
    display: inline-block;
    float: left;
    height: 24px;
    margin: 2px 0;
    position: relative;
    text-align: center;
    width: 24px
}

@media only screen and (min-width:768px) {
    .member-link {
        height: 17px;
        width: 17px
    }
}

@media only screen and (min-width:1200px) {
    .member-link {
        height: 26px;
        width: 26px
    }
}

.member-link-black {
    background: #0a171e
}

.member-link-red {
    background: #c30e2e
}

.selectArea,
.selectArea.selectAreaActive {
    background: #e6e8ea
}

.member-link .fa {
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    margin: auto;
    overflow: hidden;
    vertical-align: inherit;
    width: 10px
}

@media only screen and (min-width:768px) {
    .member-link .fa {
        font-size: 9px;
        height: 9px;
        line-height: 8px;
        width: 9px
    }
}

@media only screen and (min-width:1200px) {
    .member-link .fa {
        font-size: 13px;
        height: 13px;
        line-height: 13px;
        width: 13px
    }
}

.member-link .item-cell {
    line-height: 1
}

.member .img-holder {
    background-color: #f2f4f6
}

.member .img-holder img {
    display: block;
    height: auto;
    width: 100%
}

.member .description {
    display: none
}

@media only screen and (max-width:567px) {
    .member.active {
        padding-bottom: 0!important;
        margin-bottom: 0!important
    }
}

.member.active .description {
    display: block;
    padding: 50px 0 0;
    position: relative
}

@media only screen and (min-width:568px) {
    .member-frame {
        max-width: none
    }
    .member.active .description {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f2f4f6;
        left: 0;
        margin: 0 auto;
        padding: 40px 40px 30px;
        position: absolute;
        right: 0
    }
}

#header.active .inner,
.testimonial-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media only screen and (min-width:768px) {
    .member .link-more {
        font-size: 9px
    }
    .member.active .description {
        left: -30px;
        right: -30px
    }
}

@media only screen and (min-width:1200px) {
    .member .link-more {
        font-size: 14px;
        text-transform: capitalize
    }
    .member.active .description {
        left: 18px;
        right: 22px
    }
}

.box__super-title,
.card__title,
.location,
.modal-title,
.uppercase {
    text-transform: uppercase
}

.member.active .description-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50px
}

@media only screen and (min-width:568px) {
    .member.active .description-close {
        right: 40px;
        top: 40px
    }
}

.list-base .member.active .description-close li:before,
.member.active .description-close .ico,
.member.active .description-close .list-base li:before {
    margin: 0
}

.member.active .description-text {
    color: #484b51;
    line-height: 22px;
    text-align: left;
    margin-bottom: 10px
}

.member.active .description-text p {
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .member.active .description-text {
        font-size: 12px
    }
}

@media only screen and (min-width:1200px) {
    .member.active .description-text {
        font-size: 14px;
        line-height: 24px
    }
}

.member.active .description .title-bigger {
    margin-bottom: 4px
}

@media only screen and (min-width:768px) {
    .member.active .description-close {
        right: 15px;
        top: 15px
    }
    .member.active .description .title-bigger {
        font-size: 16px;
        line-height: 16px
    }
}

@media only screen and (min-width:1200px) {
    .member.active .description .title-bigger {
        font-size: 24px;
        line-height: 24px
    }
}

.member.active .description .title-average {
    margin-bottom: 25px;
    text-align: left
}

@media only screen and (min-width:768px) {
    .member.active .description .title-average {
        font-size: 14px;
        line-height: 14px
    }
}

@media only screen and (min-width:1200px) {
    .member.active .description .title-average {
        font-size: 20px;
        line-height: 20px
    }
}

select {
    width: 100%
}

select.outtaHere {
    left: -9999px!important;
    position: absolute!important
}

.select-box,
.selectArea {
    position: relative
}

.select-box .selectOptions {
    left: 0!important;
    top: 37px!important
}

.selectArea {
    color: #484b51;
    font: 16px/37px Arial, Helvetica, sans-serif;
    height: 37px;
    text-align: left;
    width: 100%!important
}

.selectArea .left {
    display: none
}

.selectArea .center {
    padding: 0 10px
}

@media only screen and (min-width:768px) {
    .select-box .selectOptions {
        top: 30px!important
    }
    .selectArea {
        font-size: 14px;
        height: 30px;
        line-height: 31px
    }
    .selectArea .center {
        padding: 0 10px
    }
}

@media only screen and (min-width:760px) {
    .select-box .selectOptions {
        top: 45px!important
    }
    .selectArea {
        font-size: 18px;
        height: 45px;
        line-height: 19px
    }
    .selectArea .center {
        padding: 13px 20px 12px
    }
}

.list-base .selectArea.selectAreaActive .selectButton li:before,
.selectArea.selectAreaActive .selectButton .ico,
.selectArea.selectAreaActive .selectButton .list-base li:before {
    background: url(../images/icons-sb8b4f12d43.png) -69px -15px;
    height: 8px;
    width: 12px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .list-base .selectArea.selectAreaActive .selectButton li:before,
    .selectArea.selectAreaActive .selectButton .ico,
    .selectArea.selectAreaActive .selectButton .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2297.5px;
        height: 10px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .list-base .selectArea.selectAreaActive .selectButton li:before,
    .selectArea.selectAreaActive .selectButton .ico,
    .selectArea.selectAreaActive .selectButton .list-base li:before {
        height: 6px;
        width: 9px;
        background-position: -33px -15px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .list-base .selectArea.selectAreaActive .selectButton li:before,
    .selectArea.selectAreaActive .selectButton .ico,
    .selectArea.selectAreaActive .selectButton .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2315.5px;
        height: 8px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .list-base .selectArea.selectAreaActive .selectButton li:before,
    .selectArea.selectAreaActive .selectButton .ico,
    .selectArea.selectAreaActive .selectButton .list-base li:before {
        height: 8px;
        width: 12px;
        background-position: -69px -15px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .list-base .selectArea.selectAreaActive .selectButton li:before,
    .selectArea.selectAreaActive .selectButton .ico,
    .selectArea.selectAreaActive .selectButton .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2297.5px;
        height: 10px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.selectButton {
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.list-base .selectButton li:before,
.selectButton .ico,
.selectButton .list-base li:before {
    background: url(../images/icons-sb8b4f12d43.png) -81px -15px;
    height: 8px;
    width: 12px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 15px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .list-base .selectButton li:before,
    .selectButton .ico,
    .selectButton .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2287.5px;
        height: 10px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .list-base .selectButton li:before,
    .selectButton .ico,
    .selectButton .list-base li:before {
        height: 6px;
        width: 9px;
        background-position: -24px -15px;
        right: -2px;
        top: 13px
    }
}

@media only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .list-base .selectButton li:before,
    .selectButton .ico,
    .selectButton .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2307.5px;
        height: 8px;
        width: 9px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:760px) {
    .list-base .selectButton li:before,
    .selectButton .ico,
    .selectButton .list-base li:before {
        height: 8px;
        width: 12px;
        background-position: -81px -15px;
        right: 7px;
        top: 20px
    }
}

@media only screen and (min-width:760px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:760px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:760px) and (min-resolution:1.3dppx) {
    .list-base .selectButton li:before,
    .selectButton .ico,
    .selectButton .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2287.5px;
        height: 10px;
        width: 12px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.selectOptions {
    background: #f2f4f6;
    width: 100%;
    z-index: 9031
}

.selectOptions .select-list {
    position: relative;
    width: 100%
}

.selectOptions .select-list ul {
    max-height: 200px;
    overflow: auto
}

.lightbox .selectOptions .select-list ul {
    max-height: 200px
}

.selectOptions ul {
    font: 14px/29px Arial, Helvetica, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.selectOptions li {
    vertical-align: top
}

.selectOptions a {
    color: #484b51;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 2px 10px
}

@media only screen and (min-width:768px) {
    .lightbox .selectOptions .select-list ul {
        max-height: 100px
    }
    .selectOptions ul {
        font-size: 12px;
        line-height: 15px
    }
    .selectOptions a {
        padding: 4px 10px
    }
}

@media only screen and (min-width:760px) {
    .lightbox .selectOptions .select-list ul {
        max-height: 150px
    }
    .selectOptions ul {
        font-size: 16px;
        line-height: 19px
    }
    .selectOptions a {
        padding: 4px 20px
    }
}

.selectOptions a:hover {
    background: #e0e4e9
}

.testimonials-section {
    background: url(../images/backgrounds/bg-testimonials.png?1459760365) 50% no-repeat #f2f2f2;
    background-size: 100% auto
}

.testimonial {
    background-size: 100% auto;
    margin: 0 auto;
    padding: 145px 13% 65px;
    position: relative
}

.testimonial span,
.testimonial strong {
    display: block;
    font-style: normal;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .testimonial {
        padding-bottom: 47px;
        padding-top: 95px
    }
    .testimonial span,
    .testimonial strong {
        margin-bottom: 0
    }
    .testimonial .title-smaller {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .testimonial {
        padding: 85px 20px 36px
    }
    .testimonial .title-smaller {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .testimonial .title-big-average {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .testimonial .title-big-average {
        font-size: 14px;
        line-height: 14px
    }
}

.testimonial-box {
    box-sizing: border-box;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 17px;
    max-height: 108px;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .testimonial-box {
        font-size: 14px;
        line-height: 22px
    }
}

@media only screen and (max-width:767px) {
    .testimonial-box {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 4px
    }
}

.testimonial:before {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 65px
}

@media only screen and (max-width:1199px) {
    .testimonial:before {
        height: 28px;
        width: 29px;
        background-position: 0 -162px;
        top: 45px
    }
}

@media only screen and (max-width:1199px) and (min--moz-device-pixel-ratio:1.3),
only screen and (max-width:1199px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (max-width:1199px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (max-width:1199px) and (min-device-pixel-ratio:1.3),
only screen and (max-width:1199px) and (min-resolution:1.3dppx) {
    .testimonial:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -2238.5px;
        height: 30px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (max-width:767px) {
    .testimonial:before {
        top: 30px
    }
}

.map {
    height: 418px
}

@media only screen and (min-width:768px) {
    .map {
        height: 386px
    }
}

@media only screen and (min-width:760px) {
    .map {
        height: 580px
    }
}

.gm-style-iw {
    left: 50%!important;
    margin-left: -120px!important;
    overflow: visible!important;
    width: 240px!important
}

.tab,
.tab:after {
    left: 50%;
    position: absolute
}

@media only screen and (min-width:768px) {
    .gm-style-iw {
        height: 115px!important;
        margin-left: -190px!important;
        width: 380px!important
    }
}

@media only screen and (min-width:760px) {
    .gm-style-iw {
        height: 203px!important;
        margin-left: -290px!important;
        width: 581px!important
    }
}

.gm-style-iw+div,
.gm-style>div>div:first-child+div+div+div>div:first-child+div+div+div>div:first-child>div:first-child {
    display: none
}

.gm-style-cc,
.gmnoprint.gm-style-cc,
.gmnoscreen,
a[href^="https://maps.google.com/maps"],
a[href^="http://maps.google.com/maps"] {
    display: none!important
}

.tab {
    background: #0a171e;
    background: rgba(10, 23, 30, .85);
    font: 14px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 -160px;
    opacity: 0;
    padding: 20px 10px 30px;
    top: 116px;
    visibility: hidden;
    width: 300px
}

.map .tab {
    opacity: 1;
    visibility: visible
}

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

@media only screen and (min-width:768px) {
    .tab {
        bottom: -12px;
        font: 12px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0 0 0 -190px;
        min-height: 109px;
        padding: 20px 5px;
        top: auto;
        width: 370px
    }
}

@media only screen and (min-width:760px) {
    .tab {
        bottom: 9px;
        font: 16px/24px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0 0 0 -290px;
        min-height: 154px;
        padding: 29px 5px 26px;
        width: 571px
    }
}

.tab:after {
    border-style: solid;
    border-width: 0 12px 11px;
    border-color: transparent transparent rgba(10, 23, 30, .8);
    bottom: 100%;
    height: 0;
    margin: 0 0 0 -12px;
    width: 0
}

@media only screen and (min-width:768px) {
    .tab:after {
        border-style: solid;
        border-width: 11px 12px 0;
        border-color: rgba(10, 23, 30, .8) transparent transparent;
        bottom: -11px;
        height: 0;
        width: 0
    }
}

[data-cookies] {
    width: 100%;
    position: fixed;
    left: 0
}

@media only screen and (min-width:760px) {
    .tab:after {
        border-width: 18px 16.5px 0;
        bottom: -18px;
        margin: 0 0 0 -16px
    }
}

[data-cookies] {
    bottom: 0;
    color: #000
}

[data-cookies].middle-size {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

@media only screen and (min-width:985px) {
    [data-cookies].middle-size {
        font-size: 15px
    }
}

[data-cookies] p {
    margin: 0 0 7px
}

[data-cookies] p a {
    color: #a5a7a9
}

.is-desktop [data-cookies] p a:hover {
    color: #fff
}

@media only screen and (min-width:760px) {
    [data-cookies] p {
        margin: 0 0 10px
    }
}

.gallery,
.popup .lightbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#footer,
#main,
.gallery {
    position: relative
}

#main {
    padding: 0 0 456px;
    z-index: 2;
}

@media only screen and (min-width:768px) {
    #main {
        padding: 0 0 232px;
    }
}

@media only screen and (min-width:760px) {
    #main {
        padding: 0 0 270px;
    }
}

.home-page #main {
    padding: 0 0 220px
}

@media only screen and (min-width:768px) {
    .home-page #main {
        padding: 0 0 187px
    }
}

@media only screen and (min-width:760px) {
    .home-page #main {
        padding: 0 0 246px
    }
}

@media only screen and (max-width:767px) {
    .careers-page #main {
        padding-bottom: 235px
    }
}

#main .negative-indent-big {
    margin-bottom: -82px
}

@media only screen and (min-width:760px) {
    #main .negative-indent-big {
        margin-bottom: -58px
    }
}

.location {
    float: right;
    border: 1px;
    font-size: 16px;
    background-color: #d2d5de;
    margin: -15px 0 0;
    padding: 10px 15px
}

.rotate {
    -ms-transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    margin-bottom: -40px;
}

#footer {
    background: #0a171e;
    color: #a5a7a9;
    font: 12px/15px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    padding: 37px 0 0
}

.home-page+#footer {
    height: 183px;
    margin: -220px 0 0
}

@media only screen and (min-width:768px) {
    .home-page+#footer {
        height: 143px;
        margin: -187px 0 0
    }
}

@media only screen and (min-width:760px) {
    .home-page+#footer {
        height: 203px;
        margin-top: -246px
    }
}

@media only screen and (max-width:767px) {
    .careers-page+#footer {
        height: 199px;
        margin-top: -235px;
        padding-top: 36px
    }
    .careers-page+#footer .btn-holder.top-indent,
    .careers-page+#footer .holder {
        padding-top: 0
    }
}

@media only screen and (min-width:768px) {
    .careers-page+#footer {
        height: 153px
    }
}

.careers-page+#footer .frame.no-indent {
    padding-top: 27px
}

@media only screen and (min-width:985px) {
    .careers-page+#footer {
        height: 197px
    }
    .careers-page+#footer .frame.no-indent {
        padding-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .careers-page+#footer .frame.no-indent {
        padding-top: 0
    }
    .careers-page+#footer .frame.link-holder {
        padding-top: 28px
    }
}

@media only screen and (min-width:768px) {
    #footer {
        font: 10px/15px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        height: 124px;
        margin: -168px 0 0;
        padding: 44px 0 0
    }
    .main-page #footer {
        height: 162px;
        margin: -206px 0 0
    }
    #footer .form-group .btn {
        background: #646c71
    }
}

@media only screen and (max-width:767px) {
    #footer .frame.link-holder {
        color: #575b60;
        padding-top: 28px
    }
    #footer .frame.link-holder a {
        color: #575b60
    }
    #footer .frame.link-holder a:hover {
        color: #fff
    }
}

@media only screen and (min-width:760px) {
    #footer .form-group .btn:hover {
        background: #fff;
        color: #c30e2e
    }
}

@media only screen and (min-width:985px) {
    #footer {
        font: 12px/15px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        height: 165px;
        margin: -231px 0 0;
        padding: 67px 0 0
    }
    .main-page #footer {
        height: 203px;
        margin: -270px 0 0
    }
}

#footer .grid-row {
    margin-bottom: 0
}

#footer .email-link {
    color: #fff
}

#footer .middle-size {
    color: #0a171e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

#footer p {
    margin: 0 0 7px
}

#footer p a {
    color: #a5a7a9
}

.is-desktop #footer p a:hover {
    color: #fff
}

@media only screen and (min-width:760px) {
    #footer p {
        margin: 0 0 10px
    }
}

#footer .social-list {
    margin-bottom: 18px
}

@media only screen and (min-width:768px) {
    #footer .social-list {
        margin-bottom: -1px
    }
}

#footer .holder {
    padding: 6px 0 0
}

#footer .middle-font-size {
    margin-top: -2px
}

@media only screen and (min-width:985px) {
    #footer .middle-size {
        font-size: 15px
    }
    #footer .social-list {
        margin-bottom: 13px
    }
    #footer .holder {
        padding: 8px 0 0
    }
    #footer .middle-font-size {
        margin-top: 0
    }
}

#footer .container,
#footer .member.active .description,
.member.active #footer .description {
    min-height: 100%;
    position: relative
}

.gallery {
    box-sizing: border-box;
    margin: 0 -10px 25px;
    padding: 19px 20px 10px
}

@media only screen and (min-width:768px) {
    .gallery {
        background: 0 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 584px;
        padding: 21px 5px 0 0
    }
    .gallery:after {
        display: none
    }
}

@media only screen and (min-width:760px) {
    .gallery {
        margin-bottom: -12px;
        max-width: 997px;
        padding: 25px 0 0 17px
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .gallery {
        margin-bottom: -29px
    }
}

@media only screen and (min-width:760px) and (max-width:985px) {
    .gallery {
        margin-bottom: -75px
    }
}

.gallery:after {
    background: #f2f4f6;
    height: 52px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.gallery .holder,
.slideset {
    overflow: hidden;
    position: relative
}

.gallery .holder {
    background: #fff;
    height: 166px;
    margin: -1px 0 20px
}

@media only screen and (min-width:768px) {
    .gallery .holder {
        background: 0 0;
        height: 384px;
        margin: -10px 0 14px
    }
}

@media only screen and (min-width:760px) {
    .gallery .holder {
        height: 660px;
        margin: -1px 0 20px
    }
}

.gallery .social-btn-list {
    float: right;
    margin: -9px 8px 11px
}

@media only screen and (min-width:768px) {
    .gallery .social-btn-list {
        float: left;
        margin: -9px -2px 0
    }
}

.slideset {
    height: 99999px;
    list-style: none;
    margin: 0;
    padding: 0
}

.slideset li {
    width: 100%
}

.slideset img {
    display: block;
    height: auto;
    width: 100%
}

.slideset .media {
    max-height: 166px;
    min-width: 281px
}

@media only screen and (min-width:480px) {
    .slideset .media {
        max-height: 100%;
        min-width: 0
    }
}

.control-panel {
    background: #fff;
    color: #919090;
    font: 13px/27px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px
}

.control-panel .btn-prev {
    margin-bottom: 20px
}

.control-panel .btn-next {
    margin-top: 19px
}

@media only screen and (min-width:768px) {
    .control-panel {
        font: 14px/16px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 26px
    }
    .control-panel .btn-prev {
        margin-bottom: 12px
    }
    .control-panel .btn-next {
        margin-top: 13px
    }
}

@media only screen and (min-width:760px) {
    .gallery .social-btn-list {
        float: right
    }
    .control-panel {
        font: 15px/25px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal;
        right: 0;
        top: 13px;
        width: 39px
    }
    .control-panel .btn-prev {
        margin-bottom: 18px
    }
    .control-panel .btn-next {
        margin-top: 18px
    }
}

.control-panel span {
    color: #010101;
    display: block;
    font: 17px/16px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal
}

.popup .fancybox-item.fancybox-close,
.popup .lightbox-header.no-border:before {
    display: none
}

@media only screen and (min-width:768px) {
    .control-panel span {
        font: 13px/16px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal
    }
}

@media only screen and (min-width:760px) {
    .control-panel span {
        font: 20px/25px futura-pt-n3, futura-pt, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal
    }
}

.lightbox {
    left: -9999px;
    position: absolute;
    top: -9999px
}

.fancybox-lock.is-mobile body {
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.popup {
    background: #f0f2f4;
    margin: 0
}

.popup.white {
    background: #fff
}

.popup.small-width .custom-fancybox-close {
    top: 30px
}

.popup .fancybox-inner {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden!important
}

.collapsing,
.embedded,
.modal,
.modal-open {
    overflow: hidden
}

.popup .fancybox-skin {
    background: 0 0
}

.popup .lightbox {
    box-sizing: border-box;
    padding: 0 0 20px;
    position: static;
    width: 320px
}

@media only screen and (min-width:768px) {
    .popup .lightbox {
        width: 660px
    }
}

@media only screen and (min-width:1200px) {
    .popup .lightbox {
        padding: 0 0 50px;
        width: 920px
    }
    .popup .lightbox.middle-width {
        height: auto!important;
        width: 675px
    }
}

.popup .custom-fancybox-close {
    background: url(../images/icons-sb8b4f12d43.png) -93px -29px;
    height: 15px;
    width: 16px;
    position: absolute;
    right: 20px;
    text-indent: -999px;
    top: 20px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .popup .custom-fancybox-close {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -571.5px;
        height: 17px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.list-base .popup .custom-fancybox-close:hover li:before,
.popup .custom-fancybox-close:hover .ico,
.popup .custom-fancybox-close:hover .list-base li:before {
    height: 15px;
    width: 16px;
    background-position: -68px -29px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .list-base .popup .custom-fancybox-close:hover li:before,
    .popup .custom-fancybox-close:hover .ico,
    .popup .custom-fancybox-close:hover .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -612px;
        height: 17px;
        width: 16px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:768px) {
    .popup .custom-fancybox-close {
        right: 17px;
        top: 17px
    }
}

@media only screen and (min-width:1200px) {
    .popup .custom-fancybox-close {
        right: 26px;
        top: 24px;
        background: url(../images/icons-sb8b4f12d43.png) -167px -70px;
        height: 23px;
        width: 23px
    }
}

@media only screen and (min-width:1200px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-resolution:1.3dppx) {
    .popup .custom-fancybox-close {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -546.5px;
        height: 25px;
        width: 23px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

@media only screen and (min-width:1200px) {
    .popup .custom-fancybox-close:hover {
        height: 23px;
        width: 23px;
        background-position: -144px -70px
    }
}

@media only screen and (min-width:1200px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-resolution:1.3dppx) {
    .popup .custom-fancybox-close:hover {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -588.5px;
        height: 23.5px;
        width: 21.5px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.popup .lightbox-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dadde0;
    height: 57px;
    margin: 0 0 25px;
    padding: 20px 57px 15px 33px;
    position: relative
}

.border-box,
.border-box *,
.footer__form input,
.slick-slider {
    box-sizing: border-box;
}

.popup .lightbox-header:before {
    background: #dadde0;
    bottom: 0;
    position: absolute;
    right: 57px;
    top: 0;
    width: 1px
}

@media only screen and (min-width:768px) {
    .popup .lightbox-header {
        height: 48px;
        padding-left: 69px;
        padding-top: 13px;
        text-align: center
    }
    .popup .lightbox-header:before {
        right: 47px
    }
}

@media only screen and (min-width:1200px) {
    .popup .lightbox-header {
        height: 71px;
        margin-bottom: 37px;
        padding-left: 76px;
        padding-top: 20px
    }
    .popup .lightbox-header:before {
        right: 73px
    }
}

.popup .lightbox-header .title-smaller {
    font-size: 26px;
    margin: 0
}

@media only screen and (min-width:768px) {
    .popup .lightbox-header .title-smaller {
        font-size: 20px
    }
}

.list-base .popup .lightbox-header .title-smaller li:before,
.popup .lightbox-header .title-smaller .ico,
.popup .lightbox-header .title-smaller .list-base li:before {
    margin: 0 10px;
    vertical-align: baseline
}

.bar__content span,
.bar__svg,
.btn--alt,
.btn--modal img,
.justifize__box,
.svg-obj {
    vertical-align: middle
}

@media only screen and (min-width:1200px) {
    .popup .lightbox-header .title-smaller {
        font-size: 30px
    }
    .list-base .popup .lightbox-header .title-smaller li:before,
    .popup .lightbox-header .title-smaller .ico,
    .popup .lightbox-header .title-smaller .list-base li:before {
        margin: 0 20px;
        background: url(../images/icons-sb8b4f12d43.png) -58px -162px;
        height: 31px;
        width: 29px
    }
}

.embedded {
    display: block;
    position: relative;
}

.embedded .embedded__item,
.embedded embed,
.embedded iframe,
.embedded object,
.embedded video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

.embedded:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%
}

.embedded--3by1:before {
    padding-bottom: 33%
}

.embedded--2by1:before {
    padding-bottom: 50%
}

.embedded--16by9:before {
    padding-bottom: 56.25%
}

.embedded--4by3:before {
    padding-bottom: 75%
}

.embedded--center .embedded__item,
.embedded--center embed,
.embedded--center iframe,
.embedded--center objectd,
.embedded--center video {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

@media only screen and (min-width:1200px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (-o-min-device-pixel-ratio:2.6 2),
only screen and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:1200px) and (min-resolution:1.3dppx) {
    .list-base .popup .lightbox-header .title-smaller li:before,
    .popup .lightbox-header .title-smaller .ico,
    .popup .lightbox-header .title-smaller .list-base li:before {
        background-image: url(../images/icons2x-sf16016ecab.png);
        background-position: 0 -650px;
        height: 33px;
        width: 29px;
        -moz-background-size: 232px 2408px;
        -o-background-size: 232px 2408px;
        -webkit-background-size: 232px 2408px;
        background-size: 232px 2408px
    }
}

.popup .lightbox-header.no-border {
    border: none;
    margin: 0 0 10px;
    padding-top: 35px;
    text-align: center
}

.popup .lightbox-body {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
    text-align: center
}

.popup .lightbox-body:after {
    clear: both;
    content: '';
    display: block
}

#banner-onload,
.collapse {
    display: none
}

@media only screen and (min-width:768px) {
    .popup .lightbox-body {
        line-height: 18px;
        padding: 0 30px;
        text-align: left
    }
}

@media only screen and (min-width:1200px) {
    .popup .lightbox-body {
        font-size: 14px;
        line-height: 22px;
        padding: 0 60px
    }
    .popup .lightbox-body .base-font-size {
        font-size: 18px
    }
    .popup .lightbox-body .strong-font {
        font-weight: 400
    }
}

.popup .lightbox-body .large-line-height {
    line-height: 25px
}

.popup .lightbox-title {
    margin-bottom: 15px
}

@media only screen and (min-width:768px) {
    .popup .lightbox-title {
        margin-bottom: 35px
    }
    .popup .lightbox-title .strong-font {
        font-weight: 400
    }
}

@media only screen and (min-width:1200px) {
    .popup .lightbox-title {
        margin-bottom: 45px
    }
    .popup .small-b-indent {
        margin-bottom: 28px
    }
}

.popup .data-form input[type=email],
.popup .data-form input[type=text] {
    background: #e6e8ea
}

#file {
    height: 1px!important;
    width: 1px!important;
    position: absolute
}

#upload-btn {
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif!important;
    font-weight: 400;
    font-style: normal;
    color: #484b51;
    background-color: #e6e8ea;
    box-shadow: 1px 1px 2px #888;
    position: relative;
    z-index: 10
}

@media only screen and (max-width:767px) {
    #file {
        top: 7px;
        left: 6px;
        width: 294px
    }
    #upload-btn {
        width: 74px;
        padding: 9px 11px 10px;
        margin-left: -200px
    }
}

@media only screen and (min-width:768px) {
    #file {
        top: 49px;
        left: 0
    }
    #upload-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 8px 11px 6px;
        margin-top: 45px
    }
}

@media only screen and (min-width:760px) {
    .popup .data-form textarea {
        margin-bottom: -7px
    }
    #file {
        top: 49px;
        left: 9px;
        font-size: 18px;
        width: 281px
    }
    #upload-btn {
        font-size: 18px;
        line-height: 20px;
        padding: 13px 20px 12px;
        margin-top: 38px
    }
}

.modal,
.modal-backdrop {
    top: 0;
    bottom: 0;
    right: 0
}

.blockquote__content .ikona-quotes-open,
.modal {
    left: 0
}

@media only screen and (min-width:1200px) {
    #file {
        width: 259px
    }
}

body {
    padding-right: 0!important
}

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

.fade.in {
    opacity: 1
}

.collapse.in {
    display: block
}

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

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

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

.modal {
    display: none;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-header {
    padding: 15px 15px 0;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
    .arrow-position-top {
        top: -20px!important
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .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
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .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
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}

@media (max-width: 960px) {
    .hidden-xs {
        display: inline-block
    }
}

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

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.justifize:after,
.justifize__box,
.svg-obj {
    display: inline-block
}

.svg-obj {
    fill: currentColor;
    height: 16px;
    width: 16px
}

.justifize {
    font-size: 1px;
    text-align: justify;
    clear: both
}

.justifize__box,
.resources-thankyou .text-left-760-center {
    text-align: left
}

.justifize:after {
    content: "";
    width: 100%
}

.box__super-title:after,
.list--arrow li:after,
.sitemap:after,
.sitemap:before {
    content: ''
}

.justifize__box {
    font-size: 12px
}

.justifize--top .justifize__box {
    vertical-align: top
}

.justifize--bottom .justifize__box {
    vertical-align: bottom
}

.data-box--custom {
    margin-bottom: 0
}

@media (max-height:600px) {
    .text-box {
        margin-bottom: 0!important
    }
}

@media (max-height:760px) {
    .entry-section {
        min-height: 900px!important
    }
}

.entry-section {
    max-height: 1144px!important
}

@media (max-width:480px) {
    .resources-thankyou .section__title {
        line-height: 1.2!important
    }
    .resources-thankyou .section__subtitle {
        margin-top: 16px
    }
}

.blockquote {
    font-family: futura-pt-n3, futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-align: center
}

.blockquote>:first-child {
    margin-bottom: 32px
}

.blockquote__content {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 1.6em;
    margin-top: 56px;
    font-size: 20px
}

.blockquote__content .ikona-quotes-close,
.blockquote__content .ikona-quotes-open {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #c30e2e;
    height: 30px;
    width: 34px
}

@media (max-width:768px) {
    .blockquote__content {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 30px;
        font-size: 15px;
        line-height: 1.4em
    }
    .blockquote__content .ikona-quotes-close,
    .blockquote__content .ikona-quotes-open {
        height: -webkit-calc(30px * .75);
        height: calc(30px * .75);
        width: -webkit-calc(34px * .75);
        width: calc(34px * .75)
    }
}

.blockquote__content .ikona-quotes-close {
    right: 0
}

.blockquote__title {
    font-family: futura-pt-n7, futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #c30e2e!important
}

@media (max-width:480px) {
    .blockquote__content {
        padding-left: 0;
        padding-right: 0
    }
    .blockquote__content .ikona-quotes-open {
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -145%);
        -ms-transform: translate(-50%, -145%);
        transform: translate(-50%, -145%)
    }
    .blockquote__content .ikona-quotes-close {
        display: none
    }
    .blockquote__title {
        font-size: 15px
    }
}

.blockquote__title span {
    font-family: futura-pt-n5, futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 12px
}

@media (max-width:480px) {
    .blockquote__title span {
        font-size: 14px;
        margin-top: 0
    }
}

.box-custom {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 36px;
    margin-bottom: 60px;
    font-family: futura-pt-n4, futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px
}

@media (max-width:760px) {
    .resources-thankyou .text-left-760-center {
        text-align: center
    }
    .box-custom {
        font-size: 14px
    }
}

@media (max-width:568px) {
    .box-custom {
        margin-bottom: 20px
    }
}

.box__super-title {
    font-family: futura-pt-n7, futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #9f9f9f;
    position: relative;
    display: inline-block
}

@media (max-width:760px) {
    .box__super-title {
        font-size: 14px
    }
}

.box__super-title:after {
    display: block;
    width: 100%;
    background-color: #e4e7ea;
    height: 1px;
    margin-top: 15px
}

.card__title,
.card__title+img,
.modal-header .close,
.row>label,
.social-media-buttons__item {
    display: inline-block
}

h2.box__title {
    font: 20px/22px futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

.box__title {
    font: 15px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.ikona-download--lg {
    width: 30px;
    height: 32px
}

.icona-fa-lg {
    font-size: 50px!important
}

.card {
    font-size: 18px;
    padding: 80px 46px 50px;
}

@media (max-width:760px) {
    .card {
        padding-left: 18px;
        padding-right: 18px
    }
}

.card input {
    background-color: #e6e8ea
}

.card__title {
    font-family: futura-pt-n7, futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #c30e2e;
    vertical-align: baseline;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .card {
        padding: 40px 22px 22px 24px
    }
    .card__title {
        margin-bottom: 20px
    }
}

@media (max-width:760px) {
    .card__title {
        font-size: 26px;
        margin-right: 16px
    }
}

.card__download {
    margin-bottom: 60px
}

@media (max-width:768px) {
    .card__download {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 12px;
        border-bottom: 1px solid #dadde0;
        margin-bottom: 0
    }
    .card__download .card__title {
        font-size: 26px;
        margin-right: 10px
    }
    .card__download .ikona-download--lg {
        width: 25px;
        height: 27px
    }
    .card__download,
    .card__download input,
    .card__download p {
        font-size: 14px
    }
    .card__download button {
        font-size: 16px;
        padding-left: 26px;
        padding-right: 26px
    }
}

.social-media-buttons--spaced-top-lg {
    margin-top: 86px
}

.social-buttons-crumb {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px
}

@media (max-width:992px) {
    .entry-section {
        max-height: 870px!important
    }
    .social-media-buttons--spaced-top-lg {
        margin-top: 60px!important
    }
}

.modal {
    z-index: 6000
}

@media (min-width:768px) {
    .modal-dialog {
        width: 800px
    }
}

.modal-content {
    border-radius: 0!important;
    text-align: center;
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 30px;
    position: relative;
    box-shadow: none
}

.btn--alt strong,
.section__title,
.section__title--sm {
    font-weight: 700;
    font-style: normal
}

.modal-content>* {
    border: none;
    padding-left: 0;
    padding-right: 0
}

.modal-title {
    font-size: 28px;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .social-media-buttons--spaced-top-lg {
        margin-top: 40px!important
    }
    .social-buttons-crumb {
        margin-top: -35px
    }
    .modal-title {
        font-size: 18px
    }
}

.modal-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:768px) {
    .modal-subtitle {
        font-size: 14px
    }
}

.modal-header .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 36px;
    line-height: 36px;
    width: auto;
    height: auto;
    opacity: 1
}

.modal-header .close:focus,
.modal-header .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-footer {
    text-align: center;
    padding-bottom: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .75;
    z-index: 5500
}

.container--sm {
    max-width: 980px!important;
    width: 100%!important
}

.container--xs {
    max-width: 768px!important;
    width: 100%!important
}

.container--carousel {
    padding-left: -webkit-calc(10px + 32px);
    padding-left: calc(10px + 32px);
    padding-right: -webkit-calc(10px + 32px);
    padding-right: calc(10px + 32px);
    position: relative
}

.row {
    position: relative;
    clear: both
}

.row>label {
    text-align: left;
    padding-left: 30px
}

@media (max-width:760px) {
    .row>label {
        font-size: 14px
    }
}

.row .checkboxAreaChecked,
.row>.checkboxArea {
    position: absolute;
    top: 0;
    left: 0
}

.col-padded {
    padding-left: 10px;
    padding-right: 10px;
}

[data-cookies] {
    z-index: 10000
}

.container--manual {
    max-width: 1220px;
    margin-left: auto!important;
    margin-right: auto!important
}

@media (min-width:768px) {
    .col-list {
        padding-left: 120px
    }
}

.sitemap {
    background-color: #262b2d;
    position: relative;
    text-align: left;
    padding: 42px 10px 30px
}

.sitemap:after,
.sitemap:before {
    background-color: #262b2d;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0
}

.sitemap:before {
    left: 100%
}

.sitemap:after {
    right: 100%
}

@media (max-width:480px) {
    .social-media-buttons--spaced-top-lg {
        margin-top: 20px
    }
    .sitemap {
        text-align: center
    }
}

.sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sitemap ul li {
    display: block
}

.sitemap ul li a,
.social-list {
    display: inline-block
}

.sitemap a {
    font-size: 14px!important;
    color: #aaa!important;
    margin-bottom: 6px
}

@media (max-width:768px) {
    .row>label {
        width: 100%
    }
    .sitemap a {
        font-size: 12px!important
    }
    .sitemap .container {
        max-width: 400px
    }
}

.sitemap .category {
    font-size: 14px!important;
    color: #fff!important;
    margin-bottom: 12px
}

.social-list {
    margin-bottom: 0!important
}

.social-list li {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.list--arrow {
    list-style: none;
    padding: 0
}

.list--arrow a {
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.list--arrow a:hover {
    color: #c30e2e!important
}

.list--arrow li {
    padding-left: 28px;
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative
}

.list--arrow li:after {
    display: block;
    background-color: #dde1e5;
    width: 70px;
    height: 1px;
    margin-top: 10px
}

.list--arrow li:last-child:after {
    display: none
}

.list--arrow li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome;
    color: #c30e2e
}

.partners-list img {
    min-width: 110px
}

.inivitation-section {
    background-image: url(../images/backgrounds/bgr-people.jpg)
}

.entry-section .highlight {
    position: relative
}

@media (max-height:600px) {
    .entry-section {
        height: auto!important;
        padding-bottom: 0!important
    }
    .entry-section-footer {
        position: static!important;
        margin-top: 50px:
    }
}

.manual-section .section__title {
    line-height: 1.1em!important
}

.manual-item .manual-frame:hover .holder {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.manual-item .holder {
    height: auto;
    background-color: #fff
}

.manual-item .holder .btn-read-more {
    text-transform: lowercase;
    color: #c30e2e!important
}

.manual-item .holder .btn-read-more:hover {
    color: #000!important
}

@media (max-width:768px) {
    .manual-item .holder {
        height: auto
    }
    .manual-item .holder .date-inline {
        text-transform: uppercase!important;
        color: #9f9f9f!important
    }
    .manual-post-header {
        margin-top: 20px
    }
}

.btn,
.section__title {
    text-transform: uppercase
}

.manual-post {
    padding-top: 0
}

.manual-post .container {
    max-width: 1200px;
    width: 100%
}

.manual-post .breadcrumbs {
    position: static;
    left: 0;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0!important
}

.manual-post .post-nav.single-prev {
    top: 0
}

@media (max-width:767px) {
    .entry-section {
        max-height: 100%!important
    }
    .manual-post .post-nav--mobile {
        position: relative;
        left: -15px
    }
}

.manual-post .padded-left {
    padding-left: 160px
}

.post-nav {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.section {
    padding-bottom: 100px;
    padding-top: 100px
}

@media (max-width:768px) {
    .section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:480px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section--grey {
    background-color: #000
}

.section--grey a {
    outline: 0!important
}

.section--grey .select-list,
.section--grey .selectArea {
    background-color: #fff;
    border: 1px solid #d3d3d3
}

.section--grey .select-list {
    border-top-color: transparent
}

.section--grey .select-list a {
    margin-bottom: 6px;
    margin-top: 6px;
    padding-bottom: 6px;
    padding-top: 6px
}

.section--grey .select-list a:hover {
    color: #fff;
    background-color: #b40d2c!important
}

.section--thin {
    padding-top: 18px;
    padding-bottom: 18px
}

.section--thin-md {
    padding-top: 55px;
    padding-bottom: 55px
}

.section__title {
    font-family: futura-pt-n7, futura-pt, sans-serif;
    font-size: 32px
}

@media (max-width:768px) {
    .section--thin-md {
        padding-top: 26px;
        padding-bottom: 26px
    }
    .section__title {
        font-size: 26px
    }
}

@media (max-width:480px) {
    .section__title {
        font-size: 22px
    }
}

.section__title--sm {
    font-size: 30px;
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif;
    margin-bottom: 60px
}

.bar,
.btn--alt,
.section__subtitle,
.section__title--sm span {
    font-family: futura-pt-n4, futura-pt, sans-serif
}

.section__subtitle,
.section__title--sm span {
    font-weight: 400;
    font-style: normal
}

@media (max-width:480px) {
    .section__title--sm {
        font-size: 20px;
        margin-bottom: 40px
    }
}

.section__title--sm:first-child {
    margin-top: 40px
}

.section__title--sm span {
    font-size: 30px;
    display: block
}

@media (max-width:480px) {
    .section__title--sm span {
        font-size: 20px
    }
}

.section__title--spaced-bottom-sm {
    margin-bottom: 20px
}

.section__subtitle {
    font-size: 28px;
    line-height: 1
}

@media (max-width:768px) {
    .section__subtitle {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .section__subtitle {
        font-size: 16px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

.article-section .btn-holder {
    margin: 0
}

.article-section--custom {
    padding-bottom: 50px
}

@media (max-width:768px) {
    .article-section--custom {
        padding-bottom: 15px
    }
}

.partner .btn--sm {
    float: none!important
}

.info-section--custom {
    padding-bottom: 62px
}

.info-section--grad {
    padding-bottom: 0;
    padding-top: 20px
}

.icon-holder.fixed-icon-holder {
    width: 50px;
    height: 50px
}

@media (min-width:768px) {
    .icon-holder.fixed-icon-holder {
        width: 52px!important;
        height: 52px!important
    }
}

@media (min-width:760px) {
    .icon-holder.fixed-icon-holder {
        width: 66px!important;
        height: 66px!important
    }
}

.holder-custom-box h2 {
    position: relative;
    bottom: 10px
}

@media (max-width:760px) {
    .holder-custom-box h2 {
        bottom: 5px
    }
}

.holder-custom-box+p {
    font-size: 14px!important
}

.data-box:after {
    background-color: #dde1e5
}

@media (max-width:768px) {
    .info-section--custom {
        padding-bottom: 40px
    }
    .holder-custom-box h2 {
        bottom: 9px
    }
    .case-study {
        max-width: 188px!important
    }
}

@media (max-width:480px) {
    .info-section--custom {
        padding-bottom: 20px
    }
    .case-title {
        font-size: 36px;
        margin-bottom: 0;
    }
}

@media (max-width:1200px) {
    .manual-post .breadcrumbs {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
    .manual-post .padded-left {
        padding-left: 20px
    }
    .post-nav--desktop {
        position: relative!important
    }
}

@media (max-width:1199px) {
    .post-nav--desktop {
        display: inline-block;
        left: -92px!important
    }
}

@media (max-width:767px) {
    .post-nav--desktop {
        display: inline-block;
        position: relative!important;
        left: -10px!important
    }
}

.title--hero {
    margin-bottom: 20px
}

.title--tee {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 38px;
    padding-bottom: 7px
}

.title--inline {
    display: inline-block
}

.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

.title--lg {
    font-size: 40px
}

@media (max-width:992px) {
    .data-section-custom {
        margin-top: 20px!important
    }
    .title--lg {
        font-size: 30px
    }
}

@media (max-width:768px) {
    .title--lg {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .title--lg {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .title--resources {
        font-size: 26px
    }
}

.title--md {
    font-size: 32px;
    color: #000
}

@media (max-width:768px) {
    .title--md {
        font-size: 24px
    }
}

.title--sm {
    font-size: 24px
}

@media (max-width:992px) {
    .title--sm {
        font-size: 18px
    }
}

.title--lg-thin {
    text-align: center;
    font-family: futura-pt-n3, futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal
}

.title--lg-thin span {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.bar,
.btn--alt {
    font-weight: 400;
    font-style: normal
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-slider.slick-no-slide .slick-track {
    left: auto!important;
    margin: 0 auto
}

.slick-list {
    overflow: visible;
    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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

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

.slick-track:after {
    clear: both
}

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

body,
html {
    min-height: 100%
}

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

.slick-slide a {
    outline: 0
}

.slick-slide img {
    display: block;
    height: auto;
    max-width: 220px;
    position: relative;
}

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

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

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

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

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

.carousel-hero {
    margin-bottom: 10vh;
    margin-top: 10vh
}

@media (max-width:992px),
(max-height:940px) {
    .carousel-hero {
        margin-top: 5vh;
        margin-bottom: 5vh
    }
}

@media (max-width:768px),
(max-height:800px) {
    .carousel-hero {
        margin-top: 40px;
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .title--sm {
        font-size: 16px
    }
    .carousel-hero {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.carousel-hero .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.carousel-logos {
    margin-top: 70px
}

@media (max-width:480px) {
    .carousel-logos {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.carousel-logos .slick-slide {
    cursor: pointer
}

.carousel-logos .slick-slide:after {
    background-color: #c30e2e;
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    margin-top: 46px;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    opacity: 0
}

@media (max-width:768px) {
    .carousel-logos .slick-slide:after {
        margin-top: 24px;
        height: 4px
    }
}

@media (max-width:480px) {
    .carousel-logos .slick-slide:after {
        display: none
    }
}

.carousel-logos .slick-current:after {
    opacity: 1
}

.carousel-quotes .slick-dots {
    list-style: none;
    display: block!important;
    text-align: center;
    padding: 0
}

.carousel-quotes .slick-dots li {
    display: inline-block;
    position: relative
}

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

.carousel-quotes .slick-dots li button:before {
    position: absolute;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #555b5e
}

.carousel-quotes .slick-dots .slick-active button:before {
    border-color: #c30e2e;
    background-color: #c30e2e
}

.carousel-testimonials .slick-dots {
    list-style: none;
    display: block!important;
    text-align: center;
    padding: 0;
    margin-bottom: 0
}

.carousel-testimonials .slick-dots li {
    display: inline-block;
    position: relative
}

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

.carousel-testimonials .slick-dots li button:before {
    position: absolute;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #555b5e
}

.carousel-testimonials .slick-dots .slick-active button:before {
    border-color: #c30e2e;
    background-color: #c30e2e
}

.slider-nav .slick-slide {
    text-align: center;
    position: relative
}

.slider-nav img {
    display: inline-block!important
}

.carousel-resources__arrow-left,
.carousel-resources__arrow-right {
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3000;
    color: #fff
}

@media (min-width:768px) {
    .carousel-resources__arrow-left,
    .carousel-resources__arrow-right {
        font-size: 36px
    }
}

.carousel__arrow--dark {
    color: #706f6f
}

.bar a,
.bar a:hover,
.btn--alt {
    color: #fff
}

@media (max-width:767px) {
    .carousel-resources--responsive .carousel-resources__arrow-left,
    .carousel-resources--responsive .carousel-resources__arrow-right {
        top: 73%
    }
}

.carousel-resources__arrow-left {
    left: -32px
}

.carousel-resources__arrow-right {
    right: -32px
}

.bar {
    font-size: 28px;
    padding-top: 18px;
    padding-bottom: 18px
}

@media (max-width:768px) {
    .bar {
        font-size: 20px;
        margin-bottom: 30px
    }
    .bar__content {
        padding-top: 12px
    }
}

.bar__svg {
    display: inline-block;
    margin-right: 16px
}

@media (max-width:480px) {
    .bar__svg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
}

.bar__svg.bar__svg--paper {
    width: 50px;
    height: 64px
}

@media (max-width:992px) {
    .bar__svg.bar__svg--paper {
        width: -webkit-calc(50px * .75);
        width: calc(50px * .75);
        height: -webkit-calc(64px * .75);
        height: calc(64px * .75)
    }
}

.bar__svg.bar__svg--laptop {
    width: 92px;
    height: 64px
}

@media (max-width:992px) {
    .bar__svg.bar__svg--laptop {
        width: -webkit-calc(92px * .75);
        width: calc(92px * .75);
        height: -webkit-calc(64px * .75);
        height: calc(64px * .75)
    }
}

.bar__svg.bar__svg--calendar {
    width: 59px;
    height: 64px
}

@media (max-width:992px) {
    .bar__svg.bar__svg--calendar {
        width: -webkit-calc(59px * .75);
        width: calc(59px * .75);
        height: -webkit-calc(64px * .75);
        height: calc(64px * .75)
    }
}

.bar__content {
    display: inline-block;
    position: relative
}

.bar--primary {
    background-color: #c30e2e;
    color: #fff;
    margin-top: 60px
}

@media (max-width:480px) {
    .bar--primary {
        margin-top: 0
    }
}

@media (max-height:800px) {
    .bar--primary {
        margin-top: 10px
    }
}

.bar--wide {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-height:600px) {
    .bar--wide {
        margin-top: 60px
    }
}

.hero {
    background-image: url(../images/backgrounds/bgr-world.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 75px;
    background-position: 50% 0
}

#main {
    padding-bottom: 0!important;
}

.btn--alt {
    font-size: 18px;
    background-color: #00b1c1;
    line-height: 1;
    height: auto;
    white-space: nowrap;
    padding: 18px 20px 17px
}

.btn--alt:hover,
.btn--trans-red:hover,
.btn-mail:hover {
    color: #fff!important
}

@media (max-width:480px) {
    .btn--alt {
        padding-top: 13px;
        padding-bottom: 12px
    }
}

.btn--alt i {
    margin-left: 8px;
    margin-top: 1px
}

.btn--alt strong {
    font-family: futura-pt-n7, futura-pt, sans-serif
}

.btn--modal,
.btn--trans {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal
}

.btn--alt:hover {
    background-color: #000!important
}

.btn--modal {
    font-size: 22px;
    padding: 10px 30px
}

.btn--modal img {
    margin-left: 16px;
    margin-top: -5px
}

@media (max-width:760px) {
    .btn--modal img {
        margin-top: -3px
    }
}

@media (max-width:768px) {
    .btn--modal {
        font-size: 16px
    }
}

.btn--trans {
    height: 48px;
    line-height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    border: 1px solid #fff;
    background-color: transparent
}

.btn--trans img {
    margin-left: 12px;
    display: inline-block
}

.btn--trans-red {
    background-color: rgba(97, 19, 37, .6)
}

.btn--trans-red:hover {
    background-color: #000!important;
    border-color: #000!important
}

.btn--panel {
    font-family: futura-pt-n4, futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.btn--panel i {
    margin-left: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn--panel,
.btn--panel:hover {
    color: #fff!important;
    background-color: #262b2d!important
}

.btn--panel[aria-expanded=true] i {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

@media (max-width:768px) {
    .btn--panel {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.btn--sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4000
}

.show-nav .btn--sticky-bottom {
    display: none
}

@media (max-width:480px) {
    .btn--sticky-bottom {
        font-size: 14px
    }
}

.btn-icon--inline {
    width: auto;
    display: inline-block
}

.btn-mail {
    font-size: 16px;
    padding: 0 25px;
    line-height: 70px!important;
    font-family: futura-pt-n7, futura-pt, sans-serif!important;
    font-weight: 700;
    font-style: normal
}

@media (max-width:480px) {
    .btn-mail {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 12px
    }
}

@media (max-width:1200px) {
    .btn-mail {
        line-height: 45px!important
    }
}

.btn--sm {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px!important;
    height: 40px!important;
    line-height: 40px!important;
    margin-top: 36px
}

@media (max-width:768px) {
    .btn--sm {
        font-size: 14px!important;
        padding-left: 14px!important;
        padding-right: 14px!important
    }
}

.btn--sm+.btn--sm {
    margin-left: 20px
}

.btn--sm-mobile {
    width: auto!important;
    display: inline-block!important
}

.btn--md {
    height: 50px;
    line-height: 50px;
    padding-left: 38px;
    padding-right: 38px
}

.btn--red {
    background-color: #c30e2e;
    border: 1px solid #c30e2e
}

.btn--red:hover {
    background-color: #000;
    border-color: #000
}

.btn--red-trans:hover {
    border-color: #c30e2e
}

.btn--low {
    text-transform: none
}

.btn--grey {
    background-color: #646c71
}

.btn-play {
    background-color: #fff!important;
    color: #c30e2e!important;
    border: 1px solid #c30e2e!important;
    margin-top: 28px;
    padding-left: 39px
}

@media (max-height:600px) {
    .btn-play {
        margin-top: 15px
    }
}

.btn-play i {
    font-size: 18px;
    position: relative;
    margin-right: 18px;
    bottom: 3px
}

.btn-play i:after {
    border: 3px solid #c30e2e;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-56%, -50%);
    -ms-transform: translate(-56%, -50%);
    transform: translate(-56%, -50%)
}

.btn-play:hover {
    background-color: #c30c2c!important;
    color: #fff!important
}

.btn-play:hover i:after {
    border-color: #fff
}

.btn-transparent {
    color: #fff;
}

@media (max-width:640px) {
    .form-group--filter>* {
        margin-bottom: 20px
    }
}

.selectArea,
.selectOptions ul,
input,
textarea {
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media (max-width:760px) {
    .btn-play {
        padding-left: 22px
    }
    .btn-play i {
        font-size: 14px;
        margin-right: 10px
    }
    .btn-play i:after {
        height: 24px;
        width: 24px;
        border-width: 2px
    }
    .selectArea,
    .selectOptions ul,
    input {
        font-size: 16px!important
    }
    textarea {
        font-size: 16px!important
    }
}

@media (max-width:767px) {
    textarea {
        font-size: 14px!important
    }
}

.section--grey .select-list li {
    margin: 0
}

.section--grey .select-list li a {
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0
}

.subscribe-form {
    margin-top: 0
}

#footer,
.footer__title {
    margin: 0!important
}

#footer {
    height: auto!important;
    position: relative;
    z-index: 5000
}

#footer>.container {
    padding: 0 10px
}

#footer-input {
    max-width: 200px
}

@media (max-width:768px) {
    #footer {
        text-align: center
    }
    #footer .justifize,
    #footer .justifize>* {
        width: 100%;
        text-align: center;
        display: block
    }
}

.footer--alt .footer__title {
    display: inline-block!important
}

.footer__contact {
    text-align: center;
    margin-bottom: 60px
}

@media (max-width:480px) {
    .footer__contact {
        margin-bottom: 20px
    }
}

.footer__contact>* {
    margin-left: 12px!important;
    margin-right: 12px!important
}

.footer--alt .footer__contact>* {
    margin-left: 0!important;
    margin-right: 0!important
}

@media (max-width:768px) {
    .footer__contact [class*=grid-col-] {
        text-align: center!important
    }
    .footer__contact>* {
        display: block;
        margin-bottom: 20px!important
    }
    .footer__categories {
        text-align: center;
        margin-top: 28px
    }
    .footer__categories li {
        display: inline-block!important;
        margin: 0 8px
    }
    .footer__categories .footer__privacy {
        display: block!important
    }
}

.footer__form {
    text-align: center;
    width: 100%;
    max-width: 400px;
    display: inline-block
}

.footer__form label {
    font-size: 16px;
    color: #e7e7e7;
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
    display: inline-block
}

.prev-post-link:hover,
.to-top {
    color: #fff
}

.amp,
.text-book {
    font-weight: 400
}

.footer__form .btn,
.footer__form input {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block
}

.footer__form .btn {
    width: 60px;
    text-align: center
}

.footer__form input {
    width: -webkit-calc(100% - 70px)!important;
    width: calc(100% - 70px)!important;
    margin-right: 3px;
    background-color: #fff;
    font-family: futura-pt-n4, futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .footer__form {
        margin: 20px 0
    }
}

.clean {
    margin: 0!important;
    padding: 0!important
}

.visuallyhidden {
    position: absolute;
    left: -999em
}

.bgr-grey-extend-right,
.pos-relative,
.text-upper-score {
    position: relative
}

.text-upper-score-2 {
    position: relative;
    color: #fff
}

.invisible {
    visibility: hidden!important
}

.no-transition,
.no-transition * {
    -webkit-transition: none!important;
    transition: none!important
}

.amp {
    font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 1.4em;
    font-style: italic
}

.text-book,
.text-heavy,
.text-medium,
.to-top {
    font-style: normal
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.text-center {
    text-align: center!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-upper {
    text-transform: uppercase
}

.text-left-768 {
    text-align: left;
}

@media (max-width:767px) {
    .text-left-768 {
        text-align: left;
        width: 93vw;
    }
}

.text-left-768-center {
    text-align: left;
    color: #fff
}

.text--md {
    font-size: 22px;
    color: #666;
    line-height: 24px
}

.card .text-xs {
    font-size: 14px
}

.text-xxs {
    font-size: 12px
}

.text-book {
    font-family: futura-pt-n4, futura-pt, sans-serif
}

.text-heavy {
    font-family: futura-pt-n7, futura-pt, sans-serif;
    font-weight: 700;
    margin: 5px
}

.text-medium {
    font-family: futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif!important;
    font-weight: 500
}

.text-upper-score {
    display: inline-block
}

.text-upper-score-2 {
    display: inline-block !important;
    color: #fff;
    font-size: 15px
}

.text-case-normal {
    text-transform: none
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row--ib {
    font-size: 0
}

@media (min-width:768px) {
    .row--ib>* {
        float: none;
        display: inline-block;
        font-size: 18px;
        vertical-align: middle
    }
}

.row--ib-640 {
    font-size: 0
}

@media (min-width: 640px) {
    .row--ib-640>* {
        float: none;
        display: inline-block;
        font-size: 18px;
        vertical-align: middle
    }
}

.row--ib-bottom>*,
.row--table-bottom>* {
    vertical-align: bottom;
}

.vertical-middle {
    vertical-align: middle
}

.spaced-bottom-sm {
    margin-bottom: 40px!important;
}

@media (max-width:480px) {
    .col-full {
        width: 100%
    }
    .col-offset-full {
        margin-left: 0
    }
    .spaced-bottom-sm {
        margin-bottom: 20px!important
    }
}

.spaced-bottom-xsm {
    margin-bottom: 20px!important
}

.spaced-bottom-xs {
    margin-bottom: 5px!important
}

.spaced-top-sm {
    margin-top: 35px!important;
    margin-bottom: 10px;
    color: #000;
}

@media (max-width:480px) {
    .spaced-top-sm {
        margin-top: 20px!important;
        margin-bottom: 10px;
    }
}

.spaced-top-xs {
    margin-top: 5px!important
}

@media (max-width:480px) {
    .spaced-top-xs {
        margin-top: 20px!important
    }
}

.spaced-top-xxs {
    margin-top: 10px!important
}

.spaced-top-lg {
    margin-top: 110px!important
}

@media (max-width:992px) {
    .spaced-top-lg {
        margin-top: 80px!important
    }
}

@media (max-width:768px) {
    .spaced-top-lg {
        margin-top: 40px!important
    }
}

@media (max-width:480px) {
    .spaced-top-lg {
        margin-top: 20px!important
    }
}

.clear-bottom-padding {
    padding-bottom: 0!important
}

.clear-bottom-spacing {
    margin-bottom: 0!important
}

@media (min-width:768px) {
    .row--table-768 {
        display: table
    }
    .row--table-768>* {
        display: table-cell;
        float: none;
    }
    .padding-right-lg-768 {
        padding-right: 100px
    }
}

.bgr-grey {
    background-color: #f2f4f6
}

.bgr-grey-extend-right:after {
    left: 100%;
    display: block;
    content: '';
    height: 100%;
    width: 100vw;
    background-color: #f2f4f6;
    top: 0;
    position: absolute
}

.overflow-hidden-x {
    overflow-x: hidden
}

.margin-auto-md {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:992px) {
    .margin-auto-md {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
}

@media (max-width:760px) {
    .spaced-top-sm-tablet {
        margin-top: 0
    }
}

.img-responsive {
    display: block;
    width: 234px;
    height: auto;
}

@media (max-width: 560px) {
    .hidden-480 {
        display: none
    }
}

.spacing-clear {
    margin: 0!important
}

.transform-hover-clear:hover {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.spaced-top--list {
    margin-top: 22px
}

.spacing-clear-top {
    margin-top: 0!important
}

.post-nav--align-up {
    top: 0!important
}

@media (max-width:959px) {
    .post-nav--manual-section {
        left: -25px!important
    }
}

@media (max-width:767px) {
    .text-left-768-center {
        text-align: center
    }
    .post-nav--manual-section {
        left: 0!important
    }
}

@media (max-width:1201px) {
    .manual-section--custom {
        padding-top: 0
    }
}

.padded-left {
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width:1200px) {
    .post-nav--manual-section {
        position: relative!important
    }
    .padded-left {
        padding-left: 10px
    }
}

.content-box {
    box-sizing: content-box
}

.post-nav .ico {
    margin-top: -2px
}

.breadcrumbs--career-vacancies-all {
    top: -32px!important;
    left: 113px!important
}

@media (min-width:1200px) {
    .breadcrumbs--career-vacancies-all {
        top: -44px!important;
        left: 155px!important
    }
}

@media (min-width:1201px) {
    .breadcrumbs--career-vacancies-all {
        margin-top: 0!important;
        top: -9px!important;
        left: 11px!important;
        position: relative!important
    }
}

.breadcrumbs--career-vacancies {
    top: -33px;
    left: 126px
}

@media (min-width:1200px) {
    .breadcrumbs--career-vacancies {
        top: -44px;
        left: 165px
    }
}

@media (min-width:1201px) {
    .breadcrumbs--career-vacancies {
        top: 25px;
        left: 10px
    }
}

.breadcrumb--career-vacancy {
    top: -2px
}

@media (min-width:1200px) {
    .breadcrumb--career-vacancy {
        position: relative!important;
        left: -20px!important;
        top: 12px!important
    }
}

@media (min-width:1201px) {
    .breadcrumb--career-vacancy {
        position: relative!important;
        left: -160px!important;
        top: 4px!important
    }
}

.breadcrumbs--careers-graduate {
    position: absolute!important;
    left: 120px!important
}

@media (min-width:1200px) {
    .breadcrumbs--careers-graduate {
        position: absolute!important;
        top: 13px!important;
        left: 152px!important
    }
}

@media (min-width:1201px) {
    .breadcrumbs--careers-graduate {
        position: static!important;
        margin-top: 24px!important
    }
}

.breadcrumbs--resources-casestudy-post {
    top: -45px!important;
    left: 18px!important;
    position: relative!important
}

@media (min-width:1200px) {
    .breadcrumbs--resources-casestudy-post {
        position: relative!important;
        top: -58px!important;
        left: 154px!important
    }
}

@media (min-width:1201px) {
    .breadcrumbs--resources-casestudy-post {
        position: static!important;
        margin-top: 25px!important
    }
}

.padding-top-clear {
    padding-top: 0!important
}

.casestudy-item--spaced-top {
    margin-top: 5px
}

.section-nav {
    position: relative
}

.breadcrumbs--padded-top-xs {
    padding-top: 6px
}

.padding-left-clear {
    padding-left: 0!important
}

.to-top {
    background-color: #c30e2e;
    font-size: 16px;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    text-decoration: none!important;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9000;
    font-family: futura-pt-n7, futura-pt, sans-serif;
    font-weight: 700;
    outline: 0;
    opacity: 0;
    transition: .3s ease
}

.to-top.shown {
    opacity: 1
}

.to-top:active,
.to-top:hover {
    background-color: #000
}

.to-top i {
    line-height: 1
}

.to-top span {
    display: block;
    margin-top: -5px
}

.btn-padding-vertical-clear {
    padding-top: 0;
    padding-bottom: 0
}

.row-video>div:last-of-type {
    display: none
}

.row-video>div:first-of-type {
    width: 100%
}

.entry-section .entry-section-footer {
    margin-top: 50px;
    position: static
}

.entry-section .entry-section-footer .slick-slide {
    height: 90px
}

#clientLogos {
    min-height: 211px
}

.type-static {
    position: static
}

@media only screen and (min-width:760px) {
    .entry-section .entry-section-footer .slick-slide {
        height: 135px
    }
}

.bar__content span {
    display: inline-block
}

#footCollapsePanel,
.carousel-hero,
.slider-nav {
    display: none
}

.spaced2x {
    margin-bottom: 20px!important
}

.btn--panel-open i {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.slick-initialized {
    display: block
}

.editable img {
    display: block!important;
    height: auto!important;
    max-width: 100%!important
}

.section--grey {
    position: relative;
    z-index: 100
}

html {
    height: 100%
}

body {
    position: relative;
    height: 100%!important
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0
}

.spacing-top-fix {
    margin-top: -17px!important
}

.title--resources {
    margin-bottom: 35px!important
}

@media only screen and (max-width:480px) {
    .casestudy-item .meta {
        position: static!important
    }
    .casestudy-item .holder {
        display: inline-block;
        width: calc(100% - 46px);
        margin-left: 10px;
        padding-left: 0
    }
    .casestudy-item .img-holder {
        display: inline-block
    }
}

@media only screen and (max-width:449px) {
    .casestudy-item .holder {
        margin-left: 0
    }
}

.infographic {
    position: relative
}

.infographic-btn {
    display: block;
    margin: 0 auto;
    padding: 0;
    cursor: zoom-in;
    border: 4px solid #EDEDED
}

.infographic-thumb {
    opacity: 1;
    filter: alpha(opacity=100)
}

.infographic-thumb:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.infographic-btn:focus {
    outline: none
}

div.infographic-modal {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 1000px
}

.modal-header .infographic-close {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    font-size: 54px;
    color: #333;
    outline: none
}

.modal-body img {
    width: 100%;
    height: auto
}

.video-wrapper.m-hidden.hero {
    height: 779px
}

.resource-heading {
    background-color: #c30e2e;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 11px;
    line-height: 14px
}

.resource-heading-2 {
    background-color: #c30e2e;
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 16px;
    width: 234px;
    text-align: center;
}

.new-tab {
    background-color: #c30e2e;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    width: 70px;
    text-align: center;
    border-radius: 0 0 16px 0;
    padding: 5px;
}

.new-tab-solutions-page {
    background-color: #c30e2e;
    position: absolute;
    padding: 5px;
    font-size: 16px;
    width: 70px;
    text-align: center;
    border-radius: 0 0 16px 0;
    color: #fff
}

.blogger-text {
    font-size: 14px;
    /* width:100%; */
}

.blogger-table {
    width: 100%;
    padding: 20px 0 0;
}

.author-name {
    font: 22px/16px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: bold;
    width: 100%
}

.author-title {
    font-size: 14px;
    width: 100%
}

.manual-tile-view .holder {
    -moz-box-sizing: border-box;
    -moz-transform: translate(0, 34px);
    -ms-transform: translate(0, 34px);
    bottom: 0;
    top: 0
}

.manual-tile-view .holder a:hover {
    text-decoration: none
}

.manual-tile-view .img-holder img {
    height: auto;
    width: 100%;
}

.manual-tile-view .img-holder.img-width-auto img {
    height: 100%;
    width: auto
}

.manual-item .img-holder {
    display: inline-block;
    float: left;
    min-height: 113px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.journey-left h3,
.list-icons,
.list-solutions h3,
.main-hero .lead {
    font-family: futura-pt-n7, futura-pt, Arial, Helvetica, sans-serif
}

#bank-community,
#client-bank .slick-slide,
.center-middle,
.journey-right,
.list-solutions,
.main-hero {
    text-align: center
}

.mb0 {
    margin-bottom: 0
}

.regular-font {
    font-weight: 400
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.promo .item-cell {
    height: 200px;
}

.journey-section {
    color: #0a171e;
    background-color: #f2f2f4
}

.journey-section .grid-col-lg-6 {
    position: relative
}

.journey-section .grid-col-lg-6:first-child {
    left: 50%;
    background-color: #fff
}

.journey-section .grid-col-lg-6:first-child+.grid-col-lg-6 {
    right: 50%
}

.journey-left {
    max-width: 480px;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
    padding: 60px 50px 60px 0
}

.journey-left h2 {
    font-size: 35px;
    margin-bottom: 20px
}

.journey-left h2 span {
    font-size: 24px
}

.journey-left h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 30px 0 15px
}

.list-icons>li h3,
.main-hero h1 {
    font-weight: 500;
    text-transform: uppercase
}

.journey-right {
    max-width: 520px;
    margin-right: auto;
    padding: 60px 0 20px 40px
}

.journey-right h2 {
    font-size: 30px;
    margin-bottom: 40px
}

.list-solutions {
    list-style: none;
    padding: 0;
    margin-left: -4px
}

.list-solutions>li {
    display: inline-block;
    margin-left: -4px;
    width: 33.3333%;
    vertical-align: top;
    margin-bottom: 40px
}

.list-solutions>li>a {
    color: #0a171e
}

.list-solutions>li>a:hover,
.list-solutions>li>a:hover .red {
    color: #00b1c1
}

.list-solutions h3 {
    font-size: 16px;
    text-transform: uppercase;
    height: 42px;
    margin: 10px 0 0
}

[class^=journey-icon-] {
    background: url(../images/journey-icon_v1.png) no-repeat;
    width: 71px;
    height: 71px;
    display: inline-block
}

.journey-icon-01 {
    background-position: 0 0
}

.journey-icon-02 {
    background-position: -71px 0
}

.journey-icon-03 {
    background-position: -142px 0
}

.journey-icon-04 {
    background-position: -213px 0
}

.journey-icon-05 {
    background-position: -284px 0
}

.journey-icon-06 {
    background-position: -355px 0
}

.journey-icon-07 {
    background-position: -426px 0
}

.journey-icon-08 {
    background-position: -497px 0
}

.journey-icon-09 {
    background-position: -568px 0
}

.journey-icon-10 {
    background-position: -639px 0
}

.journey-icon-11 {
    background-position: -710px 0
}

a:hover .journey-icon-01 {
    background-position: 0 -71px
}

a:hover .journey-icon-02 {
    background-position: -71px -71px
}

a:hover .journey-icon-03 {
    background-position: -142px -71px
}

a:hover .journey-icon-04 {
    background-position: -213px -71px
}

a:hover .journey-icon-05 {
    background-position: -284px -71px
}

a:hover .journey-icon-06 {
    background-position: -355px -71px
}

a:hover .journey-icon-07 {
    background-position: -426px -71px
}

a:hover .journey-icon-08 {
    background-position: -497px -71px
}

a:hover .journey-icon-09 {
    background-position: -568px -71px
}

a:hover .journey-icon-10 {
    background-position: -639px -71px
}

a:hover .journey-icon-11 {
    background-position: -710px -71px
}

a:hover .journey-icon2-01 {
    background-position: 0 -71px
}

a:hover .journey-icon2-02 {
    background-position: -71px -71px
}

a:hover .journey-icon2-03 {
    background-position: -142px -71px
}

a:hover .journey-icon2-04 {
    background-position: -213px -71px
}

a:hover .journey-icon2-05 {
    background-position: -284px -71px
}

a:hover .journey-icon2-06 {
    background-position: -355px -71px
}

a:hover .journey-icon2-07 {
    background-position: -426px -71px
}

a:hover .journey-icon2-08 {
    background-position: -497px -71px
}

a:hover .journey-icon2-09 {
    background-position: -568px -71px
}

a:hover .journey-icon2-10 {
    background-position: -639px -71px
}

[class^=journey-icon2-] {
    background: url(../images/journey-icon_v2.png) no-repeat;
    width: 71px;
    height: 71px;
    display: inline-block
}

.journey-icon2-01 {
    background-position: 0 0
}

.journey-icon2-02 {
    background-position: -71px 0
}

.journey-icon2-03 {
    background-position: -142px 0
}

.journey-icon2-04 {
    background-position: -213px 0
}

.journey-icon2-05 {
    background-position: -284px 0
}

.journey-icon2-06 {
    background-position: -355px 0
}

.journey-icon2-07 {
    background-position: -426px 0
}

.journey-icon2-08 {
    background-position: -497px 0
}

.journey-icon2-09 {
    background-position: -568px 0
}

.journey-icon2-10 {
    background-position: -639px 0
}

.journey-icon3-01:hover {
    background-position: 0 -71px
}

.journey-icon3-02:hover {
    background-position: -71px -71px
}

.journey-icon3-03:hover {
    background-position: -142px -71px
}

.journey-icon3-04:hover {
    background-position: -213px -71px
}

.journey-icon3-05:hover {
    background-position: -284px -71px
}

.journey-icon3-06:hover {
    background-position: -355px -71px
}

.journey-icon3-07:hover {
    background-position: -426px -71px
}

.journey-icon3-08:hover {
    background-position: -497px -71px
}

.journey-icon3-09:hover {
    background-position: -568px -71px
}

.journey-icon3-10:hover {
    background-position: -639px -71px
}

[class^=journey-icon3-] {
    background: url(../images/journey-icon_v3.png) no-repeat;
    width: 71px;
    height: 71px;
    display: inline-block
}

.journey-icon3-01 {
    background-position: 0 0
}

.journey-icon3-02 {
    background-position: -71px 0
}

.journey-icon3-03 {
    background-position: -142px 0
}

.journey-icon3-04 {
    background-position: -213px 0
}

.journey-icon3-05 {
    background-position: -284px 0
}

.journey-icon3-06 {
    background-position: -355px 0
}

.journey-icon3-07 {
    background-position: -426px 0
}

.journey-icon3-08 {
    background-position: -497px 0
}

.journey-icon3-09 {
    background-position: -568px 0
}

.journey-icon3-10 {
    background-position: -639px 0
}

.journey-icon4-01:hover {
    background-position: 0 -71px
}

.journey-icon4-02:hover {
    background-position: -71px -71px
}

.journey-icon4-03:hover {
    background-position: -142px -71px
}

.journey-icon4-04:hover {
    background-position: -213px -71px
}

.journey-icon4-05:hover {
    background-position: -284px -71px
}

.journey-icon4-06:hover {
    background-position: -355px -71px
}

.journey-icon4-07:hover {
    background-position: -426px -71px
}

.journey-icon4-08:hover {
    background-position: -497px -71px
}

.journey-icon4-09:hover {
    background-position: -568px -71px
}

.journey-icon4-10:hover {
    background-position: -639px -71px
}

[class^=journey-icon4-] {
    background: url(../images/journey-icon_v4.png) no-repeat;
    width: 71px;
    height: 71px;
    display: inline-block
}

.journey-icon4-01 {
    background-position: 0 0
}

.journey-icon4-02 {
    background-position: -71px 0
}

.journey-icon4-03 {
    background-position: -142px 0
}

.journey-icon4-04 {
    background-position: -213px 0
}

.journey-icon4-05 {
    background-position: -284px 0
}

.journey-icon4-06 {
    background-position: -355px 0
}

.journey-icon4-07 {
    background-position: -426px 0
}

.journey-icon4-08 {
    background-position: -497px 0
}

.journey-icon4-09 {
    background-position: -568px 0
}

.journey-icon4-10 {
    background-position: -639px 0
}

.main-hero,
.tile.tile-heading,
[data-rows-number="2"] .tile:hover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.main-hero {
    color: #fff;
    min-height: 470px;
    background-attachment: fixed
}

.main-hero .container {
    position: relative;
    height: 100%
}

.center-middle,
.main-hero-bottom,
.main-hero-top {
    position: absolute;
    width: 100%
}

.center-middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.main-hero .center-middle {
    transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%)
}

.main-hero-top {
    top: 50px
}

.main-hero-bottom {
    bottom: 40px
}

.main-hero h1 {
    font-size: 38px;
    margin-bottom: 17px;
    margin-top: 0
}

.main-hero .lead {
    font-size: 30px;
    margin-bottom: 70px
}

.list-icons {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-icons>li {
    display: inline-block;
    vertical-align: top
}

.list-icons>li+li {
    margin-left: 50px
}

.list-icons>li a {
    color: #fff;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.list-icons>li a:hover {
    color: #00b1c1
}

.list-icons>li h3 {
    font-size: 16px;
    height: 63px;
    margin-top: 10px;
    margin-bottom: 0
}

.icon-white-01,
.icon-white-02,
.icon-white-03,
.icon-white-04 {
    width: 71px;
    height: 71px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.icon-white-04 {
    background-image: url(../images/icon-white-04.png)
}

.icon-white-03 {
    background-image: url(../images/icon-white-03.png)
}

.icon-white-02 {
    background-image: url(../images/icon-white-02.png)
}

.icon-white-01 {
    background-image: url(../images/icon-white-01.png)
}

.list-icons>li a:hover .icon-white-01,
.list-icons>li a:hover .icon-white-02,
.list-icons>li a:hover .icon-white-03,
.list-icons>li a:hover .icon-white-04 {
    width: 75px;
    height: 75px;
    margin: 0 0 4px
}

.list-icons>li a:hover .icon-white-04 {
    background-image: url(../images/icon-white-04-hover.png)
}

.list-icons>li a:hover .icon-white-03 {
    background-image: url(../images/icon-white-03-hover.png)
}

.list-icons>li a:hover .icon-white-02 {
    background-image: url(../images/icon-white-02-hover.png)
}

.list-icons>li a:hover .icon-white-01 {
    background-image: url(../images/icon-white-01-hover.png)
}

#bank-community {
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px
}

#bank-community h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    margin: 0
}

#client-bank {
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px
}

#client-bank .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px
}

#client-bank .slick-slide a {
    display: inline-block
}

#client-bank .slick-slide img {
    max-height: 70px
}

#client-bank .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

#client-bank .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer
}

#client-bank .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #dcdce0
}

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

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

#client-bank .slick-dots li.slick-active button {
    background: #c30e2e
}

@media (max-width:1199px) {
    .journey-left {
        max-width: 450px;
        padding-right: 30px
    }
    .journey-right {
        max-width: 480px;
        padding-left: 30px
    }
}

@media (max-width:991px) {
    .journey-left,
    .journey-right {
        padding-left: 20px;
        padding-right: 20px
    }
    .list-solutions>li {
        width: 50%
    }
    .journey-left h2 span {
        line-height: 100%;
        display: block;
        margin-top: 10px
    }
    .journey-right h2 {
        line-height: 110%
    }
    .main-hero h1 {
        font-size: 30px
    }
    .main-hero .lead {
        font-size: 25px
    }
    .list-icons>li+li {
        margin-left: 20px
    }
}

@media (max-width:767px) {
    .journey-section .grid-col-lg-6:first-child {
        left: 0
    }
    .journey-section .grid-col-lg-6:first-child+.grid-col-lg-6 {
        right: 0
    }
    .journey-left {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
        margin-right: auto;
        margin-left: auto
    }
    .journey-left h2 {
        font-size: 24px
    }
    .journey-left h2 span {
        font-size: 16px
    }
    .journey-left h3 {
        margin: 20px 0 10px;
        font-size: 16px
    }
    .journey-right,
    .list-solutions {
        margin-left: auto;
        margin-right: auto
    }
    .journey-right h2,
    .list-solutions>li {
        margin-bottom: 25px
    }
    .journey-right {
        padding-top: 35px;
        padding-bottom: 0
    }
    .journey-right h2 {
        font-size: 24px
    }
    .list-solutions {
        max-width: 260px
    }
    .list-solutions h3 {
    ;
        height: 32px;
        margin-top: 5px
    }
    .main-hero {
        min-height: 485px;
        background-position: right center
    }
    .main-hero .center-middle {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
    .main-hero h1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
        max-width: 270px;
        margin: 0 auto 10px
    }
    .main-hero .lead {
        margin-bottom: 0;
        font-size: 14px
    }
    .list-icons {
        max-width: 300px;
        margin: 0 auto
    }
    .list-icons>li {
        width: 50%;
        display: block;
        float: left;
        margin-top: 30px;
        position: relative
    }
    .list-icons>li:nth-child(1)::after,
    .list-icons>li:nth-child(3)::after {
        position: absolute;
        content: '';
        height: 60px;
        width: 1px;
        background-color: rgba(255, 255, 255, .2);
        left: 100%
    }
    .list-icons>li:nth-child(1)::after {
        bottom: 5px
    }
    .list-icons>li:nth-child(3)::after {
        top: 5px
    }
    .list-icons>li:nth-child(3)::before,
    .list-icons>li:nth-child(4)::before {
        position: absolute;
        content: '';
        height: 1px;
        width: 80px;
        background-color: rgba(255, 255, 255, .2);
        top: -15px;
        left: 50%;
        margin-left: -40px
    }
    .list-icons>li>img {
        height: 42px;
        widows: 42px
    }
    .list-icons>li h3 {
        font-size: 11px;
        margin-top: 5px;
        line-height: 110%;
        height: 36px
    }
    .list-icons>li .visible-xs {
        font-size: 10px
    }
    .list-icons>li+li {
        margin-left: 0
    }
    #client-bank .container {
        padding-left: 20px;
        padding-right: 20px
    }
    #bank-community h2 {
        font-size: 15px
    }
    #client-bank .slick-slide {
        position: relative
    }
    #client-bank .slick-slide a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        height: 60px;
        line-height: 80px
    }
    #client-bank .slick-slide.slick-current::before {
        position: absolute;
        content: '';
        border-left: 1px solid #e6e7e8;
        height: 60px;
        width: 1px;
        left: 0
    }
    #client-bank .slick-slide img {
        max-height: 60px;
        display: inline-block
    }
    #client-bank {
        margin-bottom: 20px
    }
    .slick-dots {
        margin-top: 20px
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    font-family: futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    background: #f2f4f6;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px 20px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default .select2-selection--single {
    background: #e6e8ea;
    height: 45px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #484b51;
    line-height: 20px;
    font: 18px/20px futura-pt-n4, futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 400!important;
    font-style: normal!important;
    text-align: left
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #484b51
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/icons-sb8b4f12d43.png) -81px -15px;
    height: 8px;
    width: 12px;
    right: 12px;
    top: 20px;
    overflow: hidden;
    position: absolute
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e0e4e9
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2--error .select2-selection {
    -moz-box-shadow: inset 0 0 5px #f03;
    -webkit-box-shadow: inset 0 0 5px #f03;
    box-shadow: inset 0 0 5px #f03
}

.select2--error .select2-selection__placeholder {
    color: #c30e2e!important
}

@media (max-width:960px) {
    .select2-container--default .select2-selection--single {
        font-size: 16px!important;
        height: 30px;
        line-height: 31px
    }
    .select2-selection__rendered {
        font-size: 16px!important;
        line-height: 31px
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 5px 10px 0
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-position: -24px -15px;
        height: 6px;
        right: 3px;
        top: 13px;
        width: 9px
    }
    .select2-results__option {
        padding: 2px 10px
    }
}

@media (max-width:767px) {
    .select2-container--default .select2-selection--single {
        font-size: 16px!important;
        height: 37px;
        line-height: 31px
    }
    .select2-selection__rendered {
        font-size: 16px!important;
        line-height: 31px
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 8px 10px 0
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background: url(../images/icons-sb8b4f12d43.png) -81px -15px rgba(0, 0, 0, 0);
        height: 8px;
        overflow: hidden;
        position: absolute;
        right: 12px;
        top: 15px;
        width: 12px
    }
    .select2-results__option {
        padding: 6px 10px
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&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>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(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

.fa-rotate-90 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

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

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

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

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

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

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

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

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

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

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

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

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

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

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

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

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

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: "\f236"
}

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

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

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

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

.fa-yc:before,
.fa-y-combinator: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:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

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

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

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

.fa-signing:before,
.fa-sign-language: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-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-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:before,
.fa-thermometer-full: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-bathtub:before,
.fa-s15:before,
.fa-bath: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
}

.hline {
    width: 100%;
    height: 10px;
    background: #000;
}

.resource-hero {
    margin-top: 0px;
    float: right;
    width: 320px;
    padding-left: 15px;
    margin-bottom: 2px;
}

.resource-hero-blog {
    margin-top: 0px;
    float: right;
    width: 550px;
    padding-left: 15px;
    margin-bottom: 2px;
}

.script-category {
    width: 225px;
    height: 81px;
    position: absolute;
    bottom: 0px;
}

@media only screen and (max-width: 900px) {
    .resource-hero {
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
    .resource-hero-blog {
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .resource-hero {
        float: right;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px;
        padding-left: 0px;
    }
    .resource-hero-blog {
        float: right;
        width: 420px;
        margin-bottom: 20px;
        margin-top: 0px;
        padding-left: 10px;
    }
}

@media only screen and (max-width:760px) {
    .resource-hero {
        margin-top: 0px;
        float: right;
        width: 300px;
        padding-left: 10px;
        margin-bottom: 2px;
    }
    .resource-hero-blog {
        margin-top: 0px;
        float: right;
        width: 300px;
        padding-left: 10px;
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 560px) {
    .resource-hero {
        margin-top: 0px;
        float: center;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0px;
    }
    .resource-hero-blog {
        margin-top: 0px;
        float: center;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0px;
    }
}

.blogger-text-article {
    font-size: 20px;
    width: 100%
}

.blogger-table-article {
    width: 100%;
}

.author-name-article {
    font: 27px/23px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    color: #c30e2e;
    font-weight: 600;
    text-align: left;
}

.author-title-article {
    font: 20px/21px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #c30e2e;
}

.author-biog {
    font: 16px/20px futura-pt-n5, futura-pt, Arial, Helvetica, sans-serif;
    color: #818181;
    font-style: bold;
    text-align: left;
}

@media only screen and (min-width: 560px) {
    .author-image {
        padding: 0px 15px 15px 0px;
        width: 121px;
        height: 121px;
        float: left;
    }
}

@media only screen and (min-width: 1200px) {
    .author-image {
        padding: 0px 15px 15px 0px;
        width: 181px;
        height: 181px;
        float: left;
        top|: 0;
    }
}

@media only screen and (max-width: 560px) {
    .author-image {
        padding: 0px 15px 15px 0px;
        width: 100px;
        height: 100px;
    }
}

.tv-back01 {
    background-image: url("../../../images/resource-covers/videos/screen-frame_02.jpg");
}

.tv-back02 {
    background-image: url("../../../images/resource-covers/videos/screen-frame_04.jpg");
    background-align: right;
}

#header .btn-mail {
    background: #c30e2e;
}

#header .btn-mail:hover {
    background: #0a171e;
}