@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*------------------------------------------------------------------------- BASE STYLES
*/
#cookies {
  display: block !important;
}

/*-------------------------------------------------------------------------SHARED STYLES
*/
#content {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.header img {
  width: 1920px;
  height: 1080px;
  display: block;
  margin: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none !important;
}

@media screen and (max-width: 1366px) {
  .header img {
    width: auto !important;
    max-width: 100% !important;
    height: 760px;
    min-width: 1px;
    left: 0;
    top: -40px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 1230px) {
  .header img {
    width: 130% !important;
    max-width: 130% !important;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
    height: auto !important;
    top: -30px;
  }
}

@media screen and (max-width: 868px) {
  .header img {
    width: auto !important;
    max-width: none !important;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    height: 480px !important;
    top: -16px;
  }
}

@media screen and (max-width: 530px) {
  .header img {
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}

.page {
  padding-top: 135px;
  padding-bottom: 60px;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.page::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1366px) {
  .page {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 868px) {
  .page {
    padding-top: 90px;
  }
}

.page h1 {
  font-size: 7.8rem;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 100px;
  min-height: 388px;
}

@media screen and (max-width: 1366px) {
  .page h1 {
    font-size: 7.6rem;
    padding-bottom: 80px;
    min-height: 1px;
  }
}

@media screen and (max-width: 1230px) {
  .page h1 {
    font-size: 7.6rem;
  }
}

@media screen and (max-width: 868px) {
  .page h1 {
    font-size: 2.52rem;
    padding-bottom: 30px;
  }
}

.page h2 {
  font-size: 3.75rem;
  text-transform: uppercase;
  font-weight: 800;
}

@media screen and (max-width: 868px) {
  .page h2 {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
  .page h2 br {
    display: none;
  }
}

.page > h2, .page .wrapper > h2 {
  padding-bottom: 25px;
  padding-top: 20px;
}

@media screen and (max-width: 1366px) {
  .page > h2, .page .wrapper > h2 {
    max-width: 80%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 868px) {
  .page > h2, .page .wrapper > h2 {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }
}

.page h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.3em;
}

@media screen and (max-width: 868px) {
  .page h3 {
    font-size: 1.2rem;
  }
  .page h3 br {
    display: none;
  }
}

.page p {
  font-size: 1.5rem;
  padding-bottom: 30px;
  line-height: 1.5em;
}

@media screen and (max-width: 1366px) {
  .page p {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 868px) {
  .page p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1366px) {
  .page > p {
    max-width: 720px;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 1230px) {
  .page > p br {
    display: none;
  }
}

.page strong {
  font-weight: 700;
  font-size: inherit;
  font-style: inherit;
  color: inherit;
}

.page em {
  font-style: italic;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.page img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.page > ol, .page .graphic > ol, .page > ul, .page ul.sitemap, .page .content > ul {
  counter-reset: counter;
  padding-bottom: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 1366px) {
  .page > ol, .page .graphic > ol, .page > ul, .page ul.sitemap, .page .content > ul {
    padding-bottom: 15px;
  }
}

.page > ol li, .page .graphic > ol li, .page > ul li, .page ul.sitemap li, .page .content > ul li {
  font-size: 1.36rem;
  padding-bottom: 30px;
  line-height: 1.6em;
  padding-left: 40px;
  position: relative;
}

.page > ol li:last-of-type, .page .graphic > ol li:last-of-type, .page > ul li:last-of-type, .page ul.sitemap li:last-of-type, .page .content > ul li:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 868px) {
  .page > ol li, .page .graphic > ol li, .page > ul li, .page ul.sitemap li, .page .content > ul li {
    font-size: 1rem;
    padding-left: 0;
  }
}

.page > ol li a, .page .graphic > ol li a, .page > ul li a, .page ul.sitemap li a, .page .content > ul li a {
  font-weight: bold;
}

.page > ol > li, .page .graphic > ol > li, .page > ul > li, .page ul.sitemap > li, .page .content > ul > li {
  padding-left: 0;
}

.page > ol li:before, .page .graphic > ol li:before, .page > ul li:before, .page ul.sitemap li:before, .page .content > ul li:before {
  content: counter(counter) ".";
  counter-increment: counter;
  height: 100%;
  margin-right: 10px;
  font-weight: 700;
  min-height: 100%;
  display: inline-block;
}

@media screen and (max-width: 868px) {
  .page > ol li:before, .page .graphic > ol li:before, .page > ul li:before, .page ul.sitemap li:before, .page .content > ul li:before {
    position: relative;
    margin-right: 5px;
  }
}

.page > ol, .page > ul {
  max-width: 820px;
  display: block;
  margin: auto;
}

.page > ol ul, .page > ol ol, .page > ul ul, .page > ul ol {
  margin-top: 30px;
}

.page table {
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 15px;
}

.page table td {
  border: 1px solid #d9d9d9;
  font-size: 1.1rem;
  padding: 20px;
  vertical-align: middle;
  line-height: 1.3;
}

.page > ul li:before, .page ul.sitemap li:before, .page .content > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #4abbf3;
  border-radius: 50%;
  min-height: 5px;
  position: relative;
  top: -4px;
}

.page ul.sitemap li {
  padding-bottom: 20px;
}

.page ul.sitemap li.glossary ul {
  display: none;
}

.page.footer:not(.sitemap) {
  text-align: left;
}

.page.footer:not(.sitemap) h1 {
  text-align: center;
}

.page.footer:not(.sitemap) *:not(h1) {
  margin-left: 0 !important;
}

/*--------------------------------------------------------------------------HEADER
*/
/*-------------------------------------------------------------------------FORMS
*/
form p.error {
  font-weight: 800;
  text-transform: uppercase;
  color: #e65656;
  padding-bottom: 40px;
}

form p.success {
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 40px;
}

form li {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  float: left;
  text-align: left;
}

form li:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 868px) {
  form li {
    width: 100%;
    margin-right: 0;
  }
}

form li input, form li select, form li textarea {
  width: 100%;
  border-radius: 0;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  background: #FFF;
  font-size: 1rem;
  border: 2px solid #FFF;
  -webkit-transition: border 300ms;
  -o-transition: border 300ms;
  transition: border 300ms;
}

@media screen and (max-width: 1366px) {
  form li input, form li select, form li textarea {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 868px) {
  form li input, form li select, form li textarea {
    font-size: 1rem;
    margin-bottom: 12px;
    padding: 0 5%;
  }
}

form li select {
  background-image: url(../images/icons/dropdown@2x.png);
  background-size: 14px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 868px) {
  form li select {
    background-position: right 5% center;
  }
}

form li select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

form li textarea {
  height: 240px;
  resize: none;
  padding: 30px;
}

@media screen and (max-width: 868px) {
  form li textarea {
    padding: 5%;
  }
}

form li label {
  font-size: 1rem;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 8px;
  display: inline-block;
  line-height: 1.4em;
}

@media screen and (max-width: 1366px) {
  form li label {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1230px) {
  form li label {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 868px) {
  form li label {
    font-size: 0.9rem;
  }
}

form li label span.warning {
  display: block;
  color: #e65656;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

form li.warning:not(.success) > label {
  text-indent: -9999px;
  position: relative;
  width: 100%;
}

form li.warning:not(.success) input, form li.warning:not(.success) select, form li.warning:not(.success) textarea {
  border: 2px solid #e65656;
}

form li.warning:not(.success) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e65656;
}

form li.warning:not(.success) ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e65656;
}

form li.warning:not(.success) :-ms-input-placeholder {
  /* IE 10+ */
  color: #e65656;
}

form li.warning:not(.success) :-moz-placeholder {
  /* Firefox 18- */
  color: #e65656;
}

form li.success input, form li.success select, form li.success textarea {
  border: 2px solid #3ab77d !important;
}

form dl label.checkbox-style {
  line-height: 20px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}

form dl label.checkbox-style:before {
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 2px solid #4f4f4f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

form dl label.checkbox-style:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  content: "✓";
  position: absolute;
  top: 1px;
  left: -1px;
  color: #4abbf3;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

form dl label.checkbox-style.checked:after {
  opacity: 1;
}

form button {
  padding: 15px 20px;
  margin-top: 10px;
  background: transparent;
  border: 3px solid #FFF;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background 300ms ease-in-out;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  form button {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1230px) {
  form button {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 868px) {
  form button {
    font-size: 1rem;
  }
}

form button:hover {
  background: #FFF;
  color: #4abbf3;
}

form#get_in_touch {
  width: 80%;
  margin-left: 10%;
}

@media screen and (max-width: 1366px) {
  form#get_in_touch {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media screen and (max-width: 1230px) {
  form#get_in_touch {
    width: 90%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 868px) {
  form#get_in_touch {
    width: 100%;
    margin-left: 0;
  }
}

form#get_in_touch .alt_email_address {
  display: none;
}

form#get_in_touch .message, form#get_in_touch .referrer {
  width: 100%;
}

form#get_in_touch p.error {
  color: #FFF;
  font-size: 2rem;
  padding: 6px;
  background: #e65656;
  margin-bottom: 20px;
}

@media screen and (max-width: 868px) {
  form#get_in_touch p.error {
    font-size: 1.4rem;
  }
}

.grecaptcha-badge {
  display: none !important;
}

form#dpo legend {
  display: none;
}

form#dpo li.full {
  width: 100%;
  margin-right: 0;
}

