@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    outline: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

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

body,
html {
    height: 100%
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

button,
input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: inherit
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: inherit
}

button,
input[type=button],
input[type=reset],
input[type=submit] label[for] {
    cursor: pointer
}

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

button {
    overflow: visible
}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td,
th {
    padding: 0
}

html {
    overflow-x: hidden
}

body {
    min-width: 320px;
    background: url(../images/temp/texture_tile_light.gif) repeat 0 0;
    font-family: Work Sans, sans-serif;
    font-size: 16px;
    line-height: 1.63;
    color: #58595b
}

a {
    text-decoration: none
}

a,
a:focus,
a:hover {
    color: inherit
}

a:focus {
    outline: 0
}

a[href^=tel] {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.815em
}

h1 {
    font-size: 30px;
    line-height: 1.17
}

h1,
h2 {
    letter-spacing: .15em;
    font-weight: 700
}

h2 {
    font-size: 25px;
    line-height: 1.08
}

h3 {
    font-size: 20px;
    line-height: 1.25
}

h3,
h4 {
    letter-spacing: .15em;
    font-weight: 700
}

h4 {
    font-size: 18px;
    line-height: 1.22
}

h5 {
    font-size: 14px
}

h5,
h6 {
    line-height: 1
}

h6 {
    font-size: 12px;
    letter-spacing: .15em
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.63em
}

p {
    margin-bottom: 25px
}

blockquote:last-child,
dl:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    body.active .wrapper:before {
        opacity: 1;
        visibility: visible
    }

    h2 {
        line-height: 1.2
    }
}

body.logged-in.admin-bar .header {
    top: 32px
}

@media (max-width:782px) {
    body.logged-in.admin-bar .header {
        top: 46px
    }
}

@media (max-width:600px) {
    #wpadminbar {
        position: fixed
    }
}

@media (max-width:767px) {
    .content {
        transition: transform .4s
    }

    .content.active {
        transform: translateX(-100px)
    }
}

.clear:after {
    content: "";
    line-height: 0;
    display: table;
    clear: both
}

.title {
    position: relative
}

.title:after {
    content: "“";
    position: absolute;
    top: 0;
    left: -25px
}

.hidden-desktop {
    display: none !important
}

@media (max-width:767px) {
    .hidden-desktop {
        display: block !important
    }
}

.col-inner {
    margin: 0 -40px
}

.col-inner-primary {
    margin: 0 -15px
}

.col-inner-secondary {
    padding: 0 30px
}

.col-inner-teritary {
    margin: 0 -30px
}

@media (max-width:1199px) {

    .col-inner,
    .col-inner-primary,
    .col-inner-secondary,
    .col-inner-teritary {
        margin: 0;
        padding: 0
    }
}

.cols {
    display: -ms-flexbox;
    display: flex
}

.cols .col--1of3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.cols .col {
    padding: 0
}

@media (max-width:767px) {
    .col-primary {
        -ms-flex-order: 1;
        order: 1
    }
}

.mfp-close {
    position: fixed;
    top: 20px !important;
    right: 20px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 0;
    border: 1px solid #eee !important;
    border-radius: 50%;
    transition: background .4s
}

.mfp-close:after,
.mfp-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #58595b;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: background .4s
}

.mfp-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.mfp-close:hover {
    background: #eee
}

