@font-face {
  font-family: GothamBook;
  src: url("../fonts/Gotham-Book.woff");
}
@font-face {
  font-family: GothamBold;
  src: url("../fonts/Gotham-Bold.woff");
}
@font-face {
  font-family: GothamBlack;
  src: url("../fonts/Gotham-Black.woff");
}
@font-face {
  font-family: GothamLight;
  src: url("../fonts/Gotham-Light.woff");
}

@font-face {
  font-family: fontello;
  src: url("../fonts/fontello.woff");
  font-weiget: normal;
  font-style: normal;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

.fonticon {
  font-family: fontello;
}
/* /////////////////////////////////////// */




html,
body {
  margin: 0;
  font-family: GothamBook, sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-width: 320px;
}
nav #menu{
  box-sizing: border-box;
  padding-left: 20%;
}
nav #menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;

}

nav #menu>ul>li:nth-last-child(1) a{
  text-align: right;
  position: absolute;
  bottom: 100px;
  background: #00a2a7;
  padding: 15px 34px;
  border-radius: 25px;
  transition: 0.3s;
  z-index: 0;
}

nav #menu ul li:nth-last-child(1) a{
  text-align: right;
}


nav #menu ul li:nth-last-child(1) a:hover{
  background: #17bfc4;
}



nav #menu .sub-menu li:nth-last-child(1) a{
  text-align: left;
}
nav #menu ul li:nth-last-child(2){
  margin-left: 100px;
}

nav #menu .sub-menu li:nth-last-child(2){
  margin-left: 0px;
}

.current_page_item a{
  color: rgba(255, 255, 255, 1);;
}

nav #menu ul li{
  min-width:100px;
  margin-bottom: 0px;
}
nav #menu ul li > ul{
   display: none;
   flex-direction: column; 
 }
 nav #menu ul li > ul li{
  width: 100%;
} 

nav #menu ul li:hover > ul{
  display: flex;
}

nav #menu .sub-menu{
  min-width: 200px;
  text-align: left;
  background-color: #00a2a7;
  border-radius: 5px;
  position: absolute;
  margin-top:-34px;
  left: 60%;
  overflow: hidden;
  z-index: 9999;
}



 nav #menu .current_page_item a{
  color: rgba(255, 255, 255, 1);
}

 nav #menu a:hover{
   color: rgba(255, 255, 255, 1);;
 }

 nav #menu .sub-menu li > a{
   color: #fff;
   transition: 0.2s;
   padding: 15px;
 }
 nav #menu .sub-menu li > a:hover{
  color: #fff;
  background-color: #17bfc4;
}

 #menuToggle
 {
   display: none;
   position: absolute;
   top: 16px;
   right: 20px;   
   z-index: 999999999;
   -webkit-user-select: none;
   user-select: none;
   cursor: pointer;
 }


#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  transition: 0.3s;
  transform-origin: 4px 2px;
}

.collapsed{
  transform: rotate(45deg);
}

.collapsedLast{
  transform: rotate(-45deg);
}

.collapsedMiddle{
  transform: rotate(-360deg);
  opacity: 0;
}
nav #menu .menu{
  display: flex;
}
nav{
  position: absolute;
}
nav #menu{
  width: 100%;
}
nav #menu .menu{
  display: block;
}
#menuToggle{
  display: none;
}

nav #menu ul li{
  width: 100%;
}

nav #menu .sub-menu li{
  border-bottom: none;
}
nav #menu ul li:nth-last-child(1) a{
  text-align: left;
}
nav #menu ul li:nth-last-child(2){
  margin-left: 0px;
}

nav #menu .logo{
  float: none;
  position: relative;
  margin: 0 auto;
}


nav #menu a{
  display: block;
  padding-top:15px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);

  text-decoration: none;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}
nav #menu .sub-menu li:nth-last-child(1) a{
  text-align: left;
}




.experts{
  width: 118px;
  height: 118px;
  border-radius: 100%;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  margin-left: 0px;
  border: 10px solid #fafafc;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 10px;
  background-color: #fdfdfd;
}

.expertsContainer{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;

}






input::placeholder {
  color:#8a8a8a;
}

strong{
  font-family: GothamBold;
}



a{
  text-decoration: none;
  color: #00a2a7;
}

h1.editorBig{
  color: #303332;
  font-family: GothamBold;
  font-size: 22px;
  line-height: 28px;
}

h2.editorLight{
  color: #303332;
  font-size: 22px;
  font-family: GothamBook !important;
  line-height: 28px;
}

h3.smallerLight{
  color: #303332;
  font-style: 18px;
  line-height: 22px;
}

h1{
  font-size: 22px;
  line-height: 28px;
  color:#303332;;
}

.statement_class{
  font-style: italic;
  font-family: GothamLight;
}

a:hover{
  text-decoration: underline;
}

.nobr {
  white-space: nowrap;
}

.content-block-text-home a {
  text-decoration: none;
}

.content-block-text a {
  text-decoration: none;
}

.content-block-text a:hover {
  text-decoration: underline;
}

.content-block-text .b-text {
  color: #000;
}
.content-block-text .b-text:hover {
  text-decoration: underline;
}
˝
.hr-light {
  opacity: 0.2;
}

.hr-light-products {
  width: 100%;
  padding: 4%;
  box-sizing: border-box;
  opacity: 0.2;
}

nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 18%;
  height: 100%;
  background-color: #37444c;
  background-image: linear-gradient(90deg, #4c5e6a 0%, #37444c 100%);
  display: flex;
  align-items: center;
  font-size: 12px;
  min-height: 580px;
  z-index: 999;
  transition: 0.4s left;
  font-family: GothamBold;
}