/*-------------------------------------------------------------------------SITE MAP
*/
/*-------------------------------------------------------------------------FOOTER
*/
.brochure_download_banner {
  width: 100%;
  height: auto;
  background: #e7e7e7;
  z-index: 10;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 868px) {
  .brochure_download_banner {
    height: 340px;
  }
}

.brochure_download_banner img {
  display: block;
  z-index: 0;
  position: relative;
  width: 100%;
  max-width: 1684px;
}

@media screen and (max-width: 1230px) {
  .brochure_download_banner img {
    max-width: 150%;
    width: 150%;
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}

@media screen and (max-width: 868px) {
  .brochure_download_banner img {
    max-width: 200%;
    width: 200%;
    display: none;
  }
}

.brochure_download_banner .content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  width: 50%;
  max-width: 600px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1366px) {
  .brochure_download_banner .content {
    padding: 40px;
    max-width: none;
  }
}

@media screen and (max-width: 868px) {
  .brochure_download_banner .content {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.brochure_download_banner .content h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 868px) {
  .brochure_download_banner .content h3 {
    display: none;
  }
}

.brochure_download_banner .content button {
  display: inline-block;
  background: transparent;
  width: 240px;
  height: 90px;
  position: relative;
  color: #FFF;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.1em;
  text-transform: uppercase;
  z-index: 5;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 1366px) {
  .brochure_download_banner .content button {
    width: 200px;
    height: 80px;
  }
}

@media screen and (max-width: 868px) {
  .brochure_download_banner .content button {
    font-size: 1rem;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #4abbf3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top -15px center;
    text-indent: -9999px;
    border-top: 3px solid #339bcf;
    border-bottom: 3px solid #339bcf;
  }
  .brochure_download_banner .content button br {
    display: none;
  }
  .brochure_download_banner .content button.lazy-bg-loaded, .brochure_download_banner .content button.no-js {
    background-image: url(../images/brochure_banner_mobile.png);
  }
}

.brochure_download_banner .content button:before {
  content: "";
  width: 240px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #4abbf3;
  border-radius: 3px;
}

@media screen and (max-width: 1366px) {
  .brochure_download_banner .content button:before {
    width: 200px;
    height: 80px;
  }
}

@media screen and (max-width: 868px) {
  .brochure_download_banner .content button:before {
    height: 60px;
    width: 160px;
    display: none;
  }
}

.brochure_download_banner .content button:after {
  content: "";
  width: 240px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #008cd2;
  border-radius: 3px;
  -webkit-transition: height 400ms;
  -o-transition: height 400ms;
  transition: height 400ms;
}

@media screen and (max-width: 1366px) {
  .brochure_download_banner .content button:after {
    width: 200px;
    height: 80px;
  }
}

@media screen and (max-width: 868px) {
  .brochure_download_banner .content button:after {
    height: 60px;
    width: 160px;
    display: none;
  }
}

@media screen and (min-width: 868px) {
  .brochure_download_banner .content button:hover:after {
    height: 90px;
  }
}

@media screen and (min-width: 868px) and (max-width: 1366px) {
  .brochure_download_banner .content button:hover:after {
    height: 80px;
  }
}

.accreditations {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #4f4f4f;
  position: relative;
  z-index: 10;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
  will-change: position;
}

.accreditations.lazy-bg-loaded {
  background-image: url(../images/accreditations_bg.png);
}

@media screen and (max-width: 868px) {
  .accreditations {
    height: auto;
    padding: 30px 0 40px 0;
    background-position: left 24% top -112px;
  }
}

.accreditations:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 150px 0 80px;
  border-color: #4f4f4f transparent transparent transparent;
}

