/* CUSTOM STYLESHEET */
@import url('spacing.css');

/* Webfonts */
@font-face {
    font-family: "Metropolis";
    src: url('../webfonts/Metropolis-Thin.eot');
    src: url('../webfonts/Metropolis-Thin.eot') format('embedded-opentype'), url('../webfonts/Metropolis-Thin.woff') format('woff'), url('../webfonts/Metropolis-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url('../webfonts/Metropolis-ExtraLight.eot');
    src: url('../webfonts/Metropolis-ExtraLight.eot') format('embedded-opentype'), url('../webfonts/Metropolis-ExtraLight.woff') format('woff'), url('../webfonts/Metropolis-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url('../webfonts/Metropolis-Light.eot');
    src: url('../webfonts/Metropolis-Light.eot') format('embedded-opentype'), url('../webfonts/Metropolis-Light.woff') format('woff'), url('../webfonts/Metropolis-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url('../webfonts/Metropolis-Regular.eot');
    src: url('../webfonts/Metropolis-Regular.eot') format('embedded-opentype'), url('../webfonts/Metropolis-Regular.woff') format('woff'), url('../webfonts/Metropolis-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url('../webfonts/Metropolis-Medium.eot');
    src: url('../webfonts/Metropolis-Medium.eot') format('embedded-opentype'), url('../webfonts/Metropolis-Medium.woff') format('woff'), url('../webfonts/Metropolis-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url('../webfonts/Metropolis-SemiBold.eot');
    src: url('../webfonts/Metropolis-SemiBold.eot') format('embedded-opentype'), url('../webfonts/Metropolis-SemiBold.woff') format('woff'), url('../webfonts/Metropolis-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: "Mark W01 Light";
    src: url('../webfonts/MarkW01-Light.eot');
    src: url('../webfonts/MarkW01-Light.eot') format('embedded-opentype'), url('../webfonts/MarkW01-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Regular";
    src: url('../webfonts/MarkW01-Book.eot');
    src: url('../webfonts/MarkW01-Book.eot') format('embedded-opentype'), url('../webfonts/MarkW01-Book.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Medium";
    src: url('../webfonts/MarkW01-Medium.eot');
    src: url('../webfonts/MarkW01-Medium.eot') format('embedded-opentype'), url('../webfonts/MarkW01-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Bold";
    src: url('../webfonts/MarkW01-Bold.eot');
    src: url('../webfonts/MarkW01-Bold.eot') format('embedded-opentype'), url('../webfonts/MarkW01-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Heavy";
    src: url('../webfonts/MarkW01-Heavy.eot');
    src: url('../webfonts/MarkW01-Heavy.eot') format('embedded-opentype'), url('../webfonts/MarkW01-Heavy.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: AllianzNeo;
    src: url('../webfonts/AllianzNeoW04-Light.eot') format("embedded opentype"), url('../webfonts/AllianzNeoW04-Light.woff2') format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: AllianzNeo;
    src: url('../webfonts/AllianzNeoW04-Regular.eot') format("embedded opentype"), url('../webfonts/AllianzNeoW04-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: AllianzNeo;
    src: url('../webfonts/AllianzNeoW04-SemiBold.eot') format("embedded opentype"), url('../webfonts/AllianzNeoW04-SemiBold.woff2') format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: AllianzNeo;
    src: url('../webfonts/AllianzNeoW04-Bold.eot') format("embedded opentype"), url('../webfonts/AllianzNeoW04-Bold.woff2') format("woff2");
    font-weight: 800;
    font-style: normal;
}


body {
    font-family: AllianzNeo;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #333;
}

p {
    font-family: AllianzNeo, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
}
a {
    color: #A7910B;
    transition: color 200ms,border-color 200ms,background-color 200ms;
}

a:hover {
    color: #A7910B !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Mark W01 Medium", sans-serif;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1180px;
}

.text-lg,
.text-lg span,
.text-lg span span {
    font-size: 3.25rem;
    font-family: "Mark W01 Light", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.36px;
}

.text-oversized {
    font-size: 1.45em;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #222;
}

.intro.fullscreen {
    min-height: auto;
}

.intro p {
    font-size: 17px;
    /*	width: 70%;*/
    line-height: 1.5;
    margin-bottom: 24px;
}

.text-block p {
    font-size: 15px;
}

.pos-rel {
    position: relative;
}

.pos-abl {
    position: absolute;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: .7;
}

.w-100 {
    width: 100% !important;
}

.img-fluid {
    width: 100%;
}

.pr5 {
    padding-right: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.section-header {
    font-size: 2.25rem;
    font-family: "Mark W01 Bold", sans-serif;
    line-height: 1.33333;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 2.5em;
}

.section-h2 {
    font-weight: 300;
    font-family: inherit;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: 32px;
    font-weight: 300;
    font-family: "Mark W01 Regular", sans-serif;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 32px;
}

.section-h3 {
    font-size: 2.75rem;
    font-weight: 500;
    font-family: "Mark W01 Regular", sans-serif;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-h4 {
    color: #2d2d2d;
    font-size: 24px !important;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 32px;
    letter-spacing: -.009em;
}

.section-h5 {
    font-size: 1.68rem;
    font-family: AllianzNeo, sans-serif;
    line-height: 1.4;
    font-weight: 600;
}

.section-small-heading {
    font-family: AllianzNeo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0;
    color: #343434;
    margin-bottom: 12px;
}

.small-title {
    font-size: 1.8rem;
    font-family: "Mark W01 Regular", sans-serif;
    line-height: 1.5;
    letter-spacing: -1px;
    font-weight: 400;
}

/*Resposnive settings*/
@media (max-width: 576px) { 
    .small-title {
        font-size: 1.5rem;
		padding-right: 0 !important;
    }
}

.divider-line {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 32px;
    width: 45px;
    height: 4px;
    border-radius: 0;
    background-color: #fac800;
}

.section__midline-heading {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    width: 100%;
}

.section__midline-heading:before, .section__midline-heading:after {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
    display: block;
    border-top: 1px solid #D8D8D8;
}

.section__midline-heading h3 {
    font-size: 2rem;
    line-height: 1.375;
    letter-spacing: -1px;
    padding: 0 1.5rem;
    max-width: 80%;
    text-align: center;
}

.section__midline-copy {
    font-size: 1.3125rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4rem;
}

.noline-heading {
    font-size: 1.7rem;
    line-height: 1.375;
    letter-spacing: -1px;
    padding-bottom: 1.5rem;
}


/** Responsive Setting */
@media (max-width: 768px) {
    .noline-heading {
		text-align: center;
	}
}

.divider-line.type3 {
    background: #ff0000;
    height: 4px;
    width: 140px;
    margin: 24px auto 40px;
}

.heading-text.heading-section > h2:before {
    background-color: #ff0000 !important;
}

a.link-description {
    color: inherit;
    border-bottom: 2px solid #ff0000;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: 120ms linear;
    transition: 120ms linear;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
a.link-description:hover {
    color: #fff !important;
    background-color: #ff0000;
}

.blockquote {
    border-left: 3px solid #ff0000 !important;
    background: #f7f9fb !important;
}

.b-t {
    border-top: 1px solid #dadce0;
}

.b-b {
    border-bottom: 1px solid #dadce0;
}

.top-layer__content {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5em;
    width: auto;
}

.top-layer__title {
    font-size: 1.1em;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.5px;
    display: flex;
    align-items: center;
}

.bar-primary {
    width: 4px;
    height: 1em;
    content: "";
    margin-right: .7em;
    display: inline-flex;
    background-color: #fab800;
}

.heading-7 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #657694;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* Colors */
.bg-grey {
    background-color: #f8f8f8 !important;
}

.text-blue {
    color: #0253a9 !important;
}

.text-gold {
    color: #A7910B !important;
}

/* Navigation */
#mainMenu nav > ul > li > a {
    font-family: inherit;
    padding: 34px 12px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
}

#mainMenu nav > ul > li > a.active, #mainMenu nav > ul > li .dropdown-item.active, #mainMenu nav > ul > li .dropdown-item:active{
    color: #A7910B;
}

#mainMenu nav > ul > li > a::after {
    display: none;
}

#mainMenu nav > ul > li > a:hover,
#mainMenu nav > ul > li > a:active,
#mainMenu nav > ul > li > a:focus {
    color: #000e1d;
}

#mainMenu nav > ul > li.hover-active > a,
#mainMenu nav > ul > li.hover-active > span,
#mainMenu nav > ul > li.current > a,
#mainMenu nav > ul > li.current > span,
#mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li:hover > span,
#mainMenu nav > ul > li:focus > a,
#mainMenu nav > ul > li:focus > span {
    color: #ffffff;
}

#mainMenu .btn-cta {
    background-color: #ff0000;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 55px center;
    background-size: auto 23px;
    text-align: center;
    font-family: AllianzNeo, sans-serif;
    box-shadow: none;
    padding: 14px 2em;
    border-radius: .3rem;
    transition: all .15s ease-in-out;
}

#mainMenu .btn-cta:hover,
#mainMenu .btn-cta:focus,
#mainMenu .btn-cta:active,
#mainMenu nav > ul > li:hover .btn-cta {
    background-color: #000e1d;
    color: #fff !important;
}

#header {
    height: 86px;
    line-height: 86px;
    /*    border-bottom: 1px solid #e6e6e6 !important;*/
}

#header .header-inner, #header #header-wrap {
    height: 86px;
	background-color: #000e1d;
}

#header .header-inner #logo,
#header #header-wrap #logo {
    height: auto;
    clear: both;
    padding: 18px 0;
}

#header .header-inner #logo a > img,
#header #header-wrap #logo a > img {
    height: 50px;
    width: 150px;
}

#header.header-sticky.sticky-active .header-inner,
#header.header-sticky.sticky-active #header-wrap {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: none;
    border-bottom: none;
}

.header-extras > ul > li a, .header-extras > ul > li i {
    color: #ffffff;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
    font-family: "Charlie Display", sans-serif;
    color: #111;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 16px;
}

#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #444;
    font-family: inherit;
    padding: 12px 20px 12px 18px;
}

#mainMenu nav > ul > li .dropdown-menu > li > a:focus,
#mainMenu nav > ul > li .dropdown-menu > li > a:hover,
#mainMenu nav > ul > li .dropdown-menu > li > a:active,
#mainMenu nav > ul > li .dropdown-menu > li > span:focus,
#mainMenu nav > ul > li .dropdown-menu > li > span:hover,
#mainMenu nav > ul > li .dropdown-menu > li > span:active,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:focus,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:active {
    color: #000e1d;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content {
    padding: 20px 35px 15px;
}

#mainMenu nav > ul > li.mega-menu-item > .dropdown-menu {
    padding: 0;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content {
    padding: 20px 35px 15px;
    padding: 0;
    display: flex;
    padding-left: 36px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mega-menu-content .navigation-section-list {
    min-width: 700px;
    margin: 0;
    padding: 32px 0 38px;
}

.mega-menu-content .featured-section-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 20px 30px;
    background: #f6f8f9;
    border-left: 1px solid #e0e6e8;
}

.mega-menu-content .featured-section-list .featured-list-content {
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.mega-menu-content .featured-section-list .featured-list-content .content-image {
    width: 40%;
}

.mega-menu-content .featured-section-list .featured-list-content .content-image img {
    width: 140px;
}

.mega-menu-content .featured-section-list .featured-list-content .content-text {
    padding-left: 24px;
}

.mega-menu-content .featured-section-list .featured-list-content .content-text h3 {
    font-size: 1.4rem;
    font-family: "Charlie Display", sans-serif;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 8px;
}

.book-order-header {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    border-top: 1px solid #c4cacc;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.book-order-list {
    position: relative;
}

.cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0;
    clear: both;
    max-width: 100%;
}

.cta {
    margin-top: 1em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #222;
    max-width: 100%;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cta-container a {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 100%;
    list-style: none;
    margin-top: 8px;
}

.item .cta-container a:first-child {
    margin-top: 0;
}

.cta-container a:hover {
    color: #ff0000 !important;
}

.item .cta.-external {
    display: inline-block;
    padding-right: 0;
}

.cta-icon {
    right: 10px;
    top: -2px;
    font-size: 13px;
    padding-left: 18px;
    position: relative;
    line-height: inherit;
    vertical-align: bottom;
}

#mainMenu nav > ul > li .dropdown-menu.show{
    display: block;
}

#mainMenu nav > ul > li .dropdown-menu.show a{
    padding: 10px 12px;
    line-height: 1.2;
    background: transparent;
}

