/*
Theme Name: Phine Procurement
Description: Exponent Child Theme
Author: Onebite
Template: exponent
Version: 1.0
*/

.tatsu-interactive-box-icon.tatsu-line-animate.tatsu-line-animate-ready.tatsu-line-animated {
    display: none!important;
}

.hero-header {
    max-height: 1000px;
}
.hero-header .tatsu-section-background {
    background-size: 70% auto !important;
}
#homepage-hero-header .tatsu-section-background {
    background-size: auto 90% !important;
}
body.homepage-hero-header #homepage-hero-header .tatsu-inline-text h6,
body.homepage-hero-header #homepage-hero-header .tatsu-inline-text h1,
body.homepage-hero-header #homepage-hero-header .tatsu-inline-text p,
body.homepage-hero-header .tatsu-header-navigation > .tatsu-menu > ul > li > a {
    text-shadow: 0px 0px 5px #ffffff;
}
body.services-header .services-header .tatsu-inline-text h6,
body.services-header .services-header .tatsu-inline-text h1,
body.services-header .services-header .tatsu-inline-text p,
body.services-header .tatsu-header-navigation > .tatsu-menu > ul > li > a {
    text-shadow: 0px 0px 5px #CC3149;
}
body.systems-header .systems-header .tatsu-inline-text h6,
body.systems-header .systems-header .tatsu-inline-text h1,
body.systems-header .systems-header .tatsu-inline-text p,
body.systems-header .tatsu-header-navigation > .tatsu-menu > ul > li > a {
    text-shadow: 0px 0px 5px #3D92BB;
}
body.consultancy-header .consultancy-header .tatsu-inline-text h6,
body.consultancy-header .consultancy-header .tatsu-inline-text h1,
body.consultancy-header .consultancy-header .tatsu-inline-text p,
body.consultancy-header .tatsu-header-navigation > .tatsu-menu > ul > li > a {
    text-shadow: 0px 0px 5px #DC905E;
}
body.culture-header .culture-header .tatsu-inline-text h6,
body.culture-header .culture-header .tatsu-inline-text h1,
body.culture-header .culture-header .tatsu-inline-text p,
body.culture-header .tatsu-header-navigation > .tatsu-menu > ul > li > a {
    text-shadow: 0px 0px 5px #6E9D4D;
}
body .sticky .tatsu-header-navigation > .tatsu-menu > ul > li > a {
    text-shadow: none;
}

.tatsu-header-pointer {
    transform: rotate(45deg);
}

.tatsu-menu-widget li.bold {
    font-weight: bold;
    margin-top: 20px;
}

.tatsu-module.tatsu-inline-text ul {
    position: relative;
    list-style: none;
}

.tatsu-module.tatsu-inline-text li:before {
    position: absolute;
    left: 0;
    content: "\e912";
    font-family: 'tatsu-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tatsu-module.services-list ul,
.tatsu-module.systems-list ul, 
.tatsu-module.expertise-list ul, 
.tatsu-module.culture-list ul {
    border-top: 2px solid #fff;
    padding-left: 0;
}

.tatsu-module.services-list li,
.tatsu-module.systems-list li,
.tatsu-module.expertise-list li,
.tatsu-module.culture-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1.3em;
    border-bottom: 2px solid #fff;
    margin: 0;
}

.tatsu-module.services-list.no-ticks li,
.tatsu-module.systems-list.no-ticks li,
.tatsu-module.expertise-list.no-ticks li,
.tatsu-module.culture-list.no-ticks li {
    padding-left: 0;
}

.tatsu-module.services-list li:before,
.tatsu-module.systems-list li:before,
.tatsu-module.expertise-list li:before,
.tatsu-module.culture-list li:before {
    content: "\e92a";
}

.tatsu-module.services-list li:before {
    color: #df1e3c;
}

.tatsu-module.services-list.no-ticks li:before,
.tatsu-module.systems-list.no-ticks li:before,
.tatsu-module.expertise-list.no-ticks li:before,
.tatsu-module.culture-list.no-ticks li:before {
    content: "";
}

.tatsu-module.systems-list li:before {
    color: #2d99cb;
}

.tatsu-module.expertise-list li:before {
    color: #ec8d4e;
}

.tatsu-module.culture-list li:before {
    color: #6ba843;
}

.tatsu-module.no-arrows ul {
    padding-left: 0;
}

