/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #002244;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}


::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    overflow-x: hidden;
}

header {
    background: #002244;
    height: 60px;
    margin-bottom: 40px;
}

header .container .row > div {
    color: white;
    text-align: left;
    line-height: 50px;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1440px;
    }
}

/* =========================================
   Utils
   ====================================== */

.wrapper {
    width: 100%;
}

.blue {
    color: #002244 !important;
}

.bright-blue {
    color: #0098db !important;
}

@media (min-width: 992px) {

    .vmiddle {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

}

/* =========================================
   Typography
   ====================================== */

li,
p {
    /*font-size: 15px;*/
}

.thankyou p {
    font-size: 22px;
}

a:link,
a:active,
a:visited {

}

a:hover {
    color: #002244;
}

/* =========================================
   Headings
   ====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DeutscheBankDisplay', sans-serif;
}

/* =========================================
   Custom icons
   ====================================== */

.fa-credit-card {
    background-image: url("../img/menu-icons/credit-card.svg");
    background-repeat: no-repeat;
    background-position: 4px 1px;
    width: 20px;
    height: 14px;
    background-size: 16px 16px;
}

.fa-credit-card::before {
    content: "";
}

.fa-handshake {
    background-image: url("../img/menu-icons/handshake.svg");
    background-repeat: no-repeat;
    background-position: 4px 1px;
    width: 20px;
    height: 14px;
    background-size: 17px 17px;
}

.fa-handshake::before {
    content: "";
}

.fa-piggy-bank {
    background-image: url("../img/menu-icons/piggy-bank.svg");
    background-repeat: no-repeat;
    background-position: 6px 1px;
    width: 20px;
    height: 14px;
    background-size: 14px 14px;
}

.fa-piggy-bank::before {
    content: "";
}

.fa-shield-alt {
    background-image: url("../img/menu-icons/shield-alt.svg");
    background-repeat: no-repeat;
    background-position: 9px 2px;
    width: 20px;
    height: 14px;
    background-size: 12px 12px;
}

.fa-shield-alt::before {
    content: "";
}

.fa-id-card {
    background-image: url("../img/menu-icons/id-card.svg");
    background-repeat: no-repeat;
    background-position: 4px 1px;
    width: 20px;
    height: 14px;
    background-size: 16px 16px;
}

.fa-id-card::before {
    content: "";
}

.fa-map-marker-alt {
    background-image: url("../img/menu-icons/map-marker-alt.svg");
    background-repeat: no-repeat;
    background-position: 9px 1px;
    width: 20px;
    height: 14px;
    background-size: 13px 13px;
}

.fa-map-marker-alt::before {
    content: "";
}


.fa-book-reader {
    background-image: url("../img/menu-icons/book-reader.svg");
    background-repeat: no-repeat;
    background-position: 4px 1px;
    width: 20px;
    height: 14px;
    background-size: 15px 15px;
}

.fa-book-reader::before {
    content: "";
}

.fa-wallet {
    background-image: url("../img/menu-icons/fas-fa-wallet.svg");
    background-repeat: no-repeat;
    background-position: 6px 1px;
    width: 20px;
    height: 14px;
    background-size: 14px 14px;
}

.fa-wallet::before {
    content: "";
}


/* ==============================
   Buttons
   ============================= */

a.btn-primary {
    color: #FFFFFF !important;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary,
.btn-primary:hover {
    border-radius: 2px;
    background-color: #e00034;
    border: 0 !important;
    color: #FFFFFF;
    padding: 10px 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 12px;
    line-height: 12px;
}

@media (min-width: 768px) {

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary,
    .btn-primary:hover {
        border-radius: 5px;
        padding: 19px 25px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-size: 15px;
        line-height: 15px;
    }

}

.btn-primary:hover {
    background-color: #002244;
}

.btn-with-arrow {
    /*padding-right: 55px;*/
    position: relative;
}

.btn-with-arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: relative;
    color: #FFFFFF;
    margin-left: 10px;
    font-size: 12px;
}

@media (min-width: 768px) {

    .btn-with-arrow:after {
        margin-left: 20px;
        font-size: 15px;
    }

}

.btn-small,
.btn-small:active,
.btn-small:focus,
.btn-small:hover {
    padding: 10px 25px;
}

/* ==============================
   Header
   ============================= */

.header-text,
.header-menu,
.header-logo {
    display: inline-block;
}

.header-text {
    padding-top: 0;
    padding-left: 15px;
    /*max-width: 180px;*/
    position: relative;
}

#navbarNav {
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {

    #navbarNav {
        top: 70px;
    }

}