#mainMenu nav > ul > li .dropdown-menu.show a:hover{
    color: black;
}

/* Brand Hero */
.brand-hero-container {
    color: #fff;
    min-height: 100px;
    padding: 0;
}

.brand-hero-container .lg-red {
    background-color: #ec111a;
}

.brand-hero-container .hero {
    position: relative;
    overflow: hidden;
}

.brand-hero-container .hero .brand-hero-renditions {
    background-position: top;
    background-size: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.brand-hero-container .contentContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    padding-left: 0;
}

.brand-hero-container .contentContainer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
}

.brand-hero-container .hero .contentContainerColor {
    position: absolute;
    z-index: 1;
}

.brand-hero-container .contentContainer .container .title {
    margin: 0 0 10px;
    line-height: 1;
    overflow-wrap: break-word;
}

.brand-hero-container .contentContainer .container .title h1 {
    font-size: 42px;
    font-family: "Charlie Display", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: -1px;
}

.brand-hero-container .contentContainer .container .description {
    font-size: 18px;
    margin: 0 0 10px;
}

.brand-hero-container .contentContainer .container .description p {
    color: #fff;
}

.hero-title__wrap {
    background-color: rgba(255,255,255,0.9);
    padding: 2em 3em 2.5em;
    border-top: 3px solid #fdbb00;
}

.hero-title__wrap .hero-title {
    font-family: "Mark W01 Bold", sans-serif;
    font-size: 2.125rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    word-break: keep-all;
}

.hero-title__wrap .hero-description {
    font-size: 15px;
    line-height: 1.44;
}

.inspiro-slider.slider-fullscreen {
    height: 80vh;
}

.inspiro-slider .slide .slide-captions h2 {
    font-size: 38px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
}

.inspiro-slider .slide .slide-captions > p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
}

.inspiro-slider .flickity-button:hover {
    background-color: #fbb901;
}

.intro-section .btn-hover.btn-outline, .btn-hover.btn-outline.white {
    border-color: #fff;
    color: #fff;
    background: 0 0;
}

.intro-section .btn-hover.btn-outline::before, .btn-hover.btn-outline.white::before {
    background-color: #fff;
}

.intro-section .btn-hover.btn-outline:hover, .btn-hover.btn-outline.white:hover {
    border-color: #fff;
    color: #222 !important;
}



/* Inputs */
button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    font-size: 14px;
    font-family: inherit;
    text-transform: none;
    letter-spacing: 0;
    padding: 14px 2em;
    border-radius: .3rem;
}

button.btn.btn-outline,
.btn:not(.close):not(.mfp-close).btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline {
    border-width: 1px;
}

button.btn.btn-outline:hover,
button.btn.btn-outline:focus,
button.btn.btn-outline:active,
button.btn.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
    border-width: 1px;
}

button.btn.btn-danger,
.btn:not(.close):not(.mfp-close).btn-danger,
a.btn:not([href]):not([tabindex]).btn-danger {
    background-color: #ff0000;
    border-color: #ff0000;
}

button.btn.btn-danger:hover,
button.btn.btn-danger:focus,
button.btn.btn-danger:not(:disabled):not(.disabled):active,
button.btn.btn-danger:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-danger:hover,
.btn:not(.close):not(.mfp-close).btn-danger:focus,
.btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-danger:hover,
a.btn:not([href]):not([tabindex]).btn-danger:focus,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active {
    background-color: #ce041c;
    border-color: #ce041c;
}

button.btn + .btn,
.btn:not(.close):not(.mfp-close) + .btn,
a.btn:not([href]):not([tabindex]) + .btn {
    margin-left: 10px;
}

button.btn.btn-outline,
.btn:not(.close):not(.mfp-close).btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline {
    border-width: 1px;
}

button.btn.btn-outline:hover,
button.btn.btn-outline:focus,
button.btn.btn-outline:active,
button.btn.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
    border-width: 1px;
}

button.btn.btn-danger,
.btn:not(.close):not(.mfp-close).btn-danger,
a.btn:not([href]):not([tabindex]).btn-danger {
    background-color: #ff0000;
    border-color: #ff0000;
}

button.btn.btn-danger:hover,
button.btn.btn-danger:focus,
button.btn.btn-danger:not(:disabled):not(.disabled):active,
button.btn.btn-danger:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-danger:hover,
.btn:not(.close):not(.mfp-close).btn-danger:focus,
.btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-danger:hover,
a.btn:not([href]):not([tabindex]).btn-danger:focus,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active {
    background-color: #ce041c;
    border-color: #ce041c;
}

button.btn + .btn,
.btn:not(.close):not(.mfp-close) + .btn,
a.btn:not([href]):not([tabindex]) + .btn {
    margin-left: 10px;
}

.btn-hover-green {
    color: #66a55b !important;
    border-color: #66a55b !important;
}

.btn-hover-green:hover,
.btn-hover-green:focus,
.btn-hover-green:focus-within {
    color: #fff !important;
    background: #66a55b !important;
    border-color: #66a55b !important;
}

.btn-hover {
    border-radius: 3px;
    padding: 12px 35px;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #fbca01;
    background-color: #fbca01;
    transition: .2s !important;
    text-align: center;
    color: #333;
    margin: auto;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 11;
    position: relative;
}

.btn-hover {
    outline: none;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
}

/*Resposnive settings*/
@media (max-width: 576px) { 
    .btn-hover {
        width: 100%;
    }
}

.btn-hover::before,
.btn-hover-alt::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    -o-transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .25s cubic-bezier(.38, .32, .36, .98) 0s, -webkit-transform .25s cubic-bezier(.38, .32, .36, .98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.btn-hover::before {
    background-color: #000e1d;
}

.btn-hover:hover {
    color: #fff !important;
    border-color: #000e1d;
}

.btn-hover:hover,
.btn-hover-alt:hover {
    background: 0 0 !important;
}

.btn-hover:hover::before,
.btn-hover-alt:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.btn-hover.btn-outline {
    border-color: #c3c3c3;
    color: #191e28;
    background: 0 0;
}

.btn-hover.btn-outline:hover {
    border-color: #084653;
}

.btn-hover-alt {
    border-radius: 3px;
    padding: 12px 35px;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #084653;
    background-color: #084653;
    transition: .2s !important;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 11;
    position: relative;
}

.btn-hover-alt {
    outline: none;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
}

.btn-hover-alt::before {
    background-color: #66a55b;
}

.btn-hover-alt:hover {
    color: #fff !important;
    border-color: #66a55b;
}

.underline-link {
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    color: #0e1823;
    font-size: 1em;
    line-height: 1;
    margin-top: 30px;
}

.underline-link:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0e1823;
    -webkit-transition: width .3s cubic-bezier(.25,.46,.45,.94);
    transition: width .3s cubic-bezier(.25,.46,.45,.94);
}

.underline-link:hover, .underline-link:focus {
    text-decoration: none;
    color: #0e1823;
}

.underline-link:hover:after {
    width: 100%;
}


/* Components */
.component__image img {
    margin-bottom: 16px;
}

.component__heading-textblock h4 {
    color: #222;
    margin-top: 0;
    font-size: 1.35rem;
    font-family: "Charlie Display", sans-serif;
    line-height: 1.2;
    letter-spacing: .3px;
    margin-bottom: 16px;
}

.component__heading-textblock p {
    font-size: 1em;
    color: #222;
}

.component--image-heading-textblock .component__image--left {
    float: left;
    margin-right: 16px;
}

.component--image-heading-textblock .component__heading-textblock--right {
    margin-left: 16px;
}