.tatsu-module.no-arrows ul li:before {
    content: "";
}

.tatsu-list.icon-20 .tatsu-icon {
    font-size: 20px;
}

.stickymenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #010442;
    z-index: 9998;
    border-top: 1px solid #010442;
    border-bottom: 1px solid #010442;
    line-height: 1;
    padding: 8px 0;
}

.stickymenu .tatsu-wrap {
    display: flex;
    overflow: hidden;
}

.stickymenu .stickymenu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    /*border-left: 1px solid rgba(0,0,0,0.1);*/
    margin-left: -1px;
    line-height: 1.3;
}

.stickymenu .stickymenu-link a {
    color: #fff;
}

.stickymenu .stickymenu-link a:hover {
    color: #999490;
}

.sticky-cols-1 .stickymenu-link {
    width: 100%;
}

.sticky-cols-2 .stickymenu-link {
    width: 50%;
}

.sticky-cols-3 .stickymenu-link {
    width: 33.33%
}

.sticky-cols-4 .stickymenu-link {
    width: 25%;
}

.sticky-cols-5 .stickymenu-link {
    width: 20%;
}

/* Taxonoy Widget */
.list-custom-taxonomy-widget ul {
    padding: 0;
    list-style-type: none;
}

.list-custom-taxonomy-widget li {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.list-custom-taxonomy-widget li.current-cat,
.widget_categories li.current-cat {
    font-weight: bold;
}

.list-custom-taxonomy-widget a {
    color: inherit;
    transition: color 0.5s;
}

/* Home (Dark) Header */
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-button .tatsu-icon {
    color: #fff !important;
}

/* Sector Header */
body.tax-sector #tatsu-header-wrap.semitransparent, 
body.tax-sector #tatsu-header-wrap.transparent, 
body.category #tatsu-header-wrap.semitransparent, 
body.category #tatsu-header-wrap.transparent {
    position: static;
}

body.tax-sector #tatsu-header-wrap.transparent:not(.stuck) .tatsu-header.header-top, 
body.category #tatsu-header-wrap.transparent:not(.stuck) .tatsu-header.header-top {
    background-color: rgba(0,0,0,1);
    border-color: rgba(255,255,255,0.2);
}

body.tax-sector #tatsu-header-wrap.transparent:not(.stuck) .tatsu-header.header-main, 
body.category #tatsu-header-wrap.transparent:not(.stuck) .tatsu-header.header-main {
    background-color: rgba(255,255,255,1);
}

body.tax-sector #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-menu>ul>li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item)>a, 
body.category #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-menu>ul>li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item)>a {
    color: #000000 !important;
}

body.tax-sector #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-O-LNxQaXzW-.tatsu-menu > ul > li:hover > a,
body.category #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-O-LNxQaXzW-.tatsu-menu > ul > li:hover > a {
    color: rgba(153,148,144,1) !important;
}

body.tax-sector #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item) polyline,
body.category #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item) polyline {
    stroke: #000000 !important;
}

body.tax-sector .tatsu-menu > ul > li:hover > .sub-menu-indicator svg polyline,
body.category .tatsu-menu > ul > li:hover > .sub-menu-indicator svg polyline{
    stroke: rgba(153,148,144,1) !important;
}

body.tax-sector #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-hamburger div>span,
body.category #tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-hamburger div>span{
    background: #000000 !important;
}

/* Archive Title */
.be-blog-archive-title {
    padding: 50px 0 30px;
}
.be-blog-archive-title h1 {
    margin: 0;
}

/* First post */
.exp-posts-loop-style4 article:first-child {
    padding-top: 20px;
}

/* Search sidebar */
.be-sidebar-sticky .widget:first-child {
    padding-top: 20px;
}