#nav_menu-2 .menu li{
  float: left;
  margin-right: 20px;
}

#nav_menu-2 .menu li:last-child{
  margin-right: 0px;
}
#menu-footer{
  float: right;
  margin:0px;
}


nav .menu {
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
  list-style-type: none;
  margin-left: 20%;
}
.menu li {
  list-style: none;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.menu a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.menu a:hover {
  color: rgba(255, 255, 255, 1);
}

.current_page_item a{
  color: rgba(255, 255, 255, 1);
}

nav .logo {
  position: absolute;
  top: 70px;
  left: 20%;
  width: 60%;
  max-width: 170px;
  height: 55px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

#navBtn{
  margin-left: 20%;
}

nav .btn-green{
  position: absolute;
  bottom: -150%;
  color: #fff;
  border-radius: 25px;
  transition: 1s bottom, background-color 0.4s;
}


#hs-eu-cookie-confirmation{
  background:rgba(255, 255, 255, 0) !important;
  border:0 !important;
  box-shadow: 0px 0px 0px !important;
  top: auto !important;
  bottom:10px !important;
  color: #fff !important;
}
#hs-eu-cookie-confirmation-inner{
  background-color: #768693 !important;
  border-radius: 15px;
  font-family: GothamBook;
  width: 70%;
}

#hs-eu-confirmation-button{
  background-color: #00a2a7 !important;
  border: 1px solid #00a2a7 !important;
  display: inline-block !important;
  height: 48px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  font-family: GothamBold !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  color: #f3f3f3 !important;
  outline: none !important;
  transition: 0.4s background !important;
  -webkit-appearance: none !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
  width: 116px !important;
  min-width: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: center !important;
  margin-right: 10px !important;
}
#hs-eu-confirmation-button:hover{
  background-color: #17bfc4 !important;
}

#hs-eu-decline-button{
  display: inline-block !important;;
  height: 48px !important;;
  line-height: 30px !important;;
  font-size: 12px !important;;
  font-family: GothamBold !important;;
  font-weight: normal !important;;
  text-transform: uppercase !important;;
  color: #fff !important;;
  border: 1px solid #afafaf !important;;
  outline: none !important;;
  transition: 0.4s background !important;
  background: rgba(255, 255, 255, 0) !important;;
  -webkit-appearance: none !important;;
  border-radius: 5px !important;;
  margin-bottom: 30px !important;;
  width: 116px !important;;
  min-width: auto !important;;
  padding-left: 20px !important;;
  padding-right: 20px !important;;
  text-align: center !important;;
}

#hs-eu-decline-button:hover{
  background: rgba(255, 255, 255, 0.7) !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
 color: #fff !important;
}

#closeNav {
  position: absolute;
  top: 8px;
  right:0px; 
  z-index: 99999;
  transform-origin: center;
  transform: rotate(45deg);
  fill: #fff;
  display: none;
  cursor: pointer;
}

.close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/close_white.svg") no-repeat;
  background-size: contain;
  z-index: 99999;
  fill: #fff;
  cursor: pointer;
}
#topBar {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(90deg, #4c5e6a 0%, #37444c 100%);
  z-index: 99;
  top: -60px;
  transition: 0.4s top;
}

#topBar ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

#topBar .hamburger {
  height: 40px;
  margin-left: 4%;
  margin-top:7px;
  fill: #fff;
  cursor: pointer;
}

#topBar .logo {
  flex: 1 0 100px;
  height: 50px;
  margin-top: -13px;
  width: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4%;
  margin-top: 8px;
}

#topBar .logo #media_image-2{
  height: 50px;
  width: auto;
}

#topBar .logo #media_image-2 img{
  height: 50px !important;
  margin-top: -13px;
  width: auto;
}


#container {
  position: relative;
  background-color: #fff;
  left: 18%;
  top: 0px;
  width: 82%;
  height: auto;
  transition: 0.4s top, 0.4s left;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9;
  opacity: 0.8;
  display: none;
  transition: 0.4s opacity;
  cursor: pointer;
}

header{
  overflow: hidden;
}

#header {
  background-color: #0075a8;
  color: #fff;
  padding: 4%;
  padding-top:50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 25vh;
  justify-content: flex-start;
  text-align: left;
}

#header .text {
  width: 70%;
  max-width: 600px;
  font-size: 14px;
  line-height: 24px;
  flex: 3 0 320px;
  height: auto;
}

#text-4 h3{
  margin-top: 20px;
  font-size: 30px;
  line-height: 32px;
  font-family: GothamBlack;
  font-weight: normal;
  color:white;
}

#text-4 a{
  font-family: GothamBold;
}
header h1 p {
  margin:0;
  padding:0;
  margin-top:20px;
}

header h1 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 50px;
  line-height: 47px;
  font-family: GothamBlack;
  font-weight: normal;
  color:white;
  margin:0px;
  margin-bottom:12px;
}


#headerImage {
  margin-top: 10px;
  flex: 1 0 220px;
  height: 280px;
  text-align: right;
}

#headerImage img{
  height: 280px;
  width: auto;
}

#headerHome #headerImage {
  margin-top: 0px;
  flex: 1 0 320px;
  max-width: 550px;
  height: auto;
  display: flex;
  justify-content: center;
}




#headerHome #headerImage img{
  width: 90%;
  height: auto;
}