.navbar-toggler {
    display: inline-block;
    border: 0;
    margin-right: 10px;
}

.header-menu {
    margin-right: auto;
}

.header-logo {
    margin-left: auto;
}

.header-logo {
    padding-right: 15px;
}

.header-logo img {
    max-width: 50px;
}


@media (min-width: 992px) {

    .header-text {
        padding-left: 0;
    }

    .header-logo {
        padding-right: 0;
    }

}

@media (min-width: 1200px) {

    .header-text {
        max-width: none;
    }

    .header-logo img {
        max-width: 70px;
    }

}

/* ==============================
   Menu
   ============================= */

.navbar-mobile .fas {
    margin-right: 10px;
    min-width: 19px;
}

@media (min-width: 575px) {

    .navbar-mobile {
        padding-left: 10px;
    }

}

@media (min-width: 992px) {

    .navbar-mobile {
        padding-left: 0;
        margin-left: -3px;
    }

}

.navbar-collapse {
    padding-left: 10px;
}

.navbar-nav li a {
    color: #000000;
}

.navbar-nav li a:hover {
    color: #0018a8;
}

.navbar-expand-lg {
    padding-top: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {

}

@media (min-width: 992px) {

    .header-menu {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .navbar-expand-lg {
        padding: 0;
        font-size: 0.875rem;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex: 1 1 auto;
        width: auto;
        font-size: .875rem;
        line-height: 1rem;
    }

    .navbar-expand-lg .navbar-nav li.nav-item {
        padding-right: .563rem;
        margin-right: .438rem;
        position: relative;
    }

    .navbar-expand-lg .navbar-nav li.nav-item::after {
        position: absolute;
        right: 0;
        top: -.438rem;
        display: block;
        content: "";
        width: 1px;
        height: 2rem;
        background: #bbb;
    }

    .navbar-expand-lg .navbar-nav li.nav-item:last-of-type::after {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }

}


.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #002244;
}

.navbar-light .navbar-nav .nav-link .fas {
    margin-right: 3px;
}

/* ==============================
   Slider controls
   ============================= */

/* Slider */
.slick-loading .slick-list {
    background: #fff url('../js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    display: none !important;
    position: absolute;
    top: 50%;
    width: 85px;
    height: 85px;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

@media (min-width: 768px) {
    .slick-prev,
    .slick-next {
        display: inline-block !important;
    }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, 0.8);
}

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

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

.slick-prev:before,
.slick-next:before {
    position: absolute;
    top: 25px;
    content: " ";
    width: 35px;
    height: 35px;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(45deg);
    left: 35px;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    right: 35px;
}

/* Dots */
.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}

.slick-dots {
    position: absolute;
    bottom: 25px;

    display: none !important;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.show-dots-on-mobile .slick-dots {
    bottom: -25px;
    display: block !important;
}


@media (min-width: 768px) {

    .slick-dots {
        display: block !important;
    }

}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

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

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

.slick-dots li button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;

    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f111";
    text-align: center;

    color: #e00034;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    content: '\f111';
    font-weight: 900;
}

/* ==============================
   Fullwidth slider
   ============================= */

.fullwidth-slide .caption {
    position: absolute;
    width: 37%;
    top: 5%;
    left: 12%;
}

.fullwidth-slide {
    position: relative;
}

.fullwidth-slide .caption p {
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}

.fullwidth-slide .caption p.medium {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
}

.fullwidth-slide .caption p.small {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 3px;
}

.fullwidth-slide p.product {
    color: #1d3f85;
}

.fullwidth-slide.red p.product {
    color: #e62732;
}

.fullwidth-slide .caption ul {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 8px;
}

.fullwidth-slide .caption li {
    position: relative;
}

.fullwidth-slide .caption li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: -10px;
    background-color: #1d3f85;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}

.fullwidth-slide .caption ul.small li:before {
    top: 3px;
}

.fullwidth-slide .caption li p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px;
}