/* Thumbnails */
.be-grid-placeholder.compat-object-fit {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.be-grid-placeholder.compat-object-fit img {
    opacity: 0;
}
.exp-post-thumb .exp-post-thumb-inner.compat-object-fit {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.exp-post-thumb .exp-post-thumb-inner.compat-object-fit img {
    opacity: 0;
}

/* Case Studies Filter */
.tatsu-case-studies-filter .be-portfolio-container .portfolio-item.be-col {
    padding: 0 20px;
    margin-bottom: 40px;
}
.tatsu-case-studies-filter.be-portfolio-module .portfolio-thumb-img-wrap .be-grid-placeholder {
    padding-bottom: 70%;
}
.tatsu-case-studies-filter .be-portfolio-container .portfolio-item.be-col .cast-study-filter-content {
    padding: 20px;
    background-color: #fff;
}
.tatsu-case-studies-filter .thumb-title-wrap .thumb-title {
    font-size: 20px;
    line-height: 26px;
    min-height: 110px;
}
.tatsu-case-studies-filter .portfolio-item-cats-inner-wrap {
    color: #000;
    margin-bottom: 10px !important;
}

/* Careers Insights */
.work-insight .tatsu-column-inner {
    padding-bottom: 55px;
}
.work-insight .tatsu-column-inner .tatsu-column-pad-wrap,
.work-insight .tatsu-column-inner .tatsu-column-pad-wrap .tatsu-column-pad {
    position: static;
}
.work-insight .tatsu-column-inner .tatsu-animated-link {
    position: absolute;
    bottom: 0;
    left: 0;
}
.work-insight p {
    line-height: 100%;
}
.work-insight h3 {
    margin-top: 5px;
}

/* Contact Form Footer */
.contact-form-footer input:not([type='checkbox']):not([type="submit"]), 
.contact-form-footer textarea,
.contact-form-footer select {
    position: relative;
    background-color: #fff;
    color: #414141;
    border: none;
    border-bottom: 2px solid #999490;
    border-radius: 0;
    box-shadow: none;
}
.contact-form-footer input[type='checkbox'] {
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
    box-shadow: none;
    border: 1px solid #999490;
    background-color: #fff;
    color: #000;
}
.contact-form-footer select::-ms-expand {
    display: none;
}
.contact-form-footer textarea {
    resize: none;
}
#contact-us .contact-form-footer label {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 600;
}
#contact-us .contact-form-footer input:not([type='checkbox']):not([type="submit"]):focus, 
#contact-us .contact-form-footer textarea:focus,
#contact-us .contact-form-footer select:focus {
    border-color: #000;
}
#contact-us .contact-form-footer .selectdropdown {
    position: relative;
}
#contact-us .contact-form-footer .selectdropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    border: solid #999490;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    pointer-events: none;
}
#contact-us .contact-form-footer .selectdropdown select {
    padding-right: 45px;
}
.contact-form-footer .exp-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999490 !important;
}
.contact-form-footer .exp-form ::-moz-placeholder { /* Firefox 19+ */
    color: #999490 !important;
}
.contact-form-footer .exp-form :-ms-input-placeholder { /* IE 10+ */
    color: #999490 !important;
}
.contact-form-footer .exp-form :-moz-placeholder { /* Firefox 18- */
    color: #999490 !important;
}
.contact-form-footer span.wpcf7-list-item {
    margin: 0;
    position: relative;
    padding: 0 0 0 22px;
}
.contact-form-footer span.wpcf7-list-item label {
    font-size: 14px;
}
.contact-form-footer span.wpcf7-list-item label a {
    font-weight: bold;
    text-decoration: underline;
}
.contact-form-footer span.wpcf7-list-item label a:hover,
.contact-form-footer span.wpcf7-list-item label a:focus {
    text-decoration: none;
}
.contact-form-footer span.wpcf7-list-item input {
    position: absolute;
    top: 2px;
    left: 0;
}
.contact-form-footer .recaptcha-text {
    font-size: 14px;
}
.contact-form-footer .recaptcha-text a {
    font-weight: bold;
    text-decoration: underline;
}
.contact-form-footer .recaptcha-text a:hover,
.contact-form-footer .recaptcha-text a:focus {
    text-decoration: none;
}
.grecaptcha-badge {
    visibility: hidden;
}
/* Contact Right Column */
.contact-right-column a.underline {
    text-decoration: underline;
}
.contact-right-column a.underline:hover {
    text-decoration: none;
}

/* Search Form */
.widget_search .searchform .exp-searchform-icon {
    cursor: pointer;
}