#headerImage.jobs {
  background-image: url("../images/partners_b.png");
}

#headerImage.solutions {
  background-image: url("../images/solutions_small.png");
}

#headerImage.partners {
  background-image: url("../images/partners_b.png");
}

#headerImage.contact {
  background-image: url("../images/contact.png");
}

#headerImage.products {
  background-image: url("../images/dooh.png");
}

#headerImage.disclosure {
  height: 250px;
  background-image: url("../images/disclosure.png");
}

#headerImage.privacy {
  background-image: url("../images/privacy.png");
}

#headerImage.news {
  height: 250px;
  background-image: url("../images/news.svg");
}

#headerImage.careers {
  height: 250px;
  background-image: url("../images/careers.png");
}

#headerImage.team {
  height: 250px;
  background-image: url("../images/team.png");
}

#headerHome {
  background-color: #0075a8;
  color: #fff;
  padding: 4%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 25vh;
  padding-bottom: 50px;
  align-items: center;
  justify-content: space-between;
}



#headerHome .p-green {
  background-color: #d5d400;
  margin-top: 20px;
  margin-bottom: 70px;
}

#headerHome .p-green:hover {
  background-color: #e4e402;
}

#headerHome .text {
  width: 70%;
  font-size: 14px;
  line-height: 24px;
  flex: 1 0 320px;
  height: 600px;
  margin-top: 60px;
  margin-right: 50px;
  max-width: 500px;
}

ul.news{
  margin-left: -60px;
}
ul.news li{
  margin-left: 20px;
  list-style: none;
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.megaHeader{
  font-family: GothamBold;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 60px;
  color:#303332;;
}

.green-stripe {
  display: inline-block;
  width: 62px;
  height: 6px;
  background-color: #d5d400;
  margin-top: 12px;
}

#headerHome h1 {
  margin-top: 80px;
  font-size: 48px;
  margin-bottom: 36px;
  line-height: 52px;
  font-family: GothamBlack;
  font-weight: 400;
}

#headerHome p {
  margin-top:11px;
  margin-bottom:24px;
  width: 90%;
}

.content-block-highlight .wrapper_bg.verve{
  background: #13516b !important;
}

.wrapper_bg .illus.verve {
  background-image: url("../images/vervegroup.svg");
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  padding: 60px;
}

.wrapper_bg .illus.verve.mobile {
  display: none;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  padding: 60px;
}


.usp{
  padding-left:13px;
}


.strong{
  font-family: GothamBold;
}

.light{
  font-family: GothamLight;
}

.content-block {
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  overflow: hidden;
}

.gray-bg {
  background-color: #fafafc;
}





.content-block hr {
  margin-top: 70px;
  margin-bottom: 0px;
  height: 1px;
  background-color: #ccc;
  border: none;
  margin-bottom: -20px;
}

h2.home-title {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400;
  font-size: 10px;
  padding-left: 4%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 21px;
  font-family: GothamBold;
  color:#54606a;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

h2.home-title-default {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400;
  font-size: 10px;
  padding-left: 7%;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 21px;
  font-family: GothamBold;
  color:#54606a;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-left:-7%;
  margin-right:-100%;
}

.buttonGreen{
    background-color: #00a2a7;
    border: 1px solid #00a2a7;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-family: GothamBold;
    font-weight: normal;
    text-transform: uppercase;
    color: #f3f3f3;
    outline: none;
    -webkit-appearance: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: auto;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-right: 10px;
    transition: background-color 0.4s;
    cursor: pointer;
}

.buttonGreen:hover {
  background-color: #17bfc4;
  text-decoration: none !important;
}

.btn-green {
  background-color: #00a2a7;
  border: 1px solid #00a2a7;
  display: inline-block;
  height: 48px;
  line-height: 50px;
  font-size: 12px;
  font-family: GothamBold;
  font-weight: normal;
  text-transform: uppercase;
  color: #f3f3f3;
  outline: none;
  -webkit-appearance: none;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 116px;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-right: 10px;
  transition: background-color 0.4s;
}

.btn-green.p161{
  background-color: #00a2a7;
  border: 1px solid #00a2a7;
}

.btn-green.autoW{
  width: auto;
}

.btn-trans {
  display: inline-block;
  height: 48px;
  line-height: 50px;
  font-size: 12px;
  font-family: GothamBold;
  font-weight: normal;
  text-transform: uppercase;
  color: #303332;
  border: 1px solid #afafaf;
  outline: none;
  transition: 0.4s background;
  background: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 116px;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.btn-trans.b {
  background: rgba(0, 0, 0, 0);
}

.btn-trans.w {
  text-align: center;
  margin-top: 20px;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  text-decoration: none;
}

.btn-trans.w:hover {
  background: rgba(255, 255, 255, 0.8);
}


.btn-green:hover {
  background-color: #17bfc4;
  text-decoration: none !important;
}

.btn-trans:hover {
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}

.btn-trans.b:hover {
  background: rgba(0, 0, 0, 0.1);
}

.content-block-text {
  width: 60%;
  padding: 2% 4%;
  color: #777;
}

.content-block-text.full-width{
  width: 100%;
  box-sizing: border-box;
}

.content-block-text.products {
  width: 100%;
  box-sizing: border-box;
  padding: 4%;
}

.content-block-alternative {
  width: 100%;
  padding: 4%;
  box-sizing: border-box;
  background-color: #0075a8;
  font-weight: ;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: -10px;
}

.content-block-highlight {
  width: 100%;
  padding: 4%;
  box-sizing: border-box;
  color: #fff;
}

.content-block-highlight h2 {
  margin-top: 40px;
}

.content-block-highlight .wrapper_bg {
  padding: 0px;
  border-radius: 10px;
  background: linear-gradient(
    to top,
    #344149,
    #344149 100%,
    transparent 1rem,
    transparent 100%
  );
  display: flex;
  flex-wrap: wrap;
  min-height: 300px;
  position: relative;
  z-index: 2;
}

.wrapper_bg .illus {
  flex: 1 0 180px;
  min-height: 240px;
  max-height: 400px;
  background-image: url("../images/prize.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 30% top;
  margin-top: -20px;
}

.wrapper_bg .illus.news {
  background-image: url("../images/news_general.png");
}

.wrapper_bg .text h2 {
  font-size: 28px;
  line-height: 32px;
}

.wrapper_bg .text {
  flex: 1 0 120px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left:30px;
}

#mapWrapper{
  width: 100%;
 background: #0075a8;
}
#mapContainer{
 width: 100%;
 background: #f6f6f6;
 overflow: hidden;
 height: 430px;
} 
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
width: 100%;
margin-top: -54px;
height: 500px;
border: 0px;
}
.overlay {
background:transparent;
position:relative;
width: 100%;
height:500px; /* your iframe height */
top:500px; /* your iframe height */
margin-top:-500px; /* your iframe height */
}