.mfp-bg {
    background: hsla(0, 0%, 100%, .95);
    opacity: 1
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media (max-width:767px) {
    .mfp-close {
        width: 35px !important;
        height: 35px !important
    }
}

.animate {
    transform: translateY(50px);
    opacity: 0;
    transition: transform .4s, opacity 1s
}

.animated {
    transform: translateY(0);
    opacity: 1
}

@keyframes move {
    0% {
        transform: scale(1) translateX(0)
    }

    50% {
        transform: scale(1.3) translateX(60px)
    }

    to {
        transform: scale(1) translateX(0)
    }
}

@keyframes move-mobile {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    to {
        transform: scale(1)
    }
}

@keyframes shine {
    0% {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }
}

.textblind {
    position: relative;
    opacity: 0
}

.textblind.start-animation {
    opacity: 1
}

.textblind.start-animation .blind:first-child small {
    animation: dropin .7s 0s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(2) small {
    animation: dropin .7s .125s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(3) small {
    animation: dropin .7s .25s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(4) small {
    animation: dropin .7s .375s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(5) small {
    animation: dropin .7s .5s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(6) small {
    animation: dropin .7s .625s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(7) small {
    animation: dropin .7s .75s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(8) small {
    animation: dropin .7s .875s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(9) small {
    animation: dropin .7s 1s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(10) small {
    animation: dropin .7s 1.125s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(11) small {
    animation: dropin .7s 1.25s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(12) small {
    animation: dropin .7s 1.375s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(13) small {
    animation: dropin .7s 1.5s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(14) small {
    animation: dropin .7s 1.625s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(15) small {
    animation: dropin .7s 1.75s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(16) small {
    animation: dropin .7s 1.875s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(17) small {
    animation: dropin .7s 2s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(18) small {
    animation: dropin .7s 2.125s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(19) small {
    animation: dropin .7s 2.25s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation .blind:nth-child(20) small {
    animation: dropin .7s 2.375s cubic-bezier(.215, .61, .355, 1) forwards
}

.textblind.start-animation~* {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.textblind~* {
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    transition: transform .6s 1s, opacity .6s 1s, visibility .6s 1s
}

.textblind .blind {
    display: block;
    overflow: hidden
}

.textblind .blind small {
    display: block;
    opacity: 0;
    font-size: inherit;
    transform: translateY(100%)
}

@keyframes dropin {
    0% {
        transform: translateY(100%);
        opacity: 1
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #fff;
    transition: transform .4s
}

.header.fixed{
    position: fixed;
}

.header .nav-prev {
    display: none;
    position: absolute;
    top: 17px;
    left: 33px;
    z-index: 10;
    font-size: 33px
}

.header .header__link {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em
}

.header .header__content {
    text-align: center
}

.header .header__bar {
    text-align: right;
    padding: 6px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    transition: background .4s
}

.header .header__body__inner {
    position: relative;
    z-index: 1
}

.header .header__body-primary {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 74px 0 100px;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s, margin .4s
}

.header .header__body {
    padding: 39px 0 40px;
    transition: background .4s
}

.header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px
}

.header .logo-dark {
    display: none
}

.header .header__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header .regions-menu {
    margin-right: -15px;
    padding-right: 15px
}

.header .regions-menu:hover {
    background: hsla(0, 0%, 100%, .9);
    color: #e95d51
}

.header .regions-menu .regions-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background: hsla(0, 0%, 100%, .9);
    z-index: 999
}

.header .regions-menu .regions-dropdown li {
    display: block;
    margin: 0;
    padding: 0
}

.header .regions-menu .regions-dropdown li:after {
    display: none
}

.header .regions-menu:hover .regions-dropdown {
    display: block
}

.header.fixed,
.header.header-search,
.header.hover-menu {
    color: #58595b
}

.header.fixed .header__bar,
.header.header-search .header__bar,
.header.hover-menu .header__bar {
    background: #e5e4e4
}

.header.fixed .header__body,
.header.header-search .header__body,
.header.hover-menu .header__body {
    background: #fff
}

.header.fixed .nav-access li+li:after,
.header.header-search .nav-access li+li:after,
.header.hover-menu .nav-access li+li:after {
    background: #ccc
}

.header.fixed .regions-menu:hover,
.header.header-search .regions-menu:hover,
.header.hover-menu .regions-menu:hover {
    background: none
}

.header.fixed .regions-menu .regions-dropdown,
.header.header-search .regions-menu .regions-dropdown,
.header.hover-menu .regions-menu .regions-dropdown {
    background: #e5e4e4
}

.header.fixed .logo-light,
.header.header-search .logo-light,
.header.hover-menu .logo-light {
    display: none
}

.header.fixed .logo-dark,
.header.header-search .logo-dark,
.header.hover-menu .logo-dark {
    display: block
}

.header.fixed .btn--border,
.header.header-search .btn--border,
.header.hover-menu .btn--border {
    border-color: #e45750;
    color: #e45750
}

.header.hover-dropdown .dropdown-title {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s .2s, visibility .4s .2s
}

.header.header-search .header__body-primary {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.header.fixed .nav .active a:after {
    background: #e95d51
}

.header.up {
    transform: translateY(-100%)
}

.header.down {
    transform: translateY(0)
}

.header--white {
    color: #58595b
}

.header--white .btn-burger:after,
.header--white .btn-burger:before {
    background: #58595b
}

.header--white .header__bar {
    background: #eee !important
}

.header--white .header__body {
    /* background: hsla(0, 0%, 100%, .9); */
    background: #fff;
}

.header--white .nav-access li+li:after {
    background: #ccc
}

.header--white .btn--border {
    border-color: #e45750;
    color: #e45750
}

.header--white .nav .active>a {
    color: #e95d51
}

.header--white .nav .active>a:after {
    background: #e95d51
}

@media (min-width:767px) {
    .header .header__content {
        height: auto !important
    }
}

@media (max-width:1199px) {
    .header .logo {
        margin-top: -22px
    }
}

@media (max-width:991px) {
    .header .header__btn {
        min-width: 100px;
        font-size: 11px;
        padding: 8px 5px
    }

    .header .logo {
        margin-top: -18px
    }
}

@media (max-width:767px) {
    .header {
        color: #58595b
    }

    .header .header__bar,
    .header .header__body-primary,
    .header .header__btn {
        display: none
    }

    .header .nav-prev {
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s, visibility .4s
    }

    .header .header__btn {
        top: auto;
        transform: translate(0);
        bottom: 28px;
        bottom: 18px;
        right: 50%;
        width: calc(100% - 66px);
        padding: 14px 10px;
        font-size: 12px;
        transition: opacity .4s .4s, visibility .4s .4s;
        position: static;
        margin: 20px 0
    }

    .header .logo {
        position: static;
        transform: translateY(0);
        margin: 0
    }

    .header .search-small {
        margin-top: 36px
    }

    .header .header__body {
        padding: 23px 15px
    }

    .header .header__body__inner {
        padding: 0 6px
    }

    .header .header__content {
        position: fixed;
        top: 0;
        right: 0;
        width: 310px;
        height: 100vh;
        background: #fff;
        padding: 37px 34px;
        transform: translateX(100%);
        transition: transform .4s;
        overflow: hidden;
        overflow-y: auto;
        z-index: 10;
        text-align: left
    }

    .header .header__content .btn-burger {
        top: 28px;
        right: 19px;
        transform: translateY(0)
    }

    .header .header__content .btn-burger:after,
    .header .header__content .btn-burger:before {
        transition: background .5s .3s, transform .5s .3s, top .5s .3s
    }

    .header .header__content-inner {
        padding-bottom: 40px
    }

    .header.menu-expanded .nav-prev {
        opacity: 1;
        visibility: visible
    }

    .header.menu-expanded .header__content {
        padding-top: 90px
    }

    .header.menu-expanded .header__content-inner {
        display: none
    }

    .header.menu-expanded .header__btn {
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s, visibility .4s
    }

    .header.menu-expanded .nav li {
        position: absolute;
        opacity: 0;
        visibility: hidden
    }

    .header.menu-expanded .nav .open,
    .header.menu-expanded .nav .open li {
        position: static;
        opacity: 1;
        visibility: visible
    }

    .header.active {
        transform: translateY(0)
    }

    .header.active .header__body {
        background: none
    }

    .header.active .header__content {
        transform: translateX(0)
    }

    .header.fixed .btn-burger:after,
    .header.fixed .btn-burger:before {
        background: #58595b
    }
}

@media (max-width:414px) {
    .header .header__btn {
        position: absolute;
        margin: 0;
        transform: translate(50%)
    }

    .header .header__content {
        min-height: 550px
    }
}

.header-solo {
    position: static
}

.nav {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    display: block;
    display: inline-block;
    text-align: left
}

.nav a {
    text-decoration: none !important;
    transition: background .4s, color .4s
}

.nav .dropdown-title {
    position: absolute;
    top: 58px;
    left: 100%;
    margin-left: 45px;
    min-width: 150px;
    background: none !important;
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
    display: none
}

.nav ul {
    list-style: none
}

.nav ul li {
    position: relative
}

.nav ul .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 226px;
    margin-left: -13px;
    color: #999;
    padding-top: 40px;
    transform: translateY(-100%);
    border-bottom: 1px solid #dedede
}

.nav ul .dropdown:after,
.nav ul .dropdown:before {
    content: "";
    position: absolute;
    top: 40px;
    width: 100vw;
    height: calc(100% - 39px);
    background: #fff;
    border-bottom: 1px solid #dedede
}

.nav ul .dropdown:after {
    right: 100%
}

.nav ul .dropdown:before {
    left: 100%
}

.nav ul .dropdown h6 {
    padding-left: 12px;
    font-weight: 600;
    color: #999;
    margin-bottom: 0;
    padding-bottom: 18px;
    text-transform: uppercase;
    background: #fff
}

.nav ul .dropdown>ul {
    background: #fff;
    padding-bottom: 120px;
    padding-top: 18px;
    position: relative
}

.nav ul .dropdown>ul>li {
    border-top: 1px solid #ddd;
    position: static
}

.nav ul .dropdown>ul>li:last-child {
    border-bottom: 1px solid #ddd
}

.nav ul .dropdown>ul>li:hover>a {
    background: #eee
}

.nav ul .dropdown>ul>li:hover>ul {
    display: block;
    transform: translateX(0)
}

.nav ul .dropdown>ul>li a {
    display: block;
    padding: 15px 13px 14px;
    position: relative;
    color: #58595b
}

.nav ul .dropdown>ul>li a strong {
    font-weight: 600;
    display: block;
    color: #58595b
}

.nav ul .dropdown>ul>li a span {
    color: #999;
    font-weight: 400
}

.nav ul .dropdown>ul>li a i {
    color: #58595b;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%)
}

.nav ul .dropdown ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    color: #58595b;
    text-transform: none;
    padding: 14px 0 0 41px;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px;
    min-width: 200px;
    transform: translateX(40px);
    transition: transform .4s
}

.nav ul .dropdown ul ul a {
    padding: 0
}

.nav ul .dropdown ul ul a:hover {
    color: #e95d51
}

.nav ul .dropdown ul ul>li+li {
    margin-top: 13px
}

.nav ul .dropdown .current-menu-item>a i,
.nav ul .dropdown .current-menu-item>a span,
.nav ul .dropdown .current-menu-item>a strong {
    color: #e95d51
}

.nav ul .dropdown .dropdown {
    left: 100%;
    top: 0;
    padding: 0 0 0 44px;
    margin: 0;
    min-width: 240px;
    margin-top: -31px;
    margin-top: -12px;
    background: none;
    transform: translate(0);
    transform: translateX(200px);
    border: none;
    height: 100%
}

.nav ul .dropdown .dropdown:after,
.nav ul .dropdown .dropdown:before {
    display: none
}

.nav ul .dropdown .dropdown a {
    background: none !important
}

.nav ul .dropdown .dropdown h6 {
    margin-bottom: 40px;
    padding: 0;
    background: none
}

.nav ul .dropdown .dropdown ul {
    position: static;
    display: block;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    background: none;
    transform: translateX(0)
}

.nav ul .dropdown .dropdown li {
    border: none !important
}

.nav ul .dropdown .dropdown li+li {
    margin-top: 11px
}

.nav ul .dropdown .dropdown--secondary {
    margin-top: 0;
    padding-left: 40px;
    padding-top: 13px
}

.nav ul .dropdown .dropdown--secondary ul {
    font-size: 12px
}

.nav ul .dropdown .dropdown--secondary li+li {
    margin-top: 13px
}

.nav ul .dropdown--primary {
    text-transform: none;
    letter-spacing: 0
}

.nav ul .dropdown--primary h6 {
    padding-top: 18px;
    padding-bottom: 0
}

.nav>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.nav>ul>li:hover>a {
    color: #e95d51
}

.nav>ul>li:hover>a:after {
    width: 100%
}

.nav>ul>li>a {
    display: inline-block;
    position: relative
}

.nav>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e95d51;
    transition: width .4s
}

.nav>ul>li+li {
    margin-left: 33px
}

.nav li:hover>.dropdown {
    display: block;
    transform: translate(0)
}

.nav li li:hover>.dropdown {
    display: block;
    transform: translateX(0)
}

.nav .current-menu-item>a:after,
.nav .current-page-ancestor>a:after {
    width: 100%;
    background: #fff
}

.header--white .nav .current-menu-item>a:after,
.header--white .nav .current-page-ancestor>a:after {
    width: 100%;
    background: #e95d51
}

@media (max-width:1199px) {
    .nav>ul>li+li {
        margin-left: 25px
    }
}

@media (max-width:991px) {
    .nav {
        font-size: 10px;
        display: block
    }

    .nav li:hover a:after {
        display: none
    }

    .nav>ul>li+li {
        margin-left: 15px
    }

    .nav ul .dropdown .dropdown a {
        font-size: 10px
    }

    .nav ul .dropdown .dropdown--secondary {
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .nav {
        font-size: 12px
    }

    .nav .dropdown-title {
        display: none
    }

    .nav>ul {
        display: block
    }

    .nav>ul>li {
        border-top: 1px solid #ddd
    }

    .nav>ul>li:last-child {
        border-bottom: 1px solid #ddd
    }

    .nav>ul>li+li {
        margin: 0
    }

    .nav a {
        display: block !important;
        position: relative;
        padding: 20px 13px 19px
    }

    .nav a:after {
        display: none
    }

    .nav a i {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%)
    }

    .nav a .fa-angle-down {
        transform: translateY(-50%) rotate(-90deg)
    }

    .nav ul .dropdown {
        padding-top: 0;
        line-height: 1.29;
        font-size: 14px;
        display: block;
        top: 149px;
        left: 50%;
        transform: translateX(100%) !important;
        width: calc(100% - 68px);
        margin: 0;
        border: none;
        border-top: 1px solid #ddd;
        transition: transform .4s !important;
        pointer-events: none
    }

    .nav ul .dropdown:after,
    .nav ul .dropdown:before {
        display: none
    }

    .nav ul .dropdown>ul {
        padding: 0
    }

    .nav ul .dropdown h6 {
        padding: 23px 13px
    }

    .nav ul .dropdown a {
        padding: 16px 13px !important
    }

    .nav ul .dropdown a i {
        right: 13px !important;
        transition: transform .4s
    }

    .nav ul .dropdown li:hover>a {
        background: none !important
    }

    .nav ul .dropdown .dropdown {
        display: none;
        margin-top: 0;
        padding: 27px 0 26px 13px;
        transform: translateX(0) !important;
        max-height: 99999px;
        position: static;
        width: 100%;
        border-top: 1px solid #ddd
    }

    .nav ul .dropdown .dropdown h6 {
        margin-bottom: 27px;
        opacity: 1
    }

    .nav ul .dropdown .dropdown a {
        padding: 0 !important;
        font-size: 13px
    }

    .nav ul .dropdown .dropdown ul {
        margin-bottom: 0
    }

    .nav ul .dropdown .dropdown li+li {
        margin-top: 16px
    }

    .nav ul .dropdown .dropdown .dropdown {
        display: none;
        margin-top: 0;
        padding: 20px 0 15px;
        transform: translateX(0) !important;
        max-height: 99999px;
        position: static;
        width: 100%
    }

    .nav ul .dropdown .dropdown .dropdown h6 {
        margin-bottom: 27px;
        opacity: 1
    }

    .nav ul .dropdown .dropdown .dropdown a {
        padding: 0 !important;
        font-size: 13px
    }

    .nav ul .dropdown .dropdown .dropdown ul {
        margin-bottom: 0
    }

    .nav ul .dropdown .dropdown .dropdown li+li {
        margin-top: 16px
    }

    .nav ul .dropdown--teritary>ul>li:first-child {
        border-top: none
    }

    .nav .open>.dropdown {
        pointer-events: auto;
        transform: translateY(0);
        transform: translateX(-50%) !important
    }

    .nav .open>.dropdown .open>a {
        background: #eee !important
    }

    .nav .open>.dropdown .open>a .fa-angle-right {
        transform: translateY(-50%) rotate(90deg)
    }

    .nav .open>.dropdown .open .open>a {
        background: none !important;
        padding-bottom: 10px !important
    }

    .nav .open>a {
        background: #f5f5f5;
        color: #58595b !important
    }

    .nav .open>a i {
        pointer-events: auto
    }

    .nav .open>a .fa-angle-down {
        transform: translateY(-50%) rotate(0)
    }
}

.nav-access {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .15em
}

.nav-access li {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.nav-access li:last-child {
    padding-left: 16px;
    margin-left: 11px
}

.nav-access li+li {
    margin-left: 11px;
    padding-left: 15px
}

.nav-access li+li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: hsla(0, 0%, 100%, .3);
    width: 1px;
    height: 12px;
    transition: background .4s
}

.nav-access a {
    transition: color .4s
}

.nav-access a:hover {
    text-decoration: none;
    color: #e95d51
}

.nav-access i {
    font-size: 13px
}

.nav-access .fa-angle-down {
    position: relative;
    top: 1px;
    margin-left: 2px
}

.nav-secondary {
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    padding: 23px 0 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: background .4s
}

.nav-secondary a {
    text-decoration: none;
    transition: opacity .4s, color .4s
}

.nav-secondary a:hover {
    color: #e95d51
}

.nav-secondary ul {
    list-style: none
}

.nav-secondary li {
    display: inline-block
}

.nav-secondary li+li {
    margin-left: 38px
}

.nav-secondary--alt li+li {
    margin-left: 26px
}

.nav-secondary--alter {
    position: static
}

@media (max-width:991px) {
    .nav-secondary--alt ul {
        margin-bottom: -10px
    }

    .nav-secondary--alt li {
        padding: 0 13px 10px
    }

    .nav-secondary--alt li+li {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .nav-secondary--alter li {
        display: block
    }

    .nav-secondary--alter li+li {
        margin: 10px 0 0
    }

    .nav-secondary.js-nav-slider {
        padding: 23px;
        overflow: hidden
    }

    .nav-secondary.js-nav-slider:before {
        right: auto;
        left: 100%
    }

    .nav-secondary.js-nav-slider li {
        padding: 0
    }

    .nav-secondary.js-nav-slider ul {
        margin-bottom: 0;
        max-height: 22px
    }
}

@media (min-width:768px) {
    .mobile-only {
        display: none !important
    }
}

@media (max-width:374px) {
    .nav-secondary.js-nav {
        padding-bottom: 23px
    }
}

@media (min-width:768px) {

    .deep a,
    .deeper a {
        display: inline-block !important
    }

    .deep a:hover,
    .deeper a:hover {
        color: #e95d51
    }

    .nav ul .dropdown .dropdown li {
        margin: 0 !important;
        padding: 5px 0
    }
}

.logo {
    display: inline-block;
    background: url(../images/logo.png) no-repeat 0 0;
    width: 214px;
    height: 53px;
    background-size: 100% 100%
}

.logo-secondary {
    display: inline-block;
    background: url(../images/logo-secondary.png) no-repeat 0 0;
    width: 126px;
    height: 104px;
    background-size: 100% 100%
}

.logo-mobile {
    display: inline-block;
    background: url(../images/logo-mobile.png) no-repeat 0 0;
    width: 234px;
    height: 26px;
    background-size: 100% 100%
}

@media (max-width:1199px) {
    .logo {
        width: 178px;
        height: 44px
    }
}

@media (max-width:991px) {
    .logo {
        width: 148px;
        height: 36px
    }
}

@media (max-width:767px) {
    .logo {
        width: 164px;
        height: 41px
    }
}

.btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 14px 14px;
    transition: color .4s, background .4s, border-color .4s
}

.btn:focus {
    box-shadow: none
}

.btn--border {
    border: 2px solid #fff
}

.btn--border:hover {
    border-color: #e95d51;
    background: #e95d51;
    color: #fff !important
}

.btn--border-orange {
    border: 2px solid #e95d51;
    color: #e95d51
}

.btn--border-orange:hover {
    border-color: #e95d51;
    background: #e95d51;
    color: #fff !important
}

.btn--border-orange:focus {
    color: #e95d51
}

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

.btn--small {
    min-width: 125px
}

.btn--small-primary {
    min-width: 130px;
    padding: 11px 5px 10px;
    font-size: 10px
}

.btn--small-secondary {
    min-width: 158px
}

.btn--medium {
    min-width: 214px
}

.btn--medium-primary {
    min-width: 170px
}

.btn--medium-secondary {
    min-width: 181px
}

.btn--medium-teritary {
    min-width: 176px
}

.btn--big {
    min-width: 263px;
    padding: 15px 5px
}

.btn--big-primary {
    min-width: 190px
}

.btn--big-secondary {
    min-width: 204px
}

.btn--orange {
    background: #e95d51;
    border-color: #e95d51;
    color: #fff
}

.btn--orange:hover {
    background: #fff;
    color: #e95d51 !important;
    border-color: #e95d51
}

.btn-burger {
    position: absolute;
    top: 50%;
    right: 4px;
    display: none;
    width: 22px;
    height: 39px;
    z-index: 7;
    transform: translateY(-50%)
}

.btn-burger:after,
.btn-burger:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    left: 50%;
    width: 100%;
    max-width: 20px;
    transition: background .5s, transform .5s, top .5s;
    transform-origin: 50% 50%;
    margin-left: -10px
}

.btn-burger:after {
    top: 19px
}

.btn-burger:before {
    top: 12px
}

.btn-burger.active:before {
    background: #58595b;
    transform: rotate(45deg);
    top: 15px
}

.btn-burger.active:after {
    background: #58595b;
    transform: rotate(-45deg);
    top: 15px
}

@media (max-width:767px) {
    .btn-burger {
        display: block
    }
}

.section {
    padding: 99px 0 93px
}

.section .section__link {
    color: #e95d51;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-decoration: none
}

.section .section__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e95d51;
    transition: width .4s
}

.section .section__link:hover:after {
    width: 100%
}

.section .section__group+.section__group {
    margin-top: 92px;
    padding-top: 96px
}

.section .section__group+.section__group:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
    max-width: 1170px;
    transform: translateX(-50%)
}

.section .section__group {
    position: relative
}

.section .section__group.section__group--alt:after {
    display: none
}

.section .section__group-primary+.section__group-primary {
    border-top: 1px solid #ddd;
    padding-top: 60px;
    margin-top: 94px
}

.section .section__actions {
    text-align: center;
    padding-top: 44px;
    position: relative;
    z-index: 1
}

.section .section__actions--primary {
    padding-top: 64px
}

.section .section__actions--secondary {
    padding-top: 34px
}

.section .section__actions-def {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding-top: 31px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    position: relative
}

.section .section__actions-def a {
    transition: color .4s;
    text-decoration: none
}

.section .section__actions-def a:hover,
.section .section__actions-def a i {
    color: #e95d51
}

.section .section__actions-def .link-return {
    position: relative;
    left: -20px
}

.section .section__actions-def .link-prev i {
    margin-right: 5px
}

.section .section__actions-def .link-next i {
    margin-left: 5px
}

.section .section__actions-def .section__actions__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section .section__head {
    text-align: center
}

.section .section__head h2 {
    text-transform: none;
    margin-bottom: 30px
}

.section .section__head h1 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 28px
}

.section .section__head p {
    margin-bottom: 0
}

.section .section__head i+h2 {
    margin-top: 30px
}

.section .section__head p+.btn {
    margin-top: 33px
}

.section .section__head p+p {
    margin-top: 27px
}

.section .section__head p+.section__link {
    margin-top: 25px
}

.section .section__head p+h1,
.section .section__head p+h2,
.section .section__head p+h3,
.section .section__head p+h4,
.section .section__head p+h5,
.section .section__head p+h6 {
    margin-top: 30px
}

.section .section__head--primary h2 {
    line-height: 1.2
}

.section .section__head--left {
    text-align: left
}

.section .section__head--left p {
    padding: 0
}

.section .team-members,
.section .team-members .row+.row {
    margin-top: 64px
}

.section .team-members h4 {
    margin: 25px 0 5px;
    text-transform: uppercase
}

.section .team-members span {
    font-size: 14px
}

.section .team-members .team-member a {
    position: relative;
    display: block
}

.section .team-members .team-member a:hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(147, 132, 132, .7) url(../images/team-linkedin.png) 50% no-repeat
}

.section .services {
    margin-top: 64px
}

.section .slider {
    margin-top: 60px
}

.section .features {
    margin-top: 47px
}

.section .features--primary {
    margin-top: 30px
}

.section .gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section .list-logos {
    margin-top: 67px !important
}

.section .features-primary {
    margin-top: 58px
}

.section .features-primary--links {
    margin-top: 50px
}

.section .features-secondary {
    margin-top: 60px
}

.section .features-secondary--alt {
    margin-top: 41px
}

.section .features-data {
    margin-top: 58px
}

.section--article {
    padding: 0 0 40px
}

.section--primary,
.section--secondary {
    padding: 95px 0 100px
}

.section--teritary {
    padding: 0
}

.section--teritary .section__head {
    margin-bottom: 73px
}

.section--teritary .section__head h2 {
    margin: 0
}

.section--teritary .section__head--secondary {
    padding-top: 5px;
    margin-bottom: 63px
}

.section--teritary .section__head--secondary h2 {
    margin-bottom: 32px
}

.section--teritary .section__head--secondary p {
    padding: 0 15px
}

.section--teritary .section__inner {
    background: url(../images/temp/texture_tile_grey.gif) repeat 0 0;
    padding: 93px 0 96px
}

.section--quaternary {
    padding-bottom: 38px
}

.section--quaternary .section__head h2 {
    margin-bottom: 26px
}

.section--gallery .section__head {
    margin-bottom: 58px
}

.section--logos {
    padding: 98px 0 104px
}

.section--logos .list-logos {
    margin-top: 73px !important
}

.section--senary {
    padding: 94px 0 100px
}

.section--senary .section__head p {
    padding: 0 15px
}

.section--senary-alt {
    padding-bottom: 67px
}

.section--form {
    padding: 0
}

.section--form .section__head {
    margin-bottom: 43px
}

.section--form .section__head h2 {
    margin: 0
}

.section--location {
    padding: 93px 0 100px
}

.section--location p {
    margin-bottom: 0
}

.section--location strong {
    font-weight: 600
}

.section--location p+p {
    margin-top: 26px
}

.section--location h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.section--location h5 {
    font-weight: 600;
    color: #e95d51;
    font-size: 16px;
    margin: 5px 0 0
}

.section--location .btn {
    margin-top: 30px
}

.section--location .map {
    margin-top: 50px
}

.section--location .section__aside {
    margin-left: -30px
}

.section--location .section__aside h3 {
    margin-bottom: 16px
}

.section--location .section__aside ul {
    list-style: none;
    margin: 30px 0 0
}

.section--location .section__aside ul+ul {
    margin-top: 27px
}

.section--location .section__content {
    margin-right: -36px
}

.section--location .section__content-inner {
    margin-top: 28px;
    display: -ms-flexbox;
    display: flex
}

.section--location .section__content-inner ul {
    margin: 0
}

.section--location .section__content-inner ul+ul {
    margin-left: 102px
}

.section--error .section__head {
    margin-bottom: 100px
}

.section--septenary {
    padding: 94px 0 50px
}

.section--septenary .section__head h2 {
    margin-bottom: 26px
}

.section--septenary .section__head p {
    padding: 0 60px
}

.section--form-alt {
    padding: 111px 0 0
}

.section--form-alt .section__head {
    margin-bottom: 45px
}

.section--form-alt .section__head h2 {
    margin-bottom: 32px
}

.section--form-alt .section__head p {
    padding: 0 10px
}

.section--locations-alt {
    padding: 94px 0 60px
}

.section--locations-alt .section__head {
    margin: 0 0 64px
}

.section--locations-alt .section__head h2 {
    margin: 0
}

.section--classes {
    padding: 97px 0 60px
}

.section--classes .section__head h2 {
    margin-bottom: 28px
}

.section--classes .section__head p {
    padding: 0 30px
}

.section--classes .section__head ol,
.section--classes .section__head ul {
    padding-left: 30px
}

.section--classes .features-primary {
    margin-top: 60px
}

.section--info {
    padding: 35px 0 98px
}

.section--info .section__head {
    margin-bottom: 64px
}

.section--register {
    padding: 103px 0 102px
}

.section--hub {
    padding: 110px 0 95px
}

.section--hub .section__head {
    margin-bottom: 72px
}

.section--hub .section__body h2 {
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 3px;
    margin-bottom: 26px
}

.section--hub .section__body__inner {
    padding: 0 49px
}

.section--hub .section__body__inner img {
    width: 100%
}

.section--hub .section__body__inner--primary {
    padding: 57px 18px 0 30px;
    margin-bottom: 10px
}

.section--testimonial .ico-triangle-red {
    width: 64px;
    height: 42px
}

.section--testimonial .section__inner {
    padding: 121px 0 53px
}

.section--features {
    padding: 91px 0 97px
}

.section--features .section__head h2 {
    margin-bottom: 31px;
    line-height: 1.2
}

.section--features .section__head p {
    padding: 0 50px
}

.section--features .section__head--primary h2 {
    margin-bottom: 0
}

.section--features-alt {
    padding: 100px 0
}

.section--features-alt .features-primary {
    margin-top: 42px
}

.section--octonary {
    padding: 98px 0 110px
}

.section--octonary .section__head p {
    padding: 0 20px
}

.section--octonary .features-primary {
    margin-top: 67px
}

.section--support {
    padding: 170px 0 106px
}

.section--events-no-spacing {
    padding-top: 0 !important;
}

.section--events-no-spacing .features-primary--links {
    margin-top: 0 !important;
}

.section--no-spacing-below {
    padding-bottom: 0 !important;
}

@media (max-width:1199px) {
    .section .section__group+.section__group:after {
        max-width: 960px
    }

    .section .section__head p {
        padding: 0
    }
}

@media (max-width:991px) {
    .section .section__group+.section__group:after {
        max-width: 720px
    }

    .section .section__link:after {
        display: none
    }

    .section--location .section__aside,
    .section--location .section__content {
        margin: 0
    }

    .section--location .section__content-inner {
        display: block
    }

    .section--location .section__content-inner ul+ul {
        margin: 40px 0 0
    }

    .section--hub .section__body h2 {
        padding-left: 0
    }

    .section--hub .section__body__inner {
        padding: 0
    }
}

@media (max-width:767px) {
    .section {
        padding: 102px 0 92px
    }

    .section .section__head h2 {
        margin-bottom: 26px
    }

    .section .section__group+.section__group:after {
        max-width: calc(100% - 66px)
    }

    .section .section__group-primary+.section__group-primary {
        padding-top: 48px;
        margin-top: 87px
    }

    .section .section__actions-def {
        margin-top: 42px;
        padding: 25px 0;
        border-bottom: 1px solid #ddd
    }

    .section .section__actions-def .link-return {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 26px;
        min-width: 170px
    }

    .section .features-data {
        margin-top: 69px;
        padding-left: 13px
    }

    .section .features-primary {
        margin-top: 35px
    }

    .section--article,
    .section--teritary {
        padding: 0
    }

    .section--quaternary {
        padding-bottom: 40px
    }

    .section--logos .section__head h2 {
        margin-bottom: 0
    }

    .section--septenary {
        padding: 65px 0
    }

    .section--location .section__aside {
        margin-top: 70px
    }

    .section--form-alt {
        padding-bottom: 0
    }

    .section--classes,
    .section--locations-alt {
        padding-bottom: 60px
    }

    .section--info {
        padding-top: 35px
    }

    .section--hub {
        padding-top: 60px
    }

    .section--support {
        padding-top: 200px
    }

    .section--testimonial .section__inner {
        padding: 78px 0 50px
    }

    .section--features {
        padding-bottom: 40px
    }
}

@media (max-width:320px) {
    .section .section__head br {
        display: none
    }

    .section .section__head h2 {
        font-size: 24px
    }
}

.section-image {
    margin-top: -4px;
    margin-bottom: -3px;
    position: relative
}

.section-image img {
    width: 100%
}

.section-image.section-image-centered img{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.section-image--gray .container-primary {
    position: relative;
    z-index: 1
}

.section-image--gray:after {
    content: "";
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(#f5f5f5, #fff)
}

.section-primary.section-primary--dark {
    color: #58595b
}

.section-primary {
    color: #fff;
    text-align: center
}

.section-primary h2 {
    text-transform: uppercase;
    margin-bottom: 32px
}

.section-primary p {
    margin-bottom: 35px
}

.section-primary .section__image {
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-primary .section__body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.section-primary .section__body--primary {
    margin-top: 8px
}

.section-primary .section__inner {
    position: relative;
    min-height: 525px
}

.section-primary--alt {
    text-align: left
}

.section-primary--alt h3 {
    text-transform: uppercase;
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 1.23;
    letter-spacing: .15em
}

.section-primary--alt h5 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 30px
}

.section-primary--alt .section__inner {
    min-height: 550px
}

.section-primary--alt .section__body {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    padding: 80px 0;
    margin-left: -10px
}

.section-primary--alt .section__body--primary {
    margin-left: -11px
}

.section-primary--alt .section__body--primary h3 {
    letter-spacing: .2em
}

.section-primary--alt .btn {
    padding: 10px 5px;
    font-size: 10px
}

.section-primary+.section--article {
    margin-top: 39px
}

@media (max-width:1300px) {
    .section-primary--alt .section__body {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .section-primary .section__inner {
        min-height: 400px
    }
}

@media (max-width:767px) {
    .section-primary--alt br {
        display: none
    }

    .section-primary--alt h3 {
        font-size: 20px
    }

    .section-primary--alt .section__body {
        padding: 30px 0
    }
}

.section-secondary {
    padding: 214px 0 104px;
    text-align: center
}

.section-secondary h6 {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-bottom: 28px
}

.section-secondary h2 {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 26px
}

.section-secondary p {
    margin-bottom: 39px
}

.section-secondary--alt {
    padding: 110px 0 98px
}

.section-secondary--alt h2 {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .section-secondary {
        padding-top: 120px
    }

    .section-secondary--alt {
        padding: 30px 0 98px
    }
}

.section-gallery {
    padding: 40px 0 47px
}

.section-gallery img {
    width: 100%
}

@media (max-width:991px) {
    .section-gallery .container-primary {
        padding: 0 33px
    }
}

@media (max-width:767px) {
    .section-gallery {
        padding-bottom: 20px
    }

    .section-gallery .container-primary {
        padding: 0
    }
}

.section-call {
    text-align: center
}

.section-call h2 {
    text-transform: uppercase;
    margin-bottom: 61px
}

.section-call h4 {
    letter-spacing: 0;
    margin-bottom: 4px;
    font-weight: 600
}

.section-call p {
    margin-bottom: 0
}

.section-call a {
    text-decoration: none;
    transition: color .4s
}

.section-call a:hover {
    color: #e95d51
}

.section-call p+h4 {
    margin-top: 39px
}

.section-call p+.select {
    margin-top: 20px
}

.section-call .select+.region-phone {
    margin-top: 23px
}

.section-call .section__inner {
    margin: 0 -65px
}

.section-call .region-phone li {
    display: none
}

.section-call .region-phone li.active {
    display: block
}

@media (max-width:767px) {
    .section-call .section__inner {
        margin: 0
    }
}

.section-email {
    padding: 100px 0
}

.section-email h2 {
    text-transform: uppercase;
    text-align: center
}

.section-email .features-primary {
    margin-top: 38px
}

.section-email .col-lg-4,
.section-email .col-md-6,
.section-email .col-xl-3 {
    margin-bottom: 30px
}

.section-email .feature-primary {
    font-size: 14px;
    min-height: 251px;
    margin-bottom: 0;
    height: 100%;
    background: #fff;
    padding: 71px 10px 10px
}

.section-email .feature-primary>a {
    padding: 94px 30px 10px;
    min-height: 248px
}

.section-email .feature-primary h4 {
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .section-email {
        padding: 100px 0
    }
}

@media (max-width:1199px) {
    .section-email .feature-primary {
        padding: 0;
        min-height: 0
    }

    .section-email .feature-primary>a {
        display: block;
        padding: 94px 10px 10px
    }
}

#home-bl {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding: 195px 0 190px
}

#home-bl .btn:focus,
#home-bl .btn:hover {
    background: transparent
}

#home-bl .section__head {
    color: #fff
}

#home-bl .feature-primary {
    color: #fff;
    border: 0
}

#home-bl .feature-primary--icon {
    min-height: 0
}

@media (max-width:767px) {
    #home-bl {
        padding: 102px 0 92px
    }
}

.section-logo-listing{
    text-align: center;    
}

.section-logo-listing .owl-item{
    float: left;
    display: inline-block;
}

.section-logo-listing .owl-item .logo-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-logo-listing .logo-section{
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    display: block;
}

.section-logo-listing .owl-nav{
    display: none;
}

.section-logo-listing .header_title{
    font-size: 42px;
    line-height: 50px;
    color: #20343F;
    margin-bottom: 40px;
    letter-spacing: 0;
}

.section-logo-listing img{
    margin-right: 75px;
    margin-bottom: 20px;
}

.logo-section {
    padding: 40px 0 36px;
    display: -ms-flexbox;
    border-bottom: 1px solid #ddd;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.section-logo-listing .logo-section{
    border-bottom: 0;
    margin-bottom: 90px;
}

.section-greylist {
    background: hsla(0, 0%, 96%, .75);
    padding: 99px 0 115px
}

.section-greylist .section__head h2 {
    margin-bottom: 42px
}

@media (min-width:768px) {
    .section-greylist .section__head h2 {
        margin-bottom: 68px
    }
}

.section-greylist .feature-teritary h5.ot {
    font-size: 50px;
    color: #e95d51;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px
}

.section-greylist .feature-teritary h5.g {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 26px
}

@media (max-width:767px) {
    .section-greylist {
        padding: 102px 0 92px
    }
}

.grey-column-content-post {
    margin-top: 25px;
    text-align: center
}

@media (max-width:767px) {
    .grey-column-content-post {
        margin-top: 10px
    }
}

.footer {
    background: url(../images/temp/texture_tile_dark1.jpg) repeat 0 0;
    color: #999;
    font-size: 14px;
    line-height: 1.73
}

.footer p {
    margin-bottom: 0
}

.footer p strong {
    color: #dcddde;
    font-weight: 600
}

.footer p+p {
    margin-top: 26px
}

.footer h6 {
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    margin-bottom: 14px
}

.footer a {
    transition: opacity .4s
}

.footer a:hover {
    opacity: .7;
    text-decoration: none
}

.footer h5 {
    font-size: 13px;
    font-weight: 600;
    color: #dcddde;
    padding-bottom: 14px;
    border-bottom: 2px solid #686969;
    margin-right: -28px;
    margin-bottom: 13px;
    padding-top: 8px
}

.footer .footer__body {
    padding: 103px 0 94px
}

.footer .footer__bar {
    border-top: 1px solid #757577;
    font-size: 12px;
    padding: 19px 0
}

.footer .footer__bar p {
    margin: 0
}

.footer .footer__bar p a {
    color: #fff
}

.footer .footer__bar__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .logo-secondary {
    margin-bottom: 27px
}

.footer .socials {
    margin: 31px 0 0
}

.footer .credits a:hover {
    mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shine 2s infinite
}

.footer .footer__nav {
    font-size: 12px;
    color: #dcddde;
    font-weight: 600
}

.footer .footer__nav ul {
    list-style: none
}

.footer .footer__nav a span {
    font-weight: 400;
    display: block;
    color: #999;
    margin-top: -2px;
    margin-bottom: 14px
}

.footer .footer__nav li+li {
    margin-top: 10px
}

.footer .footer__nav+h6 {
    margin-top: 32px
}

.footer .footer__links {
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .15em;
    margin-top: -4px
}

.footer .footer__links li+li {
    margin-top: 13px
}

@media (max-width:991px) {
    .footer {
        font-size: 11px
    }

    .footer br {
        display: none
    }

    .footer h5 {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .footer {
        font-size: 14px
    }

    .footer br {
        display: block
    }

    .footer h5 {
        max-width: 200px
    }

    .footer .footer__body {
        padding: 101px 0 65px
    }

    .footer .col-md-3+.col-md-3 {
        margin-top: 43px;
        margin-top: 41px
    }

    .footer .footer__bar {
        text-align: center;
        line-height: 2;
        padding: 15px 10px
    }

    .footer .footer__bar__inner {
        display: block
    }
}

[class^=list-] {
    list-style: none outside none
}

.list-features {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.list-features br {
    display: none
}

.list-features li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative
}

.list-features li+li:after {
    content: "";
    position: absolute;
    bottom: 29px;
    left: 0;
    width: 1px;
    height: 30px;
    background: #ba3a2f
}

.list-features a {
    background: #e95d51;
    display: block;
    padding: 39px 10px;
    transition: padding .4s
}

.list-features a:hover {
    padding: 54px 10px 60px;
    text-decoration: none
}

@media (max-width:1199px) {
    .list-features {
        font-size: 11px
    }

    .list-features br {
        display: block
    }

    .list-features a {
        padding: 30px 50px
    }

    .list-features a:hover {
        padding: 38px 10px 42px
    }
}

@media (max-width:995px) {
    .list-features a {
        padding: 30px
    }
}

@media (max-width:836px) {
    .list-features a {
        padding: 30px 20px
    }
}

@media (max-width:767px) {
    .list-features {
        display: block;
        font-size: 12px
    }

    .list-features br {
        display: none
    }

    .list-features li {
        max-width: 100%
    }

    .list-features li:after {
        display: none !important
    }

    .list-features a {
        padding: 29px 10px 28px !important
    }

    .list-features li+li {
        border-top: 1px solid #ac3c33
    }
}

.list-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -13px -108px !important
}

.list-logos li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 20px 108px
}

.list-logos a {
    transition: opacity .4s
}

.list-logos a:hover {
    opacity: .7
}

.list-logos .animated:nth-child(5n+1) {
    transition-delay: 0s
}

.list-logos .animated:nth-child(5n+2) {
    transition-delay: .3s
}

.list-logos .animated:nth-child(5n+3) {
    transition-delay: .6s
}

.list-logos .animated:nth-child(5n+4) {
    transition-delay: .9s
}

.list-logos .animated:nth-child(5n+5) {
    transition-delay: 1.2s
}

@media (max-width:991px) {
    .list-logos {
        margin: 0 -13px -80px !important
    }

    .list-logos li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-bottom: 80px
    }

    .list-logos .animated:nth-child(4n+1) {
        transition-delay: 0s
    }

    .list-logos .animated:nth-child(4n+2) {
        transition-delay: .3s
    }

    .list-logos .animated:nth-child(4n+3) {
        transition-delay: .6s
    }

    .list-logos .animated:nth-child(4n+4) {
        transition-delay: .9s
    }
}

@media (max-width:767px) {
    .list-logos {
        margin: 0 -13px -50px !important
    }

    .list-logos li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 50px
    }

    .list-logos .animated {
        transition-delay: 0s !important
    }
}

.list-events {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600
}

.list-events li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative
}

.list-events li+li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background: #818283
}

.list-events a {
    display: block;
    text-decoration: none;
    transition: color .4s
}

.list-events a:hover {
    color: #e95d51
}

.list-events--primary li+li:after {
    background: #ddd
}

@media (max-width:1199px) {
    .list-events {
        font-size: 10px
    }
}

@media (max-width:767px) {
    .list-events {
        display: block;
        font-size: 12px
    }

    .list-events li {
        max-width: 100%;
        border-top: 1px solid #ddd;
        padding: 10px 0
    }

    .list-events li:after {
        display: none !important
    }

    .list-events li:last-child {
        border-bottom: 1px solid #ddd
    }

    .list-events--primary li {
        padding: 25px 0
    }
}

@media (max-width:374px) {
    .list-events--primary li {
        padding: 14px 0
    }
}

.list-data li {
    position: relative;
    padding-left: 15px
}

.list-data li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #e95d51
}

.list-data li+li {
    margin-top: 10px
}

body.single-crb_product .intro h1 {
    text-transform: none
}

.intro {
    height: 75vh;
    height: 100vh;
    position: relative;
    overflow: hidden;
    color: #fff
}

.intro--product .intro_pretitle {
    display: inline-block;
}

.intro--product .intro__image-no-overlay:before{
    display: none !important;
}

.intro .intro_pretitle--bkg-orange {
    background: #e95d51;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.intro .intro_pretitle--bkg-white {
    background: #fff;
    color: #e95d51;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.intro h1 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 1rem;
}

.intro h1 small {
    font-weight: 700;
    font-size: 100%
}

.intro h5 {
    font-size: 16px;
    margin: 17px 0 0;
    font-weight: 400
}

.intro .btn {
    margin-top: 25px
}

.intro h6 {
    margin: 24px 0 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.intro .intro__image {
    background-size: cover;
    background-position: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.intro .intro__image:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.intro .intro__image.parallax {
    animation: move 35s ease infinite;
    animation: move 65s ease infinite
}

.intro .intro__inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center
}

.intro .intro__inner--left {
    text-align: left;
}

.intro .intro__inner--right {
    text-align: right;
}

.intro .intro__inner--primary {
    transform: translateY(-50%);
    margin-top: 14px
}

.intro .intro__inner--secondary {
    transform: translateY(-50%)
}

.intro .intro__inner--product {
    transform: translateY(-30%);
    margin-top: 14px;
    padding-bottom: 80px;
}

.intro--product.bottom-border{
    border-bottom: 30px solid #ed5338;
}

.intro .intro__foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(75, 76, 78, .4);
    padding: 25px 0
}

.intro .intro__foot--primary {
    background: none;
    padding: 0
}

.intro .intro__foot--primary .intro__foot__inner {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.intro--full {
    height: 100vh
}

.intro--full .list-events li+li:after {
    background: hsla(0, 0%, 100%, .3)
}

.intro--white {
    max-height: 600px;
    color: #58595b
}

.intro--white .intro__inner {
    margin-top: -11px
}

.intro--white .intro__inner--secondary {
    margin-top: -31px
}

.intro--white .intro__inner--teritary {
    margin-top: -52px
}

.intro--conference {
    margin-top: -128px
}

.intro--small {
    max-height: 50px
}

.intro--white-size1 {
    min-height: 622px
}

.intro--product {
    height: auto;
    min-height: 685px;
}

.intro--primary h5 {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600
}

.intro--small.intro--white+.articles-primary .article-primary:first-child .animate {
    transition-delay: 1.4s
}

.intro .intro_buttons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}

.intro .intro__inner--left .intro_buttons {
	justify-content: flex-start;
}

.intro .intro__inner--right .intro_buttons {
	justify-content: flex-end;
}

@media (min-width:768px){
    .intro .intro_buttons .btn + .btn {
        margin-left: 10px;
    }
}

@media (max-width:767px) {
    .intro {
        height: 64vh
    }

    .intro h1 {
        font-size: 25px;
        line-height: 1.2
    }

    .intro .intro__inner {
        transform: translateY(-50%);
        margin-top: 14px
    }

    .intro .intro__inner--product {
        transform: translateY(-30%);
        margin-top: 0;
    }    

    .intro__inner.intro__inner--product {
        bottom: 5%;
        position: absolute;
        top: auto !important;
        transform: none;
    }

    .intro__inner.intro__inner--product .intro_pretitle{
        font-size: 25px!important;
        font-weight: 700;
    }

    .intro__inner.intro__inner--product .intro_title{
        font-size: 20px!important;
    }

    .intro__inner.intro__inner--product .intro_subtitle{
        font-size: 18px!important;
        line-height: 24px!important;
    }

    .intro__inner.intro__inner--product .intro_subtitle br{
        display: none;
    }

    .intro--product {
        height: 90vh;
        min-height: auto!important;
        max-height: auto!important;
    }

    .intro .intro__image:before {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .1)
    }

    .intro .intro__image.parallax {
        animation: move-mobile 35s ease infinite
    }

    .intro .intro__image_mobile:before {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .1)
    }

    .intro .intro__foot .intro__foot__inner {
        border: none;
        padding: 0
    }

    .intro--white {
        height: 100vh;
        min-height: 0;
        max-height: 100%;
        min-height: 550px
    }

    .intro--white .intro__inner {
        top: 182px;
        margin-top: 0;
        transform: translateY(0)
    }

    .intro--white .intro__foot {
        bottom: 31px
    }

    .intro--full {
        height: 100vh;
        min-height: 550px
    }

    .intro .intro_buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width:767px) {
    .about .intro .intro__image {
        background-position: 100%
    }
}

@media (max-height:450px) {
    .about .intro .intro__image {
        background-position: top
    }
}

.slider {
    color: #fff;
    position: relative
}

.slider h1 {
    text-transform: uppercase;
    margin-bottom: 33px
}

.slider h1 em {
    margin-left: -21px;
    position: relative;
    left: -4px;
    font-style: normal
}

.slider h1 small {
    font-weight: 700;
    font-size: 100%
}

.slider h5 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0
}

.slider h5 span {
    display: block;
    font-weight: 400;
    margin-top: 5px
}

.slider .testimonial__author {
    margin: 148px 0 0 !important
}

.slider .slider__slide {
    background-size: cover;
    background-position: 0 0
}

.slider .slider__slide-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.slider .slide__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 41px;
    transform: translateY(-50%);
    margin-top: 2px
}