/* Bold links in inline-text modules */
.tatsu-module.tatsu-inline-text a,
.tatsu-module.tatsu-title-icon a, 
body.single-post .exp-post-single-content a,
.tatsu-module.tatsu-list .tatsu-list-content .tatsu-list-inner a {
    font-weight: bold;
    text-decoration: underline;
}
body.single-post .exp-post-single-content a {
    color: #df1e3c;
}
.tatsu-module.tatsu-inline-text a:hover,
.tatsu-module.tatsu-inline-text a:focus,
.tatsu-module.tatsu-title-icon a:hover,
.tatsu-module.tatsu-title-icon a:focus,
body.single-post .exp-post-single-content a:hover,
body.single-post .exp-post-single-content a:focus,
.tatsu-module.tatsu-list .tatsu-list-content .tatsu-list-inner a:hover,
.tatsu-module.tatsu-list .tatsu-list-content .tatsu-list-inner a:focus {
    text-decoration: none;
}
.internal-nav-menu .tatsu-module.tatsu-inline-text a {
    text-decoration: none;
    color: #fff;
}
.internal-nav-menu .tatsu-module.tatsu-inline-text a:hover {
    opacity: 0.8;
}

/* Forms */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    border: none;
}
.tatsu-success,.wpcf7-response-output.wpcf7-mail-sent-ok {
    background:#6ba843;
    color:#fff
}
.tatsu-error, .wpcf7-response-output.wpcf7-validation-errors {
    background:#df1e3b;
    color:#fff;
}
span.wpcf7-not-valid-tip {
    color: #df1e3b;
}

/* Careers */
.careersblock.novacancies {
    margin: 0 auto;
    text-align: center;
    width: 72%;
}
.careersblock.novacancies a {
    font-weight: bold;
    text-decoration: underline;
}
.careersblock.novacancies a:hover {
    text-decoration: none;
}
.careersblock .tatsu-column {
    margin-bottom: 50px !important;
}
.careersblock .tatsu-column > .tatsu-column-inner {
    background-color: rgba(255,255,255,1);
    border-width: 1px 1px 1px 1px;
    border-color: rgba(232,232,232,1);
    border-radius: 4px;
}
.careersblock .tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad {
    padding: 30px 30px 30px 30px;
}
.careersblock .tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad .tatsu-inline-text.margin5 {
    margin: 0 0 5px 0;
}
.careersblock .tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad .tatsu-animated-link-inner {
    color: rgba(107,168,67,1);
}
.othervacancies h2 {
    text-align: center;
    color: rgba(153,148,144,1);
}
body.single-careers .exp-post-single-content a {
    font-weight: bold;
    text-decoration: underline;
    color: #df1e3c;
}
body.single-careers .exp-post-single-content a:hover {
    text-decoration: none;
}

.tatsu-title-icon a .h9 {
    color: inherit;
}
.tatsu-title-icon a .h9:after {
    color: inherit;
    content: "\e912";
    font-family: 'tatsu-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-image-.tatsu-column-effect-.tatsu-2stIAGsD5 .tatsu-interactive-box-title.h3:before {
    background: url('custom-svg-icons/edgeTri-red.svg') no-repeat top left;
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-bottom: 25px;
}

.tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-image-.tatsu-column-effect-.tatsu-0oZmVzK-FO .tatsu-interactive-box-title.h3:before {
    background: url('custom-svg-icons/edgeTri-blue.svg') no-repeat top left;
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-bottom: 25px;
}

.tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-image-.tatsu-column-effect-.tatsu-LpRW33lZJ- .tatsu-interactive-box-title.h3:before {
    background: url('custom-svg-icons/edgeTri-yellow.svg') no-repeat top left;
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-bottom: 25px;
}

.tatsu-column.tatsu-bg-overlay.tatsu-one-half.tatsu-column-image-.tatsu-column-effect-.tatsu-Qb10VOVnNO .tatsu-interactive-box-title.h3:before {
    background: url('custom-svg-icons/edgeTri-green.svg') no-repeat top left;
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-bottom: 25px;
}



.tatsu-interactive-box-inner {
    overflow: hidden!important;
}




/* Mobile Nav */
.tatsu-mobile-menu ul li ul li, .tatsu-sidebar-menu ul li ul li {
    margin-top: 20px;
}

/* Footer Bottom */
.footer-bottom .tatsu-module.tatsu-inline-text a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

/* Back to Top */
#be-themes-back-to-top {
    transition: bottom 0.3s;
}
body.posts-nav-sticky-active #be-themes-back-to-top {
    bottom: 105px;
}