.content-block-text-home {
  width: 100%;
  padding: 4%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse;
  font-size: 13px;
  line-height: 24px;
}

.content-block-text-home.global {
  display: block;
  max-width: 500px !important;
}

.content-block.global {
  background-image: url("../images/world_bg_blue.png");
  background-size: cover;
  background-position: center;
  height: 600px;
}

.content-block-text-home.global .illus {
  background-image: url("");
}

.content-block-text-home .text {
  flex: 1 0 250px;
  margin-bottom: 100px;
}

.content-block-text-home .text p {
  margin-bottom: 36px;
  max-width: 380px;
}
.content-block-text-home .illus {
  margin-top: -130px;
  height: 600px;
  flex: 1 0 400px;
  background-image: url("../images/dooh_screen.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.content-block-text-home .illus.industries {
  margin-right: -60px;
  background-size: contain;
}

.content-block-text-home .illus.tools {
  margin-right: -100px;
  background-size: contain;
}

.content-block-text-home .illus.global {
  margin-right: -140px;
  background-size: contain;
}

.content-block-text-home .illus.partners {
  margin-top: -30px;
  margin-right:-80px;
  flex: 1 250px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.illus.contract {
  width:200px;
  height:200px;
  right:20px;
  background-size: contain;
}

.content-block-text-home .circle {
  background-color: #fff;
  border: 1px solid #999;
  width: 150px;
  height: 150px;
  flex-basis: 150px;
  border-radius: 100%;
  box-shadow: 3px 3px 5px 1px #ccc;
  background-image: url("../images/partners/m7.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  margin-left: 50px;
  margin-bottom: 50px;
}

.circle.a {
  background-image: url("../images/clients/mediahuis.png");
}
.circle.b {
  background-image: url("../images/clients/abovo.png");
}
.circle.c {
  background-image: url("../images/clients/adpepper.png");
}
.circle.d {
  background-image: url("../images/clients/dpg.png");
}

.content-block-text-home .illus {
  text-align: right;
}

.content-block-text-home .illus img {
  width: auto;
  height: 100%;
}

.content-block-text-home button {
  margin-top: 20px;
}

.content-block-text-home h1 {
  font-family: GothamBold;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  color:#303332;
  margin-top: 40px;
  max-width: 480px;
}

.content-block h2 {
  font-size: 22px;
  font-family: GothamBold;
}

.content-block-text.products h1 {
  font-size: 22px;
  font-family: GothamBook;
}
.content-block-text.products h2 {
  font-size: 18px;
  font-family: GothamBook;
}
.content-block-text.products p {
  font-family: GothamBook;
  font-size: 14px;
  line-height: 24px;
  max-width: 900px;
}

.content-block-text-home.news{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.content-block-text-home.news.press{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.content-block-text-home .newsPost{
  width: 100%;
  flex: 1;
  min-width: 300px;
  max-width: 340px;
  height: auto;
  min-height: 470px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 35px 0 rgba(145, 158, 190, 0.16);
}

.newsPost .img{
  width: 100%;
  height: 173px;
  border-radius: 10px 10px 0px 0px;
  background-size: 100%;
  background-image: url('../images/newsbackground.jpg');
  background-size: cover;
  background-position: center;
}

.newsPost .txt{
  padding: 20px;
  font-size: 13px;
  line-height: 22px;
  color: #777;
}

.newsPost .txt h3{
  margin-top: 0px;
  font-family: GothamBold;
}

.newsPost.blog .btn-green{
  position: relative;
  bottom: 10px;
  left: 20px;
}

.newsPost.press .btn-green{
  margin-bottom: 20px;
  margin-left: 20px;
}

.newsPost .btn-trans:hover{
  background: rgba(0, 0, 0, 0);
}


#newsHeader{
  width: 100%;
  max-width: 686px;
  height: auto;
}

#newsHeader .img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.current{
  background-color: #00a2a7;
  color: #fff;
  font-family: GothamBold;

}
 
#newsBox{
  width: 26%;
  margin-right: 4%;
  margin-top:20px;
  min-width: 130px;
  max-width: 530px;
}

#newsBox h3{
  font-family: GothamBold;
  padding-left:20px;
  padding-right: 20px;
}

#newsBox .container{
  box-sizing: border-box;
  border: 1px solid #eee;
}
#newsBox .container ul{
  padding: 0px;
  margin: 0px;
}
#newsBox .container li{
  margin: 0;
  padding:20px;
  box-sizing: border-box;
  list-style: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