.slider .owl-dots div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: background .4s, transform .4s
}

.slider .owl-dots div:hover {
    background: #fff;
    transform: scale(1.1)
}

.slider .owl-dots div+div {
    margin-top: 10px
}

.slider .owl-dots .active {
    background: #fff;
    transform: scale(1.1)
}

.slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
    z-index: 10;
    width: 97px;
    display: -ms-flexbox;
    display: flex
}

.slider .owl-nav>div {
    width: 48px;
    height: 50px;
    background: #fff;
    position: relative
}

.slider .owl-nav>div>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.slider .slider-counter {
    z-index: -5;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 99px;
    font-size: 12px;
    margin-top: -3px
}

.slider .slider__foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    line-height: 1
}

.slider--main .slider__slide {
    height: 100vh;
    position: relative
}

.slider--main .slider__slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slider--main .slider__slide-image:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.slider--main .slider__slide-image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.slider--main .slider__slide-image-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.slider--main .slider__slide-image-mobile:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/temp/shadow-mobile.png) repeat 0 bottom;
    background-size: cover
}

.slider--main .slider__slide-content {
    padding: 100px 0 191px;
    margin-left: -10px
}

.slider--main .slider__slide-content .title {
    max-width: 560px
}

.slider--primary {
    background: url(../images/temp/texture_tile_grey.gif) repeat 0 0;
    color: #58595b
}