.accreditations h3 {
  font-weight: 800;
  font-size: 4.68rem;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 60px;
}

@media screen and (max-width: 868px) {
  .accreditations h3 {
    font-size: 2.4rem;
    line-height: 1.2em;
    padding-bottom: 30px;
  }
}

.accreditations p {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.4em;
  padding-top: 50px;
}

@media screen and (max-width: 1230px) {
  .accreditations p {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 868px) {
  .accreditations p {
    font-size: 1rem;
    padding-top: 30px;
  }
  .accreditations p br {
    display: none;
  }
}

.accreditations p a {
  background: transparent;
  padding: 12px 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #FFF;
  display: inline-block;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.accreditations p a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4abbf3;
  z-index: -2;
}

.accreditations p a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  background: #008cd2;
  z-index: -1;
  -webkit-transition: right 400ms ease-in-out;
  -o-transition: right 400ms ease-in-out;
  transition: right 400ms ease-in-out;
}

@media screen and (min-width: 868px) {
  .accreditations p a:hover:after {
    right: 0;
  }
}

@media screen and (max-width: 1230px) {
  .accreditations p a {
    padding: 15px 60px;
  }
}

@media screen and (max-width: 868px) {
  .accreditations p a {
    font-size: 1rem;
  }
}

.accreditations p a:hover {
  background: #77ccf6;
}