#newsBox .container li:hover{
  background-color: #eee;
  color: #000;
}



#newsBox .container li a{
  color: #777;
}

  #newsBox .container li:first-child{
    border-top: 1px solid #eee;
  }
  
#newsBox .container li:last-child{
  border-bottom: 0px;
}

.testimonial {
  padding: 2% 4%;
  box-sizing: border-box;
  text-align: center;
}

.testimonial-img img {
  max-width: 130px;
  height: auto;
  margin-bottom: 30px;
}

.testimonial .img {
  width: 65px;
  height: 65px;
  background: url("../images/clients/m7.png") no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  margin-top: 30px;
}


.testimonial .name {
  font-family: GothamBlack;
  font-size: 18px;
}

.testimonial p {
  margin-bottom: 80px;
  max-width: 700px;
  margin-left:auto;
  margin-right:auto;
}

.testimonial .company {
  font-family: GothamBold;
  margin-top: 18px;
  font-size: 14px;
  text-transform: uppercase;
}

.containerCards {
  padding: 4% 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.containerCards.case {
  align-items: flex-start;
}


.highLight{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.highLight .icon{
  flex: 1 0 250px;
  width: 100%;
  max-width: 500px;
  height: 320px;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}




.highLight .text{
  flex: 1 0 250px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 22px;
  max-width: 460px;
  overflow: hidden;
}
.highLight .text h3 {
  font-size: 32px;
  font-family: GothamBold;
  line-height: 33px;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;

}
.highLight .text h4 {
  font-size: 20px;
  font-family: GothamBold;
  margin: 0;
  padding: 0;
}


.highLight.services{
  justify-content: space-around;
}
.highLight.services .text h1{
  font-family: GothamBold;
}

.highLight.services .text{
  min-width: 320px;
  max-width: 400px;
}

.highLight.solutions .text a.sheet{
  margin-top:30px;
  background: #00a2a7;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 0px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}

.highLight.solutions .text a.sheet:hover{
  text-decoration: none;
  background: #17bfc4;
}



.highLight .text img{
  max-width: 240px;
}
.caseImage{
  max-width: 240px;
}

.collaborations{
  flex: 1 0 250px;
  height: 320px;
  float: left;
  box-sizing: border-box;
  padding: 0px 40px;
  margin-bottom: 50px;
}

.content-block.gray-bg.services{
  display: flex;
  justify-content: center;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 40px;
}

.content-block.gray-bg.services h1.title{
  font-size: 43px;
  line-height: 44px;
  font-family: GothamBold;
  margin-bottom: 0px;
}

.newsLabel{
  position:absolute; 
  z-index:999; 
  width:120px;
  height:20px;
  transform: rotate(-40deg);
  background: #00a2a7;
  color: #fff;
  text-align:center;
  top:20px;
  left: -26px;
}

ul.partners{
  list-style: none;
  margin:0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

ul.partners li{
  float: left;
  margin: 20px;
}

ul.partners li img{
  max-width: 120px;
}

.containerCards p{
  color: #777777;
}

.solutions .containerCards{
  padding-bottom: 170px;
}

.containerCards .item .icon {
  width: 100%;
  height: 160px;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}

.containerCards .item .icon2 {
  width: 100%;
  height: 160px;
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.containerCards .item .icon.services {
  height: 80px;
}

.preContainerCards{
  padding-left:4%;
  padding-right:4%;
  padding-top:20px;
  padding-bottom:40px;
  max-width: 700px;
  //background-color: #eee;
}

.preContainerCards p{
  color:#777777;
}

.service_quote_start{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #c1c7d0;
  font-size: 80px;
  line-height: 50px;
}

.quoteServices h3{
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.quoteServices img{
  max-width: 140px;
}

.quoteServices{
  padding-bottom: 100px !important;
}

.topTitle{
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-family: GothamBold;
  padding-top: 20px;
  padding-bottom: 20px;
}
.topTitle h1{
  font-size: 33px;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
}


.bottomTitle{
  width: 100%;
  text-align: center;
  font-family: GothamBold;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bottomTitle.teamMember{
  max-width: 500px;
}
.bottomTitle.teamMember h1{
  padding:0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 50px;
}
.bottomTitle.teamMember p{
  line-height: 21px;
}

.bottomTitle.teamMember h3{
  padding:0;
  margin: 0;
  margin-top:6px
}

.content-block.flexCenter{
  display: flex;
  justify-content: center;
}

.bottomTitle.teamMember p{
  font-family: GothamBook;
}


.bottomTitle h1{
  font-size: 33px;
  line-height: 40px;
}

.bottomServices{
  width: 100%;
  text-align: center;
  font-family: GothamBold;
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #00a2a7;
  color: #fff;
  box-sizing: border-box;
}
.bottomServices h1{
  font-size: 33px;
  line-height: 40px;
  color: #fff;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}

.item {
  flex: 1 0 300px;
  padding-bottom: 4%; /* to simulate height on the empty items */
  padding-right: 28px;
  padding-top: 10px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  max-width: 300px;
  margin:20px;
  box-shadow: 1px 1px 35px 0 rgba(145, 158, 190, 0.16);
}

.jobs-simple{
  text-align: left;
}

#homerun-jobs-widget{
  margin-top:50px;
  margin-bottom: 90px;
}

#homerun-jobs-widget .homerun-widget__vacancy:hover {
  background-color: #eee !important;
}

.item.leadership{
  margin: 0px;
  padding: 0px;
  flex: 1 0 200px;
  max-width: 250px;
  margin: 20px;
  justify-content: space-between;
  text-align: center;
  box-shadow: none;
}

.item.leadership.small{
  margin: 0px;
  padding: 0px;
  flex: 1 0 200px;
  max-width: 200px;
  margin: 0px;
  margin-bottom: 20px;
  justify-content: space-between;
  text-align: center;
  box-shadow: none;
}

.item.leadership a{
  color: #000;
}

.content-block-text.newsItem{
  font-size: 15px;
  line-height: 21px;
}

.item.leadership .icon{
  float: none;
  height: 200px;
  background-position: center;
  transform-origin: center;
  transition: 0.3s;
  cursor: pointer;
}

.item.leadership .icon:hover{
  transform: scale(1.1);
}

.item.leadership .icon2{
  float: none;
  height: 160px;
  background-position: center;
  transform-origin: center;

}

.item.leadership .icon2:hover{
  transform: scale(1.0);
}



.positions{
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px 40px;
  border: 1px solid #eee;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.positions:first-child{
  margin-top: 40px;
}


.positions:last-child{
  margin-bottom: 100px;
}


.item.values{
  position: relative;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  width: 30%;
  min-height: 260px;
  padding: 60px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
}


.item.values .icon{
  position: absolute;
  left: 15px;
  top: -30px;
  width: 65px;
}
.item.services {
  box-shadow: 1px 1px 35px 0 rgba(145, 158, 190, 0.16);
  text-align: center;
  max-width: 250px;
  font-size: 15px;
  line-height: 22px;
}
.item.services .btn-green{
  width: auto;
}

.item h3 {
  margin: 0px;
  font-family: GothamBold;
  font-size: 20px;
}

.homeBlock{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 22px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.homeBlockAlternative{
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 800px;
}

.homeBlockAlternative h1{
  font-size: 38px;
  line-height: 42px;
  font-family: GothamBold;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

.homeBlock .btn-green{
  width: auto !important;
  min-width: 150px;
}

.homeBlock .titles p.smallTitle,.homeBlockAlternative p.smallTitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-family: GothamBold;
}


.homeBlock .titles{
  flex: 1 0 300px;
  max-width: 560px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  padding-right: 30px;
}

.homeBlock .text{
  flex: 1 0 300px;
  max-width: 560px;
  box-sizing: border-box;
}

.homeBlock .text.channels img{
  width: 100%;
  max-width: 520px;
  margin-top: -50px;
  margin-left: 50px;
}


.homeBlock h1{
  font-size: 43px;
  line-height: 44px;
  font-family: GothamBold;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.homeBlock ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.homeBlock ul.usps li{
  background-image: url('../img/usp.png');
  background-size: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 40px;
}


footer {
  background-color: #2f3a41;
  color: #fff;
  overflow: hidden;
}
footer a {
  color: #fff;
  font-weight: normal;
}

footer a:hover{
  color: #fff;
}

.content-block-footer {
  width: 100%;
  box-sizing: border-box;  
  padding: 2% 4%;
}

.content-block-footer .wrapper {
  width: 100%;
  margin: 0 auto;
}

.flex-container-title {
  display: flex;
}

.flex-container-title .box {
  min-width: 100px;
  padding-top: 50px;
  box-sizing: border-box;
}

.flex-container-title .one {
  flex-grow: 3;
  flex-basis: 314px;
}

.flex-container-title h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 0px;
  max-width: 700px;
  margin-bottom: 36px;
  font-family: GothamBook;
}
.flex-container-title p{
  margin-bottom:20px;
}

.flex-container-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container-cta .box {
  min-height: 100px;
}

.flex-container-cta .one {
  flex: 1 0 280px;
}

.mailSubmitBox{
  display: flex;
  flex-direction: row;
  width:100%;
  max-width:380px;
  height:52px;
  margin-top: 20px;
}

.mailField{
  width:60%;
  height:100%;
  background-color: #fff;
  border-radius: 25px 0 0 25px;
}
.mailField input{
  background:transparent;
  font-size: 14px;
  width:86%;
  margin-top:10px;
  margin-left:10%;
  height:30px;
  border:none;
  outline: none;
}

footer .content-block-footer .wrapper .flex-container-cta .box.one .mailSubmitBox .mailBtn{
  background-color:#00a2a7;
}

footer .content-block-footer .wrapper .flex-container-cta .box.one .mailSubmitBox .mailBtn:hover{
  background-color:#17bfc4;
}

.mailBtn{
  font-family: GothamBook;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 56px;
  width:40%;
  height:100%;
  background-color: #d5d400;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  transition: background-color 0.4s;
}
.mailBtn:hover{
  background-color: #e4e402;
}
.one .email {
  border-radius: 26px 0 0 26px;
  display: inline-block;
  height: 52px;
  padding-left: 20px;
  width: 180px;
  border: none;
  margin-top:-1px;
  font-family: 15px;
  color: #3f3f3f;
  outline: none;
}

.one .sub {
  border-radius: 0 26px 26px 0;
  display: inline-block;
  height: 54px;
  line-height: 50px;
  width: 40%;
  margin-left: -4px;
  background-color: #00a2a7;
  font-size: 16px;
  font-family: GothamBold;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: 0.4s background-color;
  -webkit-appearance: none;
}

.one .sub:hover {
  background-color: #17bfc4;
}

.flex-container-cta .two {
  display: flex;
  flex: 3 0 380px;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top:44px;
}
.flex-container-cta .two .a {
  flex: 1 0 120px;
  padding-left: 50px;
}

.flex-container-cta .two .a .offices{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.flex-container-cta .two .a .offices .office h3{
font-size: 14px;
font-family: GothamBold;
}
.flex-container-cta .two .a .offices .office{
  font-size: 11px;
  line-height: 12px;
  width: 150px;
  min-width: 150px;
}
.flex-container-cta .two .a .offices .office:first-child{
  min-width: 150px;
  max-width: 150px;
}

.flex-container-cta .two .b {
  flex: 1 0 120px;
}

.flex-container-partners {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex-container-partners .box {
  height: 40px;
  flex: 1 0 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px;
}

.flex-container-partners .box img {
  height: 100%;
  width: auto;
}

.flex-container-bottom {
  display: flex;

  font-size: 11px;
  padding: 1% 4%;
  background-color: #283136;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.flex-container-bottom .box {
  height: 50px;
  line-height: 50px;
  flex: 1;

}


.flex-container-bottom .two {

  text-transform: uppercase;
  font-family: GothamBook;
  font-weight: normal;
  text-align: right;

}



.content-block-text.full-width {
  box-sizing: border-box;
  width: 100%;
}

.more-clients {
  margin-left: -30px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

.more-clients li {
  margin: 30px;
  flex: 1 0 150px;
  min-height: 150px;
}

.more-clients li img {
  max-width: 150px;
  max-height: 150px;
}

#vidCont {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
  display: none;
}



#showreelVideo {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  background-color: #000;
  z-index: 999;
}

.product{
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 50px;
  width: 280px;
}

.product-container img {
  height: 150px;
  margin-top: 0px;
  max-width: 300px;
  max-height: 300px;
  margin-bottom: 20px;
}

.product-container .btn-green {
  flex: 1 0 40%;
}

.product-container h2 {
  margin: 0px;
  margin-top: 50px;
  margin-bottom: 10px;
}


.product-container .benefits {
  flex: 1 0 280px;
  line-height: 22px;
}

.product-container .icon {
  flex: 1 0 280px;
  text-align: left;
  border-radius: 20px;
}

.icon img {
  margin-top: 50px;
  max-width: 60%;
  max-height: 60%;
}
.icon2 img {
  margin-top: 50px;
  max-width: 60%;
  max-height: 60%;
}

.icon.case{
  max-width: 300px;
  margin: 40px;
  max-height: 100px;
}

.product-container .btn-green {
  flex: 1 0 40%;
}

.cookiesTable{
  display: flex;
  flex-wrap: wrap;
}

.cookiesTable div{
  flex: 1 0 100px;
  padding: 8px;
  border: 1px solid #eee;
  min-height: 40px;
  margin: 4px;
}

#cookietable{
  width:100%;
  border-collapse:collapse;
  color:#6a7f8f;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}
#cookietable td{
  height:24px;
  padding: 0;
  padding-left:6px;
  text-align: left;
  vertical-align: middle;
  border:1px solid #95abbb;
}
#supplypartners{
  width:500px;
  border-collapse:collapse;
  color:#526370;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  margin-bottom: 60px;
}
#supplypartners td{
  height:24px;
  padding: 0;
  padding-left:6px;
  text-align: left;
  vertical-align: middle;

}
#supplypartners tr:first-child{
  font-size: 16px;
  font-weight: 700;
}

.seals{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.seals .a{
  flex: 2;
  margin-right: 40px;
}

.seals .a img{
  padding-top:20px;
  width: 120px;
  height: auto;
  max-width: 120px;
}

.seals .b{
  flex: 8;
    flex-basis: 200px;

}

.offices{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top:-40px;
}

.office{
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 180px;
}
.office:first-child{
  min-width: 240px;
}

.office:last-child{
  min-width: 150px;
}

.office h3{
  font-size: 22px;
  font-family: GothamBook;
}

.hbspt-form{
  display: flex;
  justify-content: center;
}


.hbspt-form .hs-form-iframe {
  width: 100% !important;
  max-width: 600px;
}


/* HubSpot Main Contact Form
/* Inputs (selectors for all inputs)  */
article .hs-form input[type="text"],
article .hs-form input[type="password"], 
article .hs-form input[type="datetime"], 
article .hs-form input[type="datetime-local"], 
article .hs-form input[type="date"], 
article .hs-form input[type="month"], 
article .hs-form input[type="time"], 
article .hs-form input[type="week"], 
article .hs-form input[type="number"], 
article .hs-form input[type="email"], 
article .hs-form input[type="url"], 
article .hs-form input[type="search"], 
article .hs-form input[type="tel"], 
article .hs-form input[type="color"],
article .hs-form input[type="file"],
article .hs-form textarea,
article .hs-form select {
  border: 0;
  width: 100%;
  max-width: 500px;
  height: 20px;
  font-size: 13px;
  padding:10px;
  font-family: GothamBook;
  outline:0;
  background-color: #fff;
  resize: none;
  border-radius:5px;
  margin-bottom: 30px;
}

#contactForm{
  background-color: #4c5e6a;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  max-width:800px;
  color:#fff;
  border-radius: 10px;
}

#contactForm a{
  color:white;
}

article .hs-form textarea{
  height: 100px;
}

article .hs-form .hs-error-msgs label{
  display:block;
  color:#e77b7b;
}

.hs-input:not([type=file]){
  background-color: #fff !important;
}


article .hs-button.primary,
article input[type="submit"],
article input[type="button"] {
  background-color: #00a2a7;
  border: 1px solid #00a2a7;
  display: inline-block;
  height: 48px;
  line-height: 46px;
  font-size: 12px;
  font-family: GothamBold;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  transition: 0.4s background;
  -webkit-appearance: none;
  border-radius: 5px;
  margin-bottom: 10px;
  width: auto;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-right: 10px;
  min-width: 150px;
  cursor: pointer;
  margin-top: 20px;
}

article .hs-button.primary:hover {
  background-color: #17bfc4;
}
.hs-input{
  background: red !important;
  background-color: red !important;
}

#contactForm h3{
  font-size: 22px;
  font-family: GothamBook;
  margin-bottom: 40px;;
}

#contactForm label span{
  display:none;
}

#contactForm label.hs-form-booleancheckbox-display span{
  display: block !important;
}
#contactForm ul{
  margin-top:-24px;
}