.fullwidth-slide .caption ul.medium li p {
    font-size: 11px;
    margin-bottom: 4px;
}

.fullwidth-slide .caption ul.small li p {
    font-size: 10px;
    margin-bottom: 3px;
}

.fullwidth-slide .caption em {
    display: block;
    color: #1d3f85;
    line-height: 13px;
    font-size: 11px;
}


@media (min-width: 480px) {


    .fullwidth-slide .caption {
        top: 10%;
    }

    .fullwidth-slide .caption p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .fullwidth-slide .caption p.medium {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 9px;
    }

    .fullwidth-slide .caption p.small {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .fullwidth-slide .caption ul {
        padding-left: 18px;
        margin-bottom: 10px;
    }

    .fullwidth-slide .caption li:before {
        top: 6px;
        left: -15px;
        width: 6px;
        height: 6px;
    }

    .fullwidth-slide .caption ul.small li:before {
        top: 4px;
    }

    .fullwidth-slide .caption li p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .fullwidth-slide .caption ul.medium li p {
        font-size: 11px;
        margin-bottom: 9px;
    }

    .fullwidth-slide .caption ul.small li p {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .fullwidth-slide .caption em {
        font-size: 13px;
    }

}

@media (min-width: 768px) {

    .fullwidth-slide .caption p {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 12px;
    }

    .fullwidth-slide .caption p.medium {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .fullwidth-slide .caption p.small {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .fullwidth-slide .caption ul {
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .fullwidth-slide .caption li:before {
        top: 7px;
        left: -18px;
        width: 7px;
        height: 7px;
    }

    .fullwidth-slide .caption li p {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .fullwidth-slide .caption ul.medium li p {
        font-size: 17px;
        margin-bottom: 11px;
    }

    .fullwidth-slide .caption ul.small li p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .fullwidth-slide .caption em {
        line-height: 1.5;
        margin-bottom: 12px;
    }

}

@media (min-width: 992px) {

    .fullwidth-slide .caption {
        position: absolute;
        top: 50%;
        left: 13%;
    }

    .fullwidth-slide .caption a {
        display: inline-block !important;
    }

    .fullwidth-slide {
        position: relative;
    }

    .fullwidth-slide .caption p {
        font-size: 25px;
        line-height: normal;
    }

    .fullwidth-slide .caption p.medium {
        font-size: 21px;
    }

    .fullwidth-slide .caption p.small {
        font-size: 17px;
    }

    .fullwidth-slide .caption ul.small li:before {
        top: 6px;
    }

    .fullwidth-slide .caption li p {
        font-size: 16px;
    }

    .fullwidth-slide .caption ul.medium li p {
        font-size: 15px;
    }

    .fullwidth-slide .caption ul.small li p {
        font-size: 15px;
    }

    .fullwidth-slide .caption em {
        font-size: 13px;
        line-height: 14px;
    }

}

@media (min-width: 1200px) {

    .fullwidth-slide .caption {
        width: 35%;
    }

    .fullwidth-slide .caption li:before {
        top: 10px;
        left: -18px;
        width: 7px;
        height: 7px;
    }

    .fullwidth-slide .caption p {
        font-size: 1.5rem;
        line-height: normal;
    }

    .fullwidth-slide .caption li p {
        font-size: 21px;
    }

}

@media (min-width: 1400px) {

    .fullwidth-slide .caption p {
        font-size: 1.75rem;
    }

    .fullwidth-slide .caption p.small {
        font-size: 20px;
    }

    .fullwidth-slide .caption li:before {
        top: 10px;
        left: -18px;
        width: 8px;
        height: 8px;
    }

    .fullwidth-slide .caption ul.small li:before {
        top: 5px;
    }

}

/* ==============================
   Intro txt
   ============================= */

.intro_txt h3 {
    color: #1d3f85;
}

/* ==============================
   Team carousel
   ============================= */

/* Arrows */
.team-carousel .slick-prev,
.team-carousel .slick-next {
    top: 85px;
    width: 65px;
    transform: translate(0, 0);
    background: rgba(0, 34, 68, 0.5);
}

.team-carousel .slick-prev:hover,
.team-carousel .slick-prev:focus,
.team-carousel .slick-next:hover,
.team-carousel .slick-next:focus {
    background: rgba(0, 34, 68, 0.8);
}

.team-carousel .slick-prev:before {
    left: 25px;
}

.team-carousel .slick-next:before {
    right: 25px;
}

/* Dots */

.team-carousel .slick-dots {
    bottom: 0;
    display: table !important;
    width: 100%;
    table-layout: fixed;
}

.team-carousel .slick-dots li {
    display: table-cell;
    height: 4px;
    margin: 0;
}

.team-carousel .slick-dots li button {
    width: calc(100% - 4px);
    height: 4px;
    background-color: #ebebeb;
    padding: 0;
}

.team-carousel .slick-dots li:last-of-type button {
    width: 100%;
}

.team-carousel .slick-dots li button:before {
    display: none;
}

.team-carousel .slick-dots li.slick-active button {
    background-color: #7f90a0;
}

.team-carousel h4 {
    font-size: 18px;
}

.team-carousel p {
    font-size: 13px;
}

/* ==============================
   Servizi slider
   ============================= */

.servizi-slide {
    position: relative;
}

.servizi-slider .caption {

    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);

    /*background: rgba(255, 255, 255, 0.5);*/
    /*padding: 88px 30px;*/
    /*position: relative;*/
}

.servizi-slider .caption .caption-bg {
    background: rgba(255, 255, 255, 0.5);

}

@media (min-width: 992px) {

    .servizi-slider .caption {
        height: 100%;
    }

}


/* Arrows */
.container .fullwidth-slider .slick-prev,
.container .fullwidth-slider .slick-next,
.servizi-slider .slick-prev,
.servizi-slider .slick-next {
    width: 65px;
    background: rgba(0, 34, 68, 0.5);
}

.container .fullwidth-slider .slick-prev:hover,
.container .fullwidth-slider .slick-prev:focus,
.container .fullwidth-slider .slick-next:hover,
.container .fullwidth-slider .slick-next:focus,
.servizi-slider .slick-prev:hover,
.servizi-slider .slick-prev:focus,
.servizi-slider .slick-next:hover,
.servizi-slider .slick-next:focus {
    background: rgba(0, 34, 68, 0.8);
}

.container .fullwidth-slider .slick-prev:before,
.servizi-slider .slick-prev:before {
    left: 25px;
}

.container .fullwidth-slider .slick-next:before,
.servizi-slider .slick-next:before {
    right: 25px;
}

/* Dots */

.container .fullwidth-slider .slick-dots li button:before,
.servizi-slider .slick-dots li button:before {
    color: #0098db;
}

/* ==============================
   Blocco con cta sul lato dx
   ============================= */

.box-cta {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ecf1f7 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ecf1f7 100%);
    background: linear-gradient(to right, #ffffff 0%, #ecf1f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecf1f7', GradientType=1);
    padding: 88px 30px;
    position: relative;
}

.box-cta:before {
    content: " ";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 26px 26.5px 26.5px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}

@media (min-width: 992px) {

    .box-cta:before {
        top: 50%;
        left: -25px;
        transform: translate(0, -50%);
        border-width: 26.5px 26px 26.5px 0;
        border-color: transparent #ffffff transparent transparent;
    }

}

@media (min-width: 992px) {

    .box-cta {
        height: 100%;
        padding: 0;
    }

    .box-cta .vmiddle {
        /*padding: 0 30px;*/
    }

}

@media (min-width: 1200px) {

    .box-cta .vmiddle {
        /*padding: 0 80px;*/
    }
}

/* ==============================
   Blocco con cta sul lato sx
   ============================= */

.order-lg-first .box-cta {
    background: #ecf1f7;
    background: -moz-linear-gradient(left, #ecf1f7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ecf1f7 0%, #ffffff 100%);
    background: linear-gradient(to right, #ecf1f7 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1f7', endColorstr='#ffffff', GradientType=1);
    padding: 88px 30px;
}

@media (min-width: 992px) {

    .order-lg-first .box-cta {
        height: 100%;
        padding: 0;
    }

    .order-lg-first .box-cta:before {
        top: 50%;
        left: auto;
        right: -25px;
        transform: translate(0, -50%);
        border-width: 26.5px 0 26.5px 26px;
        border-color: transparent transparent transparent #ffffff;

    }

    .order-lg-first .box-cta .vmiddle {
        padding: 0 30px;
        width: 100%;
    }

}

@media (min-width: 1200px) {

    .order-lg-first .box-cta .vmiddle {
        padding: 0 80px;
    }

}

.order-lg-first .box-cta ul {
    list-style-type: none;
    padding-left: 0;
}

.order-lg-first .box-cta ul li {
    position: relative;
    color: #FFFFFF;
    min-height: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    background-repeat: no-repeat;
    width: 100%;
}

.order-lg-first .box-cta ul li span {
    position: absolute;
    top: 50%;
    left: 66px;
    transform: translate(0, -50%);
}

@media (min-width: 480px) {

    .order-lg-first .box-cta ul li {
        font-size: 20px;
    }

}

.order-lg-first .box-cta ul li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}


/* ==============================
   Video slider
   ============================= */

.bloopers h3 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.bloopers .video-slider {
    padding: 0 30px;
}

.bloopers .video-slide {
    position: relative;
}

.bloopers .video-slide .slide-content {
    position: relative;
    display: inline-block;
}

.bloopers .play-btn {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none !important;
}

.bloopers .play-btn .play-icon,
.bloopers .play-btn .play-txt {
    display: inline-block;
    vertical-align: middle;
}

.bloopers .play-btn .play-icon {
    position: relative;
    width: 38px;
    height: 38px;
    border: 4px solid #002244;
    border-radius: 50%;
    color: #002244;
    opacity: 0.4;
}

.bloopers .play-btn .play-icon .fa-play {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.bloopers .play-btn .play-txt {
    font-family: 'DeutscheBankText', sans-serif; /* Arial */
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 5px;
}

@media (min-width: 992px) {

    .bloopers .play-btn {
        top: 50%;
    }

    .bloopers .play-btn .play-icon {
        width: 77px;
        height: 77px;
        border: 8px solid #002244;
    }

    .bloopers .play-btn .play-icon .fa-play {
        font-size: 30px;
    }

    .bloopers .play-btn .play-txt {
        font-size: 22px;
    }

}

/* Arrows */
.video-slider .slick-prev,
.video-slider .slick-next {
    width: 65px;
    background: rgba(0, 34, 68, 0.5);
}

.video-slider .slick-prev:hover,
.video-slider .slick-prev:focus,
.video-slider .slick-next:hover,
.video-slider .slick-next:focus {
    background: rgba(0, 34, 68, 0.8);
}

.video-slider .slick-prev:before {
    left: 25px;
}

.video-slider .slick-next:before {
    right: 25px;
}

/* ==============================
   Team carousel
   ============================= */

.team-carousel .carousel-slide {
    margin-right: 25px;
}

.team-socials {
    list-style-type: none;
    padding-left: 0;
}

.team-socials li {
    display: inline-block;
}

.team-socials li a {
    color: #002244;
}

.team-socials li a:hover,
.team-socials li a:focus {
    color: #e00034;
}


/* ==============================
   Tiles
   ============================= */

.mod-tiles {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    width: calc(100% + 30px);
    flex-wrap: wrap
}

.mod-tiles > * {
    margin-left: 15px;
    margin-right: 15px;
}

.itm-tile {
    flex: 0 0 auto;
    margin-bottom: 24px;
    overflow: hidden;
    flex-basis: calc(33.3% - 24px);
    max-width: calc(33.3% - 24px);
}

.itm-tile,
.itm-tile:first-of-type {
    flex-basis: calc(100% - 24px);
    max-width: calc(100% - 24px);
}


.itm-tile > * {
    height: 100%
}

.mod-text-box {
    position: relative;
    box-sizing: border-box;
    padding: 24px;
    background-color: transparent;
    color: #0c2340;
    min-height: 273px;
}

.mod-text-box .caption {
    max-width: 100%;
    margin-right: auto;
    margin-left: 0;
}

.mod-text-box .media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.mod-text-box .media figure {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.mod-text-box .media figure img {
    display: block;
    color: #fff;
    width: auto;
    height: 100%;
}

.mod-text-box .content {
    z-index: 2;
    position: relative;
}

.mod-text-box h2 {
    color: #0c2340;
    border-color: #0c2340;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.2;
}

.mod-text-box h2 > a {
    font-family: 'DeutscheBankDisplay', sans-serif;
    color: #0c2340;
    border-color: #0c2340;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .mod-text-box h2 {
        font-size: 26px;
        line-height: 1.38;
    }
}


.mod-text-box p {
    color: #0c2340;
    margin: 0;
}

.mod-text-box .button {
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 20px;
    min-height: 40px;
    font-family: 'DeutscheBankText', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px;
    z-index: 3;
    background-color: #0c2340;
}

.mod-text-box .button:hover {
    background-color: rgba(12, 35, 64, .7);
}

@media screen and (min-width: 382px) {
    .mod-text-box .media figure,
    .mod-text-box .media figure img {
        width: 100%;
        height: auto;
    }

    .itm-tile:first-of-type .mod-text-box .media figure,
    .itm-tile:first-of-type .mod-text-box .media figure img {
        width: auto;
        height: 100%;
    }

}

@media screen and (min-width: 576px) {
    .itm-tile,
    .itm-tile:first-of-type {
        margin-left: 0;
        margin-right: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

}

@media screen and (min-width: 768px) {
    .itm-tile:nth-child(odd) {
        margin-left: 12px;
        margin-right: 0;
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px);
    }

    .itm-tile:nth-child(even) {
        margin-left: 0;
        margin-right: 12px;
        flex-basis: calc(50% - 12px);
        max-width: calc(50% - 12px);
    }

    .itm-tile:first-of-type {
        flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .mod-text-box .media figure,
    .mod-text-box .media figure img {
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 992px) {
    .itm-tile:nth-child(1) {
        margin-left: 0;
        margin-right: 12px;
        flex-basis: calc(66.6% - 12px);
        max-width: calc(66.6% - 12px);
    }

    .itm-tile:nth-child(2) {
        margin-left: 12px;
        margin-right: 0;
        flex-basis: calc(33.3% - 12px);
        max-width: calc(33.3% - 12px);
    }

    .itm-tile:nth-child(3) {
        margin-left: 0;
        margin-right: 12px;
        flex-basis: calc(33.3% - 12px);
        max-width: calc(33.3% - 12px);
    }

    .itm-tile:nth-child(4) {
        margin-left: 12px;
        margin-right: 12px;
        flex-basis: calc(33.3% - 24px);
        max-width: calc(33.3% - 24px);
    }

    .itm-tile:nth-child(5) {
        margin-left: 12px;
        margin-right: 0;
        flex-basis: calc(33.3% - 12px);
        max-width: calc(33.3% - 12px);
    }
}

@media screen and (min-width: 1200px) {
    .mod-text-box p {
        font-size: 15px;
    }
}

/* ==============================
   Footer
   ============================= */

.pre-footer p {
    font-size: 12px;
    line-height: normal;
}

.pre-footer a:link,
.pre-footer a:active,
.pre-footer a:visited {
    color: #002244;
    text-decoration: underline;
}

footer .social-links {
    list-style-type: none;
    padding-left: 0;
}

footer .social-links li {
    display: inline-block;
    margin-right: 15px;
}

footer .mobile-menu {
    list-style-type: none;
    padding-left: 0;
}

footer .mobile-menu li {
    display: inline-block;
    font-size: 12px;
}

footer .mobile-menu li:after {
    position: relative;
    content: "-";
    margin: auto 8px;
}

footer .mobile-menu li:last-of-type:after {
    content: "";
}

footer .mobile-menu li > a {
    color: #002244;
}

footer .mobile-menu li > a:hover {
    color: #e00034;
}

footer .copyright {
    font-size: 12px;
}


/* ==============================
   Scrolltop
   ============================= */

#back2Top {
    width: 40px;
    height: 40px;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #002244;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

#back2Top:hover {
    background-color: #e00034;
}

/* ==============================
   Video
   ============================= */

#specialBox {
    display: none;
    z-index: 1100;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    cursor: default;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 115px;
    text-align: center;
}

#specialBox iframe {
    width: 90%;
    height: calc(90vw * 0.5625);
    opacity: 1;
    z-index: 110;
}

.video-btn-close {
    float: right;
    position: absolute;
    top: 76px;
    right: 5%;
    cursor: pointer;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    #specialBox iframe {
        width: 60%;
        height: calc(60vw * 0.5625);
    }

    .video-btn-close {
        right: 20%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

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