.slider--primary h4 {
    text-transform: uppercase;
    margin-bottom: 28px
}

.slider--primary .slider__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.slider--primary .slider__slide-content,
.slider--primary .slider__slide-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.slider--primary .slider__slide-content {
    padding: 10px 110px
}

.slider--primary .owl-dots {
    display: none
}

.slider--secondary .owl-stage-outer {
    overflow: visible
}

.slider--secondary .slider__slide {
    height: 550px;
    position: relative
}

.slider--secondary .slider__slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .4s
}

.slider--secondary .slider__slide a:hover {
    background: hsla(0, 0%, 100%, .3)
}

.slider--secondary .owl-nav {
    position: static;
    transform: none
}

.slider--secondary .owl-nav div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 0 !important;
    background: none !important
}

.slider--secondary .owl-nav .owl-prev {
    left: 0;
    margin-left: -15px;
    transform: translateX(-100%)
}

.slider--secondary .owl-nav .owl-next {
    right: 0;
    margin-left: 15px;
    transform: translateX(100%)
}

@media (max-width:1300px) {
    .slider--main .slider__slide-content {
        margin-left: 0
    }

    .slider--primary .slider__slide-content {
        padding: 80px 60px 10px
    }
}

@media (max-width:1199px) {
    .slider--main .slider__slide-content {
        padding-bottom: 140px
    }

    .slider--primary h4 {
        margin-bottom: 20px
    }

    .slider--primary p {
        margin: 0
    }

    .slider--primary p+p {
        margin-top: 20px
    }

    .slider--primary .slider__slide-content {
        padding: 24px 20px 10px
    }

    .slider--secondary .slider__slide {
        height: 450px
    }
}

@media (max-width:991px) {
    .slider .owl-nav {
        transform: translateX(0);
        left: auto;
        right: 0
    }

    .slider--primary h4 {
        margin-bottom: 28px
    }

    .slider--primary .slider__slide {
        display: block
    }

    .slider--primary .slider__slide-image {
        display: none
    }

    .slider--primary .slider__slide-content {
        max-width: 100%;
        padding: 50px 33px 60px
    }

    .slider--secondary .owl-nav {
        transform: none
    }
}

@media (max-width:767px) {
    .slider .slider__foot {
        position: static
    }

    .slider .testimonial__author {
        margin: 86px 0 0 !important
    }

    .slider--main h1 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 25px
    }

    .slider--main h1 em {
        margin-left: -15px
    }

    .slider--main h1 br {
        display: none
    }

    .slider--main .slider__slide-image-mobile {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0
    }

    .slider--main .slider__slide-image {
        display: none
    }

    .slider--main .title:after {
        left: -17px
    }

    .slider--main .slider__slide-content {
        padding: 140px 25px 58px 0
    }

    .slider--main .slider__slide {
        height: 89.4vh !important
    }

    .slider--main .container {
        padding: 0 53px
    }

    .slider--main .owl-dots {
        display: none
    }

    .slider--secondary .slider__slide {
        height: auto;
        padding-top: 56%
    }
}

.slider--heroes {
    margin-top: 44px
}

@media (min-width:768px) {
    .slider--heroes_centered .owl-stage {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slider--heroes_centered .owl-stage .owl-item {
        width: 277px !important;
    }
}

.slider--heroes .hero-slide img {
    display: block;
    width: 100%;
    height: auto
}

.slider--heroes .hero-slide .hover-content {
    transition: all .3s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 15px 35px
}

@media (min-width:768px) {
    .slider--heroes .hero-slide .hover-content {
        visibility: visible;
        opacity: 1
    }
}

.slider--heroes .hero-slide .hover-content h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px
}

.slider--heroes .hero-slide .hover-content p {
    font-size: 14px;
    margin-bottom: 20px
}

.slider--heroes .hero-slide .hover-content .btn {
    border: 2px solid #fff;
    padding: 9px 17px
}

.slider--heroes .hero-slide:hover .hover-content {
    visibility: visible;
    opacity: 1
}

.dots-style .owl-dots {
    margin-top: 36px;
    text-align: center;
    display: none
}

@media (max-width:767px) {
    .dots-style .owl-dots {
        margin-top: 18px
    }
}

.dots-style .owl-dots .owl-dot {
    background: #ddd;
    height: 4px;
    width: 25px;
    display: inline-block;
    margin: 0 3px
}

.dots-style .owl-dots .owl-dot.active {
    background: #e04e39
}

@media (min-width:768px) {

    .dots-style .owl-next,
    .dots-style .owl-prev {
        border: 2px solid #e04e39;
        border-radius: 36px;
        text-indent: -99999px;
        height: 60px;
        width: 60px;
        position: absolute;
        top: 45%;
        margin-top: -30px;
        background-repeat: no-repeat;
        background-position: 50%
    }

    .dots-style .owl-prev {
        left: -100px;
        background-image: url(../images/icons/ico-left-a.png)
    }

    .dots-style .owl-next {
        right: -100px;
        background-image: url(../images/icons/ico-right-a.png)
    }
}


/*  banners */

.banner {
    color: #fff;
    position: relative
}

.banner h1 {
    text-transform: uppercase;
    margin-bottom: 33px
}

.banner h1 em {
    margin-left: -21px;
    position: relative;
    left: -4px;
    font-style: normal
}

.banner h1 small {
    font-weight: 700;
    font-size: 100%
}

.banner h5 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0
}

.banner h5 span {
    display: block;
    font-weight: 400;
    margin-top: 5px
}

.banner .testimonial__author {
    margin: 148px 0 0 !important
}

.banner .banner__item {
    background-size: cover;
    background-position: 0 0
}

.banner .banner__item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.banner .banner__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.banner .banner__foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    line-height: 1
}

.banner--main .banner__item {
    height: 100vh;
    position: relative
}

.banner--main .banner__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner--main .banner__item-image:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.banner--main .banner__item-image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.banner--main .banner__item-image-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.banner--main .banner__item-image-mobile:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/temp/shadow-mobile.png) repeat 0 bottom;
    background-size: cover
}

.banner--main .banner__item-content {
    padding: 100px 0 191px;
    margin-left: -10px
}

.banner--main .banner__item-content .title {
    max-width: 560px
}

@media (max-width:1300px) {
    .banner--main .banner__item-content {
        margin-left: 0
    }
}

@media (max-width:1199px) {
    .banner--main .banner__item-content {
        padding-bottom: 140px
    }
}

@media (max-width:767px) {
    .banner .banner__foot {
        position: static
    }

    .banner .testimonial__author {
        margin: 86px 0 0 !important
    }

    .banner--main h1 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 25px
    }

    .banner--main h1 em {
        margin-left: -15px
    }

    .banner--main h1 br {
        display: none
    }

    .banner--main .banner__item-image-mobile {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .banner--main .banner__item-image {
        display: none
    }

    .banner--main .title:after {
        left: -17px
    }

    .banner--main .banner__item-content {
        padding: 140px 25px 58px 0
    }

    .banner--main .banner__item {
        height: 89.4vh !important
    }

    .banner--main .container {
        padding: 0 53px
    }

}

/* end banners */

.socials ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.socials li+li {
    margin-left: 27px
}

.validation_error {
    display: none
}

.gform_confirmation_message {
    text-align: center;
    font-weight: 700;
    font-size: 20px
}

.gfield.gfield_error {
    position: relative
}

.gfield.gfield_error .validation_message {
    position: absolute;
    font-size: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
    margin-left: 0
}

.gform_wrapper .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=text] {
    margin-bottom: 0
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea {
    font-size: 10px;
    border: none;
    width: 100% !important;
    padding: 0 22px;
    height: 50px;
    color: #58595b;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .15em;
    transition: background .4s, border-color .4s;
    font-family: Work Sans, sans-serif
}

.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:hover,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:hover,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=text]:hover,
.gform_wrapper select:focus,
.gform_wrapper select:hover,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:hover {
    background: transparent;
    border-color: #ddd
}

.gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gform_wrapper select::-ms-expand {
    display: none
}

.gform_wrapper textarea {
    height: 250px;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0;
    padding: 18px 23px
}

.gform_wrapper .ginput_container_select {
    position: relative
}

.gform_wrapper .ginput_container_select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: url(../images/icons/ico-angle-down.png) no-repeat 0 0;
    width: 11px;
    height: 7px;
    background-size: 100% 100%;
    pointer-events: none
}

.gform_wrapper .gfield {
    margin-bottom: 27px !important
}

.gform_wrapper .gfield:first-child {
    margin-bottom: 31px !important
}

.gform_wrapper .gsection_title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.gform_wrapper .gsection {
    margin-bottom: 8px !important;
    padding: 0 0 0 19px !important
}

.gform_wrapper .gsection h2 {
    color: #58595b
}

.gform_wrapper .gfield_label {
    display: none;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px
}

.gform_wrapper .gform_heading {
    display: none
}

.gform_wrapper .gform_fields {
    list-style: none
}

.gform_wrapper .gform_footer {
    text-align: right;
    margin-top: -4px
}

.gform_wrapper input.button {
    border: none;
    box-shadow: none;
    min-width: 185px;
    border: 2px solid #e95d51;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background: #e95d51;
    border-radius: 24px;
    padding: 14px 5px 13px;
    letter-spacing: .15em;
    text-shadow: none;
    transition: background .4s, color .4s
}

.gform_wrapper input.button:hover {
    color: #e95d51;
    background: #fff;
    cursor: pointer
}

