:root {
    --darkBlue: #06103D;
    --brightBlue: #2969F2;
    --lightGrey: #F8F8F8;
    --white: #ffffff;
    --green: #B4F62A;
    --lightBlue: #e9eaed;
  }
/* Grid & Gutters */
/* Colours */
/* Breakpoints */
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/* CONTAINER */
/* GENERIC */
.margFifteen {
    margin: 0 0 15px !important;
}

.semiBold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

section.cta .btn {
    margin-left: 0 !important;
}

@media (min-width: 600px) {
    section.cta .btn {
        margin-left: 24px !important;
        border-radius: 12px;
        background-color: var(--brightBlue);
        border: none;
        padding: 14px 24px !important;
        font-size: 16px !important;
        text-transform: lowercase;
        font-weight: 600;
    }
    
    section.cta .btn::first-letter {
        text-transform: capitalize;
    }
}

@media (max-width: 768px) {
    .container {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 20px - 20px);
    }
}

/* XS SM NAVIGATION & CONTEXTUAL */
#navbar_mobile ul.nav-pills {
    margin-bottom: 5px;
}

nav.navbar .nav li a {
    font-size: 12px;
    padding: 15px 0;
    text-align: left;
}

@media (min-width: 992px) {
    nav.navbar .nav li a {
        font-size: 12px;
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {
    nav.navbar .nav li a {
        font-size: 12px;
        padding: 10px 20px;
    }
}

@media (min-width: 992px) {
    nav.navbar .nav li.language_links a {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    nav.navbar .nav li.search-link a {
        padding: 9px 10px 11px !important;
    }
}

@media (min-width: 992px) {
    nav.navbar .nav li.search-close a {
        padding: 10px 10px 11px !important;
    }
}

nav.navbar .navMobileTop li a.lang {
    padding-left: 10px;
    padding-right: 10px;
}

.rightNav {
    border-color: var(--lightGrey);
}

.rightNav .nav-pills > li {
    padding: 15px 0;
}

.rightNav ul.nav-pills {
    margin-bottom: 5px !important;
}

.navbar .navbar-collapse .navbar-nav > li {
    border-color: var(--lightGrey);
}

.contextual {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 5px;
}

@media (min-width: 992px) {
    .contextual {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1365px) {
    .contextual {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1910px) {
    .contextual {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (min-width: 768px) {
    .contextual {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .contextual {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .contextual {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) and (min-width: 1365px) {
    .contextual {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 992px) and (min-width: 1910px) {
    .contextual {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (min-width: 992px) {
    .contextual .menu .navList {
        margin-top: 28px;
    }
}

.contextual .menu .navList li {
    padding: 0;
    border-top: 1px solid var(--lightGrey);
    text-align: left;
}

.contextual .menu .navList li.root {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    border-top: none;
}

@media (min-width: 992px) {
    .contextual .menu .navList li.root {
        display: inline;
        width: auto;
        padding: 35px 4px;
    }
}

@media (min-width: 1200px) {
    .contextual .menu .navList li.root {
        padding: 35px 8px;
    }
}

.contextual .menu .navList li.root span {
    margin-right: 0;
}

.contextual .menu .navList li.root.toggleMobile .icon img {
    width: 15px;
    margin-top: 18px;
}

.contextual .menu .navList li.root.toggleMobile .icon img.open {
    transform: rotate(-90deg);
    margin-top: 16px;
}

@media (min-width: 992px) {
    .contextual .menu .navList li {
        border: none;
        padding: 35px 8px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .contextual .menu .navList li {
        font-size: 16px;
    }
}

.contextual .menu .navList li a {
    padding: 15px 0;
    display: block;
}

@media (min-width: 992px) {
    .contextual .menu .navList li a {
        padding: 4px 0;
    }
}

.contextual .menu .navList li:hover a {
    color: var(--darkBlue);
}

@media (min-width: 992px) {
    .contextual .menu .navList li:hover a {
        color: var(--brightBlue);
    }
}

.contextual .menu .navList li:hover div.dropdown {
    display: none;
}

@media (min-width: 992px) {
    .contextual .menu .navList li:hover div.dropdown {
        display: block;
    }
}

.contextual .menu .navList li.active a {
    color: var(--brightBlue);
    border: none;
}

@media (min-width: 992px) {
    .contextual .menu .navList li.active a {
        border-bottom: 3px solid var(--lightGrey);
    }
}

.contextual .menu .navList .contextualMobile li {
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) {
    .contextual .menu .navList .contextualMobile li {
        width: auto;
    }
}

.contextual .menu .navList .contextualMobile li .top-nav-link {
    float: left;
    border-bottom: 0;
    margin-top: 0 !important;
    background: none;
    padding-left: 20px;
}

@media (min-width: 992px) {
    .contextual .menu .navList .contextualMobile li .top-nav-link.dropdown {
        float: none;
        background: url("../images/dropdown-arrow-icon.svg") no-repeat right 10px;
    }
}

.contextual .menu .navList .contextualMobile li .icon {
    float: right;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .contextual .menu .navList .contextualMobile li .icon {
        display: none;
    }
}

.contextual .menu .navList .contextualMobile li .icon img {
    margin-top: 18px;
    width: 15px;
}

.contextual .menu .navList .contextualMobile li .icon img.open {
    transform: rotate(-90deg);
    margin-top: 16px;
}

.contextual .menu .navList .contextualMobile li .dropdown {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .contextual .menu .navList .contextualMobile li .dropdown {
        margin-top: 0;
    }
}

.contextual .menu .navList .contextualMobile li .dropdown .links,
.contextual .menu .navList .contextualMobile li .dropdown .quicklinks {
    padding: 10px 20px;
}

@media (min-width: 992px) {

    .contextual .menu .navList .contextualMobile li .dropdown .links,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks {
        padding: 40px 20px;
    }
}

.contextual .menu .navList .contextualMobile li .dropdown .links div,
.contextual .menu .navList .contextualMobile li .dropdown .quicklinks div {
    margin-bottom: 0;
}

@media (min-width: 992px) {

    .contextual .menu .navList .contextualMobile li .dropdown .links div,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks div {
        margin-bottom: 40px;
        flex: 1 1 auto;
    }

    .contextual .menu .navList .contextualMobile li .dropdown .links div li,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks div li {
        display: block;
    }
}

.contextual .menu .navList .contextualMobile li .dropdown .links .half,
.contextual .menu .navList .contextualMobile li .dropdown .quicklinks .half {
    width: 100%;
    display: inline-block;
}

@media (min-width: 992px) {

    .contextual .menu .navList .contextualMobile li .dropdown .links .half,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks .half {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 992px) {

    .contextual .menu .navList .contextualMobile li .dropdown .links .half ul:first-child,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks .half ul:first-child {
        margin-right: 15px !important;
    }

    .contextual .menu .navList .contextualMobile li .dropdown .links .half ul:last-child,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks .half ul:last-child {
        margin-left: 15px !important;
    }
}

.contextual .menu .navList .contextualMobile li .dropdown .links ul,
.contextual .menu .navList .contextualMobile li .dropdown .quicklinks ul {
    margin: 0 !important;
    border: none !important;
}

@media (min-width: 992px) {

    .contextual .menu .navList .contextualMobile li .dropdown .links ul,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks ul {
        margin: 0 30px !important;
    }
}

.contextual .menu .navList .contextualMobile li .dropdown .links ul li,
.contextual .menu .navList .contextualMobile li .dropdown .quicklinks ul li {
    border: none !important;
}

.contextual .menu .navList .contextualMobile li .dropdown .links ul li a,
.contextual .menu .navList .contextualMobile li .dropdown .quicklinks ul li a {
    font-size: 16px;
    padding: 10px 0;
    border: none !important;
}

@media (min-width: 992px) {

    .contextual .menu .navList .contextualMobile li .dropdown .links ul li a,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks ul li a {
        font-size: 18px;
        padding: 4px 0;
    }
}

.contextual .menu .navList .contextualMobile li .dropdown .links .showcase,
.contextual .menu .navList .contextualMobile li .dropdown .quicklinks .showcase {
    margin: 0 0 10px !important;
    padding: 25px 0 0;
}

@media (min-width: 992px) {

    .contextual .menu .navList .contextualMobile li .dropdown .links .showcase,
    .contextual .menu .navList .contextualMobile li .dropdown .quicklinks .showcase {
        margin: 0 30px 20px !important;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .imgPod-25 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .imgPod-33 {
        width: 33.33333333%;
        margin: 0 1px !important;
    }
}

@media (min-width: 768px) {
    .imgPod-66 {
        width: 66.66666666%;
        margin: 0 1px !important;
    }
}

.imgPod-25,
.imgPod-33,
.imgPod-66 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.imgPod-25:first-child,
.imgPod-33:first-child,
.imgPod-66:first-child {
    margin-top: 0;
}

.imgPod-25:last-child,
.imgPod-33:last-child,
.imgPod-66:last-child {
    margin-bottom: 0;
}


@media (min-width: 1200px) {

    .imgPod-25,
    .imgPod-33,
    .imgPod-66 {
        height: 590px;
    }
}

.imgPod-25 .bg,
.imgPod-25 .gradient,
.imgPod-33 .bg,
.imgPod-33 .gradient,
.imgPod-66 .bg,
.imgPod-66 .gradient {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    transition: all 0.3s ease-in;
    z-index: -1;
    position: absolute;
}

.imgPod-25 .bg,
.imgPod-33 .bg,
.imgPod-66 .bg {
    background-image: url("http: //via.placeholder.com/1024x768?text=Missing+Image");
    background-color: var(--brightBlue);
}

.imgPod-25 .gradient,
.imgPod-33 .gradient,
.imgPod-66 .gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 75%);
    z-index: 0;
}

.imgPod-25:hover .bg,
.imgPod-33:hover .bg,
.imgPod-66:hover .bg {
    transform: scale(1.1);
}

.imgPod-25 .content,
.imgPod-33 .content,
.imgPod-66 .content {
    width: 100%;
    padding: 0 24px 24px;
    z-index: 1;
    position: absolute;
    bottom: 0;
}



.imgPod-25 .content h1,
.imgPod-33 .content h1,
.imgPod-66 .content h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width: 1910px) {

    .imgPod-25 .content h1,
    .imgPod-33 .content h1,
    .imgPod-66 .content h1 {
        font-size: 48px;
        line-height: 48px;
    }
}


@media (min-width: 1200px) {
    .imgPod-25 .content,
    .imgPod-33 .content,
    .imgPod-66 .content {
        padding: 0 48px 48px;
    }

    .imgPod-25 .content h1,
    .imgPod-33 .content h1,
    .imgPod-66 .content h1 {
        color: #ffffff;
        font-size: 32px;
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 20px;
    }
}

@media (min-width: 1910px) {

    .imgPod-25,
    .imgPod-33,
    .imgPod-66 {
        height: 600px;
    }
}

.img-rounded {
    border-radius: 50%;
}

.textHeader {
    background-color: transparent;
    color: var(--darkBlue);
    display: block;
    padding: 35px 0;
    border-bottom: 1px solid var(--lightGrey);
}

@media (min-width: 768px) {
    .textHeader {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 60px 0 45px;
    }
}

@media (min-width: 768px) {
    .textHeader .leftCol {
        width: 50%;
        margin-left: 45px;
    }
}

@media (min-width: 992px) {
    .textHeader .leftCol {
        width: 60%;
        margin-left: 60px;
    }
}

@media (min-width: 1365px) {
    .textHeader .leftCol {
        margin-left: 160px;
    }
}

.textHeader .leftCol .previewDesc .content {
    height: auto;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .textHeader .leftCol .previewDesc .content {
        height: 100px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1365px) {
    .textHeader .leftCol .previewDesc .content {
        height: 200px;
    }
}

.textHeader .leftCol .previewDesc .content .gradient {
    display: none;
}

@media (min-width: 768px) {
    .textHeader .leftCol .previewDesc .content .gradient {
        display: block;
        background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0px, white 100%);
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0px, white 100%);
        background: linear-gradient(rgba(255, 255, 255, 0) 0px, white 100%);
    }
}

@media (min-width: 1365px) {
    .textHeader .leftCol .previewDesc .content .gradient {
        background: -moz-linear-gradient(rgba(255, 255, 255, 0) 105px, white 100%);
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 105px, white 100%);
        background: linear-gradient(rgba(255, 255, 255, 0) 105px, white 100%);
    }
}

.textHeader .leftCol .previewDesc .btnAnim {
    display: none;
}

@media (min-width: 768px) {
    .textHeader .leftCol .previewDesc .btnAnim {
        display: inline-block;
    }
}

.textHeader .rightCol {
    width: 50%;
    display: none;
}

@media (min-width: 768px) {
    .textHeader .rightCol {
        margin-right: 45px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .textHeader .rightCol {
        width: 40%;
        margin-right: 60px;
    }
}

@media (min-width: 1365px) {
    .textHeader .rightCol {
        margin-right: 160px;
    }
}

.textHeader .rightCol .promoSpace {
    margin-top: 0;
}

/* SECTION */
.cta,
.industry,
.ressources,
.multi-cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.cta .flexBox,
.industry .flexBox,
.ressources .flexBox,
.multi-cta .flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {

    .cta .flexBox,
    .industry .flexBox,
    .ressources .flexBox,
    .multi-cta .flexBox {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.cta.last,
.industry.last,
.ressources.last,
.multi-cta.last {
    margin-bottom: 0 !important;
}

.cta .heading,
.industry .heading,
.ressources .heading,
.multi-cta .heading {
    margin-bottom: 30px;
    line-height: 44px !important;
}

.cta .flexBox.justify-content-center a,
.cta .flexBox.justify-content-space-between a,
.cta.flexBox.justify-content-center a,
.cta.flexBox.justify-content-space-between a,
.industry .flexBox.justify-content-center a,
.industry .flexBox.justify-content-space-between a,
.industry.flexBox.justify-content-center a,
.industry.flexBox.justify-content-space-between a,
.ressources .flexBox.justify-content-center a,
.ressources .flexBox.justify-content-space-between a,
.ressources.flexBox.justify-content-center a,
.ressources.flexBox.justify-content-space-between a,
.multi-cta .flexBox.justify-content-center a,
.multi-cta .flexBox.justify-content-space-between a,
.multi-cta.flexBox.justify-content-center a,
.multi-cta.flexBox.justify-content-space-between a {
    margin: 5px 0;
}

.cta .flexBox.justify-content-center a:first-child,
.cta .flexBox.justify-content-space-between a:first-child,
.cta.flexBox.justify-content-center a:first-child,
.cta.flexBox.justify-content-space-between a:first-child,
.industry .flexBox.justify-content-center a:first-child,
.industry .flexBox.justify-content-space-between a:first-child,
.industry.flexBox.justify-content-center a:first-child,
.industry.flexBox.justify-content-space-between a:first-child,
.ressources .flexBox.justify-content-center a:first-child,
.ressources .flexBox.justify-content-space-between a:first-child,
.ressources.flexBox.justify-content-center a:first-child,
.ressources.flexBox.justify-content-space-between a:first-child,
.multi-cta .flexBox.justify-content-center a:first-child,
.multi-cta .flexBox.justify-content-space-between a:first-child,
.multi-cta.flexBox.justify-content-center a:first-child,
.multi-cta.flexBox.justify-content-space-between a:first-child {
    margin-top: 0;
}

.cta .flexBox.justify-content-center a:last-child,
.cta .flexBox.justify-content-space-between a:last-child,
.cta.flexBox.justify-content-center a:last-child,
.cta.flexBox.justify-content-space-between a:last-child,
.industry .flexBox.justify-content-center a:last-child,
.industry .flexBox.justify-content-space-between a:last-child,
.industry.flexBox.justify-content-center a:last-child,
.industry.flexBox.justify-content-space-between a:last-child,
.ressources .flexBox.justify-content-center a:last-child,
.ressources .flexBox.justify-content-space-between a:last-child,
.ressources.flexBox.justify-content-center a:last-child,
.ressources.flexBox.justify-content-space-between a:last-child,
.multi-cta .flexBox.justify-content-center a:last-child,
.multi-cta .flexBox.justify-content-space-between a:last-child,
.multi-cta.flexBox.justify-content-center a:last-child,
.multi-cta.flexBox.justify-content-space-between a:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {

    .cta .flexBox.justify-content-center a,
    .cta .flexBox.justify-content-space-between a,
    .cta.flexBox.justify-content-center a,
    .cta.flexBox.justify-content-space-between a,
    .industry .flexBox.justify-content-center a,
    .industry .flexBox.justify-content-space-between a,
    .industry.flexBox.justify-content-center a,
    .industry.flexBox.justify-content-space-between a,
    .ressources .flexBox.justify-content-center a,
    .ressources .flexBox.justify-content-space-between a,
    .ressources.flexBox.justify-content-center a,
    .ressources.flexBox.justify-content-space-between a,
    .multi-cta .flexBox.justify-content-center a,
    .multi-cta .flexBox.justify-content-space-between a,
    .multi-cta.flexBox.justify-content-center a,
    .multi-cta.flexBox.justify-content-space-between a {
        margin: 0 15px 5px !important;
    }

    .cta .flexBox.justify-content-center a:first-child,
    .cta .flexBox.justify-content-space-between a:first-child,
    .cta.flexBox.justify-content-center a:first-child,
    .cta.flexBox.justify-content-space-between a:first-child,
    .industry .flexBox.justify-content-center a:first-child,
    .industry .flexBox.justify-content-space-between a:first-child,
    .industry.flexBox.justify-content-center a:first-child,
    .industry.flexBox.justify-content-space-between a:first-child,
    .ressources .flexBox.justify-content-center a:first-child,
    .ressources .flexBox.justify-content-space-between a:first-child,
    .ressources.flexBox.justify-content-center a:first-child,
    .ressources.flexBox.justify-content-space-between a:first-child,
    .multi-cta .flexBox.justify-content-center a:first-child,
    .multi-cta .flexBox.justify-content-space-between a:first-child,
    .multi-cta.flexBox.justify-content-center a:first-child,
    .multi-cta.flexBox.justify-content-space-between a:first-child {
        margin-left: 0 !important;
    }

    .cta .flexBox.justify-content-center a:last-child,
    .cta .flexBox.justify-content-space-between a:last-child,
    .cta.flexBox.justify-content-center a:last-child,
    .cta.flexBox.justify-content-space-between a:last-child,
    .industry .flexBox.justify-content-center a:last-child,
    .industry .flexBox.justify-content-space-between a:last-child,
    .industry.flexBox.justify-content-center a:last-child,
    .industry.flexBox.justify-content-space-between a:last-child,
    .ressources .flexBox.justify-content-center a:last-child,
    .ressources .flexBox.justify-content-space-between a:last-child,
    .ressources.flexBox.justify-content-center a:last-child,
    .ressources.flexBox.justify-content-space-between a:last-child,
    .multi-cta .flexBox.justify-content-center a:last-child,
    .multi-cta .flexBox.justify-content-space-between a:last-child,
    .multi-cta.flexBox.justify-content-center a:last-child,
    .multi-cta.flexBox.justify-content-space-between a:last-child {
        margin-right: 0 !important;
    }
}

.cta .flexBox.justify-content-center,
.cta.flexBox.justify-content-center,
.industry .flexBox.justify-content-center,
.industry.flexBox.justify-content-center,
.ressources .flexBox.justify-content-center,
.ressources.flexBox.justify-content-center,
.multi-cta .flexBox.justify-content-center,
.multi-cta.flexBox.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cta .flexBox.justify-content-center img,
.cta.flexBox.justify-content-center img,
.industry .flexBox.justify-content-center img,
.industry.flexBox.justify-content-center img,
.ressources .flexBox.justify-content-center img,
.ressources.flexBox.justify-content-center img,
.multi-cta .flexBox.justify-content-center img,
.multi-cta.flexBox.justify-content-center img {
    max-height: 100px;
}

.cta .flexBox.justify-content-space-between,
.cta.flexBox.justify-content-space-between,
.industry .flexBox.justify-content-space-between,
.industry.flexBox.justify-content-space-between,
.ressources .flexBox.justify-content-space-between,
.ressources.flexBox.justify-content-space-between,
.multi-cta .flexBox.justify-content-space-between,
.multi-cta.flexBox.justify-content-space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cta.containerBrand,
.industry.containerBrand,
.ressources.containerBrand,
.multi-cta.containerBrand {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cta.flexBox.noMarg,
.industry.flexBox.noMarg,
.ressources.flexBox.noMarg,
.multi-cta.flexBox.noMarg {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {

    .cta.flexBox.noMarg,
    .industry.flexBox.noMarg,
    .ressources.flexBox.noMarg,
    .multi-cta.flexBox.noMarg {
        margin-left: 0;
        margin-right: 0;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {

    .cta.flexBox.noMarg,
    .industry.flexBox.noMarg,
    .ressources.flexBox.noMarg,
    .multi-cta.flexBox.noMarg {
        margin-left: 0;
        margin-right: 0;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.cta .btn,
.industry .btn,
.ressources .btn,
.multi-cta .btn {
    min-width: 0 !important;
}

@media (min-width: 768px) {
    .multi-cta {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.multi-cta .btn {
    border: none;
    width: 250px;
    font-weight: 600;
    border-radius: 0;
    margin: 5px 0;
}

.multi-cta .btn:first-child {
    margin-top: 0;
}

.multi-cta .btn:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .multi-cta .btn {
        padding: 20px 5px !important;
        margin: 0 5px 10px !important;
        flex: 0 calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .multi-cta .btn {
        margin: 0 15px 5px !important;
        flex: 0 200px;
    }

    .multi-cta .btn:first-child {
        margin-left: 0 !important;
    }

    .multi-cta .btn:last-child {
        margin-right: 0 !important;
    }
}

.listingFiltersImgs.products .rightCol {
    width: 100%;
}

.listingFiltersImgs.products .rightCol .listing {
    padding-top: 0;
}

.listingFiltersImgs.products .rightCol .listing .item {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

@media (min-width: 768px) {
    .listingFiltersImgs.products .rightCol .listing .item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .listingFiltersImgs.products .rightCol .listing .item {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1365px) {
    .listingFiltersImgs.products .rightCol .listing .item {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.listingFiltersImgs.products .rightCol .listing .item .image {
    margin-bottom: 10px;
    width: 50%;
}

@media (min-width: 768px) {
    .listingFiltersImgs.products .rightCol .listing .item .image {
        margin-bottom: 0;
        width: auto;
    }
}

.listingFiltersImgs.products .rightCol .listing .item .meta {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex: 1;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .listingFiltersImgs.products .rightCol .listing .item .meta {
        margin-bottom: 0;
    }
}

.listingFiltersImgs.products .rightCol .listing .item .meta .title {
    margin-bottom: 5px;
}

.listingFiltersImgs.products .rightCol .listing .item .meta .title:last-child {
    margin-bottom: 0;
}

.listingFiltersImgs.products .rightCol .listing .item .ctaBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.listingFiltersImgs.products .rightCol .listing .item .ctaBtn .btn {
    margin-top: 0;
}

.listingFiltersImgs.products .rightCol .header {
    height: 65px;
}

@media (min-width: 768px) {
    .listingFiltersImgs.products .rightCol .header .title {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .listingFiltersImgs.products .rightCol .header .title {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1365px) {
    .listingFiltersImgs.products .rightCol .header .title {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.listingFiltersImgs.products .rightCol .header.ltBlue {
    height: 55px;
    background-color: var(--lightGrey);
}

@media (min-width: 768px) {
    .listFilters {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .listFilters .header {
        cursor: default;
    }
}

.listFilters .header.toggle:after {
    content: none;
}

@media (min-width: 768px) {
    .listFilters .header .title {
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
    .listFilters .header .title {
        padding-left: 60px;
    }
}

@media (min-width: 1910px) {
    .listFilters .header .title {
        padding-left: 160px;
    }
}

@media (min-width: 768px) {
    .listFilters .header .icon {
        padding-right: 45px;
    }
}

@media (min-width: 768px) {
    .listFilters .header .icon.plus {
        display: none;
    }
}

@media (min-width: 768px) {
    .listFilters .header .icon.minus {
        display: none;
    }
}

@media (min-width: 768px) {
    .listFilters .currentFilter {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {
    .listFilters .currentFilter {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .listFilters .filterBox {
        display: block;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .listFilters .filterBox {
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    .listFilters .filterBox {
        padding-right: 40px;
    }
}

@media (min-width: 1910px) {
    .listFilters .filterBox {
        padding-left: 160px;
        padding-right: 90px;
    }
}

@media (min-width: 768px) {
    .listingFiltersImgs {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol {
        width: 75%;
    }
}

.listingFiltersImgs .rightCol .listing .item {
    padding: 25px 20px 20px;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .listing .item {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .listingFiltersImgs .rightCol .listing .item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .listingFiltersImgs .rightCol .listing .item {
        padding: 30px 60px 30px;
    }
}

@media (min-width: 768px) {

    .listingFiltersImgs .rightCol .header .title,
    .listingFiltersImgs .rightCol .currentFilter {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {

    .listingFiltersImgs .rightCol .header .title,
    .listingFiltersImgs .rightCol .currentFilter {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {

    .listingFiltersImgs .rightCol .header .title,
    .listingFiltersImgs .rightCol .currentFilter {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.listingFiltersImgs .rightCol .flex.mediaListing {
    padding: 30px 20px 0;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .flex.mediaListing {
        padding: 45px 15px 0 45px;
    }
}

@media (min-width: 992px) {
    .listingFiltersImgs .rightCol .flex.mediaListing {
        padding: 30px 30px 0;
    }
}

@media (min-width: 1200px) {
    .listingFiltersImgs .rightCol .flex.mediaListing {
        padding-top: 45px;
        padding-left: 60px;
        padding-right: 15px;
    }
}

@media (min-width: 1365px) {
    .listingFiltersImgs .rightCol .flex.mediaListing {
        padding-right: 115px;
    }
}

.listingFiltersImgs .rightCol .flex.mediaListing .mainContent {
    width: 100%;
}

.listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 0;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
        margin-bottom: 45px !important;
        margin-right: 30px !important;
        width: calc(50% - 30px) !important;
    }
}

@media (min-width: 992px) {
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
        margin-bottom: 30px !important;
        margin-right: 30px !important;
        width: calc(33.333333% - 30px) !important;
    }
}

@media (min-width: 1200px) {
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article {
        margin-bottom: 45px !important;
        margin-right: 45px !important;
        width: calc(25% - 45px) !important;
    }
}

.listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .image {
    width: 50%;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .image {
        width: auto;
    }
}

.listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .lead {
    margin-bottom: 10px;
}

.listingFiltersImgs .rightCol .flex.mediaListing .mainContent .flexBox article .lead p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}

.listingFiltersImgs .rightCol .base {
    padding: 20px;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .base {
        padding: 50px;
    }
}

@media (min-width: 992px) {
    .mainContent.full {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {
    .mainContent.full {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1300px) {
    .mainContent.full {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (min-width: 1910px) {
    .mainContent.full {
        padding-left: 300px;
        padding-right: 300px;
    }
}

@media (min-width: 992px) {
    .mainContent.full .imgTextPodHorz {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .mainContent.full .imgTextPodHorz .leftCol {
        height: 400px;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 1365px) {
    .mainContent.full .imgTextPodHorz .leftCol {
        height: 500px;
    }
}

@media (min-width: 768px) {
    .mainContent.full .imgTextPodHorz .leftCol img {
        position: absolute;
        top: 50%;
        margin-top: -200px;
    }
}

@media (min-width: 1365px) {
    .mainContent.full .imgTextPodHorz .leftCol img {
        margin-top: -250px;
    }
}

.sectionBrand .mainContent.left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sectionBrand .mainContent.left .sectionLead h2 {
    margin-top: 0;
}

.sectionBrand .mainContent.left .sectionLead .lead p {
    font-size: 20px !important;
    line-height: 30px;
}

/* NAVIGATION */
.navbar .navbarMobile {
    padding: 0 !important;
}

.navbar .navbarMobile .navbar-brand {
    padding-left: 0 !important;
}

@media (min-width: 768px) {
    .navbar .navbarMobile .navbar-brand {
        padding-left: 15px !important;
    }
}

@media (min-width: 768px) {

    .nav li.search-link a,
    .nav li.search-close a {
        padding: 8px 10px 12px !important;
    }
}

@media (min-width: 992px) {

    .nav li.search-link a,
    .nav li.search-close a {
        padding: 8px 10px 11px !important;
    }
}

nav.navbar-default {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    nav.navbar-default {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1365px) {
    nav.navbar-default {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1910px) {
    nav.navbar-default {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (min-width: 768px) {
    nav.navbar-default {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    nav.navbar-default {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    nav.navbar-default {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) and (min-width: 1365px) {
    nav.navbar-default {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 992px) and (min-width: 1910px) {
    nav.navbar-default {
        padding-left: 160px;
        padding-right: 160px;
    }
}

nav.navbar .nav li a:hover,
nav.navbar .nav li a:active,
nav.navbar .nav li a:focus {
    text-decoration: none;
}

.nav li.myAccount {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nav li.myAccount a {
    font-weight: 400 !important;
    line-height: 16px !important;
}

.nav li.myAccount div.dropdownAccount {
    top: 32px;
}

.nav li.myAccount div.dropdownAccount li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nav li.cart {
    margin-left: 0 !important;
}

.nav li.cart a {
    font-weight: 400 !important;
    line-height: 16px !important;
}

/* HEADER */
header .rightCol.mediaBox {
    overflow: hidden;
    position: relative;
}

header .rightCol.mediaBox video {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%) translateY(50%);
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.fluidHeaderHome {
    min-height: 400px;
}

@media (min-width: 1200px) {
    .fluidHeaderHome {
        height: 75vh;
        max-height: 600px;
    }
}

@media (min-width: 1910px) {
    .fluidHeaderHome {
        max-height: 800px;
    }
}

.fluidHeaderHome a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    width: 100%;
    color: #ffffff;
}

@media (min-width: 768px) {
    .fluidHeaderHome .leftCol {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .fluidHeaderHome .leftCol {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1300px) {
    .fluidHeaderHome .leftCol {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (min-width: 1910px) {
    .fluidHeaderHome .leftCol {
        padding-left: 300px;
        padding-right: 300px;
    }
}

.fluidHeaderHome .leftCol h2 {
    font-size: 32px;
    line-height: 40px;
}

@media (min-width: 1365px) {
    .fluidHeaderHome .leftCol h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (min-width: 1910px) {
    .fluidHeaderHome .leftCol h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

.fluidHeaderHome .leftCol p {
    font-size: 20px;
    line-height: 28px;
}

.fluidHeaderHome .rightCol.mediaBox video {
    width: 100%;
    height: auto;
    display: none;
}

@media (min-width: 768px) {
    .fluidHeaderHome .rightCol.mediaBox video {
        display: block;
        width: auto;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .fluidHeader {
        height: auto;
        max-height: auto;
    }
}

@media (min-width: 1200px) {
    .fluidHeader {
        height: 545px;
        max-height: 545px;
    }
}

@media (min-width: 1910px) {
    .fluidHeader {
        height: 830px;
        max-height: 830px;
    }
}

.fluidHeader .leftCol {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .fluidHeader .leftCol {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1300px) {
    .fluidHeader .leftCol {
        padding-left: 160px;
        padding-right: 160px;
    }
}

/* HOME */
@media (min-width: 992px) {
    #jumboRotator .owl-prev {
        display: block !important;
    }
}

#jumboRotator .owl-prev,
#jumboRotator .owl-next {
    background: transparent;
    box-shadow: none;
    margin-top: -30px;
    padding: 20px;
    width: auto;
    height: auto;
}

#jumboRotator .owl-prev:hover,
#jumboRotator .owl-next:hover {
    background: transparent;
}

#jumboRotator .owl-prev i,
#jumboRotator .owl-next i {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 15px;
    height: 30px;
    width: 30px;
}

#jumboRotator .owl-prev i.left,
#jumboRotator .owl-prev i.right,
#jumboRotator .owl-next i.left,
#jumboRotator .owl-next i.right {
    background: none;
}

#jumboRotator .owl-prev i.left,
#jumboRotator .owl-next i.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#jumboRotator .owl-prev i.right,
#jumboRotator .owl-next i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#jumboRotator .owl-controls {
    margin-top: 0;
}

#jumboRotator .owl-controls .owl-dots .owl-dot span {
    margin: 0 3px;
}

#home section {
    padding: 45px 0 45px;
}



@media (min-width: 768px) {
    #home .containerBrand {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 45px;
        padding-right: 45px;
    }
}

#home .pressNewsList {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 20px - 20px);
}

@media (min-width: 768px) {
    #home .pressNewsList {
        margin-left: 45px;
        margin-right: 45px;
        width: calc(100% - 45px - 45px);
    }
}

@media (min-width: 992px) {
    #home .pressNewsList {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-left: 45px;
        margin-right: 35px;
        width: calc(100% - 45px - 35px);
    }
}

@media (min-width: 1365px) {
    #home .pressNewsList {
        margin-left: 60px;
        margin-right: 60px;
        width: calc(66.6666666% - 60px - 60px);
    }
}

@media (min-width: 1910px) {
    #home .pressNewsList {
        margin-left: 160px;
        margin-right: 70px;
        width: calc(75% - 160px - 70px);
    }
}

#home .pressNewsList .header h2 {
    font-size: 20px;
}

@media (min-width: 992px) {
    #home .pressNewsList .header h2 {
        font-size: 16px;
    }
}

#home .pressNewsList article a {
    min-height: 230px;
    height: auto;
    padding: 20px 0;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    #home .pressNewsList article a {
        padding: 15px;
        margin-bottom: 0;
    }
}

#home .pressNewsList article a .img {
    display: none;
}

@media (min-width: 992px) {
    #home .pressNewsList article a .img {
        display: inline-block;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    #home .pressNewsList article a .content {
        margin-left: 15px;
    }
}

#home .pressNewsList article a .content .title {
    margin-top: 0;
}

@media (min-width: 992px) {
    #home .pressNewsList article a .content .title {
        margin-top: 16px;
    }
}

#home .pressNewsList article a .content p {
    color: var(--darkBlue);
}

#home .pressNewsList article:last-child a {
    margin-bottom: 0;
}

#home .rightBar {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    #home .rightBar {
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media (min-width: 992px) {
    #home .rightBar {
        margin-left: 0;
        margin-right: 45px;
        width: calc(33.3333333% - 45px);
    }
}

@media (min-width: 1365px) {
    #home .rightBar {
        margin-right: 60px;
        width: calc(33.3333333% - 60px);
    }
}

@media (min-width: 1910px) {
    #home .rightBar {
        margin-right: 160px;
        width: calc(25% - 160px);
    }
}
.promoSpace img {
    border-radius: 8px;
} 

@media (min-width: 768px) {
    #home .rightBar .promoSpace img {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #home .rightBar .promoSpace img {
        width: 100%;
    }
}

/* PRODUCT LANDING */
.productsLead {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 45px;
}

@media (min-width: 768px) {
    .productsLead {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {
    .productsLead {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1300px) {
    .productsLead {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.productsLead .imgPod-25 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    margin-bottom: 40px;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

@media (min-width: 768px) {
    .productsLead .imgPod-25:first-child {
        margin-left: 0 !important;
    }

    .productsLead .imgPod-25:last-child {
        margin-right: 0 !important;
    }
}

.productsLead img {
    margin: 0 auto 20px;
    width: 150px;
}

.productsLead .title {
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
    font-weight: 500;
}

.productsLead p {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .productsLead .btn {
        font-size: 14px;
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    .productsLead .btn {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .productsLead .btn {
        font-size: 18px;
    }
}

/* FOOTER */
footer a {
    font-size: 16px !important;
}

footer #footerBottom .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

footer #footerBottom p {
    font-size: 16px !important;
    line-height: 24px;
}

footer #footerBottom a {
    font-size: 16px !important;
}

/* FULL HEADER */
.fullHeader {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .fullHeader {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1365px) {
    .fullHeader {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1910px) {
    .fullHeader {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.fullHeader .leftCol h1 sup {
    font-size: 40%;
    top: -5px;
    position: relative;
}

@media (min-width: 992px) {
    .fullHeader .rightCol.mediaBox {
        background-image: none !important;
    }
}

.fullHeader .rightCol.mediaBox video {
    width: 100%;
    height: auto;
    display: none;
}

@media (min-width: 992px) {
    .fullHeader .rightCol.mediaBox video {
        display: block;
        width: auto;
        height: 100%;
    }
}

@media (min-width: 1440px) {
    .fullHeader .rightCol.mediaBox video {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 1700px) {
    .fullHeader .rightCol.mediaBox video {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1365px) {
    .fullHeader .rightCol.mediaBox video {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 2200px) {
    .fullHeader .rightCol.mediaBox video {
        width: 100%;
        height: auto;
    }
}

.fullHeader {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #ffffff;
    background: -moz-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 560px, white 560px);
    background: -webkit-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 560px, white 560px);
    background: linear-gradient(to bottom, var(--lightGrey) 0, var(--lightGrey) 560px, white 560px);
}

@media (min-width: 768px) {
    .fullHeader {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
        height: 510px;
        margin-bottom: 15px;
        background: -moz-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 480px, white 480px);
        background: -webkit-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 480px, white 480px);
        background: linear-gradient(to bottom, var(--lightGrey) 0, var(--lightGrey) 480px, white 480px);
    }
}

@media (min-width: 1200px) {
    .fullHeader {
        height: 600px;
        margin-bottom: 30px;
        background: -moz-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 520px, white 520px);
        background: -webkit-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 520px, white 520px);
        background: linear-gradient(to bottom, var(--lightGrey) 0, var(--lightGrey) 520px, white 520px);
    }
}

@media (min-width: 1910px) {
    .fullHeader {
        margin-bottom: 45px;
        height: 880px;
        background: -moz-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 800px, white 800px);
        background: -webkit-linear-gradient(top, var(--lightGrey) 0, var(--lightGrey) 800px, white 800px);
        background: linear-gradient(to bottom, var(--lightGrey) 0, var(--lightGrey) 800px, white 800px);
    }
}

.fullHeader .leftCol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    background-color: var(--brightBlue);
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin: 0 !important;
    padding: 30px 20px 45px;
}

@media (min-width: 768px) {
    .fullHeader .leftCol {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: 0;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
        min-height: 400px;
        width: 50%;
        padding: 50px 55px;
    }
}

@media (min-width: 1200px) {
    .fullHeader .leftCol {
        padding: 50px 60px;
    }
}

@media (min-width: 1910px) {
    .fullHeader .leftCol {
        padding: 60px 80px;
    }
}

.fullHeader .leftCol h2,
.fullHeader .leftCol h1 {
    font-weight: 400;
}

.fullHeader .leftCol h1 {
    font-size: 32px;
    line-height: 1.25;
}

@media (min-width: 1365px) {
    .fullHeader .leftCol h1 {
        font-size: 48px;
    }
}

@media (min-width: 1910px) {
    .fullHeader .leftCol h1 {
        font-size: 56px;
    }
}

.fullHeader .leftCol h2 {
    font-size: 20px;
}

.fullHeader .leftCol .breadcrumbs {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .fullHeader .leftCol .breadcrumbs {
        margin-bottom: 0;
    }
}

.fullHeader .rightCol {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    min-height: 240px;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .fullHeader .rightCol {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
}

/* IE ISSUES */
.mainContent article .rightCol {
    display: inline-block;
}

@media (min-width: 992px) {
    .contextual .menu .navList li div.dropdown {
        top: 88px;
        left: auto;
        right: 10%;
        transform: translateX(50%);
    }
}

/* VIDEO & IMG CAROUSELS */
.carouselWrap {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .carouselWrap {
        padding-bottom: 65px;
        padding-top: 0;
    }
}

.carouselWrap.darkBg {
    background-color: var(--darkBlue);
    color: #ffffff;
    margin: 45px 0;
    padding: 100px 0 110px;
}

.carouselWrap.darkBg a {
    color: #ffffff;
}

.carouselWrap.darkBg .carouselMedia h2 {
    color: rgba(255, 255, 255, 0.5);
}

.carouselWrap .btnAnim {
    margin-top: 0;
}

.carouselWrap .rightCarousel {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .carouselWrap .rightCarousel {
        margin-left: 0;
        margin-right: 0;
    }
}

.carouselWrap .rightCarousel .carousel .content .lead h2 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.carouselWrap .owl-prev {
    left: 20px;
    display: none !important;
}

@media (min-width: 768px) {
    .carouselWrap .owl-prev {
        left: 45px;
    }
}

@media (min-width: 1200px) {
    .carouselWrap .owl-prev {
        left: 60px;
    }
}

.carouselWrap .carouselFull .owl-prev,
.carouselWrap .carouselFull .owl-next {
    margin-top: -45px;
}

.carouselWrap .carouselFull .owl-prev {
    left: 20px;
    display: block;
}

@media (min-width: 768px) {
    .carouselWrap .carouselFull .owl-prev {
        left: 45px;
    }
}

@media (min-width: 1200px) {
    .carouselWrap .carouselFull .owl-prev {
        left: 60px;
    }
}

.carouselWrap .carouselFull .owl-next {
    right: 20px;
}

@media (min-width: 768px) {
    .carouselWrap .carouselFull .owl-next {
        right: 45px;
    }
}

@media (min-width: 1200px) {
    .carouselWrap .carouselFull .owl-next {
        right: 60px;
    }
}

.carouselWrap .carouselFull .caption {
    padding: 0;
}

.carouselWrap .owl-next {
    right: 20px;
}

@media (min-width: 768px) {
    .carouselWrap .owl-next {
        right: 45px;
    }
}

@media (min-width: 1200px) {
    .carouselWrap .owl-next {
        right: 200px;
    }
}

@media (min-width: 1365px) {
    .carouselWrap .owl-next {
        right: 260px;
    }
}

.carouselWrap .noPad {
    padding-left: 0 !important;
}

.carouselWrap .carouselMedia h2,
.carouselWrap .carousel h2 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
}

.carouselWrap .carouselMedia .lead p,
.carouselWrap .carousel .lead p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.carouselWrap .carouselMedia h3,
.carouselWrap .carousel h3 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.4px;
    color: rgba(33, 38, 64, 0.5);
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 30px;
}

.carouselWrap .carouselMedia h2 {
    font-size: 9px;
    text-transform: uppercase;
    color: var(--darkBlue);
    font-weight: 700;
    line-height: 20px;
}

.carouselWrap .carouselMedia .lead p {
    line-height: 20px;
}

.carouselWrap .carouselMedia .owl-next {
    right: 20px;
}

@media (min-width: 768px) {
    .carouselWrap .carouselMedia .owl-next {
        right: 45px;
    }
}

@media (min-width: 1200px) {
    .carouselWrap .carouselMedia .owl-next {
        right: 200px;
    }
}

@media (min-width: 1365px) {
    .carouselWrap .carouselMedia .owl-next {
        right: 260px;
    }
}

.carouselWrap.fiftyFivePerc img {
    width: 75%;
}

@media (min-width: 768px) {
    .carouselWrap.fiftyFivePerc img {
        width: 100%;
    }
}

.carouselWrap a,
.testimonialSlider a {
    text-decoration: none !important;
    color: var(--darkBlue);
}

.carouselWrap i,
.testimonialSlider i {
    display: inline-block;
    width: 24px;
    height: 10px;
}

.carouselWrap i.left,
.testimonialSlider i.left {
    background: url("../images/prev-carousel-icon.svg") no-repeat;
}

.carouselWrap i.right,
.testimonialSlider i.right {
    background: url("../images/next-carousel-icon.svg") no-repeat;
}

.carouselWrap .owl-prev,
.carouselWrap .owl-next,
.testimonialSlider .owl-prev,
.testimonialSlider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 60px;
    height: 48px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0 0 17px rgba(134, 134, 134, 0.5);
    line-height: 18px;
}

.carouselWrap .owl-prev:hover,
.carouselWrap .owl-next:hover,
.testimonialSlider .owl-prev:hover,
.testimonialSlider .owl-next:hover {
    background: rgba(255, 255, 255, 0.9);
}

.fullContentCarousel {
    width: 100%;
}

.fullContentCarousel .leftCol,
.fullContentCarousel .rightCol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.fullContentCarousel .leftCol {
    float: left;
}

.fullContentCarousel .rightCol {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .fullContentCarousel .rightCol {
        float: right;
        padding-left: 0;
        padding-right: 40px;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .fullContentCarousel .rightCol {
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {
    .fullContentCarousel .rightCol {
        padding-right: 60px;
    }
}

@media (min-width: 1365px) {
    .fullContentCarousel .rightCol {
        padding-right: 160px;
    }
}

.fullContentCarousel .header,
.fullContentCarousel .carousel,
.fullContentCarousel .carouselMedia {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

@media (min-width: 768px) {

    .fullContentCarousel .header,
    .fullContentCarousel .carousel,
    .fullContentCarousel .carouselMedia {
        padding-left: 45px;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {

    .fullContentCarousel .header,
    .fullContentCarousel .carousel,
    .fullContentCarousel .carouselMedia {
        padding-left: 60px;
    }
}

@media (min-width: 1300px) {

    .fullContentCarousel .header,
    .fullContentCarousel .carousel,
    .fullContentCarousel .carouselMedia {
        padding-left: 160px;
    }
}

@media (min-width: 1910px) {

    .fullContentCarousel .header,
    .fullContentCarousel .carousel,
    .fullContentCarousel .carouselMedia {
        padding-left: 300px;
    }
}

.fullContentCarousel .carousel,
.fullContentCarousel .carouselMedia {
    clear: both;
}

.image {
    position: relative;
}

.image .videoIcon,
.image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px !important;
    height: 41px;
    margin: -20.5px 0 0 -29.5px;
    z-index: 1;
}

/* OWL DOTS */
.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
    background-color: var(--brightBlue);
    border: 1px solid var(--brightBlue);
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
    background: transparent;
    -webkit-backface-visibility: visible;
    border: 1px solid var(--lightGrey);
}

/* USER GUIDES */
.listingFiltersImgs .rightCol .listing.user-guides .item {
    display: inline-block;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .listing.user-guides .item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.listingFiltersImgs .rightCol .listing.user-guides .item .image {
    width: 50%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .listing.user-guides .item .image {
        margin-bottom: 0;
        width: 100%;
        flex-basis: calc(20% - 20px);
    }
}

.listingFiltersImgs .rightCol .listing.user-guides .item .meta {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: calc(30% - 20px);
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .listingFiltersImgs .rightCol .listing.user-guides .item .meta {
        margin-bottom: 0;
    }
}

.listingFiltersImgs .rightCol .listing.user-guides .item .meta .title {
    margin-bottom: 3px;
}

.listingFiltersImgs .rightCol .listing.user-guides .item .image,
.listingFiltersImgs .rightCol .listing.user-guides .item .meta {
    margin-right: 20px;
}

.listingFiltersImgs .rightCol .listing.user-guides .item .desc {
    display: inline-block !important;
    flex-basis: 50%;
}

.listingFiltersImgs .rightCol .listing.user-guides .item .desc p {
    line-height: 16px;
    margin: 0 0 5px;
}

.listingFiltersImgs .rightCol .listing.user-guides .item .desc p a {
    line-height: 18px;
}

/* MAIN CONTENT & HEADER LARGE OVERRIDE APP.CSS */
.mainContent,
.headerLarge {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 20px - 20px);
}

@media (min-width: 768px) {

    .mainContent,
    .headerLarge {
        margin-left: 45px;
        margin-right: 45px;
        width: calc(100% - 45px - 45px);
    }
}

@media (min-width: 992px) {

    .mainContent,
    .headerLarge {
        margin-left: 60px;
        margin-right: 60px;
        width: calc(100% - 60px - 60px);
    }
}

@media (min-width: 1365px) {

    .mainContent,
    .headerLarge {
        margin-left: 160px;
        margin-right: 160px;
        width: calc(100% - 160px - 160px);
    }
}

.flex-just-centre img {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
}

/* SPECIFICATIONS TABLE */
.tableContainer.specs table {
    background: transparent;
    width: 100%;
    min-width: 500px;
}

@media (min-width: 992px) {
    .tableContainer.specs table {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px);
        min-width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

.tableContainer.specs table .fa-check-circle {
    color: var(--brightBlue);
}

.tableContainer.specs table td {
    padding: 5px 10px !important;
    line-height: 16px;
    height: 45px;
}

.tableContainer.specs table tr {
    background-color: rgba(217, 231, 245, 0.5);
}

.tableContainer.specs table tr:nth-of-type(2n + 1) {
    background-color: rgba(217, 231, 245, 0.5);
}

.tableContainer.specs table thead.second tr th,
.tableContainer.specs table thead.second tr td {
    height: 15px;
}

@media (min-width: 992px) {

    .tableContainer.specs table thead.second tr th,
    .tableContainer.specs table thead.second tr td {
        height: 75px;
    }
}

.tableContainer.specs table thead tr th,
.tableContainer.specs table thead tr td {
    font-size: 14px;
    width: 75px !important;
    padding: 0 !important;
    height: 75px;
    vertical-align: bottom !important;
}

.tableContainer.specs table tbody tr {
    border-bottom: 0;
}

.tableContainer.specs table tbody tr.title {
    background-color: transparent;
    padding-top: 15px;
    display: inline-block;
    font-size: 14px;
}

@media (min-width: 992px) {
    .tableContainer.specs table tbody tr.title {
        font-size: 18px;
    }
}

.tableContainer.specs table tbody tr.title:first-of-type {
    padding-top: 0;
}

.tableContainer.specs table tbody tr.title td {
    line-height: 22px;
}

.collapse .exit {
    font-size: 24px;
    margin-top: 30px;
}

.rightBarShopBox .title {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--lightGrey);
    padding-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
}

.rightBarShopBox .module {
    margin-bottom: 30px;
}

.rightBarShopBox .module:last-child {
    margin-bottom: 0;
}

.rightBarShopBox .module .subTitle {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

.rightBarShopBox .module .linkLine {
    margin-top: 20px;
}

.text-right.addToCart .flexBox {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .text-right.addToCart .flexBox {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-flex-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
}

.text-right.addToCart .flexBox .linkLine {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-left: 32px;
    letter-spacing: 2px;
}

.text-right.addToCart .flexBox .linkLine:before {
    margin-left: -32px;
    width: 22px;
    right: 5px;
}

.text-right.addToCart .flexBox .linkLine a {
    font-size: 12px !important;
}

.text-right.addToCart .flexBox .btn {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .text-right.addToCart .flexBox .btn {
        margin-bottom: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {
    .text-right.addToCart .flexBox .btn {
        padding-left: 55px;
        padding-right: 55px;
    }
}

.sectionBrand.flex-start .mainContent {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.sectionBrand.flex-start .rightBar {
    margin-top: 0;
}

blockquote {
    border:none !important;
}