body {
    background: #FFFFFF !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.form-control {
    border-radius: 0;
}
.form-group {
    text-align: left;
}
.custom-file-control {
    border-radius: 0;
}
input.form-control {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    border-radius: 0;
    height: 50px;
    width: 100%;
    border: 1px solid #EAEAEA;
    padding-left: 20px;
}
textarea.form-control {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
}
input.form-control.checked-good {
    background: #FFFFFF url(/assets/vincotte/images/green-check.png) no-repeat center right 15px;
}
.select2-selection.checked-good {
    background: #FFFFFF url(/assets/vincotte/images/green-check.png) no-repeat center right 35px;
}
input.form-control.required-empty {
    background: #FFFFFF url(/assets/vincotte/images/red-check.png) no-repeat center right 15px;
    border: 1px solid #dc3545;
}
.select2-selection.required-empty {
    background: #FFFFFF url(/assets/vincotte/images/red-check.png) no-repeat center right 35px;
    border: 1px solid #dc3545;
}
textarea.required-empty {
    background: #FFFFFF url(/assets/vincotte/images/red-check.png) no-repeat right 15px top 15px;
    border: 1px solid #dc3545 !important;
}
.select2-container {
    color: #666666;
    font-weight: 300;
    text-align: left;
    font-size: 15px;
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    height: 50px !important;
    border: 1px solid #EAEAEA !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 12px !important;
    right: 12px !important;
}
.select2-dropdown {
    border: 1px solid #EAEAEA !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    height: 50px;
    line-height: 47px !important;
    font-weight: 300;
    padding-left: 20px !important;
}
textarea {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 20px !important;
    border: 1px solid #EAEAEA !important;
    resize: none;
    height: 200px;
}
.inline-form {
    text-align: center;
}
.inline-form h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.inline-form h1:after {
    display: block;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
}
.inline-form p {
    margin-bottom: 20px;
}
.inline-form button {
    background: #005BC3 url(/assets/vincotte/images/button-skew.svg) no-repeat top right;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "proxima-nova", Arial, sans-serif;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 20px;
    min-width: 200px;
    text-align: left;
    transition: all 0.2s ease;
}
.inline-form button i.fa {
    float: right;
    margin-top: 2px;
    font-weight: 600;
}
.inline-form button:hover {
    background: #002B77 url(/assets/vincotte/images/button-skew.svg) no-repeat top right;
}
.section-tools input.form-control {
    height: 40px;
    padding-left: 10px;
    font-weight: 500;
}
.section-tools .blog-search {
    position: relative;
    width: 100%;
}
.section-tools .blog-search input {
    padding-right: 50px;
}
.section-tools button#triggerBlogSearch {
    background: #FFFFFF;
    position: absolute;
    right: 1px;
    top: 2px;
    border-radius: 0;
    color: #666666;
}
select, .custom-select {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    border-radius: 0;
    height: 50px !important;
    padding: 0;
    padding-left: 7px;
    border: 1px solid #EAEAEA;
}
select option, .custom-select option {
    font-weight: 300;
    padding: 10px;
    border-bottom: 1px solid #EAEAEA;
    color: #333333;
}
select option:last-of-type, .custom-select option:last-of-type {
    border-bottom: 0;
}
select option:hover, .custom-select option:hover {
    cursor: pointer;
    background: #005BC3;
}
.submit-row button {
    margin: 0 auto;
}
.form-descr p {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
.content-container .inline-form form {
    margin-top: 20px;
}
.content-container .inline-form #confirmed p, .content-container .inline-form #errors p {
    display: block;
    padding: 15px;
}
#newsletterModal button.action-button {
    background: #005BC3;
    color: #FFFFFF;
    font-size: 13px;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    width: 100%;
    padding: 20px;
}
#newsletterModal button.action-button i.fa {
    margin-left: 5px;
}
.reg-form button {
    min-width: 200px;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
}
span.select2-selection[aria-labelledby="select2-sector-container"] .select2-selection__rendered {
    color: #002B77;
    font-weight: 500;
}
span#select2-zip-container.select2-selection__rendered[title=" Postcode"], span#select2-zip-container.select2-selection__rendered[title=" Code postal"], span#select2-zip-container.select2-selection__rendered[title=" Postal code"] {
    color: #8691A6;
}
.form-to-be-checked {
    margin-bottom: 40px;
}
/* --- GENERAL --- */
body {
    background: #D5D5D5;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
}
a.featured-job {
    color: white;
}
.highlight-subtitle .tags a, .highlight-subtitle .tags a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.highlight-subtitle .tags span {
    color: #FFFFFF;
    text-decoration: none;
}
.highlight-subtitle .tags i.fa {
    font-size: 15px;
}
.outer-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.container {
    position: inherit;
}
.container.working-at {
    padding-bottom: 20px;
    padding-top: 20px;
}
.container.working-at p {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    text-align: left;
}
.container.working-at ul {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    display: inline-table;
}
.container.working-at ul li {
    font-size: 22px !important;
    line-height: 32px !important;
    color: #333;
    text-align: left !important;
}
.container.working-at .block.col-12 {
    text-align: center;
}
.picker-container {
    position: relative;
}
.grey-content {
    background: #F5F5F5;
    padding: 20px 0;
}
.grey-content .breadcrumbs {
    display: none;
}
.great-white {
    background: #FFFFFF;
}
.great-white.no-padding {
    padding: 0;
}
.scroll-arrow {
    background: #005BC3;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 26px;
    border-radius: 50%;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    position: absolute;
    right: 10px;
    bottom: 0px;
    display: none;
}
.scroll-arrow a {
    color: #FFFFFF;
}
a .scroll-arrow {
    color: #FFFFFF;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.mobile-no {
    display: none;
}
.large-only {
    display: none;
}
.margin-auto {
    margin: auto;
}
.small-grey {
    text-transform: uppercase;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
}
p {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
}
p strong {
    font-weight: 700;
}
.text ul li {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
}
.intro p {
    font-size: 15px !important;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}