.accreditations p strong {
  font-weight: bold;
}

.accreditations .g-partnersbadge {
  height: 82px;
  width: 220px;
  display: inline-block;
  clear: left;
}

.accreditations img {
  margin-left: 100px;
  display: inline-block;
}

@media screen and (max-width: 1366px) {
  .accreditations img {
    max-height: 80px;
    margin-left: 80px;
  }
}

@media screen and (max-width: 868px) {
  .accreditations img {
    display: block;
    margin: 30px auto 0 auto;
    height: 80px;
    width: auto;
  }
}

.accreditations_spacer {
  height: 650px;
  display: block;
}

.get_in_touch_container {
  background: #4abbf3;
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 868px) {
  .get_in_touch_container {
    background-size: 90% auto;
    padding: 100px 0;
    background-position: center top 80px;
  }
}

.get_in_touch_container #form_bg_canvas_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.get_in_touch_container #form_bg_canvas_container div {
  position: relative;
  width: 100%;
  height: 100%;
}

.get_in_touch_container #form_bg_canvas_container canvas {
  width: 100% !important;
  height: 100% !important;
}

.get_in_touch_container h3 {
  font-weight: 800;
  font-size: 4.68rem;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  .get_in_touch_container h3 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1230px) {
  .get_in_touch_container h3 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 868px) {
  .get_in_touch_container h3 {
    font-size: 2rem;
    line-height: 1.2em;
    padding-bottom: 15px;
  }
  .get_in_touch_container h3 br {
    display: none;
  }
}

.get_in_touch_container p {
  font-size: 1.5rem;
  line-height: 1.4em;
  padding-top: 20px;
}