@media (max-width:767px) {
    .gform_wrapper .gform_fields .gfield.gsection {
        margin-bottom: 10px !important
    }
}

.select {
    position: relative
}

.select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: url(../images/icons/ico-angle-down.png) no-repeat 0 0;
    width: 11px;
    height: 7px;
    background-size: 100% 100%;
    pointer-events: none
}

.select select {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    background: #f5f5f5;
    height: 50px;
    text-transform: uppercase;
    border-radius: 24px;
    border: none;
    padding: 0 35px;
    letter-spacing: .15em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .4s
}

.select select:focus,
.select select:hover {
    background: #e1e1e1
}

.select select::-ms-expand {
    display: none
}

.form--primary .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px !important
}

.form--primary .gform_fields .gfield {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px
}

.form--primary .gform_fields .gf_left_half,
.form--primary .gform_fields .gf_right_half {
    margin-right: 0 !important;
    width: 50% !important;
    max-width: 50% !important
}

.form--primary .gform_fields .gfield_required {
    display: none
}

.form--primary .gform_wrapper li.gfield.gfield_error {
    padding: 0 15px;
    margin-bottom: 22px !important
}

.form--primary .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
    margin-left: 0
}

.form--primary .gfield.gfield_error .validation_message {
    left: 0;
    top: 100%;
    transform: translateX(0);
    padding: 0 10px;
    margin: 0;
    color: red
}

@media (max-width:767px) {
    .form--primary .gform_fields {
        display: block;
        margin: 0 !important
    }

    .form--primary .gform_fields .gfield {
        padding: 0;
        float: none;
        margin-bottom: 20px !important
    }

    .form--primary .gform_fields .gfield select {
        width: 100% !important;
        margin: 0 !important
    }

    .form--primary .gform_fields .gfield:first-child {
        margin-bottom: 20px !important
    }

    .form--primary .gform_fields .gf_left_half,
    .form--primary .gform_fields .gf_right_half,
    .form--primary .gform_fields li.gfield.gfield_error.gf_left_half,
    .form--primary .gform_fields li.gfield.gfield_error.gf_right_half {
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important
    }

    .form--primary .gfield.gfield_error .validation_message,
    .form--primary .gform_fields li.gfield.gfield_error.gf_left_half,
    .form--primary .gform_fields li.gfield.gfield_error.gf_right_half {
        padding: 0
    }
}

.form--primary-alt label {
    display: block !important
}

.form--primary-alt textarea {
    height: 198px
}

.form--primary-alt .gfield,
.form--primary-alt .gfield:first-child {
    margin-bottom: 22px !important
}

.form--primary-alt input.button {
    min-width: 168px
}

.form--subscribe form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.form--subscribe .gform_fields {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px !important
}

.form--subscribe .gform_fields .gfield {
    padding: 0 10px !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0 !important
}

.form--subscribe .gform_body {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 21px
}

.form--subscribe .gform_footer {
    margin-top: 0
}

.form--subscribe .gform_wrapper input[type=email],
.form--subscribe .gform_wrapper input[type=text] {
    font-size: 12px;
    border: none;
    width: 100%;
    background: hsla(0, 0%, 100%, .08);
    padding: 0 30px;
    color: #ccc;
    border-radius: 24px;
    transition: background .4s
}

.form--subscribe .gform_wrapper input[type=email]:focus,
.form--subscribe .gform_wrapper input[type=email]:hover,
.form--subscribe .gform_wrapper input[type=text]:focus,
.form--subscribe .gform_wrapper input[type=text]:hover {
    background: hsla(0, 0%, 100%, .2)
}

.form--subscribe input.button {
    min-width: 170px;
    border: 2px solid #e95d51;
    color: #e95d51;
    background: none;
    padding: 14px 5px 13px;
    transition: background .4s, color .4s
}

.form--subscribe input.button:hover {
    color: #fff;
    background: #e95d51
}

@media (max-width:1199px) {
    .form--subscribe .gform_body {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .form--subscribe input.button {
        min-width: 140px
    }
}

@media (max-width:991px) {
    .form--subscribe .gform_body {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (max-width:767px) {
    .form--subscribe form {
        display: block
    }

    .form--subscribe .gform_body {
        padding: 0
    }

    .form--subscribe .gform_fields {
        display: block
    }

    .form--subscribe .gform_fields .gfield {
        max-width: 100%
    }

    .form--subscribe .gform_fields .gfield+.gfield {
        margin-top: 20px
    }

    .form--subscribe .gform_fields li.gfield.gfield_error.gfield_contains_required+li.gfield.gfield_error.gfield_contains_required,
    .form--subscribe .gform_footer {
        margin-top: 20px !important
    }

    .form--subscribe input.button {
        width: 100%
    }
}

.form-pass label {
    display: none
}

.form-pass .form__field {
    border: none;
    width: 100%;
    background: #f5f5f5;
    font-size: 12px;
    height: 50px;
    border-radius: 24px;
    padding: 0 27px;
    border: 2px solid #f5f5f5;
    transition: background .4s, border-color .4s
}

.form-pass .form__field:hover {
    background: transparent;
    border-color: #ddd
}

.form-pass .form__link {
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-top: 29px;
    font-weight: 600;
    transition: color .4s;
    text-decoration: none
}

.form-pass .form__link:hover {
    color: #e45750
}

.form-pass .form__foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 36px
}

.form-pass .form__foot .form__link {
    margin-top: 0
}

.form-pass .form__foot .form__link+.form__link {
    margin-top: 7px
}

.form-pass .form__row+.form__row {
    margin-top: 26px
}

.form-pass .btn {
    margin-top: 24px
}

@font-face {
    font-family: Work Sans;
    src: url(../fonts/WorkSans-Regular.woff2) format("woff2"), url(../fonts/WorkSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Work Sans;
    src: url(../fonts/WorkSans-Bold.woff2) format("woff2"), url(../fonts/WorkSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Work Sans;
    src: url(../fonts/WorkSans-BoldItalic.woff2) format("woff2"), url(../fonts/WorkSans-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Work Sans;
    src: url(../fonts/WorkSans-SemiBold.woff2) format("woff2"), url(../fonts/WorkSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

.features {
    margin-bottom: -62px
}

.features .animated:nth-child(4n+1) {
    transition-delay: 0s
}

.features .animated:nth-child(4n+2) {
    transition-delay: .3s
}

.features .animated:nth-child(4n+3) {
    transition-delay: .6s
}

.features .animated:nth-child(4n+4) {
    transition-delay: .9s
}

.features .feature {
    margin-bottom: 62px
}

@media (max-width:991px) {
    .features .animated:nth-child(odd) {
        transition-delay: 0s
    }

    .features .animated:nth-child(2n+2) {
        transition-delay: .3s
    }
}

@media (max-width:767px) {
    .features .animated {
        transition-delay: 0s !important
    }
}

.feature-wrapper a {
    display: block;
    width: 100%;
    transition: box-shadow .4s
}

.feature-wrapper a:hover {
    text-decoration: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.feature {
    font-size: 14px;
    line-height: 1.6;
    padding-right: 15px
}

.feature h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px
}

.feature h4 {
    text-transform: uppercase;
    margin-bottom: 21px
}

.feature--primary {
    font-size: 16px
}

@media (max-width:1199px) {
    .feature {
        padding-right: 0
    }
}

.features-primary {
    margin-bottom: -30px
}

.features-primary .row {
    -ms-flex-pack: center;
    justify-content: center
}

.features-primary--animate .animated:nth-child(4n+1) {
    transition-delay: 0s
}

.features-primary--animate .animated:nth-child(4n+2) {
    transition-delay: .3s
}

.features-primary--animate .animated:nth-child(4n+3) {
    transition-delay: .6s
}

.features-primary--animate .animated:nth-child(4n+4) {
    transition-delay: .9s
}

.features-primary--animate-3 .animated:nth-child(3n+1) {
    transition-delay: 0s
}

.features-primary--animate-3 .animated:nth-child(3n+2) {
    transition-delay: .3s
}

.features-primary--animate-3 .animated:nth-child(3n+3) {
    transition-delay: .6s
}

.features-primary--def .animated:nth-child(3n+1) {
    transition-delay: 0s
}

.features-primary--def .animated:nth-child(3n+2) {
    transition-delay: .3s
}

.features-primary--def .animated:nth-child(3n+3) {
    transition-delay: .6s
}

.features-primary--links .col-lg-3,
.features-primary--links .col-md-4 {
    margin-bottom: 30px
}

.features-primary--links .feature-primary--link {
    margin-bottom: 0;
    height: 100%
}

@media (max-width:991px) {
    .features-primary--animate .animated:nth-child(3n+1) {
        transition-delay: 0s
    }

    .features-primary--animate .animated:nth-child(3n+2) {
        transition-delay: .3s
    }

    .features-primary--animate .animated:nth-child(3n+3) {
        transition-delay: .6s
    }

    .features-primary--animate-3 .animated:nth-child(odd) {
        transition-delay: 0s
    }

    .features-primary--animate-3 .animated:nth-child(2n+2) {
        transition-delay: .3s
    }
}

@media (max-width:767px) {

    .features-primary--animate .animated:nth-child(4n+1),
    .features-primary--animate .animated:nth-child(4n+2),
    .features-primary--animate .animated:nth-child(4n+3),
    .features-primary--animate .animated:nth-child(4n+4) {
        transition-delay: 0s
    }

    .features-primary--animate-3 .animated,
    .features-primary--def .animated {
        transition-delay: 0s !important
    }
}

.feature-primary {
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    text-align: center;
    padding: 78px 20px 70px;
    min-height: 265px;
    margin-bottom: 30px
}

.feature-primary h4 {
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.28
}

.feature-primary h5 {
    color: #e95d51;
    font-weight: 600;
    line-height: 1.57;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 10px
}

.feature-primary h5 a {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.feature-primary h5 a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e95d51;
    transition: width .4s
}

.feature-primary h5 a:hover:after {
    width: 100%
}

.feature-primary ul {
    list-style: none;
    margin-bottom: 0
}

.feature-primary ul+ul {
    margin-top: 23px
}

.feature-primary .feature__ico {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.feature-primary--alt {
    min-height: 352px;
    padding-bottom: 150px
}

.feature-primary--alt h5 {
    bottom: 74px
}

.feature-primary--alt .btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 600;
    min-width: 120px;
    padding: 11px 5px
}

.feature-primary--alter {
    font-size: 14px;
    padding: 56px 10px 52px
}

.feature-primary--alter h4 {
    margin-bottom: 23px
}

.feature-primary--alter strong {
    font-weight: 600
}

.feature-primary--def {
    padding: 67px 30px 10px;
    min-height: 324px;
    transition: box-shadow .4s
}

.feature-primary--def:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.feature-primary--def h4 {
    margin-bottom: 22px
}

.feature-primary--def p {
    margin-bottom: 20px
}

.feature-primary--def a {
    text-decoration: none
}

.feature-primary--def .btn {
    min-width: 130px;
    font-size: 10px;
    font-weight: 600;
    padding: 11px 10px
}

.feature-primary--icon {
    position: relative;
    padding: 133px 30px 10px;
    min-height: 374px
}

.feature-primary--icon h4 {
    margin-bottom: 21px
}

.feature-primary--icon .ico-diagram {
    width: 58px;
    height: 53px;
    margin-top: 5px
}

.feature-primary--icon .btn {
    min-width: 130px;
    font-size: 10px;
    font-weight: 600;
    padding: 11px 10px
}

.feature-primary--link {
    padding: 0;
    font-size: 14px;
    line-height: 1.57;
    transition: border-color .4s
}

.feature-primary--link:hover {
    border-color: #fff
}

.feature-primary--link>a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 123px 30px 10px;
    min-height: 263px;
    height: 100%;
    transition: box-shadow .4s;
    /* background: #fff */
}

.feature-primary--link>a:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.feature-primary--link h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
    margin-bottom: 20px
}

.feature-primary--link .feature__ico {
    margin-top: 6px
}

.feature-primary--link .ico-key,
.feature-primary--link .ico-mail {
    margin-top: 20px
}

.feature-primary--def-primary a:hover {
    text-decoration: none
}

.feature-primary--def-primary p span {
    word-wrap: break-word;
    font-size: 13px;
    transition: color .4s;
    display: block
}

.feature-primary--def-primary p span:hover {
    color: #e95d51 !important
}

@media (max-width:1199px) {
    .feature-primary {
        padding: 78px 10px 70px
    }

    .feature-primary--alt {
        min-height: 295px;
        padding-bottom: 70px;
        padding-top: 50px
    }

    .feature-primary--alt h5 {
        bottom: 60px
    }

    .feature-primary--alt .btn {
        bottom: 40px
    }

    .feature-primary--alter {
        padding: 56px 10px 52px
    }

    .feature-primary--link {
        padding: 0
    }

    .feature-primary--link>a {
        padding: 123px 15px 10px
    }

    .feature-primary--def {
        padding: 0;
        padding: 60px 15px 10px
    }

    .feature-primary--icon {
        padding: 133px 14px 10px
    }
}

@media (max-width:767px) {
    .feature-primary--def {
        padding: 60px 35px 10px
    }

    .feature-primary--def h4 {
        margin-bottom: 19px
    }
}

.features-secondary {
    margin-bottom: -66px
}

.features-secondary .container {
    padding: 0 65px
}

.features-secondary .row {
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .features-secondary .container {
        padding: 0 33px
    }

    .features-secondary .col-lg-4:nth-child(2n+2) .feature-secondary:after {
        display: block
    }
}

@media (max-width:767px) {
    .features-secondary {
        margin-bottom: 0
    }

    .features-secondary .col-lg-4:nth-child(2n+2) .feature-secondary:after {
        display: none
    }

    .features-secondary .col-lg-4+.col-lg-4 .feature-secondary {
        margin-top: 50px;
        padding-top: 50px
    }

    .features-secondary .col-lg-4+.col-lg-4 .feature-secondary:after {
        display: block
    }
}

.feature-secondary {
    text-align: center;
    margin-bottom: 66px;
    padding: 65px 30px;
    font-size: 14px;
    line-height: 1.6;
    position: relative
}

.feature-secondary:after {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    width: 1px;
    height: 100%;
    background: #ddd
}

.feature-secondary p {
    margin: 21px 0 0
}

.feature-secondary h1+p {
    margin-top: 34px
}

.feature-secondary h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0
}

.feature-secondary h1 {
    font-size: 35px;
    color: #e95d51;
    margin: 29px 0 0
}

.feature-secondary h5 {
    margin: 29px 0 0;
    font-weight: 600
}

.feature-secondary h5+h5 {
    margin-top: 21px
}

.feature-secondary--alt:after {
    display: none
}

@media (max-width:1199px) {
    .feature-secondary {
        padding: 65px 0
    }
}

@media (max-width:991px) {
    .feature-secondary:after {
        display: none
    }
}

@media (max-width:767px) {
    .feature-secondary {
        padding: 0;
        margin: 0
    }

    .feature-secondary:after {
        width: 100%;
        height: 1px;
        left: 0
    }
}

.features-data {
    margin-bottom: -76px
}

.features-data .animated:nth-child(4n+1) {
    transition-delay: 0s
}

.features-data .animated:nth-child(4n+2) {
    transition-delay: .3s
}

.features-data .animated:nth-child(4n+3) {
    transition-delay: .6s
}

.features-data .animated:nth-child(4n+4) {
    transition-delay: .9s
}

@media (max-width:991px) {
    .features-data .animated:nth-child(3n+1) {
        transition-delay: 0s
    }

    .features-data .animated:nth-child(3n+2) {
        transition-delay: .3s
    }

    .features-data .animated:nth-child(3n+3) {
        transition-delay: .6s
    }
}

@media (max-width:767px) {
    .features-data {
        margin-bottom: -61px
    }

    .features-data .animated {
        transition-delay: 0s !important
    }
}

.feature-data {
    font-size: 14px;
    margin-bottom: 76px
}

.feature-data h6 {
    font-weight: 600;
    color: #e95d51;
    font-size: 12px;
    margin-bottom: 13px
}

.feature-data h4 {
    text-transform: uppercase;
    margin-bottom: 24px
}

.feature-data ul {
    list-style: none
}

.feature-data ul li {
    padding-left: 15px;
    position: relative
}

.feature-data ul li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #e95d51
}

.feature-data ul li+li {
    margin-top: 10px
}

@media (max-width:767px) {
    .feature-data {
        margin-bottom: 61px
    }
}

.features-teritary {
    margin-bottom: -36px
}

.features-teritary .animated:nth-child(4n+1) {
    transition-delay: 0s
}

.features-teritary .animated:nth-child(4n+2) {
    transition-delay: .3s
}

.features-teritary .animated:nth-child(4n+3) {
    transition-delay: .6s
}

.features-teritary .animated:nth-child(4n+4) {
    transition-delay: .9s
}

.features-teritary .feature-teritary {
    margin-bottom: 36px
}

@media (max-width:991px) {
    .features-teritary .animated:nth-child(3n+1) {
        transition-delay: 0s
    }

    .features-teritary .animated:nth-child(3n+2) {
        transition-delay: .3s
    }

    .features-teritary .animated:nth-child(3n+3) {
        transition-delay: .6s
    }
}

@media (max-width:767px) {
    .features-teritary .animated {
        transition-delay: 0s !important
    }
}

.feature-teritary {
    font-size: 14px;
    line-height: 1.6
}

.feature-teritary a {
    transition: color .4s
}

.feature-teritary a:hover {
    color: #e95d51
}

.feature-teritary h5 {
    font-weight: 600;
    margin-bottom: 5px
}

.feature-teritary p {
    margin: 0
}

.feature-teritary p+p {
    margin-top: 20px
}

.articles .article+.article {
    margin-top: 70px
}

.article {
    text-align: center
}

.article h2 {
    text-transform: uppercase;
    margin-bottom: 26px
}

.article p {
    margin-bottom: 33px;
    margin-bottom: 0
}

.article h4 {
    font-weight: 700;
    margin-bottom: 11px
}

.article h4,
.article h6 {
    text-transform: uppercase
}

.article h6 {
    font-weight: 600;
    color: #999;
    margin-bottom: 33px
}

.article .btn {
    margin-top: 30px
}

.article .article__image:not(.square) img {
    border-radius: 50%
}

.article .article__media {
    border-radius: 50%;
    overflow: hidden
}

.article .article__link {
    font-weight: 700;
    color: #e95d51;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.article .article__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e95d51;
    transition: width .4s
}

.article .article__link:hover:after {
    width: 100%
}

.article .article__body {
    margin-top: -8px;
    position: relative;
}

.article .article__body--primary {
    left: -46px;
    margin-top: 26px
}

.article .article__body--primary .btn {
    margin-top: 33px
}

.article .article__body--primary-alt h2 {
    letter-spacing: .2em;
    margin-bottom: 36px
}

.article .article__body--secondary h2 {
    line-height: 1.2
}

.article .row {
    -ms-flex-align: center;
    align-items: center
}

.article--dark {
    background: url(../images/temp/texture_tile_grey.gif) repeat 0 0;
    padding: 61px 0
}

.article--video-text,
.article--image-text {
    text-align: left;
}

.article--video-text h2 {
    text-transform: none;
}

.article--video-text ul {
    margin-bottom: 0;
}

.article--video-text p + ul,
.article--video-text ul + p,
.article--video-text p + p,
.article--image-text p + ul,
.article--image-text ul + p,
.article--image-text p + p {
    margin-top: 13px;
}

.article--video-text ul,
.article--video-text ol {
    margin-left: 2em;
}

.article--image-text img {
    display: block;
    margin: auto;
}

.article--primary {
    text-align: left
}

.article--primary .article__body {
    margin-left: 3px
}

.article--map h2 {
    line-height: 1.2;
    margin-bottom: 20px
}

.article--map .article__body {
    left: -12px;
    margin-top: -27px
}

.article--register {
    padding: 91px 0 117px
}

.article--register h2 {
    margin-bottom: 30px
}

.article--register .article__body {
    left: 0
}

.article .quote_name {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
}

.article .quote_title {
    text-transform: uppercase;
    letter-spacing: .06em;
}

.article .quote_name + .quote_title {
    margin-top: 0;
}

.article--video-text .col-primary,
.article--image-text .col-primary {
    margin-top: 25px;
}

.hotspots *,
.hotspots *::before,
.hotspots *::after,
.hotspots *:hover,
.hotspots *:active {
    transition: all .1s ease-in-out;
}

.hotspots {
    display: inline-block;
    position: relative;
}

.hotspots__point {
    transform: translate(-50%, -50%);
    position: relative;
}

.hotspots__point {
    height: 1.4em;
    width: 1.4em;
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 100%;
    padding: 0;
    border: none;
    margin: 0;
    font-size: 1em;
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
    position: absolute;
}

.hotspots__point::after {
    content: '•';
    width: 1em;
    height: 1em;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 0.1em;
    display: inline-block;
}

.hotspots__point + .hotspots__popup {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 2em;
    width: 20rem;
    background: white;
    padding: 0.7em 1em;
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
    text-align: left;
    margin-left: 2em;
    z-index: 9999;
}

.hotspots__point:hover + .hotspots__popup,
.hotspots__point + .hotspots__popup:hover,
.hotspots__point:active + .hotspots__popup,
.hotspots__point + .hotspots__popup:active {
    opacity: 1;
    visibility: visible;
}

.popup__title {
    font-weight: 800;
}

.popup__title,
.popup__desc {
    display: block;
}


@media (max-width:767px) {
    .hotspots__point + .hotspots__popup {
        margin: 0 auto;
        left: 0 !important;
        right: 0 !important;
        margin-top: 2em !important;
        max-width: 20rem;
        width: auto;
    }
}


@media (max-width:1199px) {

    .article--map br,
    .article--primary br {
        display: none
    }
}

@media (max-width:991px) {
    .article .article__body {
        left: 0
    }
}

@media (max-width:767px) {
    .article {
        padding: 50px 0
    }

    .article h2 {
        margin-bottom: 22px
    }

    .article .article__image {
        padding: 0 33px;
        margin-bottom: 47px
    }

    .article .article__media {
        margin-bottom: 55px
    }

    .article .article__body {
        margin-top: 0
    }

    .article--map,
    .article--primary {
        padding: 0
    }

    .article--map h2 {
        margin-bottom: 29px
    }

    .article--map p br {
        display: block
    }

    .article--map .article__media {
        padding: 0 13px
    }
}

@media (max-width:374px) {
    .article h2 {
        padding: 0
    }
}

.articles-primary--alt {
    padding: 100px 0 40px
}

.articles-primary--alter {
    padding: 98px 0 40px
}

@media (max-width:991px) {
    .articles-primary--alter br {
        display: none
    }
}

@media (max-width:767px) {
    .articles-primary .article-primary:nth-child(odd) .order-1 {
        -ms-flex-order: initial;
        order: 0
    }

    .articles-primary .article-primary:nth-child(2n) .order-1,
    .articles-primary .article-primary:nth-child(odd) .order-2 {
        -ms-flex-order: 1;
        order: 1
    }

    .articles-primary .article-primary:nth-child(2n) .order-2 {
        -ms-flex-order: initial;
        order: 0
    }

    .articles-primary--alter {
        padding-bottom: 90px
    }
}

@media (max-width:767px) {
    .articles .article:nth-child(odd) .order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .articles .article:nth-child(odd) .order-2 {
        -ms-flex-order: initial;
        order: 0
    }
}

.article-primary {
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.article-primary img {
    width: 100%
}

.article-primary h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 27px
}

.article-primary .article__body,
.article-primary .article__image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.article-primary .article__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px
}

.article-primary .article__body--secondary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.article-primary .acticle__content {
    max-width: 500px
}

.article-primary .acticle__content--primary {
    margin-top: -37px
}

.article-primary+.article-primary {
    margin-top: 100px
}

.article-primary--alt h3 {
    line-height: 1.23;
    margin-bottom: 20px
}

.article-primary--alt p {
    margin-bottom: 23px
}

.article-primary--single {
    padding-bottom: 98px
}

.article-primary--single h2 {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 26px
}

.article-primary--single .acticle__content {
    max-width: 550px
}

.article-primary--alt .acticle__content {
    max-width: 100%
}

.article-primary--alt .article__body--alt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:767px) {
    .article-primary {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 33px
    }

    .article-primary h3 {
        margin-bottom: 25px
    }

    .article-primary .acticle__content--primary {
        margin-top: 0
    }

    .article-primary .article__image {
        max-width: 100%
    }

    .article-primary .article__body {
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        padding: 45px 0 0;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .article-primary--single {
        padding-bottom: 40px
    }

    .article-primary--single br {
        display: none
    }
}

.callout {
    background: url(../images/temp/texture_tile_dark.gif) repeat 0 0;
    color: #dcddde;
    padding: 72px 0 76px;
    border-bottom: 3px solid #fff;
}

.callout h3 {
    font-weight: 600;
    margin-right: -20px;
    letter-spacing: 0
}

.callout .callout__head {
    padding-left: 4px
}

.callout .callout__body {
    padding-left: 18px;
    padding-top: 2px
}

@media (max-width:1199px) {
    .callout br {
        display: none
    }
}

@media (max-width:991px) {
    .callout {
        text-align: center
    }

    .callout .callout__body {
        padding: 30px 0 0
    }
}

@media (max-width:767px) {
    .callout {
        padding: 66px 0
    }

    .callout h3 {
        margin: 0
    }

    .callout .callout__head {
        padding: 0;
        margin: 0 -10px
    }

    .callout .callout__body {
        padding-top: 24px
    }
}

.search-form {
    max-width: 500px;
    margin: auto;
    position: relative
}

.search-form label {
    display: none
}

.search-form .search__field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #999;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    padding: 0 42px 10px 22px;
    font-weight: 600;
    transition: color .4s, border-color .4s;
    border-radius: 0
}

.search-form .search__field:focus,
.search-form .search__field:hover {
    border-color: #e95d51;
    color: #e95d51
}

.search-form .search__btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    margin-top: -4px;
    color: #58595b
}