.anim-entrance {
    visibility: hidden;
}
/*p:last-of-type {
     margin-bottom: 0;
}
*/
a:hover {
    text-decoration: none;
}
a {
    color: #005BC3;
    transition: all 0.2s ease;
}
a:focus, a:hover {
    text-decoration: none;
    cursor: pointer;
}
a.small-back {
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
}
a.action-link {
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
a.action-link i.fa {
    color: #005BC3;
    margin-right: 5px;
}
a.button {
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
}
a.button i.fa {
    margin-right: 5px;
}
a.button.outline {
    border: 1px solid #002B77;
    color: #002B77;
}
a.button.outline.white {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
a.button.outline.white i.fa {
    margin-left: 15px;
}
a.button.outline.to-overview {
    margin-bottom: 20px;
}
a.button.outline.white:hover {
    background-color: #FFFFFF;
    color: #005BC3;
}
button.primary {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "proxima-nova";
    font-size: 13px;
    font-weight: 600;
    border: 0;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    background: #005BC3 url(/assets/vincotte/images/button-skew.svg) no-repeat top right;
    display: flex;
    justify-content: space-between;
}
button.primary i.fa {
    margin-top: 2px;
}
a.btn.primary {
    text-transform: uppercase;
    background: #005BC3;
    color: #FFFFFF;
    font-family: "proxima-nova";
    font-size: 13px;
    font-weight: 600;
    border: 0;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    background: #005BC3 url(/assets/vincotte/images/button-skew.svg) no-repeat top right;
}
button:hover {
    cursor: pointer;
}
a.small-blue {
    font-size: 13px;
    font-weight: 700;
    color: #005BC3;
    text-transform: uppercase;
}
.image img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.image-text-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.image-text-item p {
    margin-bottom: 0;
}
.image-text-item.last {
    margin-bottom: 40px;
}
/* --- HEADINGS --- */
h1 {
    color: #002B77;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
}
h1:after {
    background-color: #F5B81A;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
    bottom: -20px;
}
h1 .v-number {
    color: #666666;
    font-size: 13px;
}
h2 {
    color: #002B77;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    display: block;
}
.h2-legend {
    color: #333333;
    font-size: 19px;
}
h3 {
    color: #002B77;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
/* --- GENERAL --- */
.breadcrumbs {
    font-size: 13px;
    margin-bottom: 20px;
    color: #333;
    display: none;
    font-weight: 300;
}
.breadcrumbs a {
    color: #005BC3;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs span {
    padding-left: 7px;
    padding-right: 7px;
}
.my-account {
    display: flex;
    align-items: center;
    background: #005BC3;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 20px;
    border-right: 1px solid #002B77;
    margin-left: 40px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
}
.my-account i.fa {
    margin-right: 10px;
}
.my-account:hover {
    background: #002B77;
    color: #FFFFFF;
    cursor: pointer;
}
.my-account:before {
    content: '';
    width: 35px;
    position: absolute;
    top: -1px;
    left: -30px;
    background: url(/assets/vincotte/images/small-blue-skew.svg) no-repeat top left;
    background-size: cover;
    height: 53px;
    transition: all 0.2s ease;
}
.my-account:hover:before {
    background: url(/assets/vincotte/images/small-dark-blue-skew.svg) no-repeat top left;
}
.language-switch {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    display: block;
    float: right;
}
.language-switch li {
    list-style-type: none;
}
.language-switch li a.dropdown-toggle {
    background: #005BC3 !important;
    color: #FFFFFF;
    padding: 15px;
    display: block;
}
.language-switch li a.dropdown-toggle:hover {
    background: #002B77;
}
.language-switch li a.dropdown-toggle:after {
    display: none;
}
.language-switch .dropdown-menu {
    top: -1px !important;
    left: 0px !important;
    min-width: 0;
    font-size: 13px;
    font-weight: 500;
    border: none;
}
.language-switch .dropdown-menu a.dropdown-item {
    color: #333333 !important;
    font-weight: 500;
    padding: 10px 25px 10px 16px;
    font-size: 13px;
}
.language-switch .dropdown-menu a.dropdown-item:hover {
    color: #005BC3 !important;
}
.tools .search {
    align-content: stretch;
}
.tools .search input.search-bar {
    padding: 5px;
    width: 350px;
}
.tools .search button[type="submit"] {
    padding: 5px;
    background: #FFFFFF;
    font-size: 19px;
    color: #000000;
    border: none;
}
/* --- HEADER --- */
.pre-header {
    background: #EAEAEA;
    display: none;
}

.pre-header .tools {
    height: 50px;
}

.header {
    background: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo {
    width: 60px;
}
.header .nav-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-tools {
    float: right;
    display: inline-flex;
    align-items: flex-start;
}
.mobile-tools a {
    color: #FFFFFF;
    background: #005BC3;
    width: 46px;
    font-size: 13px;
    text-align: center;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #002B77;
}
.mobile-tools a:last-child {
    background: #002B77;
    font-size: 22px;
    border-right: 0;
}
/* --- NAVIGATION --- */
.dropdown-menu {
    border-radius: 0;
    border-top: 2px solid #005BC3;
    border-left: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    text-transform: none;
    padding: 0;
    top: 38px !important;
    left: 10px !important;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #D5D5D5;
    color: #000000 !important;
}
.dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover {
    color: #005BC3 !important;
    background: #FFFFFF;
}
#header-solutions .dropdown-menu .dropdown-header {
    color: #000000;
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 5px;
}
#header-solutions .dropdown-menu .dropdown-item {
    border-bottom: none;
    padding: 3px 20px 3px 35px;
    font-size: 13px;
}
.main-nav {
    display: none;
    margin: 0;
    font-weight: 600;
    font-size: 0.95em;
}
.main-nav li {
    text-transform: uppercase;
    padding: 10px;
    list-style-type: none;
}
.main-nav li a {
    color: #333;
    padding: 10px;
}
.main-nav li ul {
    display: none;
}
.main-nav li:hover a {
    color: #005BC3;
}
.main-nav li.dropdown a:after {
    border: 0;
}
.main-nav li.dropdown.show a {
    color: #005BC3;
}
.main-nav li:last-child {
    padding-right: 0;
}
.main-nav li:last-child a {
    padding-right: 0;
}
.subnav {
    background: #005BC3;
    padding: 30px 40px;
}
.subnav ul {
    list-style-type: cirle;
    padding: 0;
    margin: 0;
}
.subnav ul li {
    display: flex;
    float: left;
    width: 100%;
    border-bottom: 1px solid #1E7BE4;
    justify-content: space-between;
    align-items: center;
}
.subnav ul li:last-of-type {
    border-bottom: none;
}
.subnav ul li a {
    color: #FFF;
    padding: 10px 0;
    float: left;
    width: 95%;
    font-size: 17px;
}
.subnav ul li a.active {
    color: #002B77;
    font-weight: 600;
}
.subnav ul li i.fa {
    float: right;
    color: #5197E7;
}
.current-section {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    background: #002B77;
    padding: 20px 40px;
}
#mobile-nav .modal-dialog {
    margin: 0;
}
#mobile-nav .modal-dialog .modal-body {
    padding: 20px;
}
#mobile-nav .modal-dialog .modal-body .top-tools {
    display: flex;
    justify-content: flex-end;
}
#mobile-nav .modal-dialog .modal-body .top-tools ul {
    display: flex;
    justify-content: flex-end;
}
#mobile-nav .modal-dialog .modal-body .top-tools li {
    display: inline-block;
}
#mobile-nav .modal-dialog .modal-body .top-tools a {
    display: inline-block;
    background: #005BC3;
    padding: 10px 13px;
    color: #A6B9DA;
    font-size: 12px;
    border-right: 1px solid #002B77;
}
#mobile-nav .modal-dialog .modal-body .top-tools a.active {
    color: #FFFFFF;
}
#mobile-nav .modal-dialog .modal-body .top-tools button {
    background: #002B77;
    opacity: 1;
    color: #FFFFFF;
    padding: 10px 14px;
    font-size: 16px;
}
#mobile-nav .modal-dialog .search {
    margin-top: 40px;
    margin-bottom: 10px;
}
#mobile-nav .modal-dialog .search input {
    color: #000000;
    background: #EAEAEA;
    width: 100%;
    text-align: center;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
}
#mobile-nav .modal-dialog .share-buttons {
    text-align: center;
}
#mobile-nav .modal-dialog .share-buttons li a {
    border-right: 0;
}
#mobile-nav .modal-dialog .my-account {
    margin-left: 0;
    margin-bottom: 40px;
    height: 50px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
}
#mobile-nav .modal-dialog .my-account:before {
    display: none;
}
#mobile-nav .modal-dialog .nav-search {
    margin-left: 0;
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
    font-size: 13px;
    background: #EAEAEA;
    color: #666666;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
}
#mobile-nav .modal-dialog .nav-search i.fa {
    margin-right: 10px;
}
#mobile-nav .main-nav {
    display: block;
    margin-top: 40px;
}
#mobile-nav .main-nav li {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 15px;
}
#mobile-nav .main-nav li a {
    border-bottom: 1px solid #EAEAEA;
    padding: 12px 0;
}
#mobile-nav .main-nav li:last-of-type a {
    border-bottom: 0;
}
#mobile-nav .card.card-block {
    border-radius: 0;
    padding: 0;
    border: 0;
    background: #F5F5F5;
    text-transform: none;
    font-size: 15px;
    border-top: 3px solid #005BC3;
}
#mobile-nav .card.card-block a:hover {
    color: #005BC3;
    background: none;
}
/* --- SPLASH --- */
.splash-container {
    background-color: #FFFFFF !important;
}
.splash .mobile-tools a:last-of-type {
    display: none;
}
.splash .mobile-tools a {
    border-left: 1px solid #002B77;
    border-right: 0;
}
.splash .mobile-tools a:first-of-type {
    border-left: none;
}
.splash-list {
    background: #005BC3;
    padding: 40px;
    margin-top: -50px;
    font-size: 19px;
}
.splash-list p {
    color: #FFFFFF;
    margin: 0;
}
.set-title {
    color: #FFF;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
.splash-list h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
}
.splash-list h1:after {
    display: none;
}
.splash-list ul {
    list-style-type: cirle;
    padding: 0;
    margin: 0;
}
.splash-list ul li {
    display: flex;
    float: left;
    width: 100%;
    border-bottom: 1px solid #1E7BE4;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    list-style-type: none;
    color: #FFFFFF;
    padding: 5px 0;
}
.splash-list ul li a {
    color: #FFFFFF;
    padding: 2px 0;
    float: left;
    width: 95%;
}
.splash-list ul li i.fa {
    float: right;
    color: #5197E7;
    transition: all 0.2s ease;
}
.splash-list ul li:hover a {
    color: #A6B9DA;
}
.splash-list ul li:hover i.fa {
    color: #FFFFFF;
}
.splash-list ul li:last-of-type {
    border-bottom: none;
}
.private {
    padding: 20px 40px;
    background-color: rgba(0, 43, 119, 0.8);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}