.component--video-embed {
    line-height: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.component--video-embed .vid-thumb {
    position: relative;
}

.component--video-embed .vid-thumb img {
    margin: 0;
    background-position: center center;
    background-size: cover;
    background-color: rgba(23, 43, 77, .15);
    background-blend-mode: multiply;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1.3s;
    -webkit-transition: all 1.3s;
}

.component--video-embed .vid-thumb img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.component--video-embed .vid-thumb:hover img {
    background-color: #fff;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.component--video-embed .vid-thumb svg {
    fill: rgba(255, 255, 255, .9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Video Background with Content */
.video-bg-content_wrapper {
    background-color: #fff;
    padding: 40px 64px;
}

/*Responsive settings*/
@media (max-width: 576px) {
    .video-bg-content_wrapper {
        padding: 20px 20px;
    }
}

.video-bg-content {
    padding: 48px 0;
}

.video-bg-content .content-block h2 {
    font-size: 2.25rem;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.33333333;
}

.video-bg-content .content-block p {
    font-size: 1.25rem;
    letter-spacing: .3px;
    line-height: 1.4;
    color: #42526e;
}

.video-bg-content .content-separator {
    padding: 20px 0 40px 0;
}

.video-bg-content .content-separator hr {
    margin: 0 auto 0 0;
    background: #febe00;
    height: 4px;
    width: 140px;
}

.video-bg-content .video-link-container {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.video-bg-content .video-link-container .video-link__play {
    background: url('../images/video-link-play.html') no-repeat;
    background-size: 22px 22px;
    display: inline-block;
    margin-right: 8px;
    height: 22px;
    width: 22px;
}

.video-bg-content .video-link-container .video-link__text {
    color: #333;
}

/* Process Steps */
.process-section {
    background: url(../images/map-bg.svg) no-repeat 45% -550px/210% auto;
    background-position: 55% -700px;
    background-size: 100% auto;
}

.process-steps {
    display: block;
    position: relative;
    text-align: center;
}

.process-steps.process-checkbox {
    text-align: left;
    padding-bottom: 0;
    border-top: 0px solid transparent;
    margin-top: 10px;
    z-index: 10;
}

.process-steps ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-steps ul li {
    display: block;
    position: relative;
    float: left;
    margin: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 30px 12px;
    padding-top: 45px;
    border: none;
    border-radius: 0px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.process-steps.process-three-elem li {
    width: calc(33.3333% - 30px);
}

.process-steps.process-four-elem li {
    width: calc(23% - 15px);
}

.process-steps.process-checkbox ul li {
    box-shadow: none !important;
    background: none;
    border: none;
    padding-bottom: 0;
}

.process-steps.process-checkbox .process-item:before,
.process-steps.process-checkbox .process-step-number:before,
.process-steps.process-checkbox .process-step-number span:before {
    content: '';
    width: 36px;
    height: 36px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -18px;
    -webkit-transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}

.process-steps.process-checkbox .process-item:hover:before,
.process-steps.process-checkbox .process-item:hover .process-step-number span:before,
.process-steps.process-checkbox .process-item:hover .process-step-number:before {
    transform: scale(1.2);
}

.process-steps.process-checkbox .process-item:before {
    border-color: #ff0000;
}

.process-steps.process-checkbox .process-item:before,
.process-steps.process-checkbox .process-step-number:before,
.process-steps.process-checkbox .process-step-number span:before {
    background-color: #ff0000;
}

.process-steps.process-checkbox ul li .process-container:before {
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(132, 132, 132, 0.2);
    top: 28px;
    left: 74%;
}

.process-steps.process-checkbox ul li:last-child .process-container:before {
    display: none;
}

.process-steps .process-step-number {
    display: block;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.process-steps.process-checkbox .process-step-number {
    display: block;
    position: absolute;
    margin-bottom: 0;
    line-height: 1;
    top: 10px;
    left: 50%;
    font-weight: bold;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.process-steps.process-checkbox .process-step-number span:before,
.process-steps.process-checkbox .process-step-number:before {
    width: 76px;
    height: 76px;
    opacity: 0.2;
    margin-left: -38px;
    top: -20px;
    z-index: -1;
}

.process-steps.process-checkbox .process-step-number span {
    position: relative;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #fff;
    line-height: 36px;
}

.process-steps.process-checkbox .process-step-number span:before {
    width: 56px;
    height: 56px;
    top: -10px;
    margin-left: -28px;
    opacity: 0.4;
}

.process-steps.process-checkbox .process-text-area {
    padding-top: 50px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 7px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    text-align: center;
    padding-bottom: 0;
}

.process-steps .process-text-area h5 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    font-size: 19px;
    font-family: "Mark W01 Medium", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 18px;
}
.process-steps .process-text-area h5 {
    font-size: 19px;
    font-family: AllianzNeo, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: 18px;
}

.process-steps .process-text-area p {
    color: inherit;
    font-size: 15px;
    margin-bottom: 30px;
}

/* Testimonials */
.testimonial-section {
    padding: 80px 0 120px;
    background: #f8f8f8;
}

/* Facts */
.facts {
    padding: 24px 0 64px;
}

.facts .block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.facts .block-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    flex-basis: 0;
    padding: 0;
}

.facts .block-item + .block-item {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #84a0ba;
    margin-left: 2.85%;
    padding-left: 2.85%;
}

.facts .block-item .text-wrapper {
    padding: 8px 0;
}

.facts .block-item .text-wrapper img {
    margin-bottom: 16px;
}

.facts .text-wrapper .headline {
    font-size: 4.25rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-family: AllianzNeo, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.facts .text-wrapper .sub-headline {
    font-size: 1.875rem;
    font-weight: 300;
    font-family: AllianzNeo, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.facts .text-wrapper .description {
    font-size: 1.25rem;
    line-height: 1.657;
    clear: left;
    margin-top: 0;
    margin-bottom: 16px;
}

.facts .text-wrapper hr {
    border-color: #84a0ba;
}


/* About Info Block */
.about-info-block {
    padding: 0;
    background: #fff;
    /*
        background: #fff url(../images/map-bg.svg) no-repeat -857px -183px/550% auto;
        background-position: center center;
        background-size: cover;
    */
}

.about-info__metrics {
    position: relative;
    padding: 0;
}

.about-info__metrics:before {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #f2f3f4;
    content: "";
}

.about-info__metrics-wrapper {
    padding: 5.625rem 3.75rem 2.625rem 1rem;
    background-color: #f2f3f4;
    height: 100%;
}

.about-info__metrics-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    padding: 0;
}

.about-info__metrics-list-item {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 0 0 100%;
    align-items: flex-end;
    max-width: 100%;
    margin-bottom: 2.625rem;
}

.about-info__metric-count {
    font-size: 2.75rem;
    font-family: "Metropolis", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 0 !important;
}

.about-info__metric-label {
    font-size: 1.1rem;
    line-height: 1.4;
    padding-top: 5px;
    display: block;
}

.about-info__details {
    padding-top: 6.5rem;
    padding-bottom: 7.5rem;
}

.about-info__details .title-text {
    font-size: 32px;
    font-family: "Metropolis", sans-serif;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -.018em;
    padding-top: 16px;
    margin-bottom: 24px;
}

/*Resposnive settings*/
@media (max-width: 576px) {
   .about-info__details .title-text {
		font-size: 25px;
	}
}

.about-info__block-stats {
    background-color: #eef6ff;
    padding: 100px;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .about-info__block-stats {
        padding: 100px 20px;
    }
}

.about-info__block-stats .content-block {
    text-align: left;
    padding: 0 20px;
}

/*Resposnive settings*/
@media (max-width: 992px) {
    .about-info__block-stats .content-block {
        margin-bottom: 10px;
    }
}

.about-info__block-stats .content-block h4 {
    font-family: "Metropolis", sans-serif;
    font-weight: 300;
    line-height: 1.15em;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #99c2eb;
}

.about-info__block-stats .content-block p {
    font-weight: 400;
    line-height: 1.56em;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.about-info-block .image-wrapper__floating-dot {
    position: relative;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .about-info-block .image-wrapper__floating-dot {
        display: none;
    }
}

.about-info-block .image-wrapper {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 3rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.about-info-block .image-wrapper img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto;
    display: block;
    max-width: 100%;
}

.about-info-block .floating-dot {
    max-width: 160px;
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 15%;
    left: 6%;
}

.medium-hero .image-wrapper img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.medium-hero .container-fluid .image-wrapper {
    height:550px;
    width:auto;
    overflow:hidden;
}
.competitive-advantage {
    background-color: #f2f3f4;
}


/* Team */
.team-list__item {
    position: relative;
    height: auto;
    margin-bottom: 32px;
}

.team-list__item .inner {
    height: 100%;
    padding-bottom: 16px;
    position: relative;
}

/*Resposnive settings*/
@media (max-width: 992px) {
    .team-list__item .inner {
        text-align: center;
    }
}

.team-list__item .-arrow {
    position: absolute;
    top: 32%;
    left: calc(50% + 110px);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #d8d6d6;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    z-index: 5;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

/*Resposnive settings*/
@media (max-width: 992px) {
    .team-list__item .-arrow {
        display: none;
    }
}


.team-list__item .-arrow .svg {
    position: absolute;
    top: calc(36% - 5px);
    left: calc(36% - 5px);
}

.team-list__item .-arrow .svg svg {
    display: block;
    fill: #fbae00;
}

.team-list__item .image-link:hover .-arrow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.team-list__item .image-outer {
    margin-bottom: 8px;
    width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
    min-height: 50px;
    display: block;
}

.team-list__item .image-outer img {
    max-width: 100%;
}

.team-list__item .text-block {
    position: relative;
    display: block;
    margin-top: 16px;
}

.team-list__item .text-block .team-name {
    text-transform: capitalize;
    font-size: 1.1em;
    font-family: "Mark W01 Bold", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.5px;
    color: #222;
    margin-bottom: 5px;
}

.team-list__item .text-block .team-position {
    font-size: 15px;
    font-family: "Mark W01 Regular", sans-serif;
    line-height: 1.5;
    letter-spacing: -.5px;
    color: #333;
    margin-bottom: 8px;
}

.team-search {
    padding-top: 0;
    overflow: visible;
}

.team-search .heading {
    margin: -.272727272727273em 0 .727272727272727em;
    font-size: 1.375em;
    font-family: "Mark W01 Regular", sans-serif;
    line-height: 1.272727272727273;
    letter-spacing: -.5px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px;
}

.team-search__wrapper {
    position: relative;
    background-color: #fff;
    float: left;
    display: block;
    margin: -36px 5% 0;
/*     margin-right: 3.07692%; */
    width: 85.27473%;
    margin-left: 7.36264%;
    clear: both;
    margin-top: -80px;
    padding: 40px 60px;
    /*    padding: 60px 60px 60px 60px;*/
    z-index: 3;
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .team-search__wrapper {
        padding: 30px 20px;
    }
}

.team-search form .team-search__content {
    display: inline-block;
    margin-top: 16px;
}

.team-search form .team-search__content .field {
    float: left;
    position: relative;
}

/*Resposnive settings*/
@media (max-width: 1180px) { 
    .team-search form .team-search__content .field {
       width: 100%;
    }
}

.team-search form .field .styled_select, .team-search form .field .input_wrapper input {
    width: 270px;
    position: relative;
}

/*Resposnive settings*/
@media (max-width: 1180px) { 
    .team-search form .field .styled_select, .team-search form .field .input_wrapper input {
       width: 100%;
    }
}

.team-search form .field input {
    border: 1px solid #a6a6a6;
/*     border-right: 0; */
    background: #fff;
    border-radius: 0;
    font-size: .9em;
    font-weight: 400;
    font-family: AllianzNeo, sans-serif;
    color: #555;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0;
    padding: 15px 18px;
    margin-bottom: 0;
    min-height: 0;
}

.team-search form .field input[type='text']:focus {
    border: 1px solid #1e1e1e;
    outline: 0;
}

.team-search form .field .styled_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    font-family: inherit;
    font-size: .9em;
    color: #555;
    outline: none;
    padding: 15px 18px;
    border: 1px solid #a6a6a6;
/*     border-right: none; */
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
    background-image: none !important;
    cursor: pointer;
}

.team-search form .field .styled_select:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #70777c;
    border-bottom: 1px solid #70777c;
    top: 18px;
    right: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team-search form .field button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
    outline: none;
    background-color: #000e1d;
    position: relative;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: 0.2s;
}

/*Resposnive settings*/
@media (max-width: 1180px) { 
    .team-search form .field button {
       width: 100%;
    }
}

.team-search form .field button .icon-search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #fff;
    width: 20px;
    height: 20px;
}

.team-profile__single .team-profile__info-name {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    margin: 0 0 12px 0;
}

.team-profile__single .team-profile__info-position {
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.team-profile {
    position: relative;
    padding-top: 64px;
}

.team-profile .small-title {
    font-size: 2rem;
    margin-bottom: 1.5rem !important;
}

.team-profile .content-body p {
    font-size: 1.25rem;
    font-family: "Mark W01 Regular", sans-serif;
    letter-spacing: -.5px;
}

.team-profile .profile-lists {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.team-profile .section-heading {
    color: #222;
    font-size: 1.3125rem;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -.5px;
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 3px solid #f3a903;
}

.profile-lists .link-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 2rem;
}

.profile-lists li {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0;
    margin-right: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.profile-lists li a.list-link {
    display: block;
    font-family: "Mark W01 Regular", sans-serif;
    letter-spacing: -.5px;
    padding: 5px 10px;
    background: #F6F6F6;
    border: 1px solid #d2d2d2;
    color: #333;
}

.team-profile .content-accordion {
    margin: 3rem 0 2rem;
}

.team-profile .content-accordion .accordion .ac-item {
    margin-bottom: 20px;
    padding: 16px 30px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    background-color: #f7f7f7;
}

.team-profile .content-accordion .accordion .ac-item .ac-title {
    letter-spacing: -.5px;
}

.team-profile .content-accordion .accordion .ac-item .ac-title:before {
    color: #f3a903;
}

.team-profile .content-accordion .accordion .ac-item .ac-content {
    padding-top: 22px;
    padding-bottom: 20px;
}

.List__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.List__item {
    position: relative;
    margin: 4px 0 8px;
}

.ListItem--hasIcon {
    padding-left: 24px;
}

.List__itemIcon {
    position: absolute;
    top: 5px;
    left: 0;
}

.profile-actions {
    margin: 1rem 0 .75rem;
}

.profile-actions__circle {
    margin: 0 0 1.5rem .5rem;
    display: flex;
    justify-content: flex-end;
}

.profile-actions__cta {
    margin-bottom: 3rem;
}

.profile-publication {
    padding: 0 0 32px;
}

.profile-publication .title-group h2 {
    font-size: 24px;
    font-family: "Mark W01 Regular", sans-serif;
    letter-spacing: -.5px;
    margin-bottom: 3.5rem;
}

.profile-publication .publication-list {
    margin-bottom: 60px;
    padding-right: 40px;
}

.publication-list__title {
    display: block;
    font-size: 20px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.5px;
    margin-bottom: 10px;
    padding-top: 25px;
    position: relative;
    color: #333;
    transition: all .25s cubic-bezier(0.165,.84,.44,1);
}

.publication-list__title:before {
    background: #d3d3d3;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .25s cubic-bezier(0.165,.84,.44,1);
    width: 100%;
}

.publication-list__title a {
    color: inherit;
}

.publication-list__title a:hover {
    color: #111 !important;
}

.publication-list__title:hover:before {
    height: 6px;
    background: #fac800;
}

.publication-list__category {
    color: #545454;
    font-size: 14px;
    font-weight: 600;
}

.publication-list__category a {
    border-bottom: 1px dotted #06c;
    color: inherit;
    font-size: inherit;
}

.publication-list__category a:hover {
    color: #06c !important;
}



/* Expertise section */
.expertise-block {
    background: #f8f8f8;
    background: #fff;
    background: #fbfbfb url(../images/map-bg.svg) no-repeat -857px -183px/550% auto;
    background-position: center center;
    background-size: cover;
}

/*
.expertise-block {
    background: url(../images/bg-pattern.png) center center no-repeat #f7f7f7;
    background-color: #f7f7f7;
}
*/

.expertise-block .cta-heading {
    font-size: 2.5em;
    font-family: "Mark W01 Light", sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.1;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.expertise-block .cta-subheading {
    font-size: 1.5em;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.1;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.expertise-content .content-title {
    font-size: 28px;
    font-family: "Metropolis", sans-serif;
    font-weight: 300;
    margin-bottom: 16px;
}

.expertise-content .divider-line {
    margin: 0;
    margin-top: 16px;
    margin-bottom: 24px;
}

.expertise-content p {
    font-size: 15px;
}

.expertise-list-cards {
    padding: 0 2.5rem;
    text-align: left;
}

/*
.expertise-list-cards .card-item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem solid rgba(53,64,80,.3);
    border-radius: .25rem;
    margin: .75rem 0;
    box-shadow: 0 .125rem .25rem rgba(53,64,80,.075)!important;
}
*/

.expertise-list-cards .card-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #313943;
    transition: box-shadow .3s ease;
}

.expertise-list-cards .card-item:hover {
    box-shadow: 10px 10px 20px 0 rgba(1,1,1,0.2);
}

.expertise-list-cards .card-link {
    font-size: 1.125rem;
    font-weight: 600;
}

.expertise-list-cards .card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.5rem;
}

.expertise-list-cards .card-body {
    padding: 30px;
    padding-right: 35px;
}

.expertise-list-cards .card-title {
    position: relative;
    color: #424141;
    font-size: 17px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 1.3;
    margin-bottom: 0;
}

.expertise-list-cards .card-item:hover .card-title {
    color: rgb(0, 102, 204);
    /*   color: #08329e; */
}

.expertise-list-cards .card-title:after {
    position: absolute;
    top: 3px;
    right: -10px;
    bottom: auto;
    left: auto;
    display: block;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 600;
    color: #828b98;
}

.practice-area-block {
    padding: 0 1rem;
    background-color: #020047;
    background-color: #f2f3f4;
}

.practice-area-block__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 0;
    padding-left: 0;
}

.practice-area-block__headings {
    position: relative;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
    padding: 7.5rem 7rem 7.5rem 0;
}

/*Resposnive settings*/
@media (max-width: 1024px) { 
    .practice-area-block__headings {
        padding: 7.5rem 1rem 7.5rem 0;
    }
}

@media (max-width: 768px) { 
    .practice-area-block__headings {
        flex: 1;
        max-width: 100%;
    }
}

.practice-area-block__headings-wrapper {
    /*    max-width: 380px;*/
    margin-right: 0;
    margin-left: auto;
}

.practice-area-block__heading {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 2rem !important;
}

.practice-area-block__text {
    font-size: 17px;
}

.practice-area-block__heading, .practice-area-block__text {
    color: #222;
}

.practice-area-block__picture-wrapper {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #fff;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .practice-area-block__picture-wrapper {
        display: none;
    }
}

.practice-area-block__image {
    display: block;
    width: 100%;
    height: 100%;
}

.practice-area-block__image {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.expertise-cards {
    width: 100%;
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

.expertise-cards .card-item {
    height: 340px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.expertise-cards .card-item .card__link {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    background-color: #111111;
}

.expertise-cards .card-item .card__link:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #fbae00;
    width: 40px;
    height: 2px;
    left: -50px;
    bottom: 0;
    margin-bottom: 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.expertise-cards .card-item .card__link:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fbae00;
    bottom: 0;
    left: -20px;
    margin-bottom: 16px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.expertise-cards .card-item a * {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    z-index: 1;
}

.expertise-cards .card-item .content-block h3 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -.5px;
    bottom: 144px;
    bottom: 110px;
    /*    width: 220px;*/
    padding-right: 30px;
}

.expertise-cards .card-item .content-block p {
    position: absolute;
    color: #fff;
    font-size: 14.5px;
    line-height: 1.5;
    opacity: 0.85;
    /*    top: 210px;*/
    bottom: 35px;
    padding-right: 30px;
}

.expertise-cards .card-item .content-block p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.expertise-cards .card-item .content-block .bg-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.expertise-cards .card-item .content-block .border {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
}

.expertise-cards .card-item .card__link:hover .bg-img {
    opacity: 0.4;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 15s linear;
    -moz-transition: all 15s linear;
    transition: all 15s linear;
}

.expertise-cards .card-item .card__link:hover h3 {
    color: #fff;
    top: auto;
    bottom: 135px;
}

.expertise-cards .card-item .card__link:hover p {
    color: #fff;
    bottom: 60px;
}

.expertise-cards .card-item .card__link:hover .border {
    height: 40px;
}

.expertise-cards .card-item .card__link:hover:before {
    left: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.expertise-cards .card-item .card__link:hover:after {
    left: 67px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.industries-we__serve .industry-we__serve {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.industry-we__serve img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all ease-in-out;
    filter: brightness(.8);
}

.industries-we__serve .industry-we__serve .industry {
    opacity: 1;
    visibility: visible;
    left: 0;
    bottom: 0;
    padding: 5%;
    background: #fff;
    position: absolute;
    transition: all .6s ease-out 0s;
    width: 80%;
    max-width: 371px;
    background: #fff;
}

.industries-we__serve .industry-we__serve .industry h4 {
    font-size: 18px;
    font-family: "Mark W01 Regular", sans-serif;
    line-height: 24px;
    letter-spacing: -.5px;
    font-weight: 400;
}

.industry-we__serve:hover img {
    position: relative;
    overflow: hidden;
    transform: scale(1.1);
    filter: brightness(1);
}

.industry-card {
    cursor: pointer;
    position: relative;
    margin: 0 auto 30px;
    background: #fff;
    height: 300px;
    overflow: hidden;
}

.industry-card:after {
    content: '';
    position: absolute;
    z-index: 3;
    right: -22px;
    bottom: -25px;
    width: 45px;
    background: #fff;
    height: 45px;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    transform: rotate(-44deg);
    border-top: 1px solid #e9e9e9;
}

.industry-card__main {
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #111;
    /*    border: 1px solid #e9e9e9;*/
}

.industry-card.visible .industry-card__flipped, .industry-card.visible .industry-card__main {
    position: absolute;
    height: 100%;
    width: 100%;
}

.industry-card__bg-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: top center;
    opacity: 0.4;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.industry-card__title, .industry-card__description {
    position: absolute;
}

.industry-card__title {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -.5px;
    bottom: 100px;
    bottom: 30px;
    padding-right: 30px;
    margin-bottom: 12px;
}

.industry-card__description {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.85;
    bottom: 35px;
    padding-right: 30px;
}

.industry-card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.industry-card__flipped {
    top: 0;
    left: 0;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    -webkit-transition: opacity .135s ease-in-out;
    -moz-transition: opacity .135s ease-in-out;
    transition: opacity .135s ease-in-out;
    background: #036c98;
}

.industry-card__flipped-text {
    color: #fff;
}

.industry-card__flipped-text p{
    color: #fff;
}

.industry-card__link:hover .industry-card .industry-card__flipped {
    opacity: 1;
}




/* Career CTA */
.company__join {
    padding: 30px 0 64px;
}

.career-cta {
    padding-top: 40px;
}

.banner-with-text {
    position: relative;
    padding-top: 72px;
    text-align: right;
}

.banner-with-text__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    padding: 63px 50px 60px 63px;
    background-color: white;
    -webkit-box-shadow: 0 6px 24px 0 rgba(174,174,186,0.16);
    box-shadow: 0 6px 24px 0 rgba(174,174,186,0.16);
    text-align: left;
}

.banner-with-text__content p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: -0.8px;
}


/* Our Leadership */
.our-leadership {
    position: relative;
    background: url(../images/map-bg.svg) no-repeat 45% -550px/210% auto;
    background-position: 55% -700px;
    background-size: 100% auto;
}

.leadership-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    text-align: center;
}

.leadership-card--image {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    align-items: center;
    margin: 0 auto;
    width: 250px;
    height: 250px;
}

.leadership-card--image img {
    border-radius: 50%;
    max-width: 100%;
}

.leadership-card--body {
    flex: 1 1 auto;
    padding: 1.5rem;
    padding-top: 1rem;
}

.leadership-card--body .card-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Charlie Display", sans-serif;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.leadership-card--body .card-text {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.leadership-card--body .card-link {
    display: inline-flex;
    align-items: center;
}

.leadership-card--body .card-link:hover {
    color: #ff0000 !important;
}

.card-link .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .5rem;
    transition: all 1000ms ease-out;
    transform: translateX(0);
}

.card-link:hover .svg-icon {
    transition: all 1000ms ease-out;
    transform: translateX(10px);
}

/* Book purchase cta */
.book-purchase--cta {
    background: url(../images/pattern_light_top-left.html) no-repeat left top, url(../images/pattern_light_top-right.html) no-repeat right top,
    url(../images/pattern_light_bottom-center.html) no-repeat calc(50% + 120px) bottom, #fafafa;
}

.book-purchase--cta .book-purchase--cta__title {
    font-size: 36px;
    font-family: "Charlie Display", sans-serif;
    line-height: 1.2;
    letter-spacing: -.4px;
    margin: 0 0 20px;
    font-weight: 300;
    color: #222;
}

.book-purchase--cta .book-purchase--cta__subtitle {
    margin: 0 auto 24px;
    font-size: 17px;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.6;
    color: #333;
}

.book-purchase--cta .book-purchase--cta__img {
    width: 250px;
}

.book-purchase--cta .book-order-header {
    font-size: 13px;
    border-top: 1px solid #d9dee0;
}

.download-book--form {
    /*    padding: 24px 0; */
    position: relative;
}

.download-book--form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    padding-bottom: 24px;
}

.download-book--form .input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -1px;
    margin-top: 0;
}

.download-book--form input[type=email],
.download-book--form input[type=text] {
    font-size: 15px;
    line-height: 1.3;
    padding: 13px 18px;
    border-radius: 4px;
    border: 1px solid #c1c1ba;
    margin-bottom: 0;
    height: auto;
    text-align: left;
    color: #333232;
    width: 100%;
    cursor: pointer;
    background-color: white;
    vertical-align: bottom;
    -webkit-appearance: none;
}

.download-book--form .input-wrapper input {
    border-color: #84a0ba;
    border-radius: 0;
}

.download-book--form .input-wrapper.first input {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.download-book--form .input-wrapper.second input {
    border-right: 0;
}

.download-book--form .sign-up-button {
    height: 48px;
    line-height: 48px;
    background-color: #ff0000;
    color: #fff;
    border: 0;
    margin-top: 0 !important;
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
    display: inline-block;
    transition: background-color .15s linear;
}

.download-book--form .sign-up-button {
    height: auto;
    max-height: 47px;
    width: 65px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.download-book--form .sign-up-button .svg-icon {
    width: 38px;
    height: 38px;
}

/* Testimonials */
.testimonial-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.testimonial-section.dark-section {
    background: #151b26;
}

.tcards-content {
    margin-left: 450px;
}

.tcards-title-nav {
    max-width: 350px;
    float: left;
    width: 100%;
    margin-top: 75px;
    position: relative;
    z-index: 99;
    text-align: left;
}

.tcards-title-nav h2 {
    color: #222;
    font-weight: 400;
    font-family: inherit;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -.01em;
}

.testimonial .testimonial-item,
.testimonial.testimonial-box .testimonial-item {
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: inherit;
    margin-bottom: 0;
    width: 100%;
    color: #222;
    font-weight: 500;
    font-family: "Charlie Display", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -.01em;
}

.testimonial-section.dark-section .tcards-title-nav h2 {
    color: #fff;
}

.testimonial .testimonial-item,
.testimonial.testimonial-box .testimonial-item {
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: inherit;
    margin-bottom: 0;
    width: 100%;
}

.testimonial-cards {
    text-align: left;
    padding: 0 30px;
}

.testimonial-cards .card_message {
    position: relative;
    border: none;
    padding: 40px;
    margin-bottom: 30px;
    text-align: left;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    border-bottom-left-radius: 0 !important;
    margin-top: 15px;
    position: relative;
    border: none;
    padding: 40px;
    margin-bottom: 30px;
    text-align: left;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px 0 rgba(133, 157, 183, .12), 0 2px 9px 0 rgba(135, 158, 184, .06);
    border-radius: 5px;
    border-bottom-left-radius: 0 !important;
    margin-top: 15px;
}

.testimonial-cards .card_message:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}

.testimonial-cards .card_message .card-text {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 15px !important;
    font-family: inherit;
    color: #454545;
}

.testimonial-cards .card_header {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 1;
    margin-left: 20px;
}

.testimonial-cards .card_header .card-image img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    float: left;
    margin-right: 20px;
    margin-top: -3px;
    margin-bottom: 0;
    max-width: 100%;
}

.testimonial-cards .card_header .card-name {
    font-size: 16px;
    font-family: "Charlie Display", sans-serif;
    line-height: 1;
    margin: 0;
    margin-bottom: 0;
}

.testimonial-cards .card_header .card-job {
    display: block;
    font-family: inherit;
    color: inherit;
    margin-bottom: 0 !important;
    font-weight: 400;
}

.testimonial-section.dark-section .testimonial-cards .card_header .card-name,
.testimonial-section.dark-section .testimonial-cards .card_header .card-job {
    color: #fff;
}

.tcards-content .flickity-button {
    opacity: 1;
    border: 2px solid rgba(0, 0, 0, .2);
    box-shadow: none;
}

.tcards-content .flickity-button {
    left: 0;
    top: 210px;
    margin-left: -450px;
}

.testimonial-section.dark-section .tcards-content .flickity-button {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
}

.testimonial-section.dark-section .tcards-content .flickity-button:before {
    color: #fff;
}

.tcards-content .flickity-button:hover,
.testimonial-section.dark-section .tcards-content .flickity-button:hover {
    background-color: #ff0000;
    border: 2px solid #ff0000;
}

.tcards-content .flickity-button.previous {
    right: auto;
    left: 0;
}

.tcards-content .flickity-button.next {
    right: auto;
    left: 50px;
}

.tcards-content.carousel:hover .flickity-button.next {
    left: 50px;
    right: auto;
    opacity: 1;
}

.tcards-content.carousel:hover .flickity-button.next.disabled {
    opacity: 0;
}

.tcards-content.carousel:hover .flickity-button.previous {
    right: auto;
    left: 0;
    opacity: 1;
}

.tcards-content.carousel:hover .flickity-button.previous.disabled {
    opacity: 0;
}

/* Customer */
.customer-card,
.job-card {
    position: relative;
    margin: 0 auto 30px;
    background: #fff;
    overflow: hidden;
}

.customer-card--main,
.job-card--main {
    padding: 30px;
    height: 100%;
    border: 1px solid #c3ced8;
    text-align: center;
}

.job-card--main {
    text-align: left;
}

.job-card--main a.item-link:hover{
    color: #A7910B;
}

.customer-card:after,
.job-card:after {
    content: '';
    position: absolute;
    z-index: 3;
    right: -22px;
    bottom: -25px;
    width: 45px;
    background: #fff;
    height: 45px;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    transform: rotate(-44deg);
    border-top: 1px solid #c3ced8;
}

.bg-grey .customer-card:after,
.bg-grey .job-card:after {
    background: #f8f8f8;
}

.job-card .job-title {
    font-size: 1.35rem;
    font-family: "Charlie Display", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .3px;
    margin-bottom: 24px;
}

.job-card .job-description {
    font-size: 15px;
    display: block;
    line-height: 1.6;
}

.job-card .item-link {
    color: #333;
    font-size: 16px;
    font-family: "Mark W01 Regular", sans-serif;
    letter-spacing: -.5px;
    text-transform: none!important;
}

.job-card .item-link i {
    top: 2px;
}

.medium-hero .hero-container {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.medium-hero .hero-container img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.caption-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.medium-hero .content-container {
    background-color: transparent;
}

.medium-hero .body-content {
    position: relative;
    background-color: #fff;
    float: left;
    display: block;
    margin: -36px 5% 0;
    margin-right: 3.07692%;
    width: 85.27473%;
    margin-left: 7.36264%;
    clear: both;
    margin-top: -80px;
    padding: 40px;
    padding: 60px 90px 24px 90px;
    z-index: 3;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .medium-hero .body-content {
        padding: 30px 40px 30px 40px !important;
        width: 100%;
        margin-left: 0;
        margin-right: 3.07692%;
        margin-top: 0;
    }
}

@media (max-width: 676px) {
    .medium-hero .body-content {
        padding: 20px !important;
    }
}

.medium-hero .body-content .text-headline {
    font-family: "Charlie Display", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
}

.medium-hero .body-content .text-description {
    margin-bottom: 32px;
}

.medium-hero .body-content .text-description p {
    font-size: 1.25rem;
    line-height: 1.657;
    clear: left;
    margin-top: 1em;
}

.medium-hero .body-content .text-description a {
    color: inherit;
    border-bottom: 2px solid #ff0000;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: 120ms linear;
    transition: 120ms linear;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

.medium-hero .body-content .text-description a:hover {
    color: #fff;
    background-color: #ff0000;
}

.customer-reason--text {
    font-size: 24px;
    font-family: "Charlie Display", sans-serif;
    line-height: 36px;
    font-weight: 300;
}

.customer-reason--links {
    padding: 1.5em 0 0;
    margin: 1.5em 0 0;
    border-top: 1px solid rgba(7, 96, 115, .07);
}

.customer-reason--links .cta-link {
    color: #6772e5;
    font-weight: 500;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
}

.customer-reason {
    list-style: none;
}

.customer-reason li {
    position: relative;
    padding: 25px 26px 23px;
    border-radius: 4px;
}

.customer-reason li + li {
    margin-top: 6px;
}

.customer-reason li:first-child {
    background: #f2feef;
}

.customer-reason li:nth-child(2) {
    background: #ecfaff;
}

.customer-reason li:nth-child(3) {
    background: #fefde5;
}

.customer-reason li p {
    font-size: 16px;
    line-height: 24px;
    clear: none;
    margin: 0;
}

.customer-reason li svg {
    position: absolute;
    z-index: 1;
    width: 32px;
    top: 100%;
    left: 20px;
}

.customer-reason li:first-child .arrow {
    fill: #f2feef;
}

.customer-reason li:nth-child(2) .arrow {
    fill: #ecfaff;
}

.customer-reason li:nth-child(3) .arrow {
    fill: #fefde5;
}

.job-card .job-title {
    font-size: 1.35rem;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -.5px;
    margin-bottom: 24px;
}

.job-card .job-description {
    font-size: 15px;
    display: block;
    line-height: 1.6;
}

.medium-hero .hero-container {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.medium-hero .hero-container img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.caption-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.medium-hero .content-container {
    background-color: transparent;
}

.medium-hero .body-content {
    position: relative;
    background-color: #fff;
    float: left;
    display: block;
    margin: -36px 5% 0;
    margin-right: 3.07692%;
    width: 85.27473%;
    margin-left: 7.36264%;
    clear: both;
    margin-top: -80px;
    padding: 40px;
    padding: 60px 90px 80px 90px;
    z-index: 3;
}

.medium-hero .body-content .text-headline {
    font-family: "Charlie Display", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
}

.medium-hero .body-content .text-description {
    margin-bottom: 32px;
}

.medium-hero .body-content .text-description ul{
    list-style-position: inside;
}

.medium-hero .body-content .text-description p {
    font-size: 1.25rem;
    line-height: 1.657;
    clear: left;
    margin-top: 1em;
}

.medium-hero .body-content .text-description a {
    color: inherit;
    border-bottom: 2px solid #ff0000;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: 120ms linear;
    transition: 120ms linear;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

.medium-hero .body-content .text-description a:hover {
    color: #fff;
    background-color: #ff0000;
}

.customer-reason--text {
    font-size: 24px;
    font-family: "Charlie Display", sans-serif;
    line-height: 36px;
    font-weight: 300;
}

.customer-reason--links {
    padding: 1.5em 0 0;
    margin: 1.5em 0 0;
    border-top: 1px solid rgba(7, 96, 115, .07);
}

.customer-reason--links .cta-link {
    color: #6772e5;
    font-weight: 500;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
}

.customer-reason {
    list-style: none;
}

.customer-reason li {
    position: relative;
    padding: 25px 26px 23px;
    border-radius: 4px;
}

.customer-reason li + li {
    margin-top: 6px;
}

.customer-reason li:first-child {
    background: #f2feef;
}

.customer-reason li:nth-child(2) {
    background: #ecfaff;
}

.customer-reason li:nth-child(3) {
    background: #fefde5;
}

.customer-reason li p {
    font-size: 16px;
    line-height: 24px;
    clear: none;
    margin: 0;
}

.customer-reason li svg {
    position: absolute;
    z-index: 1;
    width: 32px;
    top: 100%;
    left: 20px;
}

.customer-reason li:first-child .arrow {
    fill: #f2feef;
}

.customer-reason li:nth-child(2) .arrow {
    fill: #ecfaff;
}

.customer-reason li:nth-child(3) .arrow {
    fill: #fefde5;
}

.customers-grid {
    display: grid;
    margin: 32px 0;
    grid-gap: 50px;
    gap: 50px;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(5, 1fr);
}

.customers-customer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customers-customer img {
    max-width: 100%;
    height: auto;
    width: 120px;
}

.career-intro .section-heading {
    font-size: 1.35em;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.career-quote-section {
    padding: 15px 0;
}

.career-quote-section .content-block {
    position: relative;
}

.career-quote-section .content-block .image-block {
    background-color: transparent;
}

.career-quote-section .content-block .image-block img {
    max-height: 600px;
    object-fit: cover;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .career-quote-section .content-block .image-block img {
        width: 100%;
    }
}

.career-quote-section .content-block .card {
    position: absolute;
    right: 0;
    top: 30%;
    width: 570px;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    z-index: 1;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .career-quote-section .content-block .card .carousel.carousel-loaded  {
        height: max-content;
    }
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .career-quote-section .content-block .card  {
        width: 100%;
        position: unset;
    }
}

.career-quote-section .content-block .card .card-quote {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 50px;
    text-align: left;
    color: #414c5a;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .career-quote-section .content-block .card .card-quote {
        margin: 24px;
    }
}

.career-quote-section .content-block .card .card-quote:before {
    display: none;
    content: "";
    background-image: url(../images/ico-quotationmark-blue.html);
    width: 40px;
    height: 33px;
    background-size: contain;
    margin: 0 0 10px;
}

.career-quote-section .content-block .card .card-quote p {
    font-size: 20px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    line-height: 1.625em;
    letter-spacing: -.5px;
    color: #414c5a;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .career-quote-section .content-block .card .card-quote p {
        font-size: 18px;
    }
}

.career-quote-section .content-block .card .card-quote cite {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.625em;
    font-style: normal;
}

.career-split__block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.career-split__block-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    max-height: 730px;
    border-top: .0625rem solid #e5e7e9;
    border-bottom: .0625rem solid #e5e7e9;
}

/*Resposnive settings*/
@media (max-width: 992px) {
    .career-split__block-item {
        max-height: 100%;
        flex-direction: column;
    }
}

.career-split__block-item:first-child {
    border-bottom: 0;
}

.career-split__block__image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    max-height: none;
}

/*Resposnive settings*/
@media (max-width: 992px) {
    .career-split__block__image-wrapper {
        max-width: 100%;
    }
}

.career-split__block__image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.career-split__block__details {
    position: relative;
    width: 100%;
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
    padding: 5.625rem 10.625rem;
    align-self: center;
    margin: 0 auto;
}

/*Resposnive settings*/
@media (max-width: 992px) {
    .career-split__block__details {
        max-width: 100%;
        padding: 20px 50px;
    }
}

.career-split__block__details .top-layer__title {
    font-size: 1em;
    margin-bottom: 24px;
}

.career-split__block__heading {
    font-size: 2.25rem;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: -.5px;
    margin-bottom: 1.5rem !important;
}

.career-split__block__text {
    font-size: 17px;
    margin-bottom: 16px;
}



/* Solution Card */
.solution-card {
    border: 1px solid #dadce0;
    background: #fff center center/auto 100%;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 275px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.solution-card__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.solution-card__media--image {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.solution-card__content {
    padding: 32px 32px 24px;
}

.solution-card__content .content-headline {
    font-size: 19px;
    font-family: "Charlie Display", sans-serif;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -.01em;
    margin-bottom: 12px;
}

.solution-card__content .content-body {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.solution-card__content .content-link {
    font-size: 14px;
    font-family: "Charlie Display", sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px dotted;
    border-color: #333;
    display: inline-flex;
}

.solution-card__content .content-link:hover,
.solution-card__content .content-link:active {
    color: #ff0000 !important;
}

.content-link__icon {
    font-size: 12px;
    align-items: center;
    display: inherit;
    margin-left: 5px;
    position: relative;
    white-space: nowrap;
    transform: translate3d(0, 0, 0);
    transition: transform 250ms;
}

.content-link:active .content-link__icon,
.content-link:hover .content-link__icon {
    transform: translate3d(5px, 0, 0);
    transition: transform 250ms;
}

/* Post Item */
.post-item-section {
    padding-bottom: 40px;
}

.post-item.border .post-item-wrap {
    border: 1px solid #e4e8ef;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.post-item .post-image .post-meta-category,
.post-item .post-video .post-meta-category,
.post-item .post-audio .post-meta-category {
    background-color: #eaeaea;
    color: #222;
    font-size: 14px;
    font-family: "Mark W01 Medium", sans-serif;
    font-weight: 400;
    padding: 2px 16px;
    padding: 6px 20px 8px;
    right: 15px;
    bottom: -15px;
    top: auto;
    border-radius: 40px;
}

.post-item .post-image .post-meta-category a,
.post-item .post-video .post-meta-category a,
.post-item .post-audio .post-meta-category a {
    color: inherit;
}

.post-item .post-item-description .post-meta-date {
    color: #887e7e;
}

.post-item.border > .post-item-wrap > .post-item-description {
    padding: 36px !important;
}

.post-item-description .text-block {
    color: #091e42;
    font-size: 15px;
    line-height: 1.6;
    overflow: hidden;
}

.post-item-description .text-block {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.post-item-description .item-link {
    font-size: 16px;
    text-transform: none !important;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

.post-item .post-item-description > h2,
.post-item .post-item-description > h2 > a {
    font-size: 20px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}

.post-item .post-item-description > h2 > a:hover,
.post-item-description .item-link:hover {
    color: #ff0000 !important;
}

/* people outsourcing  */
.people-solution-img {
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
}

.grid.staffed-roles li {
    float: left;
    position: relative;
    width: 25%;
    padding: 30px 10px !important;
    cursor: default;
}

.grid.staffed-roles li a {
    cursor: default;
}

.grid.staffed-roles:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 0;
}
.grid.staffed-roles li:before,
.grid.staffed-roles li:after {
    content: '';
    position: absolute;
    border: 0 !important;
}

body.breakpoint-xs .grid.staffed-roles li {
    width: 100% !important;
}

.engineering-people-process .grid.staffed-roles li a img {
    height: 50px !important;
    width: 50px !important;
}

section.solutions-info p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* Articles */
.articles {
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.articles .title-group {
    margin-bottom: 60px;
}

.articles .title-group h2 {
    letter-spacing: -1.5px;
    margin-bottom: 1.5rem;
}

.articles .title-group p {
    font-size: 1.125em;
    font-family: "Mark W01 Regular", sans-serif;
    letter-spacing: -.5px;
}

.featured-article-container, .featured-event-container {
    border-radius: .25rem;
    background-color: #fff;
    border: 1px solid #e2e8ee;
    box-shadow: 0 2px 10px 0 #e2e8ee;
    box-shadow: none;
    transition: box-shadow .3s ease;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    height: 400px;
}

@media (max-width: 768px) {
    .featured-article-container {
        height: 100%;
    }
}

.featured-article-container .featured-article, .featured-event-container .featured-event {
    height: 100%;
    display: flex;
    width: 100%;
    min-height: 300px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.featured-article__container, .featured-event__container {
    display: flex;
    width: 100%;
}

/** Responsive setting */
@media (max-width: 768px) {
    .featured-article__container {
        flex-direction: column;
    }
}


.featured-article__text-container, .featured-event__text-container {
    position: relative;
    padding: 2rem;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/** Responsive setting */
@media (max-width: 768px) {
    .featured-article__text-container {
        width: 100%;
    }
} 

.featured-article__text-container .card-footer {
    z-index: 3;
    box-sizing: border-box;
    min-height: 40px;
    width: 86%;
    padding: 0;
    padding-bottom: 0;
    background: transparent;
    border: none;
    margin-top: 30px;
}

.featured-article__text-container .card-footer .card-category {
    display: inline-block;
    font-family: "Mark W01 Regular", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -.5px;
    padding: 5px 10px;
    background: #fab800;
    border-radius: 4px;
    color: #333;
}

.featured-article__text-container .card-footer .card-author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 26px;
    float: left;
    margin: 0;
    padding-top: 3px;
    max-width: 60%;
    position: absolute;
    color: #222;
}

.featured-article__text-container .card-footer .card__author-image {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
    transform: translate(0);
}

.featured-article__text-container .card-footer .card__author-image, .featured-article__text-container .card-footer .card__author-image img, .article-card__no-image__text-container .card-footer .card__author-image, .article-card__no-image__text-container .card-footer .card__author-image img  {
    width: 30px;
    height: 30px;
}

.featured-article__text-container .card-footer .share-button {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: .2em;
    display: block;
    float: right;
    background: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 3px 8px 5px;
    padding: 0;
    height: 21px;
}

.featured-article__text-container .card-footer .share-button .svg {
    float: right;
}

.featured-article__image-container, .featured-event__image-container {
    width: 50%;
    display: block;
}

/** Responsive setting */
@media (max-width: 768px) {
    .featured-article__image-container {
        width: 100%;
    }
}

.article-card__no-image__category, .event-card__no-image__category, .featured-article__category, .featured-event__category {
    color: #555;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    /*    margin-bottom: 0;*/
}

.w-image .article-card__no-image__category, .w-image .event-card__no-image__category, .w-image .featured-article__category, .w-image .featured-event__category {
    color: #fff;
}

article .article-title, h3.article-card__no-image__title, h3.event-card__no-image__title, h3.featured-article__title, h3.featured-event__title {
    color: #333;
    font-family: "Mark W01 Bold", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -.5px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

article .article-title, h3.article-card__no-image__title, h3.event-card__no-image__title, h3.featured-article__title, h3.featured-event__title {
    overflow: hidden;
/*     display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    text-decoration: none;
}

.w-image article .article-title, .w-image h3.article-card__no-image__title, .w-image h3.event-card__no-image__title, .w-image h3.featured-article__title, .w-image h3.featured-event__title {
    color: #fff;
}


.article-card__no-image__description, .event-card__no-image__description, .event-card__no-image__description p, .featured-article__description, .featured-article__description p, .featured-event__description {
    color: #444;
    font-family: inherit;
    font-size: 14.5px;
    margin-bottom: 1rem;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

.w-image .article-card__no-image__description, .w-image .event-card__no-image__description, .w-image .event-card__no-image__description p, .w-image .featured-article__description, .w-image .featured-event__description {
    color: #fff;
}

.featured-article__date {
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: .9em;
    clear: both;
    padding: .6em 0;
    color: #7d7d7d;
}

.w-image .featured-article__date{
    color: #fff;
}

.featured-article__image, .featured-event__image {
    height: 100%;
    background-size: cover;
    position: relative;
    background-position: 50%;
    width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
}

/** Responsive setting */
@media (max-width: 768px) {
    .featured-article__image {
        height: 200px;
    }
} 

.article-card__no-image, .event-card__no-image {
    background-color: #fff;
    border: 1px solid #e2e8ee;
    box-shadow: 0 2px 10px 0 #e2e8ee;
    transition: box-shadow .3s ease;
    padding: 0;
    border-radius: 0;
    height: 100%;
}

.article-card__no-image__container, .event-card__no-image__container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.article-card__no-image__text-container, .event-card__no-image__text-container {
    position: relative;
    width: 100%;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card__no-image__text-container.w-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #f5f5f5;
}

.article-card__no-image__text-container.w-image .bg-overlay {
    background: rgba(0, 0, 0, 0.75);
    opacity: .8;
}

.article-card__no-image__text-container .card-footer {
    position: absolute;
    bottom: 15px;
    z-index: 3;
    box-sizing: border-box;
    min-height: 40px;
    width: 86%;
    padding: 0;
    padding-bottom: 0;
    background: transparent;
    border: none;
}

/** Responsive Setting */
@media (max-width: 768px) {
    .article-card__no-image__text-container .card-footer {
		padding-top: 20px;
	}
}


.article-card__no-image__text-container .card-footer .card-category {
    display: inline-block;
    font-family: "Mark W01 Regular", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -.5px;
    padding: 5px 10px;
    background: #fab800;
    border-radius: 4px;
    color: #333;
}

.article-card__no-image__text-container .card-footer .card-author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 26px;
    float: left;
    margin: 0;
    padding-top: 3px;
    max-width: 60%;
    position: absolute;
    color: #222;
}

.article-card__no-image__text-container .card-footer .card__author-image {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
    transform: translate(0);
}

.article-card__no-image__text-container .card-footer .share-button {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: .2em;
    display: block;
    float: right;
    background: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 3px 8px 5px;
    padding: 0;
    height: 21px;
}

.article-card__no-image__text-container .card-footer .share-button .svg {
    float: right;
}

.article-entries {
    position: relative;
    margin-bottom: 32px;
}

.article-entries .article-entry {
    display: block;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #fff;
}

.article-entries .article-entry .article-content-body {
    position: relative;
    padding: 25px 25px 30px;
    height: 285px;
}

.article-entries.award .article-entry .article-content-body {
    position: relative;
    padding: 25px 25px 30px;
    height: 160px;
}

.article-entries .post-meta {
    font-size: 14px;
    color: hsl(203, 15%, 47%);
}

.article-entries .article-entry .top-layer__title {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.article-entries .article-entry h2 {
    font-size: 18px;
    font-family: "Mark W01 Regular", sans-serif;
    line-height: 1.35;
    letter-spacing: -.5px;
    font-weight: 400;
    color: #222;
    margin-bottom: 8px;
}

.article-entries .article-entry h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.article-entries .article-date {
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .9em;
    clear: both;
    padding: .6em 0;
    color: #7d7d7d;
}

.article-entries .article-entry .description {
    font-size: 14.5px;
    color: #53585a;
    overflow: hidden;
}

.article-entries .article-entry .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.article-entries .article-entry:hover,
.article-entries .article-entry:focus {
    top: 0px;
    -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

.article-entries .article-entry .img-container {
    height: 200px;
}

.article-entries .article-entry .img-container img {
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.article-content-body .card-footer {
    position: absolute;
    bottom: 0;
    z-index: 3;
    box-sizing: border-box;
    min-height: 40px;
    width: 86%;
    padding: 0;
    padding-bottom: 7%;
    background: transparent;
    border: none;
}

.article-content-body .card-footer .card-author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 26px;
    float: left;
    margin: 0;
    padding-top: 3px;
    max-width: 60%;
    position: absolute;
    color: #222;
}

.article-content-body .card-footer .card__author-image {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
    transform: translate(0);
}

.article-content-body .card-footer .card__author-image, .article-content-body .card-footer .card__author-image img  {
    width: 30px;
    height: 30px;
}

.article-content-body .card-footer .share-button {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: .2em;
    display: block;
    float: right;
    background: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 3px 8px 5px;
    padding: 0;
    height: 21px;
}

.article-content-body .card-footer .share-button .svg {
    float: right;
}

.articles-pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.articles-pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.articles-pagination .page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}

.articles-pagination .pagination .page-item:not(.disabled).active > .page-link,
.articles-pagination .pagination .page-item:not(.disabled):active > .page-link,
.articles-pagination .pagination .page-item:not(.disabled):focus > .page-link,
.articles-pagination .pagination .page-item:not(.disabled):hover > .page-link {
    background-color: #fbca00;
    border-color: transparent;
    color: #444;
    box-shadow: none !important;
    outline: 0 !important;
}

.article-entry-single .article-entry-single-img {
    height: 350px;
}

.article-entry-single .article-entry-single-img img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.article-entry-single .article-title h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    color: hsl(202, 57%, 15%);
    margin-top: 15px;
}

.article-meta {
    font-size: 18px;
    margin-top: 15px;
    color: hsl(203, 15%, 47%);
}

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

.article-wrapper {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.article-wrapper .article-card {
    height: auto;
    border: 1px solid #e4e8ef;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: box-shadow .3s ease;
}

.article-wrapper .article-card__link:hover .article-card,
.article-wrapper .article-card__link:focus .article-card {
    top: -1px;
    -webkit-box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
}

.article-card .article-image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.article-card .article-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.article-card .article-content {
    padding: 30px 30px 45px;
    position: relative;
    height: 300px;
}

.article-card .article-content .top-layer__title {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.article-card .article-content .top-layer__title .bar-primary {
    width: 4px;
    height: 1em;
    content: "";
    display: inline-flex;
    background-color: #fab800;
    margin-right: .5em;
}

.article-card .article-content .headline {
    font-size: 18px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 25px;
    margin-bottom: 8px;
}

.article-card .article-content .description p, .article-content-body .description p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.article-card .article-content .description, .article-card .article-content .headline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*
.article-card__link:hover .article-card .article-content .headline, .article-card__link:focus .article-card .article-content .headline {
    color: #08329e;
    color: rgb(0, 102, 204);
}
*/

.article-card .article-content .article-date {
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .9em;
    clear: both;
    padding: .6em 0;
    color: #7d7d7d;
}

.article-footer {
    color: #545454;
    font-weight: 400;
    font-size: .94em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.article-content .article-footer {
    position: absolute;
    bottom: 2rem;
}

.article-content .article-footer span {
    font-weight: 400;
}

.article-content .article-footer span:first-child {
    color: #545454;
}

.article-content .article-footer span:first-child:after {
    content: '|';
    padding: 0 .25rem 0 .5rem;
    color: #ababab;
}

.press-row__list {
    padding: 40px 0 24px;
}

.press-row__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.press-row__list ul li {
    padding: 0;
}

.press-row {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}

.press-row__list ul li:first-child .press-row {
    margin-top: 2rem;
}

.press-row__list ul li:last-of-type .press-row {
    border: none;
}

.press-row a.press-row__link {
    line-height: inherit;
}

.press-row__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2rem;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .press-row__content-wrap {
        flex-direction: column-reverse;
    }
}

.press-row__text-wrapper {
    max-width: 52.5rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    width: 83.33333%;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .press-row__text-wrapper {
        width: 100%;
    }
}

.press-row__title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 8px !important;
}

.press-row__link:hover .press-row__title {
    /*color: #0047FF;*/
    /*color: #08329e;*/
    /*color: rgb(0, 102, 204);*/
    color: #fab800;
}

.press-row__desc {
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 50rem;
    padding-top: 8px;
}

.press-row__info-wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding-right: 1.25rem;
    padding-top: .375rem;
    width: 16.66667%;
}

.press-row__tag {
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-weight: 500;
    color: #155faf;
    font-size: 1rem;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.press-row__date {
    color: #767676;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
}

.press-row__image-wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 1.25rem;
    padding-top: .375rem;
    width: 25%;
    margin-left: auto;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .press-row__image-wrapper  {
        width: 100%;
        padding-left: 0;
    }
}

.press-row__image-wrapper .press-row__image {
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.press-row__image-wrapper .press-row__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    display: block;
}



/* Articles Single */
.single-article-banner {
    position: relative;
}

.hero-wrapper {
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
    width: 100%;
}

.hero--featured-image {
    padding-top: 24.5rem;
    padding-bottom: 40px;
}

.hero__image {
    height: 33.75rem;
    left: -50vw;
    margin-left: 50%;
    max-width: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}

.hero__image img {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.hero--featured-image .hero__text-content {
    position: relative;
    /*background: #fff;*/
    margin-left: -3rem;
    padding-left: 3rem;
}

.hero--featured-image .hero__text-content::before {
    background-color: #fff;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 3rem;
}

.hero--featured-image .hero__title-wrap {
    background: #fff;
}

.hero--featured-image .hero__title {
    font-size: 44px;
    font-family: "Mark W01 Medium", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2.25px;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    padding-right: 2.5rem;
    word-break: keep-all;
}

.single-practice-area.hero--featured-image {
    padding-bottom: 0;
}

.single-practice-area .inline-newsletter{
    margin-top: 10px;
}

.hero__left-wrap {
    background: #fff;
}

/*Resposnive settings*/
@media (max-width: 768px) {
    .hero--featured-image .hero__title {
        font-size: 20px;
    }
}


.hero--featured-image .hero__description {
    color: #333;
    line-height: 1.44;
    margin: 0 0 1.5rem;
    padding-right: 2rem;
}

.hero--featured-image .hero__author-avatar {
    display: flex;
    align-items: center;
}

.hero--featured-image .hero__author, .hero--featured-image .hero__date {
    color: #767676;
    font-size: .9375rem;
    margin-bottom: .25rem;
}

.hero--featured-image .hero__avatar {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
    transform: translate(0);
}

.hero--featured-image .hero__avatar, .hero--featured-image .hero__avatar img {
    width: 30px;
    height: 30px;
}

.hero__right-wrap .action-links {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

.action-links__item {
    display: inline-block;
    padding: 0;
    margin-right: .5rem;
}

.action-links__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
    font-size: 20px;
    color: #767676;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 3.5rem;
}

.action-links__link:hover {
    color: #000e1d !important;
}

.profile-aside-container {
    margin-bottom: 3rem;
    max-width: 11.25rem;
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .profile-aside-container {
        margin-bottom: 3rem;
        max-width: 100%;
        text-align: center;
    }
}

.profile-aside-container--large {
    max-width: none;
}

.profile-aside-container__title {
    border-top: 1px solid #D8D8D8;
    padding-top: 1rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
}

.profile-aside-container__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.profile-aside-container__list > li {
    width: 100%;
    list-style: none;
}

.profile-aside-block {
    border-bottom: 1px solid #D8D8D8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.2rem 0;
    position: relative;
    text-align: left;
}

.profile-aside-block--sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .profile-aside-block--sidebar {
        text-align: center;
    }
}

.profile-aside-block--sidebar-large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.profile-aside-block--sidebar .profile-aside-block__image-container, .profile-aside-block--sidebar-large .profile-aside-block__image-container {
    width: 6.875rem;
    padding-right: 1.25rem;
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .profile-aside-block--sidebar .profile-aside-block__image-container, .profile-aside-block--sidebar-large .profile-aside-block__image-container {
        width: 50%;
        padding-right: 0;
        margin: 0 auto;
    }
}

.profile-container .profile-aside-block--sidebar-large .profile-aside-block__image-container {
    padding-right: 1rem;
    width: 6rem;
}

.profile-aside-block__image-wrap {
    height: 0;
    position: relative;
    padding-bottom: 100%;
}

.profile-aside-block__image-wrap img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.profile-aside-block__text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(100% - 6.875rem);
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .profile-aside-block__text-container {
        padding-left: 20px;
    }
}

.profile-aside-block--sidebar .profile-aside-block__text-container {
    padding-left: 0;
    margin-top: .5rem;
    width: auto;
    display: block;
}

.profile-aside-block__profile-name, .profile-aside-block__profile-position {
    font-size: 1rem;
    color: #767676;
    line-height: 1.44;
    margin: 0 !important;
}

.profile-aside-block__profile-name {
    position: relative;
    color: #333;
}

.profile-aside-block--sidebar-large .profile-aside-block__profile-name {
    font-size: 1.15rem;
}

.profile-aside-block__profile-name a, .profile-aside-block--sidebar-large .profile-aside-block__profile-name a {
    color: #333;
    letter-spacing: -.5px;
}

.profile-aside-block__profile-name a:hover {
    color: #111 !important;
}

.profile-aside-block .social-links {
    margin-top: .85rem;
    line-height: 0;
    list-style-type: none;
}

.profile-aside-block--sidebar-large.profile-aside-block .social-links {
    margin-top: auto;
}

.profile-aside-block .social-links__item {
    display: inline-block;
    font-size: 1rem;
    margin-left: 1rem;
    vertical-align: middle;
}

.profile-aside-block .social-links__item:first-child {
    margin-left: 0;
}

.profile-aside-block .social-links__item, .profile-aside-block .social-links__link {
    font-size: 1.15rem;
    width: auto;
    height: auto;
}

.profile-aside-block .social-links__link {
    color: #9e9d9d;
}

.profile-aside-block .social-links__link.linkedin:hover {
    color: #0077B5;
}

.article-single-content .content-body p {
    font-size: 15px;
    line-height: 30px;
    font-family: "Mark W01 Regular", sans-serif;
    letter-spacing: -.5px;
}

.profile-aside-container__cta-container {
    margin-top: 1.5rem;
}

.profile-aside-container__cta-container .item-link {
    color: #333;
    font-size: 16px;
    font-family: "Mark W01 Regular", sans-serif;
    letter-spacing: -.5px;
    text-transform: none!important;
}

.profile-aside-container__cta-container .item-link:hover {
    color: #06c !important;
}


/* Related Articles */
.related-articles {
    background-color: #f8f8f8;
}

.related-articles .title-group {
    margin-bottom: 32px;
}

.related-articles .title-group h2 {
    font-size: 24px;
    letter-spacing: -1.5px;
    margin-bottom: 1.5rem;
}

.related-articles .divider-line {
    margin: 0;
    margin-top: 24px;
    margin-bottom: 20px;
}


/* Page Split */
.page-split {
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 1px solid #d3dde8;
}

.page-split.dark {
    background-color: #111;
}

.page-split--right .page-split-visual {
    right: 0;
}

.page-split-visual {
    background-position: center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    padding-top: 0;
    position: absolute;
    width: 50%;
    z-index: 1;
}

/*Resposnive settings*/
@media (max-width: 1204px) {
    .page-split-visual {
        /* position: unset;
        width: 100%; */
        display: none;
    }
}

.page-split--right .page-split-content,
.page-split--right .page-split-stats {
    float: left;
    padding-right: 60px;
    padding-left: 50px;
}

/** Responsive setting */
@media (max-width: 576px) {
    .page-split--right .page-split-content,
    .page-split--right .page-split-stats {
        padding-right: 15px;
        padding-left: 15px;
    }
} 

.page-split-content,
.page-split-stats {
    width: 50%;
}

/*Resposnive settings*/
@media (max-width: 1204px) {
    .page-split-content {
        width: 100%;
    }
}

.page-split-content {
    padding: 40px 0 48px;
    background-color: #fbfbfb;
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .page-split-content {
        padding: 30px 0 20px;
    }
}

.page-split-content .large-title {
    font-size: 24px;
    font-family: "Mark W01 Regular", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 8px 0px 16px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}


/* Our People */
.our-people-cta {
    padding: 100px 0;
}

.our-people-cta .bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: .8;
}

.our-people-cta .top-layer__title {
    font-size: 1em;
    color: #fff;
}

.our-people-cta .cta-heading {
    color: #fff;
    font-size: 2.5em;
    font-family: "Mark W01 Light", sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.1;
    padding-bottom: 16px;
    padding-top: 20px;
    margin-bottom: 0;
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .our-people-cta .cta-heading {
		font-size: 2em;
	}
}

.our-people-cta p {
    color: #fff;
    margin-bottom: 32px;
}


/* Newsletter */
.newsletter__subscribe {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.newsletter__subscribe form {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 4px;
    width: 100%;
    height: auto;
    position: relative;
}

.newsletter__subscribe form .mc4wp-form-fields {
    display: block;
    width: 92%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d4d7df;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    position: relative;
    /* margin: 0 0 40px; */
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .newsletter__subscribe .newsletter_input .subscribe_field {
        width: 100%;
    }
}


.newsletter__subscribe form .mc4wp-form-fields input {
    border: 0;
    outline: none;
    font-size: 1em !important;
    font-weight: 400;
    line-height: 1.3 !important;
    padding: 16px 95px 18px 18px !important;
    padding-left: 20px !important;
    height: inherit;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1px 0;
    color: #333;
    background: #fff;
}

.newsletter__subscribe form .mc4wp-form-fields .inline-newsletter__button {
    float: right;
    width: 80px;
    height: 56px;
    position: absolute;
    top: -1px;
    right: 0;
    overflow: hidden;
}

.subscribe_field .subscribe_submit a {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 55px;
    background: #000e1d url(../images/arrow_right.png) center center no-repeat;
    background-size: 47px auto;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: background 400ms ease-in-out;
}

.inline-newsletter {
    position: relative;
    display: flex;
/*     margin-left: 18px; */
}

.inline-newsletter__main {
    background: url(../images/dotted.png) repeat;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
    /*    width: 270px;*/
}

.inline-newsletter__content {
    position: relative;
    height: 100%;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 30px;
}

.inline-newsletter__main-text {
    font-family: "Mark W01 Medium",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -1px;
}

.inline-newsletter__sub-text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}

.inline-newsletter__subscribe {
    padding-top: 20px;
}

.inline-newsletter__form {
    height: 40px;
    border: 1px solid #1b4aca;
    border: 1px solid #a2a5ad;
}

.inline-newsletter__form input {
    margin-top: 0 !important;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.inline-newsletter__button {
    border: 0;
    outline: 0;
    background-color: #1b4aca;
    background-color: #000e1d;
    float: right;
    font-size: 14px;
    color: #fff;
    /*    width: 80px;*/
    cursor: pointer;
    padding: 0 15px;

    height: 40px;
    position: relative;
    top: -1px;
}


/* CSR */
.csr-event-block .standard-grid-block__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

.csr-event-block .standard-grid-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 0;
    position: relative;
}

.csr-event-block .standard-grid-block__item {
    min-height: 18.75rem;
    padding: 2rem 2.5rem;
    width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.csr-event-block .standard-grid-block__item>* {
    width: 100%;
}

/*Resposnive settings*/
@media (max-width: 576px) {
    .csr-event-block .standard-grid-block__item .standard-grid-block__image {
        width: 200px;
        margin: 0 auto;
    }
}

.csr-event-block .standard-grid-block__item .standard-grid-block__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.csr-event-block .standard-grid-block__item p {
    font-size: 1.1rem;
    line-height: 1.44;
    color: #424242;
}


/* Contact */
.contact {
    border-top: 1px solid #e6e6e6;
}

.contact p a {
    color: #242424;
    border-bottom: 1px solid #c00;
    transition: color 200ms,border-color 200ms,background-color 200ms;
}

.contact p a:hover, .contact p a.active {
    color: #c00 !important;
    border-bottom-color: transparent;
}

.alert-info {
    color: #fff;
    background: #000e1d;
    border-left: 4px solid #fbca01;
    padding: 15px;
}

.contact form input {
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    outline: none !important;
    border-bottom: 1px solid rgba(0,37,62,0.7) !important;
    padding: 0 !important;
    color: #25333d;
    caret-color: #25333d;
    box-shadow: none;
    font-size: 16px !important;
    margin-bottom: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact form .form-control:focus {
    box-shadow: none !important;
}

.contact form textarea {
    border: 0px !important;
    padding: 10px 0 !important;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,37,62,0.7) !important;
    font-size: 16px !important;
    width: 100% !important;
}

.contact form select {
    background: transparent;
    color: #25333d;
    border: 0 !important;
    padding: 0 !important;
    opacity: .7;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(0,37,62,0.7) !important;
    border-radius: 0;
    margin-bottom: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.contact form select:focus {
    outline: none
}

.contact form ::placeholder {
    color: #25333d;
    opacity: .7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact form :-ms-input-placeholder {
    color: #25333d;
    opacity: .7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact form ::-ms-input-placeholder {
    color: #25333d;
    font-size: 16px;
    opacity: .7;
}


/* Footer */
.dark #footer,
#footer.inverted,
#footer.dark {
    background-color: #000e1d;
    padding-top: 16px;
}

#footer .footer-content {
    padding: 48px 0 0 0;
}

#footer .footer-bottom {
    padding-bottom: 40px;
}

#footer .copyright-content {
    background-color: transparent;
}

#footer,
#footer p {
    font-family: inherit;
}

.dark #footer p,
#footer.inverted p,
#footer.dark p {
    color: #fff;
}

#footer .widget .widget-title,
#footer .widget h4 {
    color: #9ca6af;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0;
    text-transform: none;
}

.dark #footer a:not(.btn),
#footer.inverted a:not(.btn),
#footer.dark a:not(.btn) {
    color: #fff;
    font-size: 15px;
    border-bottom: none;
    transition: color .3s;
}

.dark #footer a:not(.btn):hover,
#footer.inverted a:not(.btn):hover,
#footer.dark a:not(.btn):hover {
    border-bottom: 2px solid #fff;
}

#footer.inverted .widget .widget-title {
    color: #9ca6af;
}

#footer .footer-logo {
    border: none;
}