@media screen and (max-width: 1230px) {
  .get_in_touch_container p {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 868px) {
  .get_in_touch_container p {
    font-size: 1rem;
    padding-top: 15px;
  }
  .get_in_touch_container p br {
    display: none;
  }
}

.get_in_touch_container p a {
  background: #4abbf3;
  padding: 10px 60px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #FFF;
  display: inline-block;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.get_in_touch_container p a:hover {
  background: #77ccf6;
}

.get_in_touch_container p strong {
  font-weight: bold;
}

.get_in_touch_container p.info {
  color: #FFF;
  font-size: 1rem;
  opacity: 0.9;
  padding-bottom: 22px;
  padding-top: 36px;
}

@media screen and (max-width: 1366px) {
  .get_in_touch_container p.info {
    font-size: 1.1rem;
    padding-top: 24px;
  }
}

@media screen and (max-width: 1230px) {
  .get_in_touch_container p.info {
    font-size: 1.2rem;
    padding-top: 0;
    margin-top: -10px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 868px) {
  .get_in_touch_container p.info {
    font-size: 0.9rem;
    margin-top: 0;
    padding-top: 14px;
  }
}

.get_in_touch_container .contact_info {
  padding-bottom: 24px;
  padding-top: 10px;
}

@media screen and (max-width: 868px) {
  .get_in_touch_container .contact_info {
    padding-bottom: 6px;
  }
}

.get_in_touch_container .contact_info p, .get_in_touch_container .contact_info a {
  font-size: 3.75rem;
  font-weight: 800;
  padding-bottom: 0;
  line-height: 1em;
  padding-bottom: 10px;
  -webkit-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  .get_in_touch_container .contact_info p, .get_in_touch_container .contact_info a {
    font-size: 3.2rem;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 868px) {
  .get_in_touch_container .contact_info p, .get_in_touch_container .contact_info a {
    font-size: 1.2rem;
    line-height: 1.2em;
    display: inline-block;
    clear: both;
    padding-bottom: 15px;
  }
}

.get_in_touch_container .contact_info p span, .get_in_touch_container .contact_info a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.8em;
  padding-top: 12px;
  padding-left: 90px;
}

.get_in_touch_container .contact_info p:before, .get_in_touch_container .contact_info a:before {
  width: 60px;
  height: 60px;
  content: "";
  display: inline-block;
  background-image: url(../images/icons/big-phone.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 1366px) {
  .get_in_touch_container .contact_info p:before, .get_in_touch_container .contact_info a:before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 868px) {
  .get_in_touch_container .contact_info p:before, .get_in_touch_container .contact_info a:before {
    margin-right: 0;
    width: 1.8em;
    height: 1.2em;
    background-position: left top;
    top: 4px !important;
  }
}

.get_in_touch_container .contact_info .email:before {
  background-image: url(../images/icons/big-email.png);
  top: 8px;
}

@media screen and (min-width: 868px) {
  .get_in_touch_container .contact_info a:hover {
    color: #FFF;
  }
}

#footer_container {
  background: #272b2d;
  z-index: 3;
  position: relative;
  width: 100%;
  height: auto;
}

#footer_container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 150px 80px 150px;
  border-color: transparent transparent #272b2d transparent;
}

#footer_container #footer {
  padding: 60px 0;
}

@media screen and (max-width: 1230px) {
  #footer_container #footer {
    position: relative;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer {
    padding: 30px 0;
    width: auto;
    height: auto;
    overflow: hidden;
  }
}

#footer_container #footer .column {
  width: 20%;
  display: inline-block;
  float: left;
  padding-bottom: 30px;
}

#footer_container #footer .column.additional_areas {
  margin-top: -3px;
}

@media screen and (max-width: 1230px) {
  #footer_container #footer .column {
    width: 25.1%;
  }
  #footer_container #footer .column.useful_links {
    margin-top: 30px;
    margin-bottom: 60px;
    width: 30%;
  }
  #footer_container #footer .column.useful_links a {
    max-width: 70%;
  }
  #footer_container #footer .column.specialisms {
    width: 25.5%;
  }
  #footer_container #footer .column.additional_areas {
    width: 22%;
  }
  #footer_container #footer .column.get_in_touch {
    position: absolute;
    left: 72%;
    top: 60px;
  }
  #footer_container #footer .column.get_in_touch span {
    font-weight: 700 !important;
  }
}