.private a {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
}
.private i.fa {
    color: #FFF;
    font-size: 21px;
    display: none;
}
.private:hover {
    background-color: #002b77;
}
.private:hover a {
    color: #A6B9DA;
}
.to-share {
    position: relative;
}
.share-buttons {
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.share-buttons li {
    list-style-type: none;
    display: inline-block;
    flex-grow: 1;
}
.share-buttons li a {
    color: #FFF;
    background-color: #005BC3;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #002B77;
}
.share-buttons li a:hover {
    background-color: #002B77;
}
.share-buttons li:first-child a {
    background: #002B77;
}
.share-buttons li:first-child a:hover {
    background: #002B77 !important;
}
.share-buttons li:last-child a {
    border-right: none;
}
/* --- MODALS --- */
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-header {
    display: block;
    border-bottom: none;
}
.modal-body {
    padding: 0 15px;
}
.modal-title {
    color: #002B77;
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    position: relative;
    position: relative;
    margin-bottom: 40px;
}
.modal-title:after {
    background-color: #F5B81A;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    bottom: -20px;
}
.modal-subtitle {
    margin-bottom: 20px;
}
#shareModal .modal-body {
    padding: 0 40px 40px 40px;
    text-align: center;
}
#shareModal form {
    margin-top: 30px;
    margin-bottom: 40px;
    display: block;
}
#shareModal form input {
    margin-top: 15px;
}
#shareModal button#add-recipient {
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
    background: none;
    border: 0;
    font-size: 13px;
    margin: 15px 0;
    padding: 10px 0;
    font-family: "proxima-nova";
}
#shareModal button#add-recipient i.fa {
    color: #005BC3;
    margin-right: 5px;
}
#shareModal button#add-recipient:hover {
    color: #777777;
}
#shareModal button#share-page {
    background: #005BC3;
    color: #FFFFFF;
    font-size: 13px;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    width: 100%;
    padding: 20px 0;
    transition: all 0.2s ease;
}
#shareModal button#share-page i.fa {
    margin-left: 5px;
}
#shareModal button#share-page:hover {
    background: #002B77;
}
.modal ul.share-buttons {
    position: inherit;
    top: 0;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}