#footer .footer-logo img {
    width: 200px;
}

.dark #footer .copyright-content,
#footer.inverted .copyright-content,
#footer.dark .copyright-content {
    background-color: #222b37;
    color: #fff;
}

.footer-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0 35px;
}

.footer-social {
    /*	text-align: left;*/
    margin-top: 8px;
}

.footer-social a {
    color: #333;
    font-size: 20px;
    margin-left: 1em;
}

#footer.inverted .footer-social a,
#footer.dark .footer-social a {
    color: #fff;
    font-size: 20px;
}

.footer-social a:hover,
#footer.inverted .footer-social a:hover,
#footer.dark .footer-social a:hover {
    border-bottom: none;
}

.footer-social a:first-of-type {
    margin-left: 0;
}

.dark #footer .copyright-content,
#footer.inverted .copyright-content,
#footer.dark .copyright-content {
    background-color: transparent;
    padding-top: 0;
    /*    border-top: 1px solid #293242;*/
    color: #fff;
    /*
        display: flex;
        justify-content: space-between;
        align-items: center;
    */
}

.copyright-text {
    font-size: 13px;
    opacity: .8;
}

/* Scroll Top */
#scrollTop {
    background-color: rgb(0, 13, 28) !important;
}

#scrollTop:after,
#scrollTop:before {
    background-color: #fbca01;
}

.wpcf7-form input:not([type="checkbox"]):not([type="radio"]), select {
    width: 100%;
}

.wpcf7-form textarea{
    resize: none;
}

/** Responsive Setting */
@media (max-width: 576px) {
    .career-intro div.p-r-30 {
		padding-right: 0 !important;
	}
}

/** Responsive Setting */
@media (max-width: 576px) {
    .pb64 p.p-r-30 {
		padding-right: 0 !important;
	}
}

.content-body ul{
    list-style-position: inside;
}

.related-articles .customer-card::after, .related-articles .job-card::after, .related-articles .industry-card::after {
    background: #f8f8f8;
}