@import 'https://d372dbxlg0efz4.cloudfront.net/css/reset.min.css';
* {
  color: inherit;
  text-decoration: inherit;
}
/* Main Palette */
/* Services Palette */
/* Header - Toolbar */
/* Scroll Bar */
/* Page */
/* Forms */
/* CORE */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #edf2f6;
}
.page-width {
  width: 1150px;
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #FFA300;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #FFA300;
}
strong {
  font-weight: 500;
}
.hide {
  display: none !important;
}
.get-a-quote-link {
  background: #FFA300;
  display: inline-block;
  padding: 0.75em 1em;
  color: #fff;
  font-weight: 400;
  border-radius: 0.25em;
}
a {
  color: #FFA300;
}
p {
  line-height: 1.5em;
}
sup {
  vertical-align: super;
  font-size: 0.5em;
}
i {
  font-style: italic;
}
input,
select,
textarea {
  border: 1px solid #9db5cf;
  border-radius: 4px;
  padding: 0.5em 0.5em;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #FFA300;
}
button {
  background: #FFA300;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 1em;
  border-radius: 4px;
}
form label {
  display: none;
}
form .required-fields {
  font-style: italic;
}
form .required-fields .field-name {
  color: #FFA300;
  font-weight: 600;
}
.validationErrors {
  margin-bottom: 1em;
  padding: 0.25em;
  background: #ffe3b3;
  border-radius: 5px;
}
.validationError {
  line-height: 1.5em;
  padding: 0 0.5em;
}
.inline-helper-text h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1em !important;
  font-weight: 600 !important;
  margin-top: 1.25em;
  margin-bottom: 0;
}
.inline-helper-text p {
  margin-top: -0.45em;
  margin-bottom: 0.75em;
}
.contact-details .contact-method {
  overflow: hidden;
  padding: 0.25em 0;
}
.contact-details .label {
  width: 4em;
  float: left;
  font-weight: 300;
}
.contact-details .value {
  font-weight: 600;
}
.styled-checkbox-container {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  border-radius: 5px;
  line-height: 1.5em;
}
.styled-checkbox-container input,
.styled-checkbox-container label.styled-checkbox {
  text-indent: -100000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid transparent;
  border-radius: inherit;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 1px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.styled-checkbox-container label.styled-checkbox:after {
  content: "✓";
  text-indent: 0;
  color: #eee;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.1em;
}
.styled-checkbox-container input {
  opacity: 0;
  z-index: 100;
}
.styled-checkbox-container input:checked ~ label.styled-checkbox:after {
  color: #000;
}
.ajax-loader {
  width: 24px;
  height: 24px;
  background: url(/images/ajax-loaders/orange.png) no-repeat;
}
/* ICONS */
.icon-ipcentrum:before {
  content: "\e600";
  color: #FFA300;
}
.icon-ipcentrum:after {
  content: "\e601";
  margin-left: -1em;
  color: #5D6067;
}
.icon-ipcentrum.inverted:after {
  color: #fff;
}
.icon-service-validation {
  color: #DC1254;
}
.icon-service-translation {
  color: #779439;
}
.icon-service-renewal {
  color: #00BBE7;
}
.icon-service-thetable {
  color: #efe7d6;
}
/* HEADER */
.page-section[sectionId=header] {
  background: #fff;
  color: #2d2e31;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
}
.page-section[sectionId=header] .inner-tube {
  margin: 0 20px;
}
.page-section[sectionId=header] #toolbar {
  overflow: hidden;
  background: #2d2e31;
  color: #9da0a7;
}
.page-section[sectionId=header] #toolbar .icon {
  color: #FFA300;
}
.page-section[sectionId=header] #toolbar .contact-methods {
  float: right;
  font-size: 0.9em;
  line-height: 2em;
}
.page-section[sectionId=header] #toolbar .contact-methods li {
  float: left;
  margin-left: 1em;
}
.page-section[sectionId=header] #toolbar .contact-methods li .icon {
  margin-right: 0.25em;
}
.page-section[sectionId=header] #toolbar a {
  color: inherit;
}
.page-section[sectionId=header] #nav {
  overflow: hidden;
}
.page-section[sectionId=header] #nav .ip-centrum-logo {
  float: left;
  font-size: 1.85em;
  line-height: 1.125em;
  padding: 0.5em 0;
}
.page-section[sectionId=header] #nav .login,
.page-section[sectionId=header] #nav .menu {
  float: right;
}
.menu li {
  float: left;
}
.menu a,
.login {
  color: inherit;
  display: block;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  padding: 1em;
  margin-left: 0.5em;
  border: 1px solid transparent;
  border-radius: 3px;
}
.menu li a:hover,
.menu li.selected a,
.menu li.contains-selected a {
  border-color: #FFA300;
}
.login {
  position: relative;
  background: #FFA300;
  border-color: #FFA300;
  color: #fff;
  padding-right: 2.25em;
}
.login .icon {
  position: absolute;
  right: 0.75em;
}
.menu,
.login {
  margin-top: 13px;
}
.generic-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
}
.generic-modal .pop-up-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.generic-modal .pop-up-container .pop-up-header {
  background: #5D6067;
  color: #fff;
  padding: 20px;
  font-size: 1.5em;
  font-weight: 300;
}
.generic-modal .pop-up-container .pop-up-body {
  background: #fff;
  padding: 20px;
}
.generic-modal .pop-up-container .pop-up-footer {
  background: #fff;
  padding: 20px;
  margin-top: -1em;
  height: 2em;
}
.generic-modal .pop-up-container button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.generic-modal .pop-up-container .cancel-button {
  right: 86px;
  background: none;
  color: #5D6067;
}
.generic-modal form {
  margin: 1em 0 -0.5em 0;
}
.generic-modal form [formfieldname=email] input,
.generic-modal form [formfieldname=password] input {
  width: 90%;
}
.generic-modal form [formfieldname=rememberme] label {
  display: block;
  float: left;
  line-height: 1.5em;
}
.generic-modal form [formfieldname=rememberme] .styled-checkbox-container {
  margin-left: 10px;
}
.generic-modal form .required-fields {
  display: none;
}
.generic-modal a {
  line-height: 1.5em;
}
.generic-modal form .form-field {
  margin: 10px 0;
}
/* Page General - Hero */
[sectionid=hero] {
  position: relative;
  left: 0;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
}
[sectionid=hero] .page-width {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[sectionid=hero] h1 {
  font-size: 5em;
  font-weight: 200;
  opacity: 0.75;
  margin-bottom: 20px;
}
[sectionid=hero] p {
  font-size: 1.1em;
  opacity: 0.8;
}
.page-section[sectionId=hero] a {
  font-size: 0.75em;
  text-transform: uppercase;
  border: 2px solid #FFA300;
  border-radius: 5px;
  padding: 1.5em 0.5em;
  width: 15em;
  display: inline-block;
  text-align: center;
  margin-right: 1em;
  margin-top: 1em;
  color: inherit;
  background: none;
}
.page-section[sectionId=hero] a:hover {
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
.page-section[sectionId=hero] .download-button {
  position: absolute;
  right: 9px;
  bottom: -50px;
  background: #ffa300;
  font-size: 16px;
  padding: 9px;
  width: initial;
  font-weight: 600;
  text-transform: none;
}
.page-section[sectionId=hero] .download-button:hover {
  background: #fcb22e;
  text-shadow: none;
  border-color: #fcb22e;
}
[sectionid=hero] .scroll-down {
  font-size: 3em;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -0.75em;
  border: 2px solid #fff;
  border-radius: 1em;
  padding: 0.3em 0.25em 0.2em 0.25em;
  cursor: pointer;
}
body.home .page-section[sectionId=hero] {
  background-image: url(/images/ip-centrum-team.webp);
}
body.page_about-ep-validation .page-section[sectionId=hero] {
  background-image: url(/images/about-european-patent-validation.webp);
  background-position: 30% center;
}
body.page_ep-validation .page-section[sectionId=hero] {
  background-image: url(/images/validation-control-centre.webp);
  background-position: center;
}
body.page_our-team .page-section[sectionId=hero] {
  background-image: url(/images/our-people.webp);
  background-position: center;
}
body.jobs .page-section[sectionId=hero] {
  background-image: url(/images/careers-at-ip-centrum.webp);
  background-position: 0% center;
}
body.renewals .page-section[sectionId=hero] {
  background-image: url(/images/renewals-images/hero.webp);
}
body.page_ep-validation-quotes .page-section[sectionId=hero] {
  background-image: url(/images/ip-centrum-team.webp);
}
body.page_european-patent-validation-quotes .page-section[sectionId=hero] {
  background-image: url(/images/ip-centrum-team.webp);
}
.no-hero {
  margin-top: 6.5em;
}
/* Cards */
.card {
  position: relative;
  z-index: 10;
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.card .inner-tube {
  margin: 40px;
  font-weight: 300;
  overflow: hidden;
}
.card h1 {
  font-size: 3em;
  font-weight: 100;
}
.card h1:after {
  display: block;
  content: "";
  width: 2em;
  height: 2px;
  background: #FFA300;
  margin: 0.5em 0;
}
.card .inner-tube * h1 {
  font-family: 'Source Sans Pro', sans-serif;
}
.card p {
  margin-top: 1em;
}
.card p,
.card h2 {
  line-height: 1.5em;
}
.card a {
  font-weight: 400;
}
.card.photo-card .inner-tube {
  width: 40%;
  margin: 40px 5%;
  min-height: 450px;
}
.card.photo-card .afterspan {
  content: "";
  display: block;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 50%;
}
.card.photo-card.photo-left .inner-tube {
  float: right;
}
.card.photo-card.photo-left .afterspan {
  right: 50%;
  left: 10px;
}
.card.two-column .column {
  width: 50%;
  float: left;
  position: relative;
}
.card.two-column .column .inner-tube {
  padding: 0;
  margin: 0;
}
.card.two-column .column.left .inner-tube {
  padding-right: 40px;
}
.card.two-column .column.right .inner-tube {
  padding-left: 40px;
}
.card.two-column .column.left .inner-tube {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.card.centred {
  padding: 10px 0;
}
.card.centred h1 {
  text-align: center;
  margin-bottom: 1.5em;
}
.card.centred h1:after {
  position: absolute;
  left: 50%;
  margin-left: -1.5em;
}
.card.centred p {
  text-align: center;
}
.half-width-cards-container {
  margin-right: -15px;
}
.card.half-width {
  margin-right: 15px;
  float: left;
  width: 567px;
}
.card.top-photo .inner-tube {
  margin: 10px;
}
.card.top-photo .top-photo {
  height: 300px;
  background: #eee;
  background-size: cover;
  background-position: center;
}
.card.top-photo h1 {
  margin: 30px 30px 10px 30px;
  font-size: 1.2em;
  font-weight: 400;
}
.card.top-photo p {
  margin: 10px 30px;
}
.card .info-sections h1 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 30px;
}
.card .info-sections h2 {
  font-size: 0.9em;
  font-weight: 500;
  margin: 1.5em 0 0.5em 0;
  line-height: 1.4em;
}
.country-list {
  overflow: hidden;
  margin: 10px 0;
}
.country-list li {
  width: 50%;
  float: left;
  position: relative;
  line-height: 1.6em;
  font-size: 0.9em;
}
.country-list span {
  display: inline-block;
  overflow: hidden;
}
.country-list .code,
table .code {
  font-weight: 500;
  width: 1.5em;
  margin-left: 0.25em;
}
.country-list img {
  display: inline-block;
}
table {
  font-size: 0.85em;
  line-height: 1.6em;
  width: 100%;
  margin: 10px 0;
}
table td {
  line-height: inherit;
  vertical-align: middle;
  padding: 0.25em 0;
}
table span,
table img {
  line-height: inherit;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -4px;
}
table thead td {
  border-bottom: 1px solid #FFA300;
  font-weight: 600;
}
.col_from,
.col_to {
  text-align: right;
}
[sectionid=what-is-validation] .what-is-validation-diagram {
  background: url(/images/what-is-validation.webp);
  height: 560px;
  width: 1100px;
  margin: 20px -10px 0 -10px;
}
[sectionid=hero] .country-links {
  overflow: hidden;
}
[sectionid=hero] .country-links li {
  float: left;
  width: 16.66%;
  position: relative;
}
[sectionid=hero] .country-links a {
  padding: 0.5em;
  display: block;
  width: 90%;
  margin: 0.25em auto;
  border: none;
  background: rgba(255, 255, 255, 0.35);
}
[sectionid=hero] .country-links a:hover {
  background: #FFA300;
}
[sectionId=what-we-do] .card .afterspan-home-1 {
  background-image: url(/images/improved-ep-validation.webp);
  background-position: 40%;
}
[sectionId=control-centre-team] .afterspan-home-2 {
  background-image: url(/images/formalities-control-centre-team.webp);
  background-position: 55%;
}
[sectionid=info-for-ip-professionals] .title {
  margin-bottom: 3em;
}
[sectionid=info-for-ip-professionals] .title h1 {
  text-align: center;
  position: relative;
}
[sectionid=info-for-ip-professionals] .title h1:after {
  margin-left: 45%;
  width: 10%;
}
[sectionid=info-for-ip-professionals] ul.info-sections li {
  margin: 1em 0;
}
[sectionid=info-for-ip-professionals] ul.info-sections li h1,
[sectionid=info-for-ip-professionals] ul.info-sections li p {
  display: inline;
}
[sectionId=why-ip-centrum] .card .reasons {
  overflow: hidden;
}
[sectionId=why-ip-centrum] .card .reasons li {
  width: 25%;
  float: left;
  margin: 30px 4%;
  height: 125px;
}
[sectionId=why-ip-centrum] .card .reasons h1:after {
  display: none;
}
[sectionId=why-ip-centrum] .card .reasons h1 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.5em;
}
[sectionId=why-ip-centrum] .card .reasons p {
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: left;
  padding: 0;
}
[sectionId=one-instruction] h1 strong {
  font-weight: 600;
  opacity: 0.75;
}
[sectionId=one-instruction] .map-container {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 0;
  font-size: 45em;
}
[sectionId=one-instruction] .map-container .icon {
  position: absolute;
  right: -0.1em;
  top: 50%;
  margin-top: -0.5em;
  opacity: 1;
  color: #8198b1;
}
body.home .page-section[sectionId=hero] .get-a-quote-link-intro {
  margin: 20px 0 0px 0;
}
.page_about-ep-validation-territory .column.left {
  width: 30%;
}
.page_about-ep-validation-territory .column.right {
  width: 70%;
}
.page_about-ep-validation-territory .column.left .menu li {
  float: none;
  margin: 0;
  padding: 0;
}
.page_about-ep-validation-territory .column.left .menu li a {
  display: block;
  margin: 0.125em 0;
  padding: 0.125em 0;
}
.page_about-ep-validation-territory .column.left .menu li a img,
.page_about-ep-validation-territory .column.left .menu li a span.country-name {
  display: inline-block;
  vertical-align: middle;
}
.page_about-ep-validation-territory .column.left .menu li a img {
  margin: 0 0.5em;
}
.page_about-ep-validation-territory .column.right h1.title {
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.page_about-ep-validation-territory .column.right h1.title img,
.page_about-ep-validation-territory .column.right h1.title .label {
  display: inline-block;
  white-space: normal;
  line-height: 1.1em;
  vertical-align: middle;
}
.page_about-ep-validation-territory .column.right h1.title .label {
  padding: 0 1.5em 0 0.5em;
}
.details {
  font-size: 0.9em;
}
.details .row {
  overflow: hidden;
}
.details .label,
.details .value {
  display: inline-block;
  line-height: 1.75em;
}
.details .label {
  width: 10em;
}
.details .value {
  color: #FFA300;
  font-weight: 500;
}
.card.two-column .reasons {
  margin: 20px -5%;
  overflow: hidden;
}
.card.two-column .reasons li {
  float: left;
  width: 40%;
  margin: 0 5%;
  height: 10em;
}
.card.two-column .reasons li h1 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}
.card.two-column .reasons li h1:after {
  display: none;
}
.card.two-column .reasons li p {
  margin-top: 0.5em;
}
[sectionId=ep-validation-improved] .card .afterspan {
  background-image: url(/images/ep-validation/ep_valimproved.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 10px;
  top: auto;
  left: auto;
  bottom: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.card .afterspan-home-1 {
  background-position-x: 40%;
  background-position-y: 50%;
  right: 10px;
  top: 10px;
  left: 50%;
  bottom: 10px;
  z-index: -1;
}
.card .afterspan-home-2 {
  right: 50%;
  left: 10px;
  background-position: 55% center;
}
.page-section .card .afterspan-ep-validation {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 10px;
  top: auto;
  left: auto;
  bottom: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
[sectionId=live-interactive-quote] .card .afterspan {
  background-image: url(/images/ep-validation/live_quote.webp);
}
[sectionId=order-validations] .card .afterspan {
  background-image: url(/images/ep-validation/order_validations.webp);
}
[sectionId=info-and-assistance] .card .afterspan {
  background-image: url(/images/ep-validation/info_assistance.webp);
}
.page_ep-validation .card.photo-card .inner-tube,
.page_european-patent-validation-quotes .card.photo-card .inner-tube {
  width: 35%;
  min-height: 442px;
}
.page_ep-validation [sectionId=live-interactive-quote] .get-a-quote-link,
.page_european-patent-validation-quotes [sectionId=live-interactive-quote] .get-a-quote-link {
  margin-top: 1em;
}
[sectionid=info-for-ip-professionals] .get-a-quote-link {
  padding: 0;
  background: none;
  color: #FFA300;
  font-size: 1em;
  display: inline;
}
[sectionid=info-for-ip-professionals] .info-sections li h1 {
  margin-bottom: -0.75em;
  font-size: 1em;
  font-weight: 600;
}
[sectionid=info-for-ip-professionals] .info-sections li h1:after {
  display: none;
}
p.small-print {
  font-size: 0.85em;
  margin-top: 3em;
  opacity: 1;
  font-weight: 600;
  font-style: italic;
}
[sectionid=our-people] .card .inner-tube {
  margin: 10px;
}
.page-section[sectionId=our-people] .people {
  overflow: hidden;
  margin-bottom: -2px;
}
.page-section[sectionId=our-people] .people .person {
  width: 564px;
  height: 564px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 2px;
}
.page-section[sectionId=our-people] .people .person.position-right {
  float: right;
}
.page-section[sectionId=our-people] .people .person.position-centre {
  margin: -283px 0 -283px 283px;
}
.person .details {
  position: absolute;
  overflow: hidden;
  width: 283px;
  height: 283px;
  background: #5D6067;
  display: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.person .details .inner-tube {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.person .details .department-icon {
  position: absolute;
  font-size: 10em;
  width: 100%;
  height: 100%;
  opacity: 0.075;
  color: #000;
  z-index: 0;
}
.person .details .department-icon .icon {
  display: none;
  position: absolute;
  left: 70%;
  margin-left: -0.5em;
  top: 70%;
  margin-top: -0.5em;
  color: #000;
}
.person .details .department-icon .icon-ipcentrum {
  display: block;
}
.person .details .department-icon .icon-ipcentrum:before,
.person .details .department-icon .icon-ipcentrum:after {
  color: #000;
}
.person[department="EP Validations"] .details .department-icon .icon {
  display: none;
}
.person[department="EP Validations"] .details .department-icon .icon-service-validation {
  display: block;
}
.person[department=Renewals] .details .department-icon .icon {
  display: none;
}
.person[department=Renewals] .details .department-icon .icon-service-renewal {
  display: block;
}
.person[department=Accounts] .details .department-icon .icon {
  display: none;
}
.person[department=Accounts] .details .department-icon .icon-calculator {
  display: block;
}
.person[department="The Table"] .details .department-icon .icon {
  display: none;
}
.person[department="The Table"] .details .department-icon .icon-thetable {
  display: block;
}
.person[department=Operations] .details .department-icon .icon,
.person[department=Administration] .details .department-icon .icon {
  display: none;
}
.person[department=Operations] .details .department-icon .icon-service-other,
.person[department=Administration] .details .department-icon .icon-service-other {
  display: block;
}
.person[department=Technology] .details .department-icon .icon {
  display: none;
}
.person[department=Technology] .details .department-icon .icon-TessChoob {
  display: block;
}
.person:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
  display: none;
}
.person .details .inner-tube {
  margin: 20px;
  color: #fff;
}
.person .details .name {
  font-size: 1.35em;
  margin-bottom: 0.5em;
}
.person .details .name .firstname {
  display: block;
  font-size: 2em;
  margin-bottom: 0em;
  font-weight: 400;
}
.person .details .title {
  opacity: 0.65;
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
}
.person .details .department {
  margin-top: -0.25em;
  text-transform: uppercase;
  font-weight: 400;
}
.person .details .email {
  margin-top: 3em;
}
.person[department=Renewals] .details {
  background: #00BBE7;
}
.person[department=Renewals] .details .department-icon {
  opacity: 0.125;
}
.person[department="EP Validations"] .details {
  background: #DC1254;
}
.person[department="EP Validations"] .details .department-icon {
  opacity: 0.1;
}
.person[department="Translations"] .details {
  background: #779439;
}
.person[department="Translations"] .details .department-icon {
  opacity: 0.1;
}
.person[department=Technology] .details {
  background: #F47A20;
}
.person[department=Technology] .details .department-icon {
  opacity: 0.12;
}
.person[department="The Table"] .details {
  background: #efe7d6;
}
.person[department="The Table"] .details .inner-tube {
  color: #000;
}
.person[department="The Table"] .details .department-icon {
  opacity: 1;
}
.person[department="The Table"] .details .department-icon .icon {
  color: #FFA300;
  top: 75%;
}
.page-section[sectionId=our-people] .people .person.hovering {
  z-index: 1000;
  border: 2px solid #fff;
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.35);
}
.page-section[sectionId=our-people] .people .person.position-left.hovering {
  margin: -2px 0 0 -2px;
}
.page-section[sectionId=our-people] .people .person.position-right.hovering {
  margin: -2px -2px 0 0;
}
.page-section[sectionId=our-people] .people .person.position-centre.hovering {
  margin: -285px 0 -285px 281px;
}
.page-section[sectionId=our-people] .people .person.hovering .details {
  display: block;
}
.page-section[sectionId=our-people] .people .person.hovering .image-container:after {
  display: none;
}
.team-container .image-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.team-container:hover .image-container:after {
  background: rgba(0, 0, 0, 0.75);
}
.page-section[sectionId=our-people] .people .person .row-1,
.page-section[sectionId=our-people] .people .person .row-2 {
  position: absolute;
}
.page-section[sectionId=our-people] .people .person.rotation-1 .row-1 {
  left: 0;
  top: 0;
  width: 564px;
  height: 281px;
}
.page-section[sectionId=our-people] .people .person.rotation-1 .row-2 {
  left: 0;
  top: 0;
  width: 281px;
  height: 564px;
}
.page-section[sectionId=our-people] .people .person.rotation-1 .details {
  right: 0;
  bottom: 0;
}
.page-section[sectionId=our-people] .people .person.rotation-2 .row-1 {
  left: 0;
  top: 0;
  width: 564px;
  height: 281px;
}
.page-section[sectionId=our-people] .people .person.rotation-2 .row-2 {
  right: 0;
  top: 0;
  width: 281px;
  height: 564px;
  background-position: right;
}
.page-section[sectionId=our-people] .people .person.rotation-2 .details {
  left: 0;
  bottom: 0;
}
.page-section[sectionId=our-people] .people .person.rotation-3 .row-1 {
  right: 0;
  top: 0;
  width: 281px;
  height: 564px;
  background-position: right;
}
.page-section[sectionId=our-people] .people .person.rotation-3 .row-2 {
  left: 0;
  bottom: 0;
  width: 564px;
  height: 281px;
  background-position: bottom;
}
.page-section[sectionId=our-people] .people .person.rotation-3 .details {
  left: 0;
  top: 0;
}
.page-section[sectionId=our-people] .people .person.rotation-4 .row-1 {
  left: 0;
  top: 0;
  width: 281px;
  height: 564px;
}
.page-section[sectionId=our-people] .people .person.rotation-4 .row-2 {
  left: 0;
  bottom: 0;
  width: 564px;
  height: 281px;
  background-position: bottom;
}
.page-section[sectionId=our-people] .people .person.rotation-4 .details {
  right: 0;
  top: 0;
}
.person[personid=ryeo] .image-container {
  background: url(/images/our-people/ryeo.webp);
}
.person[personid=mslater] .image-container {
  background: url(/images/our-people/mslater.webp);
}
.person[personid=hjohnson] .image-container {
  background: url(/images/our-people/hjohnson.webp);
}
.person[personid=mbennett] .image-container {
  background: url(/images/our-people/mbennett.webp);
}
.person[personid=ppierson] .image-container {
  background: url(/images/our-people/ppierson.webp);
}
.person[personid=mcartwright] .image-container {
  background: url(/images/our-people/mcartwright.webp);
}
.person[personid=lferrari] .image-container {
  background: url(/images/our-people/lferrari.webp);
}
.person[personid=sdebanke] .image-container {
  background: url(/images/our-people/sdebanke.webp);
}
.person[personid=aharun] .image-container {
  background: url(/images/our-people/aharun.webp);
}
.person[personid=cwhite] .image-container {
  background: url(/images/our-people/cwhite.webp);
}
.person[personid=jgunning] .image-container {
  background: url(/images/our-people/jgunning.webp);
}
.person[personid=lcooke] .image-container {
  background: url(/images/our-people/lcooke.webp);
}
.person[personid=nakhtar] .image-container {
  background: url(/images/our-people/nakhtar.webp);
}
.person[personid=sfennings] .image-container {
  background: url(/images/our-people/sfennings.webp);
}
.person[personid=jthomas] .image-container {
  background: url(/images/our-people/jthomas.webp);
}
.person[personid=hwilliams] .image-container {
  background: url(/images/our-people/hwilliams.webp);
}
.person[personid=hbeattie] .image-container {
  background: url(/images/our-people/hbeattie.webp);
}
.person[personid=glynch] .image-container {
  background: url(/images/our-people/glynch.webp);
}
.person[personid=kcurtis] .image-container {
  background: url(/images/our-people/kcurtis.webp);
}
.person[personid=rpoliquin-hill] .image-container {
  background: url(/images/our-people/rpoliquin-hill.webp);
}
.person[personid=fscott-copeland] .image-container {
  background: url(/images/our-people/fscott-copeland.webp);
}
.person[personid=rjowett] .image-container {
  background: url(/images/our-people/rjowett.webp);
}
.person[personid=lbennett] .image-container {
  background: url(/images/our-people/lbennett.webp);
}
.person[personid=jallen] .image-container {
  background: url(/images/our-people/jallen.webp);
}
.person[personid=pkingston] .image-container {
  background: url(/images/our-people/pkingston.webp);
}
.person[personid=thadjitofi] .image-container {
  background: url(/images/our-people/thadjitofi.webp);
}
.person[personid=loboyle] .image-container {
  background: url(/images/our-people/loboyle.webp);
}
.page-section[sectionId=our-people] .people .person h1 {
  font-size: 1.5em;
  font-weight: 400;
}
.page-section[sectionId=our-people] .people .person h1:after {
  background: #fff;
  margin-top: 1.25em;
}
.page-section[sectionId=our-people] .people .person h2 {
  margin-top: -2.75em;
  margin-bottom: 2em;
}
.page-section[sectionId=our-people] .people .person p,
.page-section[sectionId=our-people] .people .person a {
  color: #fff;
  font-weight: 400;
}
.page-section[sectionId=our-people] .people .person .icon {
  margin-right: 0.25em;
  opacity: 0.75;
}
.hover-grid {
  position: absolute;
  top: 9px;
  left: 9px ;
}
.hover-grid .grid-cell {
  float: left;
  width: 283px;
  height: 283px;
}
.page-section[sectionId=our-people] .card .afterspan,
.page-section[sectionId=our-people] .card .beforespan {
  content: "";
  position: absolute;
  height: 281px;
  width: 847px;
  right: 10px;
  bottom: 10px;
  display: block;
  background: url(/images/our-people/people-powered.webp) right bottom;
  z-index: -1;
}
[sectionid=join-us] p {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: -1.25em;
}
[sectionid=get-a-quote] .card {
  background: #2d2e31;
  color: #fff;
  text-align: center;
}
[sectionid=get-a-quote] h1:after {
  display: none;
}
[sectionid=get-a-quote] p {
  margin-top: -3.25em;
  font-size: 1.2em;
  opacity: 0.65;
}
[sectionid=get-a-quote] a {
  margin-top: 1em;
  text-transform: uppercase;
}
[sectionid=footer] .inner-tube {
  overflow: hidden;
  color: #5D6067;
}
[sectionid=footer] .column {
  float: left;
  margin-left: 20px;
}
[sectionid=footer] .column h1 {
  font-size: 0.8em;
  font-weight: 800;
  text-transform: uppercase;
  color: #2d2e31;
}
[sectionid=footer] .column h1:after {
  display: none;
}
[sectionid=footer] .menu {
  margin: 1em 0;
}
[sectionid=footer] .menu li {
  display: block;
  float: none;
}
[sectionid=footer] .menu a {
  padding: 0;
  margin: 0 0 0.125em 0;
  border: 0;
  line-height: 1.35em;
  text-transform: none;
}
[sectionid=footer] .column-a {
  font-size: 3em;
  margin-left: 0;
  width: 250px;
}
[sectionid=footer] .column-a .icon-ipcentrum {
  display: block;
  margin-bottom: 0.5em;
  margin-right: 0.75em;
  line-height: 1.1em;
}
[sectionid=footer] .column-a .icon-bsi-9001,
[sectionid=footer] .column-a .icon:hover {
  opacity: 1;
}
[sectionid=footer] .column-a .glassdoor {
  padding-left: 0.2em;
}
[sectionid=footer] .column-a .glassdoor img {
  height: 36px;
  width: 92px;
}
[sectionid=footer] .column-b,
[sectionid=footer] .column-c {
  width: 150px;
}
[sectionid=footer] .column-b a,
[sectionid=footer] .column-c a {
  font-size: 0.9em;
}
[sectionid=footer] .column-d {
  width: 175px;
}
[sectionid=footer] .column-d p {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.35em;
}
[sectionid=footer] .column-e {
  font-size: 0.85em;
  font-weight: 600;
  float: right;
  text-align: right;
}
[sectionid=footer] .contact-numbers {
  line-height: 1.5em;
  margin-bottom: 1em;
}
[sectionid=footer] .contact-numbers .label {
  width: 2.25em;
  display: inline-block;
}
[sectionid=footer] .column-e a {
  color: inherit;
}
[sectionid=footer] .column-e a.debanke-logo {
  display: block;
  font-size: 3em;
  margin-top: 0.5em;
  margin-top: 0.75em;
  opacity: 0.65;
}
[sectionid=footer] .column-e a.debanke-logo:hover {
  opacity: 1;
}
[sectionid=footer] .column-e a.debanke-logo .icon {
  display: inline-block;
  margin: 0.1em;
}
[sectionid=copyright] {
  text-align: center;
  font-size: 0.75em;
  opacity: 0.5;
  font-weight: 600;
  padding-bottom: 2em;
}
[sectionid=cookies] ol,
[sectionid=cookies] ul,
[sectionid=terms-of-usage] ol,
[sectionid=terms-of-usage] ul,
[sectionid=privacy-notice] ol,
[sectionid=privacy-notice] ul {
  margin: 0.5em 0 1em 0;
}
[sectionid=cookies] li,
[sectionid=terms-of-usage] li,
[sectionid=privacy-notice] li {
  margin-left: 1.5em;
  line-height: 1.35em;
}
[sectionid=cookies] ol li,
[sectionid=terms-of-usage] ol li,
[sectionid=privacy-notice] ol li {
  list-style: decimal;
}
[sectionid=cookies] ul li,
[sectionid=terms-of-usage] ul li,
[sectionid=privacy-notice] ul li {
  list-style: circle;
}
[sectionid=cookies] h2,
[sectionid=terms-of-usage] h2,
[sectionid=privacy-notice] h2 {
  font-weight: 400;
  margin: 1.5em 0 0 0;
}
[sectionid=cookies] p,
[sectionid=terms-of-usage] p,
[sectionid=privacy-notice] p {
  margin-top: 0.5em;
}
[sectionid=contact-ip-centrum-title] h1 {
  margin-bottom: 0.5em !important;
}
[sectionid=contact-ip-centrum-methods] .card .inner-tube {
  height: 250px;
  position: relative;
}
[sectionid=contact-ip-centrum-methods] .card h1 {
  font-size: 1.75em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400 !important;
}
[sectionid=contact-ip-centrum-methods] .card p {
  margin: 1em 0;
  font-weight: 400;
}
[sectionid=contact-ip-centrum-methods] a.get-a-quote-link {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 1.25em 2em;
  border-radius: 4px;
  font-weight: 600;
}
[sectionid=get-a-quote-tool] .card .inner-tube {
  overflow: visible;
}
[sectionid=get-a-quote-tool] ul.type-menu {
  overflow: hidden;
}
[sectionid=get-a-quote-tool] ul.type-menu li {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  float: left;
  max-height: 13.5em;
  border: 1px solid #ccc;
  background: #fff;
  width: 340px;
  margin: 0 1em 1em 0;
}
[sectionid=get-a-quote-tool] ul.type-menu li a {
  display: block;
  line-height: 4em;
  padding: 0 2em;
  font-weight: 400;
}
[sectionid=get-a-quote-tool] ul.type-menu li a .icon {
  font-size: 1.35em;
  vertical-align: middle;
  margin-right: 0.5em;
}
[sectionid=get-a-quote-tool] ul.type-menu li a .ep-flag,
[sectionid=get-a-quote-tool] ul.type-menu li a .upc-flag {
  width: 22px;
  position: relative;
  top: 6px;
  left: 1px;
  margin-right: 0.7em;
}
[sectionid=get-a-quote-tool] .ep-validation ul.type-menu li.ep-validation a .icon {
  color: #DC1254;
}
[sectionid=get-a-quote-tool] .claims-translation ul.type-menu li.claims-translation a .icon {
  color: #779439;
}
[sectionid=get-a-quote-tool] .upc-translation ul.type-menu li.upc-translation a .icon {
  color: #779439;
}
[sectionid=get-a-quote-tool] .renewals ul.type-menu li.renewals a .icon {
  color: #00BBE7;
}
[sectionid=get-a-quote-tool] .ep-validation ul.type-menu li.ep-validation a,
[sectionid=get-a-quote-tool] .claims-translation ul.type-menu li.claims-translation a,
[sectionid=get-a-quote-tool] .upc-translation ul.type-menu li.upc-translation a,
[sectionid=get-a-quote-tool] .erue ul.type-menu li.erue a,
[sectionid=get-a-quote-tool] .epdg ul.type-menu li.epdg a,
[sectionid=get-a-quote-tool] .renewals ul.type-menu li.renewals a {
  background: #fff;
  color: #5D6067;
}
[sectionid=get-a-quote-tool] .content {
  overflow: hidden;
  padding: 40px;
  background: #fff;
  position: relative;
}
[sectionid=get-a-quote-tool] .content h1 {
  margin-bottom: 0.5em;
  font-size: 1.75em;
  font-weight: 300;
}
[sectionid=get-a-quote-tool] .content h1:after {
  content: none;
}
[sectionid=get-a-quote-tool] .content h1 .icon {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 0.25em;
}
[sectionid=get-a-quote-tool] .content h1 .ep-flag,
[sectionid=get-a-quote-tool] .content h1 .upc-flag {
  width: 56px;
  vertical-align: middle;
  margin-right: 0.4em;
}
[sectionid=get-a-quote-tool] .content li {
  display: none;
  font-weight: 400;
}
[sectionid=get-a-quote-tool] .ep-validation .content li.ep-validation,
[sectionid=get-a-quote-tool] .claims-translation .content li.claims-translation,
[sectionid=get-a-quote-tool] .upc-translation .content li.upc-translation,
[sectionid=get-a-quote-tool] .erue .content li.erue,
[sectionid=get-a-quote-tool] .epdg .content li.epdg,
[sectionid=get-a-quote-tool] .upc-opt-out .content li.upc-opt-out,
[sectionid=get-a-quote-tool] .renewals .content li.renewals {
  display: block;
}
[sectionid=get-a-quote-tool] .quote-form-header {
  width: 45%;
  float: left;
  color: #5D6067;
}
[sectionid=get-a-quote-tool] .quote-form-header h1 {
  font-size: 1.2em;
  font-weight: 600;
  font-style: italic;
}
[sectionid=get-a-quote-tool] form {
  width: 45%;
  float: right;
  margin-top: -2em;
  position: relative;
}
[sectionid=get-a-quote-tool] form .form-field {
  margin-bottom: 10px;
  overflow: visible;
}
[sectionid=get-a-quote-tool] form [formfieldname=salutation] select {
  width: 120px;
}
[sectionid=get-a-quote-tool] form [formfieldname=firstname],
[sectionid=get-a-quote-tool] form [formfieldname=surname] {
  width: 200px;
  display: inline-block;
}
[sectionid=get-a-quote-tool] form [formfieldname=firstname] {
  float: left;
  width: 228px;
}
[sectionid=get-a-quote-tool] form [formfieldname=surname] {
  overflow: visible;
}
[sectionid=get-a-quote-tool] form input {
  width: 428px;
}
[sectionid=get-a-quote-tool] form select,
[sectionid=get-a-quote-tool] form [formfieldname=firstname] input,
[sectionid=get-a-quote-tool] form [formfieldname=surname] input {
  width: 200px;
}
[sectionid=get-a-quote-tool] form [formfieldname=privacynoticeagreed] input {
  width: 1.5em;
}
[sectionid=get-a-quote-tool] form [formfieldname=privacynoticeagreed] > label {
  display: block;
  line-height: 26px;
  margin-left: 35px;
}
[sectionid=get-a-quote-tool] form button {
  margin: 1em 0;
  font-weight: 600;
}
[sectionid=get-a-quote-tool] .ep-validation form button {
  background: #DC1254;
}
[sectionid=get-a-quote-tool] .claims-translation form button {
  background: #779439;
}
[sectionid=get-a-quote-tool] .upc-translation form button {
  background: #779439;
}
[sectionid=get-a-quote-tool] .renewals form button {
  background: #00BBE7;
}
.get-a-quote-app .info-bubble {
  overflow: hidden;
  width: 45%;
  float: right;
  clear: both;
  border: 1px solid #9db5cf;
  background: #f3f6f9;
  border-radius: 6px;
  color: #3d5b7d;
}
.get-a-quote-app .info-bubble .inner-tube {
  margin: 10px;
}
.get-a-quote-app .info-bubble h1 {
  font-size: 1.2em;
  font-weight: 600;
}
.get-a-quote-app .info-bubble .row {
  overflow: hidden;
  line-height: 1.5em;
}
.get-a-quote-app .info-bubble .label {
  float: left;
  width: 8em;
}
.get-a-quote-app .info-bubble .data {
  font-weight: 400;
}
[sectionid=get-a-quote-tool] .thank-you p {
  margin: 1em 0;
  font-weight: 300;
  font-size: 1.5em;
}
[sectionid=get-a-quote-tool] .thank-you h2 {
  font-weight: 400;
  line-height: 3em;
}
[sectionid=get-a-quote-tool] .thank-you .details {
  font-size: 1em;
  margin-bottom: 2em;
}
[sectionid=get-a-quote-tool] .thank-you a {
  background: #FFA300;
  font-size: 0.8em;
  font-weight: 600;
  padding: 1em 1.5em;
  border-radius: 4px;
  color: #fff;
}
.quote-type.renewals h2 {
  font-weight: 600;
  color: #00BBE7;
  font-size: 2em;
  font-style: italic;
}
.quote-type.renewals ul {
  margin: 1em 0;
}
.quote-type.renewals ul li {
  display: block;
  line-height: 1.5em;
}
.quote-type.renewals ul li .icon {
  color: #00BBE7;
}
.quote-type.renewals form {
  float: none;
  margin-top: 1em;
  width: 200px;
}
.quote-type.renewals form input {
  width: 250px;
}
.quote-type.renewals .thank-you {
  color: #00BBE7;
  font-weight: 600;
  font-size: 1.2em;
}
[sectionid=testimonial] .testimonials {
  overflow: hidden;
  height: 567px;
  position: relative;
}
[sectionid=testimonial] .testimonials li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  font-size: 1.2em;
  opacity: 0;
  transition: opacity 0.25s;
}
[sectionid=testimonial] .testimonials li .progress-bar {
  display: block;
  position: absolute;
  z-index: 999;
  height: 5px;
  width: 0%;
  transition: width 0 linear;
  background: #FFA300;
  bottom: 0;
  left: 0;
}
[sectionid=testimonial] .testimonials li.active .progress-bar {
  width: 100%;
  transition: width 12s linear;
}
[sectionid=testimonial] .testimonials li.active {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
[sectionid=testimonial] .testimonials li[testimonialId=swhittle] {
  background: url(/images/testimonials/sally-whittle.webp) no-repeat right bottom;
}
[sectionid=testimonial] .testimonials li[testimonialId=agall] {
  background: url(/images/testimonials/anne-gall.webp) no-repeat right bottom;
}
[sectionid=testimonial] h1 {
  color: #FFA300;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800;
  font-size: 5em;
}
[sectionid=testimonial] h1:after {
  content: none;
}
[sectionid=testimonial] h2 {
  color: #5D6067;
  font-size: 2em;
  margin-top: -0.5em;
  margin-left: 3em;
}
[sectionid=testimonial] p {
  width: 500px;
  font-size: 1.5em;
  line-height: 1.25em;
}
[sectionid=testimonial] .by {
  margin-top: 2em;
}
[sectionid=testimonial] .by h1 {
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
}
[sectionid=testimonial] .by h2 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
[sectionid=testimonial] .by h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
[sectionid=jobs-intro] [cardid=our-people] .top-photo {
  background-image: url(/images/jobs/our-people.webp);
}
[sectionid=jobs-intro] [cardid=our-environment] .top-photo {
  background-image: url(/images/jobs/our-environment.webp);
}
[sectionid=jobs-intro] [cardid=our-work] .top-photo {
  background-image: url(/images/jobs/our-work.webp);
}
[sectionid=jobs-intro] [cardid=our-technology] .top-photo {
  background-image: url(/images/jobs/our-technology.webp);
}
[sectionid=jobs-intro] .card .inner-tube {
  min-height: 550px;
}
body.we-salute-the-early-crowd {
  height: auto;
}
body.we-salute-the-early-crowd [sectionId=header] {
  background-color: transparent;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
body.we-salute-the-early-crowd [sectionId=header] .page-width {
  min-width: 197px;
  height: 57px;
  margin-bottom: 20px;
}
body.we-salute-the-early-crowd [sectionId=header] .inner-tube {
  margin: 20px 10px;
}
body.we-salute-the-early-crowd [sectionId=header] .inner-tube .ip-centrum-logo {
  font-size: 45px;
  position: relative;
  left: 1px;
  top: 6px;
}
body.we-salute-the-early-crowd [sectionId=header] .inner-tube .strap-line {
  font-size: 10px;
  font-weight: 400;
  position: relative;
  left: -129px;
  top: 20px;
}
body.we-salute-the-early-crowd [sectionId=header] .inner-tube .strap-line strong {
  font-weight: 600;
}
body.we-salute-the-early-crowd [sectionId=header] .inner-tube .btn-go-to-ipcentrum {
  background-color: #FFA300;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  top: 0px;
  left: -100px;
  text-transform: uppercase;
  font-size: 14px;
}
body.we-salute-the-early-crowd .page-width {
  width: auto;
  max-width: 1150px;
}
[sectionId=we-salute-the-early-crowd] .card .inner-tube {
  margin: 10px;
  background-image: url('/images/we-salute-the-early-crowd.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
[sectionId=we-salute-the-early-crowd] .card .inner-tube #main-caption {
  top: 0px;
  left: 0px;
  color: #fff;
  font-weight: bold;
  padding: 40px 400px 70px 40px;
  text-align: center;
  width: 440px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.53) 0%, rgba(1, 2, 2, 0.53) 1%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.53)), color-stop(1%, rgba(1, 2, 2, 0.53)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.53) 0%, rgba(1, 2, 2, 0.53) 1%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.53) 0%, rgba(1, 2, 2, 0.53) 1%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.53) 0%, rgba(1, 2, 2, 0.53) 1%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.53) 0%, rgba(1, 2, 2, 0.53) 1%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87000000', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
[sectionId=we-salute-the-early-crowd] .card .inner-tube #main-caption h1:after {
  display: none;
}
[sectionId=we-salute-the-early-crowd] .card .inner-tube #main-caption h1.title-icon {
  font-size: 1.5em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  height: 18px;
  background-image: url('/images/line-square.webp');
  background-repeat: no-repeat;
  width: 180px;
  margin: 10px auto 20px auto;
}
[sectionId=we-salute-the-early-crowd] .card .inner-tube #main-caption h1.title-text {
  font-size: 1.3em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