#contactForm ul li.hs-form-booleancheckbox{
  padding-top:24px;
  margin-left: -40px;
}

#contactForm label.hs-form-booleancheckbox-display span {
  display: inline-block !important;
  margin-bottom: 6px;
}

#contactForm ul.inputs-list li{
  list-style: none;
  margin-top:0px;
}

.policy{
  font-size: 9px;
}

.content-block-text.clients{
  width:100%;
}

.person{
  display: flex;
  flex-wrap: wrap;
}
.person .description{
  flex: 3 0 260px;
  padding-right: 20px;
}

.person .description h3{
  text-transform: uppercase;
}


.person .photo{
  flex: 1 0 280px;
  text-align: left;
}

.person .photo img{
  width: 100%;
  max-width: 298px;
  height: auto;
}

.textWithImage{
  display: flex;
  flex-wrap: wrap;
}

.textWithImage .description{
  flex: 4 0 250px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.description img{
  width:30px;
  height:33px;
}

.textWithImage .image{
  flex: 5;

  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/contract.png);
}



@media (max-width: 1100px) {
  .content-block-text {
    width: 86%;
  }

  .content-block-text.newsItem{
    width: 60%;
  }
}

@media (max-width: 918px) {

  .content-block-text.newsItem{
    width: 100%;
  }

  #newsBox{
    width: 96%;
    margin-right: 4%;
    margin-top:20px;
    min-width: 130px;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 4%;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  #header p {
    width: 80%;
  }
  #header h1 {
    font-size: 40px;
    line-height: 42px;
  }
  #header .text {
    flex: 3 0 280px;
  }
  #headerHome p {
    width: 80%;
  }
  #headerHome h1 {
    font-size: 40px;
    line-height: 42px;
  }
  #headerHome .text {
    flex: 3 0 280px;
  }
  .flex-container-title h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .flex-container-cta .two {
    margin-top: 50px;
  }
  .content-block-text-home .illus {
    margin-top: -50px;
    height: 400px;
    flex: 2 0 320px;
    margin-bottom: 30px;
  }

  .product-container .icon {
    flex: 1 0 280px;
    text-align: center;
  }
}