.modal ul.share-buttons li {
    flex-grow: 0;
    margin-right: 1px;
}
.modal ul.share-buttons li a {
    width: 40px;
    display: flex;
    align-items: center;
    border-bottom: 0;
}
.modal ul.share-buttons li:first-child a {
    background: #005BC3;
}
/* --- TWO COL LAYOUT --- */
.content-with-sidebar {
    background: #FFFFFF;
    padding: 50px;
    padding-bottom: 0;
}
.main-content h2 {
    color: #005BC3;
    font-size: 20px;
    margin-top: 30px;
}
.content-with-sidebar .row {
    display: flex;
}
.content-with-sidebar .row .has-subnav {
    order: 1;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* --- TOP CONTENT --- */
.content-image {
    background: url(/assets/vincotte/images/default-header-image.png) no-repeat center center;
    background-size: cover;
    height: 150px;
}
.top-content {
    background: #FFFFFF;
    padding: 20px 0;
}
.top-content p {
    margin-bottom: 1rem;
}
.top-content p strong {
    font-weight: 500;
}
.top-content.blog {
    padding: 20px 0 0 0;
}
.top-content.condensed .social-share {
    margin-top: 20px;
}
/* --- FLASH messages --- */
#flashes {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 500;
    max-width: 300px;
}
/* --- CONTENT --- */
.our-services {
    margin-top: 20px;
    margin-bottom: 20px;
}
.our-services .our-services-summary {
    background: #005BC3 url(/assets/vincotte/images/big-blue-skew.svg) no-repeat 10px 0;
    background-size: cover;
    padding: 30px 30px 10px 30px;
    font-size: 17px;
}
.our-services .our-services-summary ul {
    list-style-type: cirle;
    padding: 0;
    margin: 0;
}
.our-services .our-services-summary ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    border-bottom: 1px solid #1E7BE4;
}
.our-services .our-services-summary ul li a {
    color: #FFFFFF;
    padding: 10px 0;
    float: left;
    width: 95%;
}
.our-services .our-services-summary ul li i.fa {
    float: right;
    color: #5197E7;
    display: none;
}
.our-services .our-services-summary ul li:last-of-type {
    border-bottom: none;
}
.our-services-top {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    background-color: rgba(0, 43, 119, 0.8);
    text-align: center;
    padding: 20px 0;
}
.our-services-tabs .nav-tabs {
    border-bottom: 0px;
}
.our-services-tabs .nav-pills .nav-item {
    padding: 0;
    text-transform: none;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    background: #002B77;
    word-wrap: break-word;
    border-right: 1px solid #005BC3;
    display: flex;
    align-items: stretch;
}
.our-services-tabs .nav-pills .nav-item .nav-link {
    border-radius: 0;
    color: #FFFFFF;
    width: 100%;
}
.our-services-tabs .nav-pills .nav-item.nr4 {
    width: 25%;
}
.our-services-tabs .nav-pills .nav-item:last-child .nav-link a {
    padding-right: 10px;
}
.our-services-tabs .nav-pills .nav-link.active {
    border: none;
    background: #005BC3 !important;
}
.our-services-tabs .nav-pills .nav-item.show .nav-link, .our-services-tabs .nav-pills .nav-link.active {
    background: none;
}
.services-more ul {
    margin-bottom: 20px;
    margin-top: 10px;
}
.services-more ul li {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #666666;
}
.job-subsection-header{
    color:white;
    display:block;
    padding: 10px 0 5px 0;
}
.job-subsection a {
    padding: 0px 0 5px 25px !important;

}
.tab-pane {
    font-size: 17px;
}
/* --- BLOG --- */
.blog-overview {
    border-top: 1px solid #EAEAEA;
    padding-top: 40px;
}
.blog h2 {
    color: #005BC3;
    font-size: 20px;
}
.blog-highlight {
    background: #002B77;
    padding: 20px 30px;
    margin-top: 40px;
}
.blog-highlight h3 {
    color: #FFFFFF;
    margin-bottom: 20px;
}
.blog-highlight p {
    font-size: 16px !important;
    color: #A6B9DA !important;
    margin-bottom: 20px !important;
}
.blog-highlight a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.blog-highlight ul {
    color: #A6B9DA !important;
    margin-left: 25px;
    padding: 0;
}
.blog-highlight ul p {
    margin: 0 !important;
}
.blog-tools a, .blog-tools span {
    background: #EAEAEA;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    padding: 15px 0;
}
.blog-tools a i.fa, .blog-tools span i.fa {
    margin-right: 15px;
}
.blog-tools a.to-overview {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
}
.blog-tools span {
    color: #C8C8C8;
}
.blog-tools span.last i.fa, .blog-tools a.last i.fa {
    margin-left: 15px;
}
.blog-date-tags {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #777777;
    font-weight: 600;
    font-size: 14px;
    display: none;
}
.blog-date-tags i.fa {
    color: #F5B81A;
    margin-right: 5px;
}
.blog-date-tags a {
    text-decoration: underline;
    color: #777777;
}
.blog-date-tags .blog-date {
    margin-right: 20px;
}
.top-content.blog .social-share {
    margin-top: 20px;
}
/* --- SEARCH --- */
.search-top {
    text-align: center;
    background: #F5F5F5;
    padding: 40px;
}
.search-top h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.search-top h1:after {
    display: block;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    width: 20px;
}
.expandable-search-bar {
    background: #FFFFFF;
    position: relative;
    right: -75px;
    align-items: stretch;
    width: 350px;
}
.expandable-search-bar.collapse {
    display: none;
}
.expandable-search-bar.collapse.show {
    display: flex;
}
.expandable-search-bar:before {
    content: '';
    width: 35px;
    position: absolute;
    top: 0;
    left: -33px;
    background: url(/assets/vincotte/images/small-white-skew.svg) no-repeat top left;
    background-size: cover;
    height: 53px;
}
#search-bar {
    border: none;
    width: 240px;
    margin-top: 10px;
    padding-left: 20px;
}
#big-search {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
#big-search input:first-of-type {
    width: 100%;
    padding: 10px;
    font-family: "proxima-nova";
    color: #002B77;
    font-weight: 600;
}
#big-search button {
    background-color: #005BC3;
    color: #FFFFFF;
    border: none;
    padding: 0 20px;
}
.search-result {
    border-bottom: 1px solid #EAEAEA;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
}
.search-result .title-link {
    font-size: 21px;
    font-weight: 600;
    color: #002B77;
}
.search-result p {
    margin: 20px 0 !important;
}
.search-result .breadcrumbs {
    margin: 0;
    font-size: 12px;
    display: block;
}
.search-result .breadcrumbs span {
    padding-left: 4px;
    padding-right: 4px;
}
button#header-search-toggle {
    background: 0;
    border: 0;
    font-size: 19px;
    position: relative;
    z-index: 100;
}
button#header-search-toggle[aria-expanded="true"] {
    display: none;
}
/* --- SERVICES --- */
.sector-here {
    text-align: center;
    margin-bottom: 20px;
}
.sector-here .sector-here-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 5px;
}
.sector-here .sector-here-choose {
    color: #333333;
    font-size: 16px;
}
.service-form h3 {
    margin-bottom: 40px;
}
#domainModal ul {
    list-style-type: none;
    padding: 0;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#domainModal ul li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}