[sectionId=we-salute-the-early-crowd] .card .inner-tube #main-caption p {
  font-size: 0.9em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 18px;
}
.full-width-panel {
  background: #fff;
  border-top: 1px solid #e9eff5;
  position: relative;
  overflow: hidden;
}
.full-width-panel:nth-child(odd) {
  background: #f4f8fb;
  border-top: 1px solid #e6edf3;
}
.full-width-panel .page-width h1,
.full-width-panel .page-width p {
  margin-bottom: 1em;
}
.full-width-panel .page-width h1 {
  font-size: 2.25em;
  opacity: 0.9;
  line-height: 1.5em;
  font-weight: 400;
}
.full-width-panel .page-width p {
  clear: both;
  font-size: 1em;
  opacity: 0.85;
  line-height: 2em;
  color: #505a6d;
  font-weight: 300;
}
.nobr {
  white-space: nowrap;
}
.full-width-panel.photo .page-width {
  position: relative;
}
.full-width-panel.photo.photo-right .copy,
.full-width-panel.photo.photo-left .copy {
  position: absolute;
  top: 50%;
  width: 40%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.full-width-panel.photo .supporting-image {
  position: absolute;
  top: 100px;
  height: 700px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.075);
}
.full-width-panel.photo.photo-right .supporting-image {
  left: 55%;
}
.full-width-panel.photo.photo-left .supporting-image {
  right: 55%;
}
.full-width-panel.photo.photo-left .copy {
  left: 55%;
}
.full-width-panel.centred .copy {
  width: 66.66%;
  text-align: center;
  margin: 0 auto;
  padding: 3em 0;
}
.full-width-panel.photo.centred .supporting-image {
  position: relative;
  display: block;
  top: auto;
  bottom: auto;
  height: auto;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 0px;
}
body.renewals .copy ul {
  list-style: initial;
  margin-left: 2em;
  margin-top: 1em;
}
body.renewals .copy ul li h1 {
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 0.25em;
}
body.renewals .copy ul li p {
  line-height: 1.5em;
  font-size: 0.8em;
}
body.renewals [sectionId=hero] h1 {
  font-size: 4em;
  opacity: 1;
  line-height: 1em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
body.renewals [sectionId=hero] p {
  display: block;
  margin-bottom: 1.5em;
  font-weight: 300;
  opacity: 0.85;
}
body.renewals [sectionId=hero] .page-width {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  height: 100%;
}
body.renewals [sectionId=hero] .page-width .copy {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.renewals [sectionid=hero] .quotes {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: 40%;
}
body.renewals [sectionid=hero] .quotes:after {
  content: "";
  height: 40px;
  width: 100%;
  display: block;
  background: url('/images/renewals-images/the_patent_lawyer.svg') right center no-repeat;
  background-size: contain;
}
body.renewals [sectionid=hero] .quotes q {
  display: block;
  clear: both;
  text-align: right;
  margin-bottom: 1em;
  font-style: italic;
  quotes: "\201C" "\201D" "\2018" "\2019";
  vertical-align: middle;
}
body.renewals [sectionid=hero] .quotes q:before,
body.renewals [sectionid=hero] .quotes q:after {
  font-size: 1.5em;
  vertical-align: middle;
}
body.renewals [sectionid=hero] .quotes q:before {
  content: open-quote;
}
body.renewals [sectionid=hero] .quotes q:after {
  content: close-quote;
}
body.renewals .full-width-panel .page-width {
  min-height: 900px;
}
body.renewals [sectionId="api-integration"].full-width-panel.photo .supporting-image {
  right: -20%;
  left: auto;
}
/* TEMP - REMOVE BELOW AFTER HI-RES IMAGES IMPLEMENTED */
body.renewals [sectionId="case-registration"].full-width-panel.photo .supporting-image,
body.renewals [sectionId="api-integration"].full-width-panel.photo .supporting-image {
  box-shadow: none;
  background: transparent;
}
body.renewals [sectionId="case-registration"].full-width-panel.photo .supporting-image {
  top: 2%;
  height: 96%;
  right: 50%;
}
body.renewals [sectionId=reminders] .supporting-image {
  margin-bottom: -100px !important;
}
body.renewals [sectionId=poas] .orange {
  color: #FFA300;
  font-weight: 600;
}
body.renewals [sectionId=poas] .copy {
  width: 80% !important;
}
body.renewals [sectionId=poas] .supporting-image {
  display: none;
}
body.renewals [sectionId=poas] .beforespan {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 63%;
  background: url(/images/renewals-images/smart_poas-v2.webp);
  width: 1800px;
  background-size: 1800px auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 100%;
}
body.renewals [sectionId=simon-quote] .supporting-image {
  background: transparent;
  box-shadow: none;
  right: 44% !important;
  top: 0%;
  height: 100%;
}
body.renewals [sectionId=simon-quote] .simon-de-banke {
  float: left;
  clear: both;
  margin-top: 1em;
  position: relative;
}
body.renewals [sectionId=simon-quote] .simon-de-banke span {
  vertical-align: middle;
}
body.renewals [sectionId=simon-quote] .simon-de-banke .signature {
  background: url(/images/renewals-images/signature_simon.webp);
  width: 117px;
  height: 47px;
  display: block;
}
body.renewals [sectionId=simon-quote] .simon-de-banke .image-and-name {
  margin-top: 1.5em;
}
body.renewals [sectionId=simon-quote] .simon-de-banke .image-and-name .beforespan {
  content: "";
  display: inline-block;
  width: 60px;
  height: 61px;
  background: url(/images/renewals-images/simon_de_banke.webp) no-repeat;
  background-size: cover;
  vertical-align: middle;
}
body.renewals [sectionId=simon-quote] .simon-de-banke .name-and-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
body.renewals [sectionId=simon-quote] .simon-de-banke .name-and-title span {
  display: block;
  line-height: 1.25em;
}
body.renewals [sectionId=simon-quote] .simon-de-banke .name-and-title .title {
  color: #FFA300;
  font-size: 0.85em;
}
body.renewals [sectionId=price-transparency] .page-width {
  min-height: 800px;
}
body.renewals [sectionId=price-transparency] .supporting-image {
  box-shadow: none;
  top: 4%;
  height: 100%;
  background: transparent;
  left: 40% !important;
}
body.renewals [sectionId=billing] .page-width {
  min-height: 600px !important;
}
body.renewals [sectionId=billing] .supporting-image {
  box-shadow: none;
  background: transparent;
  right: 40% !important;
  top: -6%;
  height: 120%;
}
body.renewals [sectionId=sign-up] {
  background-image: url('/images/renewals-images/sign_up_form_bg.webp');
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
body.renewals [sectionId=sign-up] h1,
body.renewals [sectionId=sign-up] p {
  opacity: 0.9;
  font-weight: 300;
}
body.renewals .full-width-panel[sectionId=sign-up] .page-width p {
  font-size: 1em;
  color: #fff;
}
body.renewals [sectionId=sign-up] h1 .icon {
  color: #00BBE7;
  line-height: 2em;
  font-size: 1.5em;
}
body.renewals [sectionId=sign-up] form {
  position: relative;
  width: 400px;
  margin: 3.5em auto 0 auto;
}
body.renewals [sectionId=sign-up] form input,
body.renewals [sectionId=sign-up] form button {
  display: block;
  width: 100%;
  margin-bottom: 0.75em;
  background: #fff;
  font-weight: 400;
  border-radius: 2px;
  font-size: 0.85em;
  padding: 1.25em;
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}
body.renewals [sectionId=sign-up] form button {
  background: #00BBE7;
  color: #fff;
  margin-top: 2.5em;
}
body.renewals .validationErrors {
  border-radius: 2px !important;
  color: rgba(0, 0, 0, 0.7);
}
body.renewals .thank-you {
  width: 140%;
  margin-left: -20%;
}
body.renewals [sectionId=footer] {
  padding-top: 2em;
}
body.renewals [sectionId=mobile-quotes] {
  display: none;
}
#renewalsMailingListForm [formfieldname=privacynoticeagreed] > label {
  display: block;
  line-height: 26px;
  margin-left: 35px;
  text-align: left;
}
body.online-payment-terms h2 {
  font-weight: bold;
  margin-top: 16px;
}
/* Advert Modal */
#advertModal {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
#advertModal .ad-container {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#advertModal .ad-container a.close-link {
  position: absolute;
  display: inline-block;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  height: 2em;
  border-radius: 1em;
  text-align: center;
  vertical-align: middle;
  color: #000;
  padding: 0 1em;
}
#advertModal .ad-container a.close-link > * {
  line-height: 2em;
  display: inline-block;
}
#advertModal .ad-container a.close-link:after {
  content: "Continue to IP Centrum.com";
  margin-left: 0.25em;
}
.clear-fix {
  clear: both;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select {
  position: absolute;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  float: left;
  max-height: 13.5em;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  left: 150px;
}
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select {
  width: 50%;
  font-size: 0.9em;
  height: 2em;
}
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select:hover {
  height: 8em;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a {
  position: relative;
  display: block;
  color: #9d9fa6;
  padding: 0.33em 1.25em 0.33em 0.5em;
  display: none;
  font-weight: bold;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select:hover {
  overflow-y: scroll;
  z-index: 1000;
  border: 1px solid #ccc;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select:hover a {
  display: block;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select li:hover a,
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select li:hover button {
  color: #2f3440;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a div.icon {
  position: absolute;
  right: 0.5em;
  margin-top: 0.4em;
  border: 0.33em solid transparent;
  border-top: 0.5em solid #9d9fa6;
  top: 0.5em;
  display: none;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a.selected {
  display: block;
  color: #9d9fa6;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a.selected div.icon {
  display: block;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select:hover a div.icon {
  display: none;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  color: #9d9fa6;
  text-shadow: none;
  box-shadow: none;
  border: 0;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select:hover a.selected {
  background: rgba(0, 0, 0, 0.2);
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a .quote-type-select-text {
  vertical-align: middle;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a .ep-flag,
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a .upc-flag {
  width: 23px;
  position: relative;
  left: 1px;
  margin-right: 7px;
  vertical-align: middle;
}
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select,
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select li,
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select form {
  padding: 0;
}
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select li,
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a,
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select form,
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select button {
  margin: 0;
}
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select a {
  padding: 0;
}
.ie7 [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select form button {
  padding: 0.125em 0.5em;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .back-button {
  position: relative;
  top: 1px;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  float: left;
  padding: 0.5em 1em 0.5em 2em;
  display: block;
  color: #fff;
  height: 2.157em;
  line-height: 2.157em;
  font-weight: bold;
  background-color: #5D6067;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .back-button div.back {
  position: absolute;
  left: 0.5em;
  margin-top: 0.4em;
  border: 0.33em solid transparent;
  border-right: 0.5em solid #fff;
  top: 0.84em;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select {
  border: 1px solid #9db5cf;
  border-radius: 4px;
  padding: 0.5em 0.5em;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  width: 330px;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select-option span.icon {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.25em;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .quotetypeclear {
  height: 75px;
}
[sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .content {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .page-section[sectionId=our-people] .team-container .people .person {
    width: 33.3333%;
    z-index: 1 !important;
    height: auto;
    position: relative;
    float: left;
    margin: 0;
  }
  .page-section[sectionId=our-people] .team-container .people .person .image-container {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
  }
  .page-section[sectionId=our-people] .team-container .people .person:before {
    box-shadow: none;
    content: "";
    display: block;
    position: relative;
    padding-top: 100%;
    background: transparent;
  }
  .page-section[sectionId=our-people] .people .person.position-right {
    float: left;
  }
  .page-section[sectionId=our-people] .people .person.position-centre {
    margin: 0;
  }
  .page-section[sectionId=our-people] .people .person .image-container.row-2 {
    display: none;
  }
  .page-section[sectionId=our-people] .people .person.hovering {
    border: 0;
    box-shadow: 0;
  }
  .page-section[sectionId=our-people] .people .person.position-left.hovering {
    margin: 0;
  }
  .page-section[sectionId=our-people] .people .person.position-right.hovering {
    margin: 0;
  }
  .page-section[sectionId=our-people] .people .person.position-centre.hovering {
    margin: 0;
  }
  .page-section[sectionId=our-people] .people .person.hovering .details {
    display: none;
  }
  .page-section[sectionId=our-people] .people .person .details {
    display: none;
  }
  .page-section[sectionId=our-people] .people .person:hover {
    position: relative;
  }
  .page-section[sectionId=our-people] .people .person:hover .details {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
  }
  .page-section[sectionId=our-people] .people .person:hover .image-container {
    z-index: 2;
    opacity: 0.25;
  }
  .page-section[sectionId=our-people] .people .person:hover .details .inner-tube {
    z-index: 3;
  }
  .page-section[sectionId=our-people] .people .person:hover .details .department-icon {
    opacity: 0.2;
  }
  .page-section[sectionId=our-people] .card:after {
    display: none;
  }
  .team-container .image-container:after {
    display: none;
  }
  .half-width-cards-container {
    margin-right: 0;
  }
  .card.half-width {
    margin-right: 0;
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .page-width {
    width: 1024px;
  }
}
@media (max-width: 1100px) {
  body.renewals .photo-left .copy {
    margin-right: 20px;
  }
  body.renewals .photo-right .copy {
    margin-left: 20px;
  }
  body.renewals .full-width-panel .page-width {
    min-height: 600px;
  }
  body.renewals .full-width-panel[sectionId=instruction-controls] .page-width {
    min-height: 850px;
  }
  body.renewals .full-width-panel[sectionId=renewal-visualiser] .supporting-image {
    margin-bottom: 40px;
    height: auto;
    width: 94%;
    margin: 0 3% 40px 3%;
  }
  body.renewals .full-width-panel[sectionId=case-registration] .supporting-image {
    height: 600px !important;
  }
  body.renewals .full-width-panel[sectionId=simon-quote]:before {
    width: 1100px;
    background-size: 1100px auto;
  }
  body.renewals .full-width-panel[sectionId=simon-quote] {
    font-size: 0.9em;
  }
}
@media (max-width: 890px) {
  .page-section[sectionId=our-people] .team-container .people .person {
    width: 50%;
  }
  .full-width-panel.photo.photo-right .copy,
  .full-width-panel.photo.photo-left .copy {
    position: relative;
    top: auto;
    width: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .full-width-panel.photo .supporting-image {
    position: relative;
    top: auto;
    height: auto;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.075);
  }
  .full-width-panel.photo.photo-right .supporting-image {
    left: auto;
  }
  .full-width-panel.photo.photo-left .supporting-image {
    right: auto;
  }
  .full-width-panel.photo.photo-left .copy {
    left: auto;
  }
  body.renewals [sectionId=billing] .page-width {
    min-height: 0px !important;
  }
  body.renewals [sectionId=billing] .supporting-image {
    box-shadow: none;
    background: transparent;
    right: auto !important;
    top: -80px;
    height: auto;
    width: 120%;
    left: -10%;
    margin-bottom: -80px;
  }
  body.renewals [sectionId=price-transparency] .supporting-image {
    box-shadow: none;
    top: auto;
    height: auto;
    width: 100%: background: transparent;
    left: auto !important;
  }
  body.renewals [sectionId=reminders] .supporting-image {
    margin-bottom: -20px !important;
  }
  body.renewals [sectionId="case-registration"].full-width-panel.photo .supporting-image {
    top: auto;
    height: auto !important;
    right: auto;
    width: 100%;
  }
  body.renewals [sectionId=poas] .page-width {
    padding-bottom: 40%;
  }
  body.renewals [sectionId=poas] .beforespan {
    background: url(/images/renewals-images/smart_poas-v2.webp);
    width: 120%;
    background-size: 120% auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background-repeat: no-repeat;
    background-position: bottom;
  }
  body.renewals [sectionId=simon-quote] .supporting-image {
    right: auto !important;
    top: auto;
    height: auto;
    width: 130%;
    margin-left: -15%;
  }
}
@media (max-width: 620px) {
  .page-section[sectionId=our-people] .team-container .people .person {
    width: 100%;
  }
  body.contact-us .page-section[sectionId=contact-ip-centrum-methods] .inner-tube {
    height: auto !important;
  }
  body.contact-us .page-section[sectionId=contact-ip-centrum-methods] .get-a-quote-link {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 1em;
  }
  body.renewals [sectionId=sign-up] form {
    width: 100%;
  }
}
@media (max-width: 1031px) {
  .page-width {
    width: 100%;
  }
  [sectionid=hero] .country-links li {
    width: auto;
  }
  [sectionid=hero] .country-links a {
    width: auto;
    margin: 2px;
  }
  [sectionid=hero] .country-links:before {
    content: "Select a country:";
    display: block;
    position: relative;
    color: #fff;
    margin-bottom: 0.5em;
  }
  .card.half-width {
    width: 100%;
    position: relative;
  }
  .card.half-width .top-photo {
    height: auto;
    position: relative;
  }
  .card.half-width .top-photo:before {
    content: "";
    display: block;
    padding-top: 35%;
  }
  .menu.about-validation-countries {
    position: relative;
  }
  .menu.about-validation-countries:before {
    content: "";
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.25);
    border-bottom: 0px solid tranparent;
    right: 0.5em;
    top: 0.75em;
    z-index: 2;
  }
  .menu.about-validation-countries.expanded:before {
    display: none;
  }
  .menu.about-validation-countries li {
    display: none;
  }
  .menu.about-validation-countries li.selected {
    display: block;
  }
  .menu.about-validation-countries.expanded {
    height: 15em;
    overflow-y: scroll;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
  }
  .menu.about-validation-countries.expanded li {
    display: block;
  }
}
@media (max-width: 1023px) {
  body.renewals .copy {
    margin: 0 24px;
  }
  body.renewals .copy h1 {
    font-size: 2.5em;
    font-weight: 400;
  }
  body.renewals .copy p {
    font-size: 1em;
  }
  body.renewals [sectionId=hero] .copy {
    margin-left: 0;
  }
  body.renewals [sectionId=hero] .quotes {
    display: none;
  }
  body.renewals [sectionId=mobile-quotes] {
    display: block;
  }
  body.renewals [sectionId=mobile-quotes] .page-width {
    min-height: 100px;
  }
  body.renewals [sectionid=mobile-quotes] .quotes {
    margin-top: 3em;
    position: relative;
    margin-bottom: 8em;
  }
  body.renewals [sectionid=mobile-quotes] .quotes q {
    display: block;
    clear: both;
    margin-bottom: 2em;
    font-style: italic;
    quotes: "\201C" "\201D" "\2018" "\2019";
    vertical-align: middle;
  }
  body.renewals [sectionid=mobile-quotes] .quotes q:before,
  body.renewals [sectionid=mobile-quotes] .quotes q:after {
    font-size: 1.5em;
    vertical-align: middle;
  }
  body.renewals [sectionid=mobile-quotes] .quotes q:before {
    content: open-quote;
  }
  body.renewals [sectionid=mobile-quotes] .quotes q:after {
    content: close-quote;
  }
  body.renewals [sectionId=mobile-quotes] .quotes:after {
    content: "";
    height: 40px;
    width: 100%;
    display: block;
    background: url('/images/renewals-images/the_patent_lawyer_colour.svg') left center no-repeat;
    background-size: contain;
  }
  .page-section[sectionId=mobile-quotes] .download-button {
    position: absolute;
    bottom: -62px;
    background: #ffa300;
    font-size: 16px;
    padding: 9px;
    font-weight: 600;
    border: 2px solid #FFA300;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: white;
  }
  .page-section[sectionId=mobile-quotes] .download-button:hover {
    background: #fcb22e;
    border-color: #fcb22e;
  }
  .page_about-ep-validation-territory .column.right h1.title .label {
    font-size: 0.75em;
  }
}
.page-section img.card-image {
  display: none;
}
@media (max-width: 1000px) {
  .no-hero {
    margin-top: 3.5em;
  }
  .page-section {
    width: 100% !important;
  }
  .page-width {
    margin: 0 !important;
  }
  .page-section img.card-image {
    display: block;
    width: 100%;
  }
  [sectionid=hero] .page-width {
    width: initial;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 20px !important;
  }
  [sectionid=hero] h1 {
    font-size: 2em;
  }
  [sectionid=hero] p {
    font-size: 1.1em;
    opacity: 0.8;
  }
  .scroll-down.icon {
    font-size: 1.5em;
  }
  .card {
    margin: 0;
  }
  .card.photo-card .afterspan {
    display: none;
  }
  .card .inner-tube {
    width: auto !important;
    float: none !important;
    min-height: auto !important;
  }
  .card h1 {
    font-size: 2em;
    font-weight: 300;
  }
  .page-width.card.two-column .column {
    float: none;
    width: auto;
    margin-bottom: 3em;
  }
  .page-width.card.two-column .column:last-child {
    margin-bottom: 0;
  }
  .page-width.card.two-column .column .inner-tube {
    padding: 0;
    bordeR: 0;
  }
  [sectionId=header] .menu,
  [sectionId=header] .login,
  [sectionId=header] #toolbar {
    display: none;
  }
  .mobile-menu-toggle {
    position: absolute;
    display: block;
    right: 20px;
    top: 15px;
    width: 32px;
    height: 32px;
    border: 1px solid #aaa;
    border-radius: 2px;
  }
  .mobile-menu-toggle:before,
  .mobile-menu-toggle:after {
    content: "";
    position: absolute;
    width: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    opacity: 0.5;
  }
  .mobile-menu-toggle:before {
    height: 2px;
    background: #000;
    margin-top: -2px;
  }
  .mobile-menu-toggle:after {
    height: 6px;
    margin-top: -10px;
    border: 2px solid #000;
    border-left: 0;
    border-right: 0;
  }
  [sectionId=header].expanded {
    box-shadow: 0 0 20px;
  }
  [sectionId=header].expanded .menu,
  [sectionId=header].expanded .login {
    display: block;
  }
  [sectionId=header].expanded .menu {
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    margin-bottom: 4.5em;
    margin-top: 0;
  }
  [sectionId=header].expanded .login {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  [sectionId=header].expanded .menu li {
    display: block;
    float: none;
  }
  [sectionId=footer] .column {
    display: block;
    width: auto;
    float: none;
    margin-bottom: 1em;
    position: relative;
  }
  [sectionId=footer] .column-a {
    font-size: 2em;
    text-align: center;
  }
  [sectionId=footer] .column-a .icon-ipcentrum {
    margin: 0 0 0.5em 0;
    font-size: 1.25em;
  }
  [sectionId=footer] .column-a .icon-bsi-9001,
  [sectionid=footer] .column-a .glassdoor img {
    margin-top: 0.5em;
  }
  [sectionId=footer] .column-b,
  [sectionId=footer] .column-d {
    display: none;
  }
  [sectionId=footer] .column-c,
  [sectionid=footer] .column-e {
    float: none;
    text-align: center;
    margin: 0;
  }
  [sectionid=copyright] .inner-tube {
    margin: 0.5em 0.5em -1em 0.5em;
  }
  [sectionId=get-a-quote] h1 {
    margin-bottom: 0.5em !important;
    font-size: 2em;
    line-height: 1.25em;
  }
  [sectionId=get-a-quote] p {
    margin: 0;
    font-size: 1em;
  }
  [sectionId=why-ip-centrum] .card h1 {
    text-align: left;
    position: relative;
    margin-bottom: 1em;
  }
  [sectionId=why-ip-centrum] .card h1:after {
    left: 0%;
    margin-left: 0;
  }
  .reasons {
    margin: 0 !important;
  }
  .reasons li {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 1.5em 0 0 0 !important;
  }
  .reasons li h1 {
    margin-bottom: 0.5em !important;
  }
  [sectionId=one-instruction] .map-container {
    z-index: -1;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    opacity: 0.5;
  }
  [sectionId=one-instruction] .map-container .icon {
    right: auto;
    top: auto;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
  [sectionId=testimonial] {
    display: none;
  }
  [sectionid=get-a-quote-tool] .request-new-quote-container {
    margin: 0 -2em;
  }
  [sectionid=get-a-quote-tool] .card .inner-tube > h1 {
    position: relative;
    right: 30px;
  }
  [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .sdbpf-select {
    width: 290px;
    left: 68px;
  }
  [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .back-button div.back {
    left: 0.9em;
  }
  [sectionid=get-a-quote-tool] .quote-request-app-with-type-selector .back-button .back-text {
    display: none;
  }
  [sectionid=get-a-quote-tool] ul.type-menu li {
    width: 99.5%;
  }
  [sectionid=get-a-quote-tool] ul.type-menu li.translation {
    width: 99.5%;
  }
  [sectionid=get-a-quote-tool] ul.type-menu li a {
    display: block;
    line-height: 1.5em;
    padding: 0.75em 1em;
    font-size: 0.9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
  }
  [sectionid=get-a-quote-tool] ul.type-menu li a .icon {
    display: block;
    margin-bottom: 0.25em;
    text-align: center;
    font-size: 1.35em;
    vertical-align: middle;
    margin-right: 0em;
  }
  [sectionid=get-a-quote-tool] ul.type-menu li a .ep-flag,
  [sectionid=get-a-quote-tool] ul.type-menu li a .upc-flag {
    width: 19px;
    display: block;
    margin: 0 auto 5px;
    top: 0;
    left: 0;
  }
  [sectionid=get-a-quote-tool] li.quote-type h1 {
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  [sectionid=get-a-quote-tool] li.quote-type h1 span {
    display: inline-block;
    white-space: normal;
    line-height: 1.1em;
    vertical-align: middle;
  }
  [sectionid=get-a-quote-tool] .quote-form-header {
    float: none;
    width: auto;
    overflow: hidden !important;
    margin: 0 !important;
  }
  [sectionid=get-a-quote-tool] .quote-form-header h1 {
    white-space: normal !important;
    line-height: 1.5em;
  }
  [sectionid=get-a-quote-tool] .get-a-quote-app {
    margin-top: 1.5em;
  }
  [sectionid=get-a-quote-tool] .get-a-quote-app form {
    float: none !important;
    width: auto;
    margin: 0;
  }
  [sectionid=get-a-quote-tool] .get-a-quote-app .info-bubble {
    float: none !important;
    width: auto;
  }
  [sectionid=get-a-quote-tool] .get-a-quote-app .info-bubble h1 {
    display: block;
    white-space: pre-wrap;
  }
  [sectionid=get-a-quote-tool] .get-a-quote-app form .form-field,
  [sectionid=get-a-quote-tool] .get-a-quote-app form input {
    width: 100% !important;
    box-sizing: border-box;
  }
  body.about-ep-validation .what-is-validation-diagram {
    display: none;
  }
  body.about-ep-validation .ep-validation-contracting-states > h1 {
    margin-top: 0;
  }
  body.about-ep-validation .country-list li {
    float: none;
    width: auto;
  }
}
@media (min-width: 740px) and (max-width: 1199px) {
  [sectionid=get-a-quote-tool] ul.type-menu li {
    width: 48%;
  }
  [sectionid=get-a-quote-tool] ul.type-menu li.translation {
    width: 48%;
  }
  [sectionid=get-a-quote-tool] ul.type-menu > li:nth-child(even) {
    margin-right: 0;
  }
  [sectionid=get-a-quote-tool] ul.type-menu > li:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  [sectionid=get-a-quote-tool] .get-a-quote-app form input {
    width: 380px;
  }
  [sectionid=get-a-quote-tool] form select,
  [sectionid=get-a-quote-tool] form [formfieldname=firstname] input,
  [sectionid=get-a-quote-tool] form [formfieldname=surname] input {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  [sectionid=get-a-quote-tool] ul.type-menu > li:nth-child(3),
  [sectionid=get-a-quote-tool] ul.type-menu > li:nth-child(6) {
    margin-right: 0;
  }
}
@media (max-width: 471px) {
  [sectionid=get-a-quote-tool] li.quote-type h1 span {
    font-size: 0.8em;
  }
  [sectionid=get-a-quote-tool] li.quote-type h1 span.icon {
    font-size: 1.2em;
  }
}
@media (max-width: 382px) {
  [sectionid=get-a-quote-tool] li.quote-type h1 span {
    font-size: 0.7em;
  }
  [sectionid=get-a-quote-tool] li.quote-type h1 span.icon {
    font-size: 1.1em;
  }
}
@media (max-width: 515px) {
  [sectionid=get-a-quote-tool] li.quote-type.erue h1 span {
    font-size: 0.8em;
  }
  [sectionid=get-a-quote-tool] li.quote-type.erue h1 .ep-flag,
  [sectionid=get-a-quote-tool] li.quote-type.erue h1 .upc-flag {
    width: 43px;
  }
}
@media (max-width: 450px) {
  [sectionid=get-a-quote-tool] li.quote-type.erue h1 span {
    font-size: 0.64em;
  }
  [sectionid=get-a-quote-tool] li.quote-type.erue h1 .ep-flag,
  [sectionid=get-a-quote-tool] li.quote-type.erue h1 .upc-flag {
    width: 37px;
    margin-right: 6px;
  }
}
@media (max-width: 459px) and (max-height: 690px) {
  .page-section[sectionId=hero] a {
    padding: 1em 0.5em;
  }
}