@media (min-width: 1900px) {

}

@media (max-width: 732px) {
  .flex-container-cta .two .a {
    padding-left: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  #headerHome .one .email {
    width: 120px;
  }
  .content-block-text-home .circle {
    margin-left: 0px;
    margin: 50px 20px 4px 20px;
  }
  .more-clients {
    margin-left: 0px;
  }
  .more-clients li {
    max-width: 130px;
    margin: 10px;
    flex: 1 0 130px;
    min-height: 130px;
    border-bottom: 1px solid #eee;
  }

  .more-clients li img {
    max-width: 130px;
    max-height: 130px;
    text-align: center;
  }
  .wrapper_bg .illus.verve {
    display: none;
  }

  .wrapper_bg .illus.verve.mobile {
    display:block;
  }


}

@media screen and (max-width: 600px) {
  #cookietable{
      width:100%;
      transform-origin: 0% 0%;
      transform: scale(0.62);
      margin-bottom: -140px;
  }

  #supplypartners{
    width:100%;
    transform-origin: 0% 0%;
    transform: scale(0.7);
    margin-bottom: -100px;
}
}

@media (max-width: 440px) {
  .flex-container-cta .two {
   flex: 3 0 280px;
  }
}

@media (max-width: 420px) {
  .flex-container-cta .one {
    flex: 1 0 280px;
  }
  .one .email {
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .one .sub {
    border-radius: 20px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0px;
  }

  #headerHome .one .email {
    width: 100%;
  }

  .flex-container-bottom {
    font-size: 10px;
  }

  #headerHome .p-green {
    margin-top: 0px;
  }

  .content-block-text-home button {
    margin-bottom: 10px;
    width: 100%;
  }
  .wrapper_bg .text {
    max-width: 240px;
    padding: 16px;
  }
  .more-clients {
    margin-left: 0px;
  }
  .more-clients li {
    max-width: 110px;
    margin: 10px;
    flex: 1 0 110px;
    min-height: 110px;
    border-bottom: 1px solid #eee;
  }

  .more-clients li img {
    max-width: 110px;
    max-height: 110px;
    text-align: center;
  }
}

@media (hover: none) {
  .one .email {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .one .sub {
    border-radius: 20px;
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0px;
    pointer-events: none;
  }
}