/* Inline Icon Fix */
.tatsu-icon-bg.plain .tatsu-icon.default, 
.tatsu-normal-icon .tatsu-icon.plain:before {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* 404 Page */
.error404 .tatsu-header.header-main {
    background-color: rgba(252,251,250,1) !important;
}






/*-- GRAVITY FORMS --*/
p.gform_required_legend {
    display: none;
}

/*
form#gform_1 {
    max-width: 700px;
    margin: 0 auto;
    background: #fcfbfa;
    padding: 50px;
} 
*/


form#gform_1 h3 {
    color: rgba(153,148,144,1);
}

form#gform_1 input, 
form#gform_1 textarea, 
form#gform_1 select {
    position: relative;
    background-color: #fff;
    color: #414141;
    border: none;
    border-bottom: 2px solid #999490;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    color: #414141;
    font-size: 17px;
    line-height: 150%;
    width: 100%;
    padding: 14px;
}

form#gform_1 p {
    color: rgba(65,65,65,1);
}

form#gform_1 label {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 600;
    font-size: 17px!important;
    line-height: 150%;
    color: rgba(65,65,65,1);
    margin-bottom: 0px;
}

form#gform_1 input::placeholder, 
form#gform_1 textarea::placeholder, 
form#gform_1 option::placeholder {
    font-family: "Lato",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px!important;
    text-transform: none;
    letter-spacing: 0;
    line-height: 150%;
    color: #99948f;
}

/* with the :focus here, we would show grey when not using the element */
form#gform_1 select {
  font-family: "Lato",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px!important;
    text-transform: none;
    letter-spacing: 0;
    line-height: 150%;
    color: #99948f;
}

/* with the :focus here, we show grey when using the element */
form#gform_1 select:focus {
  position: relative;
    background-color: #fff;
    color: #414141;
    border: none;
    border-bottom: 2px solid #999490;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    color: #414141;
    font-size: 17px;
    line-height: 150%;
    width: 100%;
    padding: 14px;
    font-weight: 600;
}

form#gform_1 option {
  color: red;
}

form#gform_1 option:first-of-type {
  color: #9e9e9e;
}

form#gform_1 input#choice_1_7_1 {
    text-align: left;
    width: inherit!important;
    margin: 0!important;
}

form#gform_1 #input_1_7 label {
    font-size: 15px!important;
}

form#gform_1 #input_1_7 label a {
    text-decoration: underline;
    font-weight: 700!important;
}

form#gform_1 p.recaptcha-text {
    font-size: 14px;
}

form#gform_1 p.recaptcha-text a {
    text-decoration: underline!important;
}

form#gform_1 input[type="submit"] {
    color: #ffffff;
    background-color: rgba(153,148,144,1);
    border-radius: 60px;
    width: 100%;
    margin-top: 20px;
}

form#gform_1 input[type="submit"]:hover {
	box-shadow: 0 10px 14px 1px rgb(0 0 0 / 19%);
}

form#gform_1 input, 
form#gform_1 textarea, 
form#gform_1 select {
    margin-bottom: 20px!important;
}

span#gfield_upload_rules_1_11 {
    margin-top: -10px;
    margin-bottom: 20px;
}

#gform_confirmation_message_1 {
    padding-bottom: 60px;
}






@media only screen and (min-width: 1200px){
    .hero-header .tatsu-section-background {
        background-size: auto 100% !important;
    }
    #homepage-hero-header .tatsu-section-background {
        background-size: auto 90% !important;
    }
}

@media only screen and (max-height: 719px) and (min-width: 1025px){
    .hero-header .tatsu-section-background {
        background-size: auto 100% !important;
    }
    #homepage-hero-header .tatsu-section-background {
        background-size: auto 90% !important;
    }
}

@media only screen and (min-height: 1250px){
    .hero-header .tatsu-custom-height-wrap {
        min-height: 1000px !important;
    }
}

@media only screen and (max-width: 1299px){
    .hero-header .tatsu-custom-height-wrap {
        align-items: flex-start !important;
    }
}