#footer_container #footer .column h3 {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 18px;
  line-height: 1.4em;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer .column h3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1230px) {
  #footer_container #footer .column h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column h3 {
    padding-bottom: 10px;
  }
}

#footer_container #footer .column p, #footer_container #footer .column a, #footer_container #footer .column button {
  color: #898989;
  line-height: 1.6em;
  text-transform: uppercase;
  display: block;
  padding-bottom: 12px;
  font-size: 0.875rem;
  background: none;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer .column p, #footer_container #footer .column a, #footer_container #footer .column button {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1230px) {
  #footer_container #footer .column p, #footer_container #footer .column a, #footer_container #footer .column button {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column p, #footer_container #footer .column a, #footer_container #footer .column button {
    font-size: 1rem;
    padding-bottom: 6px;
  }
}

#footer_container #footer .column p > h3, #footer_container #footer .column a > h3, #footer_container #footer .column button > h3 {
  padding-bottom: 5px;
}

#footer_container #footer .column p.linkedin, #footer_container #footer .column p.twitter, #footer_container #footer .column p.pinterest, #footer_container #footer .column p.facebook, #footer_container #footer .column p.phone, #footer_container #footer .column p.email, #footer_container #footer .column p.web_enquiry, #footer_container #footer .column p.mailing_list, #footer_container #footer .column a.linkedin, #footer_container #footer .column a.twitter, #footer_container #footer .column a.pinterest, #footer_container #footer .column a.facebook, #footer_container #footer .column a.phone, #footer_container #footer .column a.email, #footer_container #footer .column a.web_enquiry, #footer_container #footer .column a.mailing_list, #footer_container #footer .column button.linkedin, #footer_container #footer .column button.twitter, #footer_container #footer .column button.pinterest, #footer_container #footer .column button.facebook, #footer_container #footer .column button.phone, #footer_container #footer .column button.email, #footer_container #footer .column button.web_enquiry, #footer_container #footer .column button.mailing_list {
  padding-left: 30px;
  background-size: 16px;
  background-position: left top 8px;
  background-repeat: no-repeat;
}

#footer_container #footer .column p.address, #footer_container #footer .column a.address, #footer_container #footer .column button.address {
  padding-top: 10px;
}

#footer_container #footer .column p.address a, #footer_container #footer .column a.address a, #footer_container #footer .column button.address a {
  line-height: 1.6em;
  color: #FFF;
}

#footer_container #footer .column p.twitter, #footer_container #footer .column a.twitter, #footer_container #footer .column button.twitter {
  background-image: url(../images/icons/twitter@2x.png);
}

#footer_container #footer .column p.pinterest, #footer_container #footer .column a.pinterest, #footer_container #footer .column button.pinterest {
  background-image: url(../images/icons/pinterest@2x.png);
}

#footer_container #footer .column p.linkedin, #footer_container #footer .column a.linkedin, #footer_container #footer .column button.linkedin {
  background-image: url(../images/icons/linkedin@2x.png);
  background-position: left top 6px;
}

#footer_container #footer .column p.facebook, #footer_container #footer .column a.facebook, #footer_container #footer .column button.facebook {
  background-image: url(../images/icons/facebook@2x.png);
  background-position: left top 6px;
}

#footer_container #footer .column p.phone, #footer_container #footer .column a.phone, #footer_container #footer .column button.phone {
  background-image: url(../images/icons/phone@2x.png);
  background-position: left top 2px;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer .column p.phone, #footer_container #footer .column a.phone, #footer_container #footer .column button.phone {
    background-position: left top 2px;
  }
}

#footer_container #footer .column p.email, #footer_container #footer .column a.email, #footer_container #footer .column button.email {
  background-image: url(../images/icons/email@2x.png);
}

#footer_container #footer .column p.web_enquiry, #footer_container #footer .column a.web_enquiry, #footer_container #footer .column button.web_enquiry {
  background-image: url(../images/icons/enquiry@2x.png);
}