#domainModal ul li:last-of-type {
    border-bottom: none;
}
#domainModal ul li a {
    color: #000000;
    padding: 10px 0;
    font-weight: 600;
    float: left;
}
#domainModal ul li i.fa {
    float: right;
    color: #D5D5D5;
    margin-top: 13px;
    display: none;
}
#newsletterModal {
    text-align: center;
}
#newsletterModal .modal-body {
    padding: 0 40px 40px 40px;
}
.solutions-list-container {
    margin: 40px 0;
}
.solutions-list-container .solutions-list-top {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    background-color: rgba(0, 43, 119, 0.8);
    text-align: center;
    padding: 20px 0;
}
.solutions-list-container .solutions-list-body {
    background: #005BC3;
    padding: 10px 20px 20px 20px;
}
.solutions-list-container .solutions-list-body .card {
    background: none;
    border: 0;
}
.solutions-list-container .solutions-list-body .card-header {
    background: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #1774DC;
}
.solutions-list-container .solutions-list-body .card-header a {
    color: #FFFFFF;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solutions-list-container .solutions-list-body .card-header i.fa {
    float: right;
    color: #FFFFFF;
    margin-left: 15px;
}
.solutions-list-container .solutions-list-body .card-header:hover a {
    color: #A6B9DA;
}
.solutions-list-container .solutions-list-body ul {
    color: #FFFFFF;
    margin: 0;
    padding-left: 15px;
}
.solutions-list-container .solutions-list-body ul li a {
    color: #FFFFFF;
    padding: 3px 0;
    display: block;
}
.solutions-list-container .solutions-list-body .card-block {
    padding: 20px 0 10px 10px;
    border-bottom: 1px solid #1774DC;
}
.solutions-list-container .solutions-list-body .card-block ul li:hover {
    color: #A6B9DA;
}
.solutions-list-container .solutions-list-body .card-block ul li:hover a {
    color: #A6B9DA;
}
/* --- CONTACT --- */
.contact-start {
    text-align: center;
    padding: 40px 0;
    background: #FFFFFF;
}
.contact-start h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.contact-start h1:after {
    display: block;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
}
.contact-options .contact-option {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-options .contact-option .contact-option-title {
    color: #002B77;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
}
.contact-options button {
    width: 70%;
}
.map {
    position: relative;
}
.map img {
    display: block;
    width: 100%;
}
.marker {
    position: absolute;
}
.marker.location-1 {
    left: 40%;
    top: 60%;
}
.marker.location-2 {
    left: 40%;
    top: 53%;
}
.marker.location-3 {
    left: 24%;
    top: 57%;
}
.marker.location-4 {
    left: 45%;
    top: 69%;
}
.marker.location-5 {
    left: 59%;
    top: 58%;
}
.marker.location-6 {
    left: 33%;
    top: 70%;
}
.marker.location-7 {
    left: 62%;
    top: 65%;
}
.marker.location-8 {
    left: 11%;
    top: 59%;
}
.marker.location-9 {
    left: 57%;
    top: 69%;
}
.marker.location-10 {
    left: 42%;
    top: 51%;
}
.marker.location-11 {
    left: 46%;
    top: 43%;
}
.marker.location-12 {
    left: 72%;
    top: 21%;
}
.marker.location-13 {
    left: 75%;
    top: 92%;
}
.tab-content.locations {
    width: 100%;
}
/* --- NEWSLETTER --- */
.high-blue-content {
    background: #005BC3;
    padding: 60px 0;
    text-align: center;
}
.high-blue-content p {
    color: #A6B9DA;
    margin-bottom: 40px;
    font-size: 15px;
}
.newsletter-title {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 500;
}
/* --- ABOUT --- */
.field-row .block.image {
    margin-top: 20px;
    margin-bottom: 20px;
}
.office-tabs {
    border: 1px solid #002B77;
    margin-top: 10px;
    margin-bottom: 40px;
    display: block;
}
.office-tabs .nav-item {
    border-bottom: 1px solid #002B77;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.office-tabs .nav-item .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
    color: #002B77;
    width: 100%;
}
.office-tabs .nav-item .nav-link.active {
    background: #002B77;
    color: #FFFFFF;
}
.office-tabs .nav-item:hover .nav-link {
    background: #002B77;
    color: #FFFFFF;
}
.office-tabs .nav-item:last-of-type {
    border-bottom: 0;
}
.offices ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.offices ul li {
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0;
}
.offices ul li .office-name {
    color: #002B77;
    font-weight: 500;
    display: block;
    vertical-align: top;
    width: 125px;
}
.offices ul li .office-details {
    display: block;
    color: #666666;
}
.offices ul li .office-details i.fa {
    color: #005BC3;
}
.offices ul li.last {
    border-bottom: none;
    margin-bottom: 20px;
}
.offices ul li.title-item {
    background: #EAEAEA;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 2px;
}
.map {
    position: relative;
}
.map i.fa {
    font-size: 32px;
    color: #005BC3;
}
.map i.fa.active {
    color: #F5B81A;
}
.map i.fa:hover {
    color: #F5B81A;
}
/* --- FOOTER ---*/
.pre-footer {
    background: #F5F5F5;
    padding: 40px 0;
    text-align: center;
    position: relative;
    font-weight: 600;
    overflow: hidden;
}
@media (min-width: 992px) {
    .pre-footer:before {
        content: '';
        position: absolute;
        width: 60%;
        height: auto;
        top: 0;
        right: -12%;
        bottom: 0;
        background: #E8E8E8;
        transform: skewX(-25deg);
    }
}
.pre-footer span {
    display: none;
    color:#333333;
}
.pre-footer ul.mini-nav {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
}
.pre-footer ul.mini-nav li {
    list-style-type: none;
    display: block;
}
.pre-footer ul.mini-nav li a {
    text-transform: uppercase;
    color: #333333;
    padding: 5px 0;
    display: block;
}
.pre-footer ul.mini-nav li a:hover {
    color: #005BC3;
}
.pre-footer ul.mini-nav li:first-child a {
    padding: 0 0 5px 0;
}
.pre-footer ul.mini-nav li:lastchild a {
    padding: 5px 0 0 0;
}
.pre-footer ul.social-media {
    margin: 5px 0 0 0;
    padding: 0;
}
.pre-footer ul.social-media li {
    list-style-type: none;
    display: inline-block;
}
.pre-footer ul.social-media li a {
    background: #005BC3;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pre-footer ul.social-media li a:hover {
    background: #002B77;
}
.skew-block {
    background: url(/assets/vincotte/images/skew-block.png) no-repeat center center;
    width: 584px;
    height: 490px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: none;
}
.footer {
    background: #EAEAEA;
    padding: 20px 0;
    color: #333333;
    font-size: 13px;
    text-align: center;
}
.footer a {
    color: #333333;
    text-decoration: underline;
    margin: 10px 0 0 5px;
    display: inline-block;
}
.footer::before {
    width: 0;
}
/* --- SERVICES ---*/
button.discover-all, button.discover-more, button.discover-less {
    color: #005BC3;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 13px;
    background: 0;
    padding: 0;
}
button.discover-all i.fa, button.discover-more i.fa, button.discover-less i.fa {
    margin-left: 10px;
}
button.discover-all.hide, button.discover-more.hide, button.discover-less.hide {
    display: none;
}
.you-are-here {
    width: 100%;
    margin-bottom: 20px;
}
.you-are-here-title {
    color: #A6B9DA;
    font-size: 13px;
    font-weight: 600;
    background-color: rgba(0, 43, 119, 0.8);
    text-align: center;
    padding: 25px;
    text-transform: uppercase;
}
.you-are-here-title span {
    display: block;
    color: #FFFFFF;
    font-size: 19px;
    text-transform: none;
}
.you-are-here-choose {
    background: #005BC3;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 600;
}
.you-are-here-choose a {
    color: #FFFFFF;
}
.you-are-here-choose i.fa {
    margin-left: 10px;
}
.services-more {
    background: #FFFFFF;
    font-size: 19px;
}
.services-more h2 {
    color: #005BC3;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}
ul.services-list {
    margin: 0;
    font-size: 15px;
    padding: 0 0 0 15px;
}
ul.services-list li {
    padding: 0 0 5px 0;
}
ul.services-list li a {
    color: #777777;
    text-decoration: underline;
}
.top-content.condensed h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.service-intro p {
    font-size: 17px;
}
.service-tabs {
    border: 1px solid #002B77;
    margin-bottom: 20px;
    display: block;
}
.service-tabs .nav-item {
    border-bottom: 1px solid #002B77;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.service-tabs .nav-item .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
    color: #002B77;
    width: 100%;
}
.service-tabs .nav-item .nav-link.active {
    background: #002B77;
    color: #FFFFFF;
}
.service-tabs .nav-item:hover .nav-link {
    background: #002B77;
    color: #FFFFFF;
}
.service-tabs .nav-item:last-of-type {
    border-bottom: 0;
}
/* --- NEWS BLOG --- */
.pagination {
    margin-top: 20px;
    display: inline-flex;
}
.pagination li a {
    display: inline-block;
    padding: 5px 0px;
    font-weight: 500;
    color: #333333;
    font-size: 13px;
    background: #D5D5D5;
    margin-right: 5px;
    width: 30px;
    text-align: center;
}
.pagination li:hover a {
    background: #F5F5F5;
}
.pagination li.current {
    display: inline-block;
    padding: 5px 0px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 12px;
    background: #005BC3;
    margin-right: 5px;
    width: 30px;
    text-align: center;
}
.news-block {
    background: #F5F5F5;
    padding: 40px 0;
}
.news-block.white {
    background: #FFFFFF;
}
.section-tools {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
}
.section-tools .section-tools a {
    display: none;
}
.section-tools form {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.section-tools select {
    height: 40px !important;
    margin-bottom: 10px;
}
.section-tools form select, .section-tools form input {
    width: 100% !important;
}
.tags {
    margin-bottom: 15px;
    margin-top: 5px;
}
.tags a, .tags span {
    text-transform: uppercase;
    color: #777777;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
}
.tags i.fa {
    color: #F5B81A;
}
.tags:hover a {
    color: #777777;
}
.job-detail {
    padding-top: 20px;
}
.job-detail .tags {
    margin-bottom: 10px;
}
.job-detail a.btn.primary:first-of-type {
    margin-top: 20px;
    margin-bottom: 20px;
}
.job-detail-blue {
    background: #002B77;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.job-detail-blue h2 {
    color: #FFFFFF;
    margin-bottom: 20px;
}
.job-detail-blue p {
    color: #A6B9DA;
}
.job-detail-blue a.btn {
    width: 100%;
    margin: 0 !important;
}
.news-item {
    position: relative;
    border-top: 1px solid #EAEAEA;
    padding-bottom: 20px;
    padding-top: 20px;
}
.news-item h2 {
    display: none;
}
.news-item img {
    width: 100%;
    margin-bottom: 20px;
}
.news-item img:hover {
    filter: grayscale(85%);
}
.news-item a.readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: none;
    margin-top: 10px;
}
.news-item a.readmore i.fa {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 2px;
}
.news-item a.readmore:hover {
    color: #002B77;
}
.news-item .blog-title {
    color: #002B77;
    font-weight: 600;
    font-size: 19px;
}
.news-item .blog-title a {
    color: #002B77;
}
.news-date {
    position: absolute;
    top: 30px;
    left: 10px;
    background: #002B77;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    line-height: 1.35em;
    width: 40px;
}
.news-date span {
    display: block;
    font-weight: 600;
    font-size: 19px;
}
.news-block a.button {
    margin-top: 20px;
}
input.search {
    background: url(../images/search-icon.png) no-repeat;
    background-size: 15px;
    background-position: center right 10px;
}
.block.text ul li {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 5px;
}
/* --- MY ACCOUNT --- */
.login .col {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.login .col:first-of-type {
    border-bottom: 1px solid #EAEAEA;
}
.login h2 {
    font-size: 26px;
    margin-bottom: 40px;
}
.login p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 21px;
    height: 102px;
}
.welcome-message {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    background: #002B77;
    padding: 20px 40px;
}
.profile-links {
    background: #005BC3;
    padding: 30px 40px;
    margin-bottom: 30px;
}
.profile-links ul.main-list {
    list-style-type: cirle;
    padding: 0;
    margin: 0;
}
.profile-links ul.main-list li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #1E7BE4;
}
.profile-links ul.main-list li:last-of-type {
    border-bottom: none;
}
.profile-links ul.main-list li a {
    color: #FFF;
    padding: 10px 0;
    float: left;
    font-size: 17px;
}
.profile-links ul.main-list li a.active {
    color: #002B77;
    font-weight: 600;
}
.profile-links ul.main-list li i.fa {
    float: right;
    color: #5197E7;
    margin-top: 15px;
}
.profile-links ul.main-list li.manage-my-account a {
    font-size: 15px;
    font-weight: 300;
}
.profile-links ul.main-list li.manage-my-account i.fa {
    float: left;
    color: #FFFFFF;
    margin-top: 4px;
    margin-right: 15px;
}
.profile-links ul.tools-list {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.profile-links ul.tools-list li {
    list-style-type: none;
}
.profile-links ul.tools-list li a {
    color: #FFFFFF;
    display: block;
    padding: 5px 0;
}
.profile-links ul.tools-list li i.fa {
    margin-right: 10px;
}
.myaccount h1 {
    margin-bottom: 30px;
}
.myaccount h1:after {
    display: none;
}
#profile-form button {
    width: 250px;
    margin-top: 30px;
}
a.remove-account {
    border: 1px solid #002B77;
    padding: 15px 20px;
    width: 250px;
    color: #002B77;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-top: 15px;
}
.forgot-pass {
    font-weight: 500;
    color: #666666;
    font-size: 13px;
    margin-top: 20px;
    text-decoration: underline;
    display: inline-block;
}
.reg-form button {
    width: 250px;
    margin: 0 auto;
    margin-top: 20px;
}
.reg-form p {
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}
.reg-form .form-check {
    color: #666666;
}
.reg-form .form-check:last-of-type {
    margin-bottom: 20px;
}
.reg-form .checks-center .form-check {
    text-align: center;
}
.reg-form h1 {
    text-align: center;
    margin-bottom: 40px;
}
.reg-form h1::after {
    display: none;
}
.sector-contact-information {
    font-size: 15px;
}
.sector-contact-information p {
    font-size: 15px;
    margin: 0;
}
.sector-contact-information h3 {
    color: #002B77;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding: 10px;
    background: #D5D5D5;
    display: block;
    width: 100%;
}
.sector-contact-information .titles {
    font-weight: 500;
}
.sector-contact-information .titles strong {
    color: #002B77;
}
.sector-contact-information .item-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}
/* --- JOBS --- */
.highlight-block-wrapper {
    background: #005BC3;
}
.highlight-block {
    color: #FFFFFF;
    background: #005BC3;
}
.highlight-block .highlight-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.highlight-block .highlight-title {
    font-size: 26px;
    font-weight: 500;
}
.highlight-block .highlight-who {
    font-size: 17px;
    margin-bottom: 30px;
}
.highlight-block .highlight-subtitle {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.highlight-block .highlight-text p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
}
.highlight-block img {
    height: 100%;
    width: auto;
}
.highlight-block .mobile-yes {
    padding: 0;
    text-align: right;
}
.highlight-block .highlight-img-lg, .highlight-block .highlight-img-small {
    display: none;
}
.video {
    padding: 20px 0;
}
.video video {
    width: 100%;
}
.img-row {
    margin: 0;
}
.img-row .col {
    padding: 0 !important;
}
.select2-container input.select2-search__field {
    font-family: "proxima-nova", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #666666 !important;
    border-radius: 0;
    height: 40px;
    width: 100%;
    border: 1px solid #EAEAEA;
    padding-left: 15px !important;
}
.select2-container input.select2-search__field::placeholder {
    color: #868e96 !important;
    opacity: 1 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #EAEAEA !important;
}
/* -- Medium devices (tablets, 768px and up) -- */
@media (min-width: 768px) {
    /*body {
         background: pink;
    }
    */
    h1 {
        margin-bottom: 70px;
    }
    h1:after {
        bottom: -35px;
    }
    a.button {
        max-width: 250px;
        margin: 0 auto;
    }
    .intro p {
        margin-bottom: 40px;
        font-size: 22px !important;
        line-height: 32px;
    }
    p {
        font-size: 17px;
        line-height: 28px;
    }
    .text ul li {
        font-size: 17px;
        line-height: 28px;
    }
    .grey-content {
        padding: 20px 0;
    }
    .container.working-at {
        padding-bottom: 40px;
    }
    /* --- HEADER --- */
    .pre-header {
        display: block;
    }
    .logo {
        width: 70px;
    }
    .mobile-tools {
        display: none;
    }
    .main-nav {
        display: flex;
    }
    .mobile-no {
        display: block;
    }
    .mobile-yes {
        display: none;
    }
    /* --- CONTENT --- */
    .top-content {
        padding: 30px 0 40px 0;
    }
    .our-services .our-services-summary ul {
        list-style-type: none;
    }
    .service-intro p {
        font-size: 19px;
    }
    /* --- NEWS --- */
    .section-tools {
        padding: 40px 0 0 0;
    }
    .section-tools form {
        margin-top: 0;
        margin-bottom: 0;
    }
    .section-tools form select {
        width: auto;
    }
    .title-tools {
        margin-bottom: 20px;
    }
    .tags {
        font-size: 1em;
    }
    .news-item img {
        float: left;
        margin: 0 30px 0 0;
        max-width: 220px;
    }
    .news-item p {
        display: block;
    }
    .news-item a.readmore {
        display: block;
    }
    .share-buttons {
        z-index: 100;
    }
    .share-buttons li a {
        border-right: none;
    }
    /* --- NEWSLETTER --- */
    .newsletter-title {
        font-size: 1.85em;
    }
    .high-blue-content {
        padding: 80px 0;
    }
    .high-blue-content p {
        font-size: 19px;
    }
    /* --- FOOTER --- */
    .flex-last-but-first {
        order: -1;
    }
    .pre-footer {
        text-align: left;
        text-transform: uppercase;
        display: block;
        font-size: 15px;
        color: #333333;
    }
    .pre-footer span {
        display: inline-block;
    }
    .pre-footer ul.social-media {
        display: inline-block;
        margin-left: 20px;
    }
    .pre-footer ul.mini-nav {
        float: right;
        margin-top: 15px;
        margin-bottom: 0;
        display: none;
    }
    .pre-footer ul.mini-nav li {
        display: inline-block;
        padding: 0 10px;
    }
    .pre-footer ul.mini-nav li a {
        padding: 0 10px;
    }
    .pre-footer ul.mini-nav li:last-child {
        padding: 0 0 0 10px;
    }
    .pre-footer ul.mini-nav li:last-child a {
        padding: 0 0 0 10px;
    }
    .footer {
        text-align: left;
    }
    .footer a {
        margin-top: 0;
        float: right;
    }
    .skew-block {
        /*display: block;
        */
    }
    /* --- BLOG --- */
    .blog-date-tags {
        display: block;
    }
    /* --- FONT SIZES --- */
    .set-title {
        font-size: 32px;
    }
    .contact-options {
        margin: 40px 0;
    }
    .private a {
        font-size: 22px;
    }
    .private i.fa {
        display: block;
    }
    .image-text-item.last {
        margin-bottom: 0px;
    }
    /* --- EMPLOYEE BLOCK --- */
    .employee-descr {
        padding: 20px !important;
    }
    .employee-descr .employee-function {
        margin-bottom: 10px !important;
    }
    .highlight-block img {
        width: auto !important;
        height: 100% !important;
    }
    .employee-block {
        padding: 0 40px 40px 40px;
    }
    .highlight-img {
        display: none;
    }
    /* --- JOB DETAIL --- */
    .job-detail a.btn.primary:first-of-type {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .job-detail-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .job-detail-blue {
        margin-top: 60px;
        padding: 20px 40px;
        margin-bottom: 0;
    }
    .image-text-item.first {
        margin-top: 40px;
    }
    .image img {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .form-to-be-checked {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .our-services{
        display: block;
    }
    .our-services-top{
        background-color: rgba(0, 43, 119, 1);
    }
}

/* -- Large devices (desktops, 992px and up) -- */
@media (min-width: 992px) {
    /*body {
         background: powderblue;
    }
     */
    .scroll-arrow {
        display: block;
    }
    .breadcrumbs {
        display: block;
    }
    .large-only {
        display: block;
    }
    .header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .pre-footer {
        background: #F5F5F5 no-repeat top right;
    }
    .great-white {
        padding: 40px 0;
    }
    /* --- CONTENT --*/
    .content-image {
        height: 250px;
    }
    .top-content {
        padding: 50px 0 80px 0;
    }
    .top-content.condensed {
        padding: 40px 0;
    }
    .our-services {
        margin-top: -123px;
        display: block;
    }
    .our-services.working-at{
        margin-top: -162px;
    }
    /* --- NEWS ---*/
    .section-tools a {
        display: inline-block;
    }
    /* --- NEWSLETTER --- */
    .high-blue-content {
        padding: 100px 0;
    }
    ul.mini-nav {
        display: block !important;
    }
    /* --- SERVICES --- */
    .row.small-bc {
        width: 65%;
    }
    .you-are-here {
        display: block;
        min-width: 350px;
        width: auto;
        position: absolute;
        right: 0;
        top: -143px;
    }
    .you-are-here .you-are-here-title span {
        font-size: 22px;
    }
    .service-tabs {
        display: flex;
    }
    .service-tabs .nav-item {
        text-align: center;
        width: 25%;
        border-bottom: 0;
        border-right: 1px solid #002B77;
    }
    .service-tabs .nav-item:last-of-type {
        border-right: 0;
    }
    .office-tabs {
        display: flex;
    }
    .office-tabs .nav-item {
        flex-grow: 1;
    }
    .solutions-list-container {
        display: none;
    }
    /* --- BLOG --- */
    .top-content.blog {
        padding: 40px 0 0 0;
    }
    .section-tools form input {
        width: 250px !important;
        margin-left: 20px;
        margin-top: 0;
    }
    .section-tools form select {
        width: 245px !important;
    }
    .section-tools .blog-search {
        width: auto;
        margin-top: 0;
    }
    .section-tools .form-inline {
        display: block;
    }
    .section-tools #blogSearch {
        width: 495px !important;
    }
    .office-tabs .nav-item {
        border-right: 1px solid #002B77;
        border-bottom: 0;
    }
    .office-tabs .nav-item:last-of-type {
        border-right: 0;
        border-bottom: 0;
    }
    .offices ul li {
        padding: 10px 20px;
    }
    .offices ul li .office-name, .offices ul li .office-details {
        display: inline-block;
    }
    .offices ul li:hover {
        background: #EAEAEA;
    }
    .offices ul li.active {
        background: #EAEAEA;
    }
    .highlight-wrap {
        padding-bottom: 80px;
    }
    .project-mobile-img {
        display: none;
    }
    .highlight-block {
        position: relative;
    }
    .highlight-block .highlight-img-lg {
        position: absolute;
        right: 0;
        display: block;
        top: 0;
    }
    .highlight-block .container {
        position: unset;
    }
    .highlight-img {
        width: 550px;
        position: absolute;
        right: 0;
        height: 100%;
        display: block;
    }
    /* --- EMPLOYEE BLOCK --- */
    .employee-descr {
        padding: 20px !important;
    }
    .employee-descr .employee-function {
        margin-bottom: 40px !important;
        font-size: 26px !important;
    }
    .job-detail-blue {
        background: #002B77 url(/assets/vincotte/images/job-detail-skew.svg) no-repeat top right;
    }
    .job-detail-blue p {
        width: 60%;
    }
    .job-detail-blue a.btn {
        width: 250px;
        float: right;
        margin-top: -70px !important;
    }
    .job-detail {
        padding-top: 0px;
    }
    .pre-footer {
        background: #F5F5F5 no-repeat top right;
    }
    .container.working-at {
        padding: 0;
    }
    .image-text-item.last {
        margin-bottom: 40px;
    }
    .section-tools select {
        height: 40px !important;
        margin-bottom: 10px;
        margin-left: 5px;
        float: right;
    }
    .section-tools .blog-search {
        float: right;
    }
}
@media (min-width: 1200px) {
    .highlight-block .container {
        position: unset;
    }
    .highlight-img {
        width: 550px;
        position: absolute;
        right: 0;
        height: 100%;
    }
}
/* -- Medium devices (tablets, 768px and up) -- */
@media (min-width: 768px) {
    /* --- SPLASH --- */
    .splash-container .pre-header {
        background: none;
    }
    .splash-header {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .splash-header .logo {
        width: 120px;
        border: 3px solid #FFFFFF;
        float: left;
        margin: 0 60px 0 0;
    }
    .splash-header h1 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .splash-header h1:after {
        display: none;
    }
    .splash-header h2 {
        color: #005BC3;
        font-weight: 600;
        font-size: 28px;
        margin: 0;
        line-height: 34px;
    }
    .splash-header h2 br {
        display: none;
    }
    .page-not-found .splash-header {
        margin-bottom: 100px;
    }
    .page-not-found .private {
        margin-bottom: 100px;
    }
    .splash-mobile-row {
        display: none;
    }
    .splash-list {
        margin-top: 0px;
    }
    .private {
        margin-bottom: 60px;
    }
    .share-buttons {
        display: block;
        margin: 0;
        right: 0;
        position: absolute;
        top: 100px;
    }
    .share-buttons.fixed-share-buttons {
        position: fixed;
        top: 5px;
    }
    .share-buttons li {
        display: block;
    }
    .share-buttons li a {
        width: 40px;
        border-bottom: 1px solid #002B77;
    }
    .share-buttons li:last-child a {
        border-bottom: none;
    }
    .blog-tools {
        display: flex;
        margin-top: 50px;
    }
    .blog-tools a, .blog-tools span {
        display: inline-block;
        flex-grow: 1;
    }
    .blog-tools a.to-overview {
        border-left: 1px solid #D5D5D5;
        border-right: 1px solid #D5D5D5;
        border-top: 0;
        border-bottom: 0;
    }
    .blog-tools a:hover {
        background-color: #D5D5D5;
    }
    #sectorModal ul li i.fa {
        display: block;
    }
    /* --- CONTACT --- */
    .contact-options {
        border: 1px solid #EAEAEA;
    }
    .contact-options .contact-option {
        border-bottom: 1px solid #EAEAEA;
        width: 50%;
        float: left;
        padding: 30px;
    }
    .contact-options .contact-option:nth-child(5) {
        border-bottom: none;
    }
    .contact-options button {
        width: 70%;
    }
    .contact-options .contact-option:nth-child(odd) {
        border-right: 1px solid #EAEAEA;
    }
}
.inline-form {
    background: #F5F5F5;
    padding: 40px 0;
}
.inline-form .breadcrumbs {
    text-align: left;
}
.employee-block {
    background: #FFFFFF;
}
.employee-who {
    font-size: 17px;
}
.employee-container {
    background: #F5F5F5;
    width: 100%;
    background-clip: content-box;
    margin-top: 20px;
}
.employee-descr {
    display: flex;
    align-items: center;
    padding: 30px 40px;
}
.employee-descr .employee-title {
    color: #002B77;
    font-size: 22px;
    font-weight: 600;
}
.employee-descr .employee-function {
    color: #005BC3;
    font-size: 19px;
    margin-bottom: 40px;
}
.highlight-block img {
    width: 100%;
    height: auto;
}
/* -- Large devices (desktops, 992px and up) -- */
@media (min-width: 992px) {
    .content-with-sidebar {
        padding-bottom: 50px;
    }
    .content-with-sidebar .row {
        display: flex;
    }
    .content-with-sidebar .row .has-subnav {
        order: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    #big-search input:first-of-type {
        width: 60%;
    }
    /* --- CONTACT --- */
    .contact-options {
        display: flex;
    }
    .contact-options .contact-option {
        border: none;
        border-right: 1px solid #EAEAEA;
        float: none;
        flex-grow: 1;
        padding: 40px 20px;
    }
    .contact-options .contact-option .contact-option-title {
        margin-bottom: 40px;
    }
    .contact-options .contact-option a.btn.primary {
        padding: 15px 10px;
    }
    .contact-options button {
        width: 100%;
    }
    .contact-options .contact-option.last {
        border-right: 0;
    }
    .contact-options .contact-option:hover {
        background: #EAEAEA;
    }
    .contact-options .contact-option:nth-child(5) {
        border-right: none;
    }
    /*VIN022-192 Custom fix for video height
    .working-at-fix [id='13']{
        margin-top:58px;
    }*/
}
/* -- Large devices (desktops, 1200px and up) -- */
@media (min-width: 1200px) {
    .splash-header h2 br {
        display: inline-block;
    }
    .login .col {
        padding-left: 80px;
        padding-right: 80px;
    }
    .login .col:first-of-type {
        border-right: 1px solid #EAEAEA;
    }
    .profile-links {
        margin-bottom: 0px;
    }
}
/* -- Placed at the end with important so it always overrides -- */
.vincotte-hidden {
    display: none !important;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 32px;
} 

.container.working-at .featured-job-cont {
    margin: 50px 0 !important;
} 

.project-spot {
    margin: 50px 0 0 0 !important;
} 

.featured-jobs-title-cont {
    display: flex;

}

.featured-jobs-title {
    background: #002B77;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
    width: 60%
}

.featured-jobs-action {
    background: #005BC3;
    color: #FFF;
    font-size: 18px;
    padding: 15px;
    width: 40%;
    text-align: center;
    border-bottom: 1px solid #002B77;
}

.featured-jobs-action a {
    color: #FFFFFF;
}

.featured-job-cont .highlight-block .highlight-wrap {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.lumesse-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.lumesse-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.uw-person {
    position: relative;
    margin-bottom: 60px;
    border: 1px solid #EAEAEA;
}
.uw-person__container {
    display: block;
    background: #fff;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .uw-person__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .uw-person__container > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .uw-person__container > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .uw-person__container > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
}
.uw-person__image {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    z-index: 1;
}
.uw-person__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 992px) {
    .uw-person__image {
        min-height: unset;
    }
}
.uw-person__text {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
    padding: 0 20px 24px;
    z-index: 1;
}
.uw-person__text h2 {
    margin-bottom: 20px !important;
}
@media only screen and (min-width: 992px) {
    .uw-person__text {
        padding: 0 32px 96px;
    }
}
.uw-person__quote {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
    margin-top: auto;
    background: #005BC3;
    z-index: 2;
    padding: 12px 20px;
}
.uw-person__quote p {
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: left;
    font-weight: 500;
    line-height: 140%;
    font-size: 16px;
}
.uw-person__quote p span {
    font-size: 14px;
}
@media only screen and (min-width: 992px) {
    .uw-person__quote {
        padding: 14px 32px;
    }
}

.uw-team {
    position: relative;
    margin-bottom: 60px;
}
.uw-team img {
    width: 100%;
}
.uw-team__heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    background: #005BC3;
    z-index: 2;
    padding: 28px;
}
.uw-team__heading h2 {
    color: white;
    margin: 0 !important;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}
@media only screen and (min-width: 992px) {
    .uw-team__heading h2 {
        font-size: 20px;
    }
}

/* ========== NEW CONTACT PAGE STYLING ========== */

.uw-contact-form {
    text-align: left;
}

.uw-contact-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.uw-contact-container h1 {
    position: relative;
    margin-bottom: 35px;
    width: 100%;
    text-align: left;
}

.uw-contact-container h1:after {
    background-color: #F5B81A;
    bottom: 0;
    content: "";
    height: 2px;
    left: 16px;
    position: absolute;
    width: 30px;
    bottom: -20px;
}

.uw-domains {
    margin-bottom: 35px;
}

.uw-domains p {
    margin-bottom: 8px;
}

.uw-domain-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.uw-domain-grid .uw-domain {
    background: #d1e6ff;
    color: #00399f;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 100px;
}

.uw-form {
    display: block;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: white;
    padding: 0;
    border: 1px solid #EAEAEA;
}

.uw-form .form-group label {
    padding: 0;
    margin: 12px 0;
}

.uw-form__image {
    position: relative;
    grid-area: 1/1/2/2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    flex-shrink: unset;
    z-index: 1;
    border-right: 1px solid #EAEAEA;
}

.uw-form__image--chat {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 20px;
    left: 20px;
    right: 20px;
    height: auto;
    max-width: max-content;
    background: #005BC3;
    color: white;
    font-weight: 500;
    z-index: 10;
    padding: 12px 20px;
    border-radius: 16px;
    text-align: center;
    margin: 0 auto;
}

.uw-form__image--text {
    position: relative;
}

.uw-form__image--text:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #005BC3;
    margin: 0 auto;
}

.uw-form__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.uw-form form {
    position: relative;
    grid-area: 1/2/2/4;
    padding: 0 20px 24px;
    z-index: 1;
}

@media only screen and (min-width: 576px) {
    .uw-contact-container {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .uw-contact-container {
        max-width: 720px;
    }

    .uw-contact-container h1 {
        margin-bottom: 70px;
    }

    .uw-contact-container h1:after {
        bottom: -35px;
    }
}


@media only screen and (min-width: 992px) {
    .uw-contact-container {
        max-width: 960px;
    }

    .uw-form {
        display: grid;
    }

    .uw-form__image--chat {
        top: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .uw-contact-container {
        max-width: 1140px;
    }
}

.tags i.fa {
    color: #0057B8;
}

.blog-date-tags i.fa {
    color: #0057B8;
}

h1:after {
    background-color: #0057B8;
}

.modal-title:after {
    background-color: #0057B8;
}

.map i.fa.active, .map i.fa:hover {
    color: #002D72;
}

.uw-contact-container h1:after {
    background-color: #0057B8 !important;
}