@media only screen and (max-width: 1199px){
    .tatsu-header-col.header-logo {
        flex-basis: 23% !important;
    }
    .tatsu-header-col.header-menu {
        flex-basis: 60% !important;
    }
    .tatsu-header-col.header-menu .tatsu-menu > ul > li > a {
        font-size: 15px;
    }
    .tatsu-header-col.header-menu .tatsu-menu .tatsu-sub-menu li a {
        font-size: 15px;
    }
    .tatsu-header-col.header-btn {
        flex-basis: 17% !important;
    }
    .tatsu-header-col.header-btn .smallbtn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px){
    body.homepage-hero-header .tatsu-header-navigation > .tatsu-menu > ul > li > a,
    body.services-header .tatsu-header-navigation > .tatsu-menu > ul > li > a,
    body.systems-header .tatsu-header-navigation > .tatsu-menu > ul > li > a,
    body.consultancy-header .tatsu-header-navigation > .tatsu-menu > ul > li > a,
    body.culture-header .tatsu-header-navigation > .tatsu-menu > ul > li > a {
        text-shadow: none;
    }
    #homepage-hero-header .tatsu-section-background {
        background-size: 70% auto !important;
    }
    .hero-header .tatsu-custom-height-wrap {
        min-height: 600px !important;
    }
    .tatsu-header-col.header-logo,
    .tatsu-header-col.header-btn {
        flex-basis: 50% !important;
    }
    .tatsu-header-col.header-btn .smallbtn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px){
    .work-insight {
        margin-bottom: 50px !important;
    }
}





@media only screen and (max-width: 959px){
    body.posts-nav-sticky-active #be-themes-back-to-top {
        bottom: 80px;
    }
}

@media only screen and (max-width: 767px){
    .tatsu-header-col.header-logo {
        flex-basis: 83% !important;
    }
    .tatsu-header-col.header-btn {
        flex-basis: 17% !important;
    }
    .hero-header .tatsu-column {
        width: 65% !important;
    }
    .internal-nav-menu .tatsu-module.tatsu-inline-text a:after {
        color: #fff;
        content: "\e912";
        font-family: 'tatsu-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .work-insight .tatsu-column-inner {
        padding-bottom: 0;
    }
    .work-insight .tatsu-column-inner .tatsu-column-pad-wrap,
    .work-insight .tatsu-column-inner .tatsu-column-pad-wrap .tatsu-column-pad {
        position: relative;
    }
    .work-insight .tatsu-column-inner .tatsu-animated-link {
        position: static;
        bottom: auto;
        left: auto;
    }
    .careersblock.novacancies {
        width: 100%;
    }
}

@media only screen and (max-width: 599px){
    .hero-header .tatsu-column {
        width: 100% !important;
    }
    .hero-header .tatsu-section-background {
        background-size: 100% auto !important;
    }
    #homepage-hero-header .tatsu-section-background {
        background-size: 100% auto !important;
    }
    .hero-header .tatsu-custom-height-wrap {
        min-height: 700px !important;
    }
}

@media only screen and (max-width: 549px){
    .hero-header .tatsu-custom-height-wrap {
        min-height: 650px !important;
    }
}

@media only screen and (max-width: 479px){
    .exp-post-author-image {
        width: auto;
        height: auto
    }
}

@media only screen and (max-width: 449px){
    .hero-header .tatsu-custom-height-wrap {
        min-height: 600px !important;
    }
}





@media (min-width: 1025px) and (max-width: 1040px) {
	.tatsu-header-logo .logo-img {
		max-width: 96%!important;
	}
}




/*-- INTERNATIONAL BANNER --*/

#banner-international {
	background: #008FDC;
	color: #fff;
}

#banner-international {
    background: #008FDC;
    color: #fff;
    font-family: inter;
    font-size: 17px;
    text-align: center;
    padding: 12px 20px;
}

#banner-international a {
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
}

#banner-international a:hover {
    color: #011B2B;
}


/*-- INTERNATIONAL POP-UP --*/

.pum-container {
    max-width: 650px !important;
}

#popup-international-wrapper {
    margin: 0;
	box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
}

#popup-international-wrapper .vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#popup-international-text {
    padding: 40px 50px;
}

#popup-international-text h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif !important;
}

#popup-international-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    font-family: "Inter", sans-serif !important;
}

#popup-international-text h3 a {
    color: #008FDC !important;
    font-size: 27px;
    line-height: 30px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
}

#popup-international-text h3 a:hover {
    color: #fff !important;
    cursor: pointer;
}

#popup-international-icon {
    position: absolute;
    right: 40px;
    bottom: 25px;
    width: 45px;
    margin: 0;
}

button.pum-close.popmake-close {
    background: #041625 !important;
    line-height: 8px !important;
    width: 22px !important;
    height: 22px !important;
}

@media (max-width: 767px) {
	#popup-international-icon {
	    bottom: -11px;
	}
}