#footer_container #footer .column p.mailing_list, #footer_container #footer .column a.mailing_list, #footer_container #footer .column button.mailing_list {
  background-image: url(../images/icons/mailing-list@2x.png);
}

#footer_container #footer .column p.company_number, #footer_container #footer .column p.vat_number, #footer_container #footer .column a.company_number, #footer_container #footer .column a.vat_number, #footer_container #footer .column button.company_number, #footer_container #footer .column button.vat_number {
  font-weight: 700;
  padding-bottom: 6px;
}

#footer_container #footer .column p.company_number span, #footer_container #footer .column p.vat_number span, #footer_container #footer .column a.company_number span, #footer_container #footer .column a.vat_number span, #footer_container #footer .column button.company_number span, #footer_container #footer .column button.vat_number span {
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
}

#footer_container #footer .column a, #footer_container #footer .column button {
  cursor: pointer;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background 300ms ease-in-out;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  line-height: 30px;
}

#footer_container #footer .column a.linkedin, #footer_container #footer .column a.twitter, #footer_container #footer .column a.pinterest, #footer_container #footer .column a.phone, #footer_container #footer .column a.email, #footer_container #footer .column a.web_enquiry, #footer_container #footer .column a.mailing_list, #footer_container #footer .column a.facebook, #footer_container #footer .column button.linkedin, #footer_container #footer .column button.twitter, #footer_container #footer .column button.pinterest, #footer_container #footer .column button.phone, #footer_container #footer .column button.email, #footer_container #footer .column button.web_enquiry, #footer_container #footer .column button.mailing_list, #footer_container #footer .column button.facebook {
  color: #FFF;
}

@media screen and (min-width: 868px) {
  #footer_container #footer .column a:hover, #footer_container #footer .column button:hover {
    color: #FFF;
  }
}

@media screen and (min-width: 868px) {
  #footer_container #footer .column a.twitter:hover, #footer_container #footer .column button.twitter:hover {
    background-image: url(../images/icons/twitter-hover@2x.png);
  }
  #footer_container #footer .column a.pinterest:hover, #footer_container #footer .column button.pinterest:hover {
    background-image: url(../images/icons/pinterest-hover@2x.png);
  }
  #footer_container #footer .column a.linkedin:hover, #footer_container #footer .column button.linkedin:hover {
    background-image: url(../images/icons/linkedin-hover@2x.png);
  }
  #footer_container #footer .column a.facebook:hover, #footer_container #footer .column button.facebook:hover {
    background-image: url(../images/icons/facebook-hover@2x.png);
  }
  #footer_container #footer .column a.phone:hover, #footer_container #footer .column button.phone:hover {
    background-image: url(../images/icons/phone-hover@2x.png);
  }
  #footer_container #footer .column a.email:hover, #footer_container #footer .column button.email:hover {
    background-image: url(../images/icons/email-hover@2x.png);
  }
  #footer_container #footer .column a.web_enquiry:hover, #footer_container #footer .column button.web_enquiry:hover {
    background-image: url(../images/icons/enquiry-hover@2x.png);
  }
  #footer_container #footer .column a.mailing_list:hover, #footer_container #footer .column button.mailing_list:hover {
    background-image: url(../images/icons/mailing-list-hover@2x.png);
  }
}