.search-small {
    position: relative
}

.search-small label {
    display: none
}

.search-small .search__field {
    border: none;
    width: 100%;
    background: #f5f5f5;
    font-size: 12px;
    height: 50px;
    border-radius: 24px;
    padding: 0 35px 0 27px
}

.search-small .search__btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999
}

.result {
    margin-bottom: 20px
}

.ico {
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.ico-triangle-red {
    background-image: url(../images/icons/ico-triangle-big.png);
    width: 73px;
    height: 47px
}

.ico-elevate {
    background-image: url(../images/elevate.png);
    width: 121px;
    height: 61px
}

.ico-facebook {
    background-image: url(../images/icons/ico-facebook.png);
    width: 10px;
    height: 17px
}

.ico-twitter {
    background-image: url(../images/icons/ico-twitter.png);
    width: 16px;
    height: 13px
}

.ico-youtube {
    background-image: url(../images/icons/ico-youtube.png);
    width: 18px;
    height: 13px
}

.ico-instagram {
    background-image: url(../images/icons/ico-instagram.png);
    width: 16px;
    height: 15px
}

.ico-tech {
    background-image: url(../images/icons/ico-tech.png);
    width: 57px;
    height: 38px
}

.ico-lamp {
    background-image: url(../images/icons/ico-lamp.png);
    width: 43px;
    height: 53px
}

.ico-diagram {
    background-image: url(../images/icons/ico-diagram.png);
    width: 48px;
    height: 43px
}

.ico-hand {
    background-image: url(../images/icons/ico-hand.png);
    width: 48px;
    height: 46px
}

.ico-logistics {
    background-image: url(../images/icons/ico-logistics.png);
    width: 64px;
    height: 60px
}

.ico-qc {
    background-image: url(../images/icons/ico-qc.png);
    width: 57px;
    height: 58px
}

.ico-truck {
    background-image: url(../images/icons/ico-truck.png);
    width: 65px;
    height: 43px
}

.ico-management {
    background-image: url(../images/icons/ico-management.png);
    width: 48px;
    height: 46px
}

.ico-target {
    background-image: url(../images/icons/ico-target.png);
    width: 58px;
    height: 58px
}

.ico-tel {
    background-image: url(../images/icons/ico-tel.png);
    width: 50px;
    height: 50px
}

.ico-mail {
    background-image: url(../images/icons/ico-mail.png);
    width: 49px;
    height: 33px
}

.ico-user {
    background-image: url(../images/icons/ico-user.png);
    width: 48px;
    height: 48px
}

.ico-key {
    background-image: url(../images/icons/ico-key.png);
    width: 55px;
    height: 33px
}

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

@media (max-width:767px) {
    .container {
        padding: 0 33px
    }
}

.container-primary {
    padding: 0 40px;
    position: relative
}

@media (max-width:1199px) {
    .container-primary {
        padding: 0 30px
    }
}

@media (max-width:991px) {
    .container-primary {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .container-primary {
        padding: 0
    }
}

.wrapper {
    position: relative;
    overflow: hidden
}

.wrapper:after {
    height: 128px;
    background: url(../images/temp/shadow.png) repeat-x 0 0;
    z-index: 99
}

.wrapper:after,
.wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.wrapper:before {
    height: 100%;
    background: rgba(88, 89, 91, .5);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.wrapper.fixed-nav .js-nav {
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(75, 76, 78, .8);
    color: #aaa;
    border: none;
    transition: transform .4s, background .4s
}

.wrapper.fixed-nav .js-nav .active,
.wrapper.fixed-nav .js-nav a:hover {
    color: #fff
}

.wrapper.fixed-nav .js-nav.up {
    transform: translateY(0)
}

.wrapper.fixed-nav .js-nav.down {
    transform: translateY(128px)
}

.wrapper--primary:after {
    display: none
}

.wrapper--secondary {
    padding-top: 128px
}

.wrapper--secondary:after {
    display: none
}

@media (max-width:991px) {
    .wrapper.fixed-nav .js-nav.down {
        transform: translateY(125px)
    }
}

@media (max-width:767px) {

    .wrapper.fixed-nav .js-nav:after,
    .wrapper.fixed-nav .js-nav:before {
        box-shadow: 0 0 0 0 rgba(75, 76, 78, .7)
    }

    .wrapper.fixed-nav .js-nav.down {
        transform: translateY(95px)
    }
}

.services .animated:nth-child(4n+1) {
    transition-delay: 0s
}

.services .animated:nth-child(4n+2) {
    transition-delay: .3s
}

.services .animated:nth-child(4n+3) {
    transition-delay: .6s
}

.services .animated:nth-child(4n+4) {
    transition-delay: .9s
}

@media (max-width:991px) {
    .services {
        margin-bottom: -60px
    }

    .services .animated:nth-child(odd) {
        transition-delay: 0s
    }

    .services .animated:nth-child(2n+2) {
        transition-delay: .3s
    }
}

@media (max-width:767px) {
    .services .animated {
        transition-delay: 0s !important
    }
}

.service {
    position: relative;
    padding-top: 70px;
    padding-right: 15px
}

.service h4 {
    text-transform: uppercase;
    margin-bottom: 21px;
    line-height: 1.24
}

.service .service__ico {
    position: absolute;
    top: 0;
    left: 0
}

.service .ico-lamp {
    margin-top: -15px
}

.service .ico-diagram {
    margin-top: -5px
}

.service .ico-hand {
    margin-top: -9px
}

@media (max-width:991px) {
    .service {
        margin-bottom: 60px
    }
}

.gallery img {
    width: 100%
}

.map {
    height: 350px
}

.map .gmnoprint a,
.map .gmnoprint span {
    display: none
}

.map .gm-style-cc,
.map iframe+div>a {
    display: none !important
}

.map--size1 {
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden
}

@media (max-width:767px) {
    .map {
        height: auto
    }

    .map,
    .map--size1 {
        padding-top: 100%
    }
}

.tabs .tabs__nav {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #999;
    padding: 24px 0
}

.tabs .tabs__nav ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex
}

.tabs .tabs__nav li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative
}

.tabs .tabs__nav li+li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background: #ddd
}

.tabs .tabs__nav a {
    display: block;
    text-decoration: none;
    transition: color .4s
}

