table td {
		background-color: #fff;
}


/* buttons */

/* color */

.europe-link {
	border: 2px solid #3855A3 !important;
}

/* two rows */

@media only screen and (min-width: 768px) {
  
  .europe-row {
  display: flex;
  max-width: 550px;
}
.europe-column {
  flex: 50%;
  padding: 10px;
}
  
}


/*social links text*/

.europe-connect-links {
	font-family: "adobe-caslon-pro",serif !important;
	font-weight: 400;
	font-style: italic;
	font-size: .9375rem;
}


/* page styles */



.node--type-international-office .landing-page__hero.has-image .hero__image {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: 100vw;
}

@media (min-width: 48rem){
.node--type-international-office .landing-page__hero.has-image .hero__image {
 	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    grid-column: 7 / 12;
    -ms-grid-column: 7 !important;
    -ms-grid-column-span: 5;
    width: 100%;
    padding: 200px 50px;
}

.node--type-international-office .landing-page__hero {
    max-height: unset;
}
}