#footer_container #footer .column.additional_areas a {
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 18px;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer .column.additional_areas a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1230px) {
  #footer_container #footer .column.additional_areas a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer .column {
    width: 100% !important;
    height: auto;
    position: static !important;
    text-align: center;
  }
  #footer_container #footer .column.useful_links {
    margin: 0;
  }
  #footer_container #footer .column.useful_links a {
    max-width: none;
  }
  #footer_container #footer .column.social {
    position: absolute !important;
    bottom: 80px;
    left: 0;
    right: 0;
  }
  #footer_container #footer .column.social a {
    width: 25%;
    height: 45px;
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-indent: -9999px;
    background-position: center;
    background-size: contain;
  }
  #footer_container #footer .column.social a.twitter {
    background-image: url(../images/icons/twitter-large@2x.png);
  }
  #footer_container #footer .column.social a.pinterest {
    background-image: url(../images/icons/pinterest-large@2x.png);
  }
  #footer_container #footer .column.social a.linkedin {
    background-image: url(../images/icons/linkedin-large@2x.png);
  }
  #footer_container #footer .column.social a.facebook {
    background-image: url(../images/icons/facebook-large@2x.png);
  }
  #footer_container #footer .column.social h3 {
    display: none;
  }
  #footer_container #footer .column.get_in_touch {
    background: url(../images/divider.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90% auto;
    padding-top: 40px;
  }
  #footer_container #footer .column.get_in_touch a.phone, #footer_container #footer .column.get_in_touch a.email, #footer_container #footer .column.get_in_touch a.web_enquiry, #footer_container #footer .column.get_in_touch a.mailing_list, #footer_container #footer .column.get_in_touch p.phone, #footer_container #footer .column.get_in_touch p.email, #footer_container #footer .column.get_in_touch p.web_enquiry, #footer_container #footer .column.get_in_touch p.mailing_list, #footer_container #footer .column.get_in_touch button.phone, #footer_container #footer .column.get_in_touch button.email, #footer_container #footer .column.get_in_touch button.web_enquiry, #footer_container #footer .column.get_in_touch button.mailing_list {
    padding-left: 0;
    background: none;
  }
  #footer_container #footer .column.get_in_touch a.phone:before, #footer_container #footer .column.get_in_touch a.email:before, #footer_container #footer .column.get_in_touch a.web_enquiry:before, #footer_container #footer .column.get_in_touch a.mailing_list:before, #footer_container #footer .column.get_in_touch p.phone:before, #footer_container #footer .column.get_in_touch p.email:before, #footer_container #footer .column.get_in_touch p.web_enquiry:before, #footer_container #footer .column.get_in_touch p.mailing_list:before, #footer_container #footer .column.get_in_touch button.phone:before, #footer_container #footer .column.get_in_touch button.email:before, #footer_container #footer .column.get_in_touch button.web_enquiry:before, #footer_container #footer .column.get_in_touch button.mailing_list:before {
    width: 26px;
    height: 1.6em;
    display: inline-block;
    content: "";
    background-size: 16px;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
  }
  #footer_container #footer .column.get_in_touch a.phone:before, #footer_container #footer .column.get_in_touch p.phone:before, #footer_container #footer .column.get_in_touch button.phone:before {
    background-image: url(../images/icons/phone@2x.png);
  }
  #footer_container #footer .column.get_in_touch a.email:before, #footer_container #footer .column.get_in_touch p.email:before, #footer_container #footer .column.get_in_touch button.email:before {
    background-image: url(../images/icons/email@2x.png);
  }
  #footer_container #footer .column.get_in_touch a.web_enquiry, #footer_container #footer .column.get_in_touch p.web_enquiry, #footer_container #footer .column.get_in_touch button.web_enquiry {
    display: inline-block;
  }
  #footer_container #footer .column.get_in_touch a.web_enquiry:before, #footer_container #footer .column.get_in_touch p.web_enquiry:before, #footer_container #footer .column.get_in_touch button.web_enquiry:before {
    background-image: url(../images/icons/enquiry@2x.png);
  }
  #footer_container #footer .column.get_in_touch a.mailing_list:before, #footer_container #footer .column.get_in_touch p.mailing_list:before, #footer_container #footer .column.get_in_touch button.mailing_list:before {
    background-image: url(../images/icons/mailing-list@2x.png);
  }
}

#footer_container #footer .copyright {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
  color: #898989;
  padding-top: 30px;
  float: left;
  clear: both;
  line-height: 1.4em;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer .copyright {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 868px) {
  #footer_container #footer .copyright br {
    display: none;
  }
}

@media screen and (max-width: 868px) {
  #footer_container #footer .copyright {
    font-size: 0.75rem;
    padding-top: 80px;
  }
}

/*-------------------------------------------------------------------------UNSUPPORTED BROWSER*/
body#unsupported div#footer {
  display: none;
}
/*# sourceMappingURL=screen.css.map */