.tabs .tabs__nav .active,
.tabs .tabs__nav a:hover {
    color: #58595b
}

.tabs .tabs__body {
    padding: 53px 0 0
}

@media (max-width:767px) {
    .tabs .tabs__nav {
        padding: 15px 0
    }

    .tabs .tabs__body {
        padding: 43px 0 0
    }
}

.tab {
    display: none
}

.tab.active {
    display: block
}

.gadget {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .15em
}

.gadget h4,
.gadget li {
    text-transform: uppercase
}

.gadget li {
    padding: 25px 38px
}

.gadget li span {
    display: inline-block;
    min-width: 254px
}

.gadget li:nth-child(odd) {
    background: #f5f5f5
}

.gadget .gadget__head {
    padding: 0 38px 18px
}

.gadget+.gadget {
    margin-top: 60px
}

@media (max-width:1199px) {
    .gadget li {
        padding: 20px 38px
    }

    .gadget li span {
        min-width: 170px
    }
}

@media (max-width:767px) {
    .gadget li {
        padding: 20px 25px
    }

    .gadget li span {
        display: block;
        min-width: 0;
        margin-bottom: 7px
    }

    .gadget .gadget__head {
        padding: 0 25px 18px
    }
}

.testimonial {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
    padding: 0 20px
}

.testimonial i+p {
    margin-top: 40px
}

.testimonial .testimonial__author {
    margin: 148px 0 0;
    margin: 74px 0;
    font-weight: 400
}

@media (max-width:991px) {
    .testimonial {
        padding: 0
    }
}

@media (max-width:767px) {
    .testimonial {
        line-height: 1.46
    }

    .testimonial i+p {
        margin-top: 35px
    }

    .testimonial .testimonial__author {
        margin: 86px 0 0;
        margin: 43px 0
    }
}

.paging {
    padding: 30px 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    list-style-type: none
}

.paging a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid transparent;
    line-height: 34px;
    text-align: center;
    transition: color .3s
}

.paging a:hover {
    color: #e95d51;
    text-decoration: none
}

.paging .active a {
    color: #e95d51;
    border-color: #e95d51
}

.section.section-bgimg-content {
    padding: 208px 0;
    background-repet: no-repeat;
    background-size: cover
}

.section.section-bgimg-content h2,
.section.section-bgimg-content h3,
.section.section-bgimg-content p {
    color: #fff
}

.overlayed:before {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    display: block;
    height: 100%;
    width: 47.4%;
    background-color: rgba(224, 78, 57, .75)
}

@media (max-width:1199px) {
    .overlayed:before {
        right: 30px;
        width: 44.7%
    }
}

@media (max-width:991px) {
    .overlayed:before {
        right: 15px;
        width: 47.9%
    }
}

@media (max-width:767px) {
    .overlayed:before {
        right: 0;
        width: 50%
    }
}

.graph-list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px
}

.graph-column {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 55px 20px
}

.graph-column h4 {
    margin-top: 46px;
    text-transform: uppercase
}

@media (max-width:1000px) {
    .graph-list {
        display: block
    }

    .graph-column {
        border: 0;
        padding: 0
    }

    .graph-column h4 {
        margin: 15px 0 35px
    }

    .graph-list .col-md-4 {
        width: 100%;
        -ms-flex: none;
        flex: none;
        max-width: 100%
    }
}

.section--primary+.section--primary {
    padding-top: 0
}

.display-flex {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.post-map .container {
    max-width: 850px;
    width: 100%
}

.post-map {
    padding: 62px 0 72px
}

.post-map h2 {
    margin-bottom: 38px;
    text-align: center;
    text-transform: uppercase
}

.post-map p {
    font-size: 14px
}

@media (max-width:767px) {
    .display-flex {
        text-align: center;
        display: block
    }

    .post-map h2 {
        margin-bottom: 25px
    }

    .post-map {
        padding: 40px 0 32px
    }
}

#com-sol {
    background-size: cover;
    padding: 160px 0 120px;
    color: #fff
}

#com-sol .feature-primary {
    border: 0;
    padding: 15px;
    min-height: 0
}

#com-sol .feature-primary h2 {
    margin: 0;
    font-size: 90px;
    letter-spacing: .5px;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #fff;
    -webkit-text-stroke-color: #fff;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px
}

#com-sol .feature-primary p {
    font-size: 14px
}

#com-sol .features-primary {
    margin-top: 40px;
    margin-bottom: 0
}

@media (max-width:767px) {
    #com-sol {
        padding: 92px 0 82px
    }
}

.main {
    position: relative;
    padding-top: 69px
}

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

.slick-slide {
    margin: 0 10px
}

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

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

@media (min-width:1200px) {
    .community {
        max-width: 1200px
    }
}

@media (max-width:1199px) {
    #com-sol .community h2 {
        font-size: 80px
    }
}

.feature-primary--icon {
    padding: 170px 30px 10px
}

@media (max-width:1199px) {
    .feature-primary--icon {
        padding: 170px 30px 10px
    }
}

.slick-slide {
    margin: 30px
}

@media (max-width:1420px) {
    .dots-style .owl-nav {
        position: relative;
        margin-top: 20px
    }

    .dots-style .owl-next,
    .dots-style .owl-prev {
        border: 2px solid #e04e39;
        border-radius: 36px;
        text-indent: -99999px;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 45%;
        margin-top: 0;
        margin-bottom: 30px;
        background-repeat: no-repeat;
        background-position: 50%
    }

    .dots-style .owl-next {
        right: 0;
        background-image: url(../images/icons/ico-right-a.png)
    }

    .dots-style .owl-prev {
        left: 0;
        background-image: url(../images/icons/ico-left-a.png)
    }
}

.logo-section {
    padding-left: 40px;
    padding-right: 40px
}

.logo-wrapper {
	height: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 2rem;
}
.logo-wrapper img {
	max-width: 8rem;
	height: auto;
	max-height: 100%;
	width: auto;
}

.intro .intro__image_mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .slider--main .slider__slide-image-mobile {
        background-position: 50%
    }

    .intro .intro__image_mobile {
        background-position: 50%;
        display: block;
        background-size: cover;
        background-repeat: no-repeat
    }

    .intro h1 {
        font-size: 22px
    }

    .nav-secondary ul .owl-item:last-child {
        margin-right: 0 !important
    }
}



.feature-primary--icon {

    padding: 170px 30px 10px;

    @media (max-width: 1199px) {

        padding: 170px 30px 10px;

    }

}

.slick-slide {

    margin: 30px;

}

@media (max-width:1420px) {

    .dots-style .owl-nav {

        position: relative;

        margin-top: 20px;

    }

    .dots-style .owl-prev,
    .dots-style .owl-next {

        border: 2px solid #e04e39;

        border-radius: 36px;

        text-indent: -99999px;

        height: 30px;

        width: 30px;

        position: absolute;

        top: 45%;

        margin-top: 0;

        margin-bottom: 30px;

        background-repeat: no-repeat;

        background-position: 50%;

    }

    .dots-style .owl-next {

        right: 0px;

        background-image: url(../images/icons/ico-right-a.png);

    }

    .dots-style .owl-prev {

        left: 0px;

        background-image: url(../images/icons/ico-left-a.png);

    }



}



.logo-section {

    padding-left: 40px;

    padding-right: 40px;

}



.intro .intro__image_mobile {

    display: none;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



@media (max-width:767px) {

    .slider--main .slider__slide-image-mobile {

        background-position: center;

    }

    .intro .intro__image_mobile {

        background-position: center;

        display: block;

        background-size: cover;

        background-repeat: no-repeat;

    }

    .intro h1 {

        font-size: 22px;

    }

    .nav-secondary ul .owl-item:last-child {

        margin-right: 0px !important;

    }

}

#com-sol .feature-primary h2 {

    margin: 0;

    font-size: 90px;

    letter-spacing: .5px;

    -webkit-text-fill-color: #fff;

}

@supports ((-webkit-text-stroke-color: #fff) and (-webkit-text-fill-color: transparent)) or ((-moz-text-stroke-color: #fff) and (-moz-text-fill-color: transparent)) {

    #com-sol .feature-primary h2 {

        -moz-text-fill-color: transparent;

        -webkit-text-fill-color: transparent;

        -moz-text-stroke-color: #fff;

        -webkit-text-stroke-color: #fff;

        -moz-text-stroke-width: 2px;

        -webkit-text-stroke-width: 2px;

    }

}

.section-brandlist .features-teritary .feature-teritary {

    position: relative;

    color: #fff;

    padding-top: 30px;

}

.section-brandlist .feature-teritary h5.ot {

    font-size: 70px;

    color: #fff;

    position: absolute;

    top: 0;

    left: -20px;

    opacity: 0.2;

    z-index: -1;

}

.section-brandlist {

    color: #fff;

    background-color: #e95d51;

    background-repeat: repeat;

}

.section-brandlist .features-teritary h5.g {

    font-size: 18px;

    padding-bottom: 20px;

}

.btn--purewhite {

    background: #fff;

    border-color: #fff;

    color: #e95d51;

}

.btn--purewhite:hover {

    background: #e95d51;

    color: #fff !important;

    border-color: #fff;

}

.header .regions-menu .regions-dropdown {

    left: auto;

}

.section-primary .section__image {

    background-position: center;

}

.overlayed::before {

    background-color: rgba(224, 78, 57, .70);

}

.section-withoutclass {

    padding-top: 0;

}

.inner-bg {

    background: #e95d51 url(../images/ca_orange_grunge_texture.gif) repeat scroll;

    padding: 10%;

    color: #fff;

    margin-top: -45px;

}

@media (max-width:768px) {

    .inner-bg {

        padding: 20px;

    }

}

#com-sol .feature-primary h2 {

    margin: 0;

    font-size: 90px;

    letter-spacing: .5px;

    -webkit-text-fill-color: #fff;

}

@supports ((-webkit-text-stroke-color: #fff) and (-webkit-text-fill-color: transparent)) or ((-moz-text-stroke-color: #fff) and (-moz-text-fill-color: transparent)) {

    #com-sol .feature-primary h2 {

        -moz-text-fill-color: transparent;

        -webkit-text-fill-color: transparent;

        -moz-text-stroke-color: #fff;

        -webkit-text-stroke-color: #fff;

        -moz-text-stroke-width: 2px;

        -webkit-text-stroke-width: 2px;

    }

}

.section .section__head h1 {

    word-wrap: break-word;

    word-break: keep-all;

}

.nav ul .dropdown>ul>li a>*:not(i) {
    padding-right: 10px;
}

/*# sourceMappingURL=main.css.map */



#connex-logos:after {}

#connex-logos  {
    padding: 1em;
}

#connex-logos {
    background-color: rgb(224, 78, 57);
    background-image: url('../images/f3ac9bd1-platformwatermark_0qb0u00ph0t600u000001.png');
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: 740px;
    background-position: center left;
}

#connex-logos img {
    margin: 2em;
}


/* in the news */
.wboxx {
    padding: 1em;
    padding-bottom: 3em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-top: 3px solid #e95d51;
    margin-bottom: 1em;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 2em;
}

.wheadline {
    text-align: center;
}

.wflex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.wstretch {
    display: flex;
    /*flex-direction: column;*/
    align-items: stretch;
}

.wreadmore {
    position: absolute;
    bottom: 2.5em;
    display: block;
    color: #e95d51;
    z-index: 999;
}

.fa-will:before {
    content: "\f1ea";
}

.wcontainer {
    margin: 3em auto;
}

.pub-logo {
    max-width: 75px !important;
    border-radius: 99px !important;
    clear: both;
    display: block;
    /* margin-top: -50px; */
    /* border: 4px solid #FFF; */
    text-align: center;
    margin: auto;
    margin-top: -50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
    .wflex {
        flex-direction: row;
    }

    .wstretch {
        flex-direction: row;
    }
}

@media screen and (min-width: 1200px) {}


.header .regions-menu .regions-dropdown {
    min-width: 160px;
}



/* fm-custom */


@media screen and (min-width: 768px) {

    .mfp-container {
        max-width: 1200px;
        margin: 3em auto;
        left: 50%;
        /* top: 50%; */
        transform: translate(-50%, 0);
        padding: 2em;
        background-color: #fff;
        height: auto;
    }

    .mfp-bg {
        background: hsla(0, 0%, 0%, .65);
    }

    .mfp-close {
        position: absolute;
    }
}

.service .service__ico {
    top: -20px;
}

.team-members .container .row {
    justify-content: center;
}

.section--logos .list-logos {
    justify-content: center;
}



.page-id-4477 .wrapper {
    overflow: unset;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.agentsgrid {
    padding: 1em;
    margin-top: 130px;
    margin-bottom: 190px;
    grid-column-gap: 57px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 57px 1fr 57px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.agentssticktitle {
    position: -webkit-sticky;
    position: sticky;
    top: 300px;
    bottom: 0px;
    height: 216px;
    margin-top: 120px;
    margin-bottom: 0px;
    /* font-family: halyard-display, sans-serif; */
}

.agenttext-wrap {
    height: auto;
    padding-top: 64px;
}

#agent-icon {
    -webkit-filter: drop-shadow(0px 7px 7px #d3d8e5);
    filter: drop-shadow(0px 7px 7px #d3d8e5);
}

.agenticon {
    width: 45px;
}

.mobileagentsstacked {
    display: none;
}

.outQuad {
    transition: all .5s cubic-bezier(0, .65, .2, 1);
}

.connectivityimageStyle {
    position: relative;
    bottom: 240px;
    z-index: 2;
}

.processesimageStyle {
    position: relative;
    top: -186px;
    z-index: 3;
}

.insightsimageStyle {
    position: relative;
    top: -133px;
    z-index: 4;
}

.agentshadow {
    position: relative;
    top: -380px;
    z-index: -1;
}

.agentimagewraper {
    position: -webkit-sticky;
    position: sticky;
    top: 320px;
    height: 398px;
    margin-bottom: -101px;
}

.physicalimageStyle {
    position: relative;
    bottom: 295px;
}

.contain1100 {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

#connectivity {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#processes {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}

#insights {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
}

@media (max-width: 991px) {
    .agentsgrid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 37px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .agentssticktitle {
        position: static;
        height: auto;
        margin-top: 0px;
        margin-bottom: 66px;
    }

    .agenttext-wrap {
        width: auto;
        height: auto;
        max-width: 550px;
        margin-bottom: 23px;
        padding-top: 0px;
    }

    .agentimagewraper {
        height: auto;
        margin-bottom: -123px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .connectivityimageStyle,
    .processesimageStyle,
    .insightsimageStyle,
    .physicalimageStyle {
        display: none;
    }

    .mobileagentsstacked {
        display: block;
        padding: 1em;
    }

    .agentshadow {
        display: none;
    }

}




/* CONNEX PAGE ADDITIONS */

.page-id-4477 .owl-item {
    opacity: .3;
    transition: all .2s;
    box-shadow: 0;
}

.page-id-4477 .owl-item.active {
    opacity: 1;
    box-shadow: 0 51px 25px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 51px 25px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.page-id-4477 .slider--secondary .slider__slide {
    height: auto;
    padding-top: 51%;
}

a.con-but {
    color: #e04e39;
    border: 2px solid #E04E39;
    padding: 1em;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all .2s;
}

.con-but:hover {
    background-color: #E04E39;
    text-decoration: none !important;
    color: #fff;
}


.video-section img {
    max-width: 400px;
    width: 100%;
}
.loop img.loop-img {display: none;}
@media screen and (max-width: 500px) {
     .video-section img {
        max-width: 400px;
        width: 100%;
        padding: .1em;
    }

    #myVideo {
        display: none;
    }
    .loop img.loop-img {display: block;}
    .loop video {display:  none;}

    .service {
        margin-bottom: 1em;

    }
}

.video-section video {
    object-fit: cover;
    width: 100vw;
    height: 85vh;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 500px) {
    .video-section video {
        display: none;
    }
    .vid-section-image {
        max-width: 85% !important;
    }
}
.video-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-section {
    height: calc(85vh - 125px);
    overflow: hidden;
    display: flex;
    align-items: middle;
    width: 100%:
}

/* Add some content at the bottom of the video/page */
.video-content {
    position: relative;
    height: calc(85vh - 125px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
}

.video-content p {
    max-width: 600px;
    margin-top: 1em;
}

#connex-logos h2 {
    color: #fff !important;
}

.connex-logo-news {
    width: 100%;
    text-align: center;
    margin: 1em auto;
}

.connex-logo-news img {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
}

.gif-section {
    z-index: 1;
    position: relative;
}

.red-section {
    background: rgb(168, 56, 78);
    background: -moz-linear-gradient(17deg, rgba(168, 56, 78, 1) 0%, rgba(224, 78, 57, 1) 100%);
    background: -webkit-linear-gradient(17deg, rgba(168, 56, 78, 1) 0%, rgba(224, 78, 57, 1) 100%);
    background: linear-gradient(17deg, rgba(168, 56, 78, 1) 0%, rgba(224, 78, 57, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8384e", endColorstr="#e04e39", GradientType=1);
    z-index: 0;
    color: #fff;
    padding: 4em 1em;
}

.red-section .article-primary .acticle__content {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .red-section .article-primary .acticle__content {
        max-width: 500px;
    }
}

.red-section .gform_wrapper input.button {
    background-color: #fff;
    color: #e95d51;
    border: none;
}

.red-section .gform_wrapper .gform_footer {
    text-align: left;
}

.red-section .article-primary .acticle__content {
    width: 100%;
    text-align: left;
}

.page-id-4477 .acticle__content ul {
    padding-left: 1em;
}

.page-id-4477 .gform_body ul {
    padding: 0;
}

a.mobile-only {display: none;}
a.not-mobile {display: inline-block;}
@media screen and (max-width: 500px) {
    img.article-img-1,
img.article-img-2 {
    margin-top: 1em;
}
a.mobile-only {
    display: inline-block;
}
a.not-mobile {display: none;}
}
.page-id-4188 img.article-img-2,
.page-id-4477 .order-2 img {
    /*border-radius: 21px;*/
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)*/
}

.page-id-4477 img.article-img-1 {
    /*border-radius: 21px;*/
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
}

.page-id-4477 img.article-img-1 {
    float: right;
}
.page-id-4177 img.article-img-1 {
    margin-bottom: 2em;
}
@media screen and (min-width: 970px) {
    .page-id-4188 img.article-img-2 {
        margin-bottom: 2em;
    }

    .page-id-4188 img.article-img-2,
    .page-id-4477 .order-2 img {
        max-width: 110%;
        width: 110%;
        overflow: none;
    }

    .page-id-4477 .order-2 img {
        /*margin-bottom: -200px;*/
        /*max-width: 110%;*/
        /*width: 110%;*/
        overflow: none;
    }
    .page-id-4477 img.article-img-1 {
        margin-bottom: 2em;
        /* max-width: 110%; */
        /* width: 110%; */
        /*left: 1em;*/
        overflow: none;
        /*border-radius: 21px;*/
    	/*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
    }
    .page-id-4477 .article__image.order-1 {
    	padding-left: 1em;
    }
}


.page-id-4477 .inner-bg {
    background: rgb(88, 89, 91);
    color: #fff;
}

.page-id-4477 .inner-bg .btn--purewhite {
    background: #fff;
    border-color: #fff;
    color: rgb(224, 78, 57);
}
.page-id-4477 .inner-bg a.btn--purewhite:hover {
    background: #fff;
    border-color: #fff;
    color: rgb(224, 78, 57) !important;
    opacity: .9 !important;
}
.vidhead-copy {
    font-size: 1em;
    line-height: 1.2em;
}

.page-id-4477 .gform_wrapper input[type=email]:focus,
.page-id-4477 .gform_wrapper input[type=email]:hover,
.page-id-4477 .gform_wrapper input[type=tel]:focus,
.page-id-4477 .gform_wrapper input[type=tel]:hover,
.page-id-4477 .gform_wrapper input[type=text]:focus,
.page-id-4477 .gform_wrapper input[type=text]:hover,
.page-id-4477 .gform_wrapper select:focus,
.page-id-4477 .gform_wrapper select:hover,
.page-id-4477 .gform_wrapper textarea:focus,
.page-id-4477 .gform_wrapper textarea:hover {
    background: #d7d8d6;
    border-color: #ddd;
}

/* html[data-useragent*='MSIE 10.0'] .page-id-4477 .video-section video,
html[data-useragent*='Windows NT 10.0'] .page-id-4477 .video-section video {
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
  }
 */
  /* .page-id-4477 .video-section video {display: none; }*/

.page-id-4477 .section--teritary {
    overflow: hidden;
}

.hubs-embedded-iframe .top-nav {
    top: 0 !important;
}


@media screen and (max-width: 500px) {
    #com-sol > div.container {padding:0;}
    #com-sol.section .section__head h1 {font-size: 24px;}
    #com-sol .feature-primary h2 {font-size: 65px;}
}


.page-id-5058 .intro .intro__image:before {background-color: transparent;}


/* -------------------------------- 

Modules - reusable parts of our design
CSS below (with slight modifications courtesy of CodyHouse
https://codyhouse.co/demo/points-of-interest/index.html

-------------------------------- */

.section--hotspot .section__head {
    margin-bottom: 50px;
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    /* width: 90% */
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container:after {
    content: "";
    display: table;
    clear: both;
}

.cd-img-replace {
    /* replace text with background images */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-product {
    text-align: center;
}

.cd-product-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    /* width: 100%; */
    /* max-width: 450px */ 
    max-width: 100%;
}
.cd-product-wrapper > img {
    display: block;
}
.cd-product-wrapper > ul {
    list-style-type: none;
}

.cd-single-point {
    position: absolute;
    border-radius: 50%;
}
.cd-single-point > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: #d95353;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-single-point > a::after, .cd-single-point > a:before {
    /* rotating plus icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.cd-single-point > a::after {
    height: 2px;
    width: 12px;
}
.cd-single-point > a::before {
    height: 12px;
    width: 2px;
}
.cd-single-point::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
}

.cd-single-point.is-open > a {
    background-color: #475f74;
}
.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after {
    /* remove pulse effect */
    display: none;
}
.cd-single-point.is-open .cd-more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited > a {
    background-color: #475f74;
}
.cd-single-point.visited::after {
    /* pulse effect no more active on visited elements */
    display: none;
}
@media only screen and (min-width: 600px) {
    .cd-single-point.is-open .cd-more-info.cd-left {
        right: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-right {
        left: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-top {
        bottom: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-bottom {
        top: 140%;
    }
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    100% {
        -webkit-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    100% {
        -moz-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
    }
}
.cd-single-point .cd-more-info {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2em 1em 1em;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info::before {
    /* triangle next to the interest point description - hidden on mobile */
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent;
}
.cd-single-point .cd-more-info h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: .6em;
}
.cd-single-point .cd-more-info ul,
.cd-single-point .cd-more-info ol {
    margin-left: 2em;
}

@media only screen and (min-width: 600px) {
    .cd-single-point .cd-more-info {
        position: absolute;
        padding: 1em;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: 0.25em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        height: auto;
        width: max-content;
        width: -webkit-max-content;
        width: -moz-max-content;
        max-width: 250px;
        min-width: 150px;
    }
    .cd-single-point .cd-more-info::before {
        display: block;
    }
    .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-single-point .cd-more-info.cd-left {
        right: 160%;
        left: auto;
    }
    .cd-single-point .cd-more-info.cd-left::before {
        border-left-color: rgba(255, 255, 255, 0.95);
        left: 100%;
    }
    .cd-single-point .cd-more-info.cd-right {
        left: 160%;
    }
    .cd-single-point .cd-more-info.cd-right::before {
        border-right-color: rgba(255, 255, 255, 0.95);
        right: 100%;
    }
    .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cd-single-point .cd-more-info.cd-top {
        bottom: 160%;
        top: auto;
    }
    .cd-single-point .cd-more-info.cd-top::before {
        border-top-color: rgba(255, 255, 255, 0.95);
        top: 100%;
    }
    .cd-single-point .cd-more-info.cd-bottom {
        top: 160%;
    }
    .cd-single-point .cd-more-info.cd-bottom::before {
        border-bottom-color: rgba(255, 255, 255, 0.95);
        bottom: 100%;
    }
    .cd-single-point .cd-more-info h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0;
    }
    .cd-single-point .cd-more-info p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* close the interest point description - only on mobile */
.cd-close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
}
.cd-close-info::after, .cd-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #475f74;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.cd-close-info::after {
    height: 2px;
    width: 16px;
}
.cd-close-info::before {
    height: 16px;
    width: 2px;
}
@media only screen and (min-width: 600px) {
    .cd-close-info {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .logged-in .cd-single-point.is-open .cd-more-info {
        top: 46px;
    }
    .cd-single-point.is-open .cd-more-info > p > img {
        display: flex;
        margin-right: auto;
        margin-left: auto;
    }
}


/* -------------------------------------*/
/* INTRO - HERO WITH RANDOM SLIDES 2021 */
/* -------------------------------------*/

.home-hero {
    position: relative;
}

.home-hero__main-content {
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    text-align: center;
    height: 100vh;
}

.home-hero__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
}

.home-hero__image--mobile {
    display: none;
}

@media only screen and (max-width: 800px) {

    .home-hero__image--mobile {
        display: block;
    }

    .home-hero__image--desktop {
        display: none;
    }

}

.logged-in .home-hero__main-content {
    height: calc(100vh - 32px);
}

.home-hero__headline-wrapper {
    margin-bottom: 10vw;
}

.align--left {
	text-align: left;
}

.align--center {
	text-align: center;
}

.align--right {
	text-align: right;
}

.home-hero__quote.align--center {
    margin: 0 auto;
}

.home-hero__quote.align--right {
    margin-left: auto;
}

.home-hero__headline--large,
.home-hero__headline--small {
    color: white;
    letter-spacing: 0;
    display: block;
}

.home-hero__headline--large {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.home-hero__headline--small {
    font-size: 2rem;
    font-weight: 600;
}

.home-hero__endorsement {
    position: absolute;
    bottom: 8rem;
    width: 100%;
}

.home-hero__quote {
    max-width: 45rem;
    color: white;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 1rem;
}

.home-hero__source {
    color: white;
}

@media only screen and (max-width: 800px) {

    .home-hero__endorsement {
        display: none;
    }

}

.banner__foot {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.home-hero .list-features a {
    color: white;
}

@media only screen and (max-width: 800px) {

    .home-hero__main-content {
        height: 80vh;
    }

    .banner__foot {
        position: static;
    }

}

.download_button {
    text-align: center;
}

.download_button_link {
    font-size: 15px;
    color: white;
    width: auto;
    background-color: #E44D37;
    border-radius: 24px;
    text-align: center;
    padding: 12px 20px;
    margin: 0 auto;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.download_button_link:hover, .download_button_link:focus {
    background-color: #ca331c;
    color:white;
    text-decoration:none;
}

.image-inner {
	width:90%;
}
.content-inner {
	text-align:left;
	margin-top:70px;
}
.text-inner {
	margin-top: 21px;
    color: black;
}
.text-inner h2 {
	margin-bottom:0px;
	text-transform: none;
}

.btn-solution {
	background: #E44D37;
	border-color:white;
	color:white;
	margin-top: 12px;
}
.btn-solution:hover {
	background-color: #ca331c;
	color:white;
	text-decoration:none;	
}
.row-reverse {
	flex-direction : row-reverse;
}
.icon-image-part {
	margin-bottom:20px;
}

.section .team-members .employee{
    cursor: pointer;
}

.section .team-members .employee .image_wrapper{
    position:  relative;
}

.section .team-members .employee .image_wrapper .employee_bio{
    display: none;
    position: absolute;
    width:  100%;
    height: 100%;
    color: #fff;
    padding:  20px;
    background:  rgba(147, 132, 132, .7);
    align-items: flex-end;
	text-indent: -99999px;
}

.section .team-members .employee .image_wrapper:hover .employee_bio{
    display: flex;
}

.btn-download {
	margin-top:12px;
}

.article-bg-gray{
    background: #FAFAFA;
    padding: 60px 0;
}


.employee-popup {
    width: 75%;
    display: flex;
    background-color: gainsboro;
    padding-left: 30px;
    align-items: center;
    padding-bottom: 30px;  
    padding-top: 30px;
    padding-right: 30px;
	margin-top:60px;
}
.popup-image {
    width: 40%;
	display:inline-block;
	margin-top: 25px;
	align-self: flex-start;
}
.popup-text {
    width: 60%;
	text-align:left;
	padding-left:40px;
	display:inline-block;
}
.popup-text span {
    font-weight: 600;
    font-size: 16px;
}

.popup-text p{
    padding-top: 15px;
	overflow-wrap: anywhere;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgb(147 132 132 / 40%);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-flex;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
	max-width:700px;
	max-height: calc(100vh - 120px);
    
}
.popupCloseButton {
    
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 1px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
/*  Popup mobile friendly */
@media (max-width:768px) {
    .hover_bkgr_fricc > div  {
        display: block;
        margin: auto;
        margin-top: 30px;
		width:80%;
		max-height: calc(100vh - 60px);
		overflow:auto;
    }
	.popup-image {
		width:90%;	
	}
	.popup-text {
		width:100%;
		padding-left:10px;
		overflow-wrap: anywhere;
	}
}
/* Popup mobile friendly end   */

/*section-text-logo padding  */
.section-text-logo {
	padding: 133px 0 93px;
}

/* board-members */
.board-members {
    width: 11%;
    padding-left: 10px;
    padding-right:10px;
	max-width: 11%;
    
}

@media (max-width:768px) {
    .board-members {
        width:100%;
		max-width: 100%;
    }
}
.map-title h4{
	text-align:center;
	padding-bottom:20px;
}

.section-text-logo {
    padding:133px 0 93px;
}

/* Section two columns list */
.section_two_columns_list{
    color : #20343f;
}
.section_two_columns_list .section__head p{
    font-weight: 700;
    margin-bottom: 10px;
}

.section_two_columns_list .section__subtitle p{
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 600;
}

.section_two_columns_list .list_text span{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}

.section_two_columns_list .list_text .row{
    display:inline-block;
    width:100%;
}

.section_two_columns_list .list_text .row > div{
    display:inline-block;
    float:left;
}

.section_two_columns_list .list_text .row > div:nth-child(2n){
    float:right;
}

.section_two_columns_list .button_wrapper{
    text-align: center;
    margin-top: 30px;
}

/* Excellence Awards Section */
.section--excellence h2.section_title{
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
}

.section--excellence .section_intro{
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

.section--excellence .excellence-awards{
    padding: 30px 0 30px;
}

.section--excellence .excellence-awards .row{
    justify-content: center;
}

.section--excellence .excellence-awards .award{
    background: #fff;
    margin: 30px auto;
    text-align: center;
    max-width: 260px;
}
.section--excellence .excellence-awards .award .position{
    height: 260px;
    /*font-size: 50px;
    line-height: 60px;*/
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.section--excellence .excellence-awards .award .award_link{
    background: #df4e38;
    font-size: 24px;
    line-height: 28px;
    padding: 16px 0;
    color: #fff;
}

@media (min-width: 992px) {
    .section--excellence .excellence-awards .award-card-small{
        max-width: 26%;
    }
    .section--excellence .excellence-awards .award{
        max-width: auto;
    }
}

.section--excellence .hover_bkgr_fricc{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Stats Section */
.color-black{
    color: #000;
}

.color-white{
    color: #fff;
}

.col-stat{
    text-align: center;
}

.col-stat .stat-header{
    font-size: 70px;
    line-height: 85px;
    justify-content: center;
    display: flex;
    font-weight: 700;
}

.col-stat .stat-header p{
    display: inline-block;
    margin-bottom: 0;
}

.col-stat .stat-desc{
    font-size: 40px;
    line-height: 50px;
}

/* Callout Text + Image Section */
.section--callout .header_title{
    font-weight: 700;
    text-transform: none;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: 0;
}

/* PDF Section in content */
.pdf-container{
    margin-top: 4.5rem;
    text-align: center;
}

.view_pdf{
    margin-top: 20px;
    border-color:#e45750;
}
