@import url(//hello.myfonts.net/count/265e0e);*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.s-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.s-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 0) and (max-width: 980px) {
  [class^="s-span-"] {
    width: 100%;
    float: left;
    padding-left: 20.5px;
    padding-right: 20.5px;
  }
}

@media (min-width: 981px) {
  .s-span-1 {
    width: 8.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-1 {
    margin-left: 8.33333333%;
  }
  .s-span-2 {
    width: 16.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-2 {
    margin-left: 16.66666667%;
  }
  .s-span-3 {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-3 {
    margin-left: 25%;
  }
  .s-span-4 {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-4 {
    margin-left: 33.33333333%;
  }
  .s-span-5 {
    width: 41.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-5 {
    margin-left: 41.66666667%;
  }
  .s-span-6 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-6 {
    margin-left: 50%;
  }
  .s-span-7 {
    width: 58.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-7 {
    margin-left: 58.33333333%;
  }
  .s-span-8 {
    width: 66.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-8 {
    margin-left: 66.66666667%;
  }
  .s-span-9 {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-9 {
    margin-left: 75%;
  }
  .s-span-10 {
    width: 83.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-10 {
    margin-left: 83.33333333%;
  }
  .s-span-11 {
    width: 91.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-11 {
    margin-left: 91.66666667%;
  }
  .s-span-12 {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-push-12 {
    margin-left: 100%;
  }
}

@font-face {
  font-family: 'VerbRegular-Bold';
  src: url("../assets/fonts/verb/regular-bold/265E0E_8_0.eot");
  src: url("../assets/fonts/verb/regular-bold/265E0E_8_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/verb/regular-bold/265E0E_8_0.woff") format("woff"), url("../assets/fonts/verb/regular-bold/265E0E_8_0.ttf") format("truetype");
}

@font-face {
  font-family: 'VerbMedium';
  src: url("../assets/fonts/verb/medium/265E0E_D_0.eot");
  src: url("../assets/fonts/verb/medium/265E0E_D_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/verb/medium/265E0E_D_0.woff") format("woff"), url("../assets/fonts/verb/medium/265E0E_D_0.ttf") format("truetype");
}

@font-face {
  font-family: 'VerbRegular';
  src: url("../assets/fonts/verb/regular/265E0E_F_0.eot");
  src: url("../assets/fonts/verb/regular/265E0E_F_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/verb/regular/265E0E_F_0.woff") format("woff"), url("../assets/fonts/verb/regular/265E0E_F_0.ttf") format("truetype");
}

@font-face {
  font-family: 'VerbLight';
  src: url("../assets/fonts/verb/light/VerbLight-webfont.eot");
  src: url("../assets/fonts/verb/light/VerbLight-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/verb/light/VerbLight-webfont.woff") format("woff"), url("../assets/fonts/verb/light/VerbLight-webfont.ttf") format("truetype");
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveUpFromDown50 {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveUpFromDown50 {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

button, input[type="button"], input[type="reset"], input[type="submit"],
a.button-link,
.as-button-element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #00c2ff;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: none;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
a.button-link:hover,
a.button-link:focus,
.as-button-element:hover,
.as-button-element:focus {
  background-color: #009bcc;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
a.button-link:disabled,
.as-button-element:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
a.button-link:disabled:hover,
.as-button-element:disabled:hover {
  background-color: #00c2ff;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "VerbRegular", Verdana, sans-serif;
  font-size: 1em;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #00c2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul,
ol {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 2em;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "VerbRegular", Verdana, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color: #00c2ff;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #00c2ff;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #0092bf;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

.text-purple {
  color: #8c68d2;
}

.text-green {
  color: #8ae772;
}

.text-pink {
  color: #e9206c;
}

.text-salmon {
  color: #fe7275;
}

.text-interoute-blue {
  color: #00c2ff;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #febb46;
}

.text-promo {
  font-style: italic;
  background-color: #fff;
}

.text-lead {
  font-size: 130%;
}

#zone-header-wrapper
#section-content {
  font-size: 12px;
}

@media (min-width: 0) and (max-width: 980px) {
  body.page-node {
    background: #fff url("../assets/images/fluid/_dev/new-york_1024.jpg") center -90px no-repeat;
  }
  body.page-node.about-us-section, body.page-node.our-network-section {
    background: #fff url("../assets/images/fluid/_dev/bangkok_1024.jpg") center -35px no-repeat;
  }
  body.page-node.products-and-services-section, body.page-node.context-vdctrialhp2013 {
    background: #fff url("../assets/images/fluid/_dev/new-york_1024.jpg") center -90px no-repeat;
  }
  body.page-node.industry-sectors-section {
    background: #fff url("../assets/images/fluid/_dev/frankfurt_1024.jpg") center -50px no-repeat;
  }
  body.page-node.press-room-section {
    background: #fff url("../assets/images/fluid/_dev/press-room_1024.jpg") center top no-repeat;
  }
  body.page-node.contact-us-section {
    background: #fff url("../assets/images/fluid/_dev/contact-us_1024.jpg") center -80px no-repeat;
  }
  body.page-node.front, body.page-node.page--products-services, body.page-node.page--ps-category, body.page-node.node-type-landing-page, body.page-node.page-node-1867, body.page-node.page--our-customers, body.page-node.page--careers {
    background: none;
  }
  body.page-search404 {
    background: #fff url("../assets/images/fluid/_dev/new-york_1024.jpg") center -90px no-repeat;
  }
  body.page-search {
    background: #fff url("../assets/images/fluid/_dev/new-york_1024.jpg") center -90px no-repeat;
  }
  body.page-user-login {
    background: #fff url("../assets/images/fluid/_dev/new-york_1024.jpg") center -90px no-repeat;
  }
  body.node-type-press-release,
  body.node-type-cloud-articles {
    background: #fff url("../assets/images/fluid/_dev/press-room_1024.jpg") center top no-repeat;
  }
}

@media (min-width: 981px) {
  body.page-node {
    background: #fff url("../assets/images/normal/_dev/new-york.jpg") center -238px no-repeat;
  }
  body.page-node.about-us-section, body.page-node.our-network-section {
    background: #fff url("../assets/images/normal/_dev/bangkok.jpg") center -120px no-repeat;
  }
  body.page-node.products-and-services-section, body.page-node.context-vdctrialhp2013 {
    background: #fff url("../assets/images/normal/_dev/new-york.jpg") center -238px no-repeat;
  }
  body.page-node.industry-sectors-section {
    background: #fff url("../assets/images/normal/_dev/frankfurt.jpg") center -145px no-repeat;
  }
  body.page-node.press-room-section {
    background: #fff url("../assets/images/normal/_dev/press-room.jpg") center top no-repeat;
  }
  body.page-node.contact-us-section {
    background: #fff url("../assets/images/normal/_dev/contact-us.jpg") center -288px no-repeat;
  }
  body.page-node.front, body.page-node.page--products-services, body.page-node.page--ps-category, body.page-node.node-type-landing-page, body.page-node.page-node-1867, body.page-node.page--our-customers, body.page-node.page--careers {
    background: none;
  }
  body.page-search404 {
    background: #fff url("../assets/images/normal/_dev/new-york.jpg") center -238px no-repeat;
  }
  body.page-search {
    background: #fff url("../assets/images/normal/_dev/new-york.jpg") center -238px no-repeat;
  }
  body.page-user-login {
    background: #fff url("../assets/images/normal/_dev/new-york.jpg") center -238px no-repeat;
  }
  body.node-type-press-release {
    background: #fff url("../assets/images/normal/_dev/press-room.jpg") center top no-repeat;
  }
}

/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/* ########## Redefinitions ########## */
body.hide-messages #messages {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

h1 {
  font: normal 1.7em/1.3em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 0.3em;
}

h2 {
  font: normal 1.3em/1.3em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 0.7em;
}

h3 {
  font: normal 1.2em/1.2em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 0.9em;
}

h4, h5, h6 {
  font: normal 1em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

ul, ol {
  margin-bottom: 1em;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

a:hover {
  text-decoration: none;
}

table {
  border: 1px solid #fff;
  margin-bottom: 1em;
  width: 100%;
}

table thead,
table tbody {
  border-bottom: 3px solid #fff;
}

table tr, table tr.even, table tr.odd {
  border-bottom: 3px solid #fff;
}

table tr.even {
  background: #e7e7e7;
}

table tr.odd {
  background: #f5f5f5;
}

table tr th,
table tr td {
  background-color: #eee;
  border-right: 3px solid #fff;
  color: #000000;
  padding: 5px 8px;
}

table tr td a {
  color: #000000;
}

table tr th {
  background: #fff;
  color: #000;
  font: normal 1em 'VerbRegular-Bold', Verdana, sans-serif;
}

table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}

table.whitebg tr th,
table.whitebg tr td {
  background-color: #fff;
}

input, select, textarea {
  font: 1em 'VerbRegular', Verdana, sans-serif;
}

fieldset {
  margin-bottom: 1em;
}

hr {
  border: 1px solid #000;
  margin: 1.5em auto;
  width: 75%;
}

strong {
  font: normal 1em 'VerbRegular-Bold', Verdana, sans-serif;
}

strong u {
  font: normal 1em 'VerbRegular-Bold', Verdana, sans-serif;
}

em {
  font: italic 1em 'VerbRegular', Verdana, sans-serif;
}

em strong {
  font: normal italic 1em 'VerbRegular-Bold', Verdana, sans-serif;
}

blockquote {
  padding: 15px 15px 15px 55px;
  margin: 0 0 15px 0;
}

sup, sub {
  font-size: 75%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

body.page-node blockquote,
.block.computing blockquote,
body.computing-section blockquote {
  background: transparent url("../assets/images/all/quotation-black.png") top left no-repeat;
  border: 4px solid #ffca1f;
}

body.communications-section blockquote,
.block.communications blockquote {
  background: transparent url("../assets/images/all/quotation-black.png") top left no-repeat;
  border: 4px solid #f68a1f;
}

body.connectivity-section blockquote,
.block.connectivity blockquote {
  background: transparent url("../assets/images/all/quotation-black.png") top left no-repeat;
  border: 4px solid #ff4337;
}

body.unified-transport-section blockquote,
.block.unified-transport blockquote {
  background: transparent url("../assets/images/all/quotation-black.png") top left no-repeat;
  border: 4px solid #ff4337;
}

body.network-outsourcing-section blockquote,
.block.network-outsourcing blockqoute {
  background: transparent url("../assets/images/all/quotation-black.png") top left no-repeat;
  border: 4px solid #ff4337;
}

/* ########## Sections / Zones / Regions ########## */
#zone-content-wrapper {
  background-color: #fff;
  padding-top: 20px;
}

.front #zone-content-wrapper {
  padding: 2em 0;
}

/* Section: Header */
.not-front #section-header {
  margin-bottom: 60px;
}

/* Region: User First */
#region-user-first .site-name {
  margin: 0;
  padding: 10px 0 0;
}

#region-user-first .site-name a {
  background: url("../assets/images/fluid/generic/white_logo.png") no-repeat;
  display: block;
  height: 82px;
  overflow: hidden;
  text-indent: -999em;
  width: 173px;
}

@media all and (max-width: 540px) {
  #region-user-first .site-name a {
    background: url("../assets/images/fluid/generic/white_logo.png") no-repeat;
    background-size: 100px;
  }
}

#region-user-first .site-slogan {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute !important;
}

/* Region: User Second */
#region-user-second .block-menu-block .menu-block-wrapper {
  display: none;
  float: right;
}

#region-user-second .block-menu-block ul.menu li a {
  color: #fff;
  text-decoration: none;
}

#region-user-second .block-search-form {
  display: none;
  float: right;
  margin: 5px 0 0 30px;
}

#region-user-second .block-search-form #edit-actions,
#region-user-second .block-search-form #edit-actions--2 {
  display: none;
}

#region-user-second .megamenu-wrapper,
#region-user-second .megamenu-wrapper .megamenu {
  position: static;
}

#region-user-second .megamenu-wrapper .megamenu {
  background: transparent;
}

/* Zone: Menu */
/* Region: Menu */
#region-menu ul.menu {
  padding-bottom: 10px;
}

#region-menu ul.menu li {
  margin: 4px 0 0;
  width: 50%;
}

#region-menu ul.menu li:nth-child(-n+2) {
  margin-top: 0;
}

#region-menu ul.menu li a {
  color: #fff;
  background: rgba(100, 120, 131, 0.2);
  display: block;
  padding: 10px;
  text-decoration: none;
}

#region-menu ul.menu li a:hover {
  background: rgba(100, 120, 131, 0.7);
}

#region-menu ul.menu li:nth-child(odd) a {
  margin-right: 2px;
}

#region-menu ul.menu li:nth-child(even) a {
  margin-left: 2px;
}

@media all and (max-width: 440px) {
  #region-menu ul.menu li {
    width: 100%;
  }
  #region-menu ul.menu li:nth-child(-n+2) {
    margin: 4px 0 0;
  }
  #region-menu ul.menu li:nth-child(odd) a {
    margin-right: 0;
  }
  #region-menu ul.menu li:nth-child(even) a {
    margin-left: 0;
  }
  div.responsive-toggle-open {
    overflow: visible !important;
  }
}

/* remove menu hoverover effect for specific menu item */
/* Region: Header First */
#block-views-banners-block {
  margin: 20px 0 0;
}

/* Section: Content */
.front #section-content {
  margin-top: 0;
}

.front #zone-preface-wrapper {
  padding: 2em 0;
}

#section-content {
  margin-top: 30px;
}

#section-content .zone-wrapper:first-child .zone {
  padding-top: 10px;
}

#section-content .zone-preface,
#section-content .zone-content {
  background: #fff;
}

/* Zone: Content */
#zone-content {
  position: relative;
}

#breadcrumb {
  background: url(../assets/images/all/background-colours/0.5/dark-blue.png) repeat;
  background: rgba(82, 136, 172, 0.5);
  color: #fff;
  left: 0;
  margin: 0;
  top: -38px;
  width: 100%;
}

#breadcrumb .breadcrumb {
  padding: 10px 5px;
}

#breadcrumb a {
  color: #fff;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

body.node-type-landing-page #breadcrumb {
  display: none;
}

/* Region: Sidebar First */
#region-sidebar-first .block-menu-block {
  margin-bottom: 10px;
}

#region-sidebar-first .block-menu-block h2.block-title {
  background: #000 url(../assets/images/fluid/generic/small-menu-icon.png) 10px no-repeat;
  font-size: 1em;
  margin: 0;
}

#region-sidebar-first .block-menu-block h2.block-title a {
  color: #fff;
  display: block;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
}

#region-sidebar-first .menu {
  background: url(../assets/images/all/background-colours/0.7/grey.png) repeat;
  background: rgba(100, 120, 131, 0.7);
}

#region-sidebar-first .menu a {
  background: url(../assets/images/all/background-colours/0.7/grey.png) repeat;
  background: rgba(100, 120, 131, 0.7);
  border-bottom: 1px solid #999;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

#region-sidebar-first .menu a.active {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

#region-sidebar-first .menu .menu a {
  padding-left: 20px;
}

#region-sidebar-first .menu .menu .menu a {
  padding-left: 30px;
}

#region-sidebar-first .menu .menu .menu .menu a {
  padding-left: 40px;
}

#region-sidebar-first .menu .menu .menu .menu .menu a {
  padding-left: 50px;
}

/* Region: Content */
.front #page-title {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}

.front #zone-content h1.title {
  display: none;
}

/* Region: Sidebar Second */
#region-sidebar-second {
  clear: both;
}

#region-sidebar-second .block {
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}

#region-sidebar-first .block-block .block-title,
#region-sidebar-second .block .block-title {
  background: #00AEEF;
  clear: both;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 5px 8px;
  font-size: 14px;
}

/*
  body.front #region-preface-first .block .block-title {
    background: #fff;
    color: $blue;
    padding-top: 0;
  } */
#region-sidebar-second .block .block-title a,
.not-front #region-preface-first .block .block-title a {
  color: #fff;
}

#region-sidebar-first .block-block .content,
#region-sidebar-second .block .content,
.not-front #region-preface-first .block .content {
  padding: 10px 10px 0;
}

#region-sidebar-second .block.concertina .block-title {
  padding: 0;
}

#region-sidebar-second .block.concertina .block-title a {
  background: url("../assets/images/fluid/icons/expand_white_10.gif") 97% center no-repeat;
  display: block;
  padding: 5px 8px;
}

#region-sidebar-second .block.concertina-open .block-title a {
  background: url("../assets/images/fluid/icons/collapse_white_10.gif") 97% center no-repeat;
}

/* Zone: Postscript */
#zone-postscript {
  background: #637883;
  color: #fff;
}

#zone-postscript .related-content,
#zone-postscript .related-content h2,
#zone-postscript .related-content a {
  color: #FFF;
}

.front #zone-postscript-wrapper {
  background-color: #e2e2e2;
  padding: 2em 0;
}

.front #zone-postscript {
  background-color: #e2e2e2;
  color: inherit;
}

/* Region: Postscript First */
#region-postscript-first .related-content-block {
  padding: 10px 10px 20px;
}

#region-postscript-first .related-content-block h2 {
  color: #fff;
  font-size: 1em;
}

#region-postscript-first .related-content-block a {
  color: #fff;
}

/* Region: Postscript Second */
#region-postscript-second {
  padding: 1em 0;
}

/* Region: Postscript Third */
#region-postscript-third {
  padding: 1em 0;
}

/* ########## Blocks ########## */
.region-content .block {
  float: left;
}

.block.responsive-toggle-links {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.block.responsive-toggle-links .block-inner,
.block.responsive-toggle-links .content,
.block.responsive-toggle-links .toggle {
  height: 100%;
  position: relative;
}

.block.responsive-toggle-links .toggle {
  float: right;
  margin-left: 10px;
}

.block.responsive-toggle-links .toggle a {
  background: url(../assets/images/all/background-colours/0.2/grey.png) repeat;
  background: rgba(100, 120, 131, 0.2);
  color: #fff;
  display: block;
  font-weight: bold;
  height: 100%;
  min-height: 92px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100px;
}

.block.responsive-toggle-links .toggle a:hover {
  background: url(../assets/images/all/background-colours/0.7/grey.png) repeat;
  background: rgba(100, 120, 131, 0.7);
}

.block.responsive-toggle-links .menu-toggle {
  background: transparent url("../assets/images/fluid/generic/menu-toggle-icon.png") center center no-repeat;
  background-position: center 19px;
}

.block.responsive-toggle-links .search-toggle {
  background: transparent url("../assets/images/fluid/generic/search-toggle-icon.png") center center no-repeat;
  background-position: center 16px;
}

.block.responsive-toggle-links .regional-toggle {
  background: transparent url("../assets/images/fluid/generic/regional-toggle-arrow.png") center center no-repeat;
  background-position: center 15px;
}

.block.responsive-toggle-links .regional-toggle a span.toggle-label {
  display: block;
  padding: 55px 0 0 0;
}

.block.responsive-toggle-links .search-toggle a span.toggle-label {
  display: block;
  padding: 56px 0 0 0;
}

.block.responsive-toggle-links .menu-toggle a span.toggle-label {
  display: block;
  padding: 56px 0 0 0;
}

/* Phone style to stop the top navigation overlapping the logo on phones */
@media all and (max-width: 440px) {
  #region-user-first {
    height: 70px;
  }
  .block.responsive-toggle-links .menu-toggle,
  .block.responsive-toggle-links .search-toggle,
  .block.responsive-toggle-links .regional-toggle {
    background-position: 28px 19px;
  }
  .block.responsive-toggle-links .toggle {
    width: 90px;
    margin-left: 5px;
    height: 65px !important;
  }
  .block.responsive-toggle-links .toggle a {
    width: 90px;
    height: 57px;
    background: none;
  }
  .block.responsive-toggle-links .toggle a:hover {
    background: none;
  }
  .block.responsive-toggle-links .menu-toggle a span.toggle-label,
  .block.responsive-toggle-links .search-toggle a span.toggle-label {
    display: none;
  }
  .block.responsive-toggle-links .content {
    float: right;
    width: auto;
  }
  .search-form input[type="text"] {
    max-width: 80%;
  }
  .block.responsive-toggle-links .regional-toggle {
    display: none !important;
  }
}

@media all and (max-width: 540px) {
  #block-views-banners-block .flex-direction-nav a {
    width: 28px !important;
    height: 28px !important;
    top: 60% !important;
  }
}

.regional-sites {
  width: 100%;
}

.regional-sites h2 {
  display: none;
}

.regional-sites ul {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
}

.regional-sites ul li {
  float: left;
  list-style: none;
  margin: 4px 0 0;
  width: 50%;
}

.regional-sites ul li:nth-child(-n+2) {
  margin-top: 0;
}

.regional-sites ul li a {
  color: #fff;
  background: url(../assets/images/all/background-colours/0.2/grey.png) repeat;
  background: rgba(100, 120, 131, 0.2);
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.regional-sites ul li a:hover {
  background: url(../assets/images/all/background-colours/0.7/grey.png) repeat;
  background: rgba(100, 120, 131, 0.7);
}

.regional-sites ul li:nth-child(odd) a {
  margin-right: 2px;
}

.regional-sites ul li:nth-child(even) a {
  margin-left: 2px;
}

/* News Ticker Tape */
.news-ticker {
  background: #91bfea;
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 10px;
  padding: 10px 12px;
  overflow: hidden;
}

.news-ticker .content {
  width: 999em;
}

.news-ticker ul,
.news-ticker li {
  list-style: none;
}

.news-ticker ul {
  margin: 0;
}

.news-ticker h2,
.news-ticker li {
  float: left;
  line-height: 1.3em;
  width: auto;
}

.news-ticker h2 {
  color: #fff;
  font-size: 1em;
  margin: 0 5px 0 0;
}

.news-ticker li {
  margin: 0 5px;
}

.news-ticker li:after {
  content: '|';
}

.news-ticker li:last-child:after {
  content: none;
}

.news-ticker li a {
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  text-decoration: none;
}

.news-ticker li a:hover {
  text-decoration: underline;
}

.interoute-block {
  border: 2px solid #00AEEF;
  margin-bottom: 10px;
  padding: 10px;
}

body.products-and-services-section .interoute-block {
  width: 97%;
}

.interoute-block .block-title,
.interoute-block h2 {
  color: #00AEEF;
  font: normal 1.8em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 10px;
}

.interoute-block .view-content {
  min-height: 160px;
  float: left;
  width: 100%;
}

/* Cloud Store - "Professional Services" Category */
.interoute-block-green {
  border-color: #79bb6e;
}

.interoute-category-professional-services {
  background-color: #449539;
}

.interoute-category-professional-services p.level-2 {
  background-color: #449539 !important;
}

.interoute-block-green .block-title,
.interoute-block-green h2 {
  color: #449539;
  border-bottom: 2px solid #449539 !important;
}

/* Cloud Store - "Communications" Category */
.interoute-block-orange {
  border-color: #f68a1f;
}

.interoute-category-communications {
  background-color: #F36523;
}

.interoute-category-communications p.level-2 {
  background-color: #F36523 !important;
}

.interoute-block-orange .block-title,
.interoute-block-orange h2 {
  color: #F36523;
  border-bottom: 2px solid #F36523 !important;
}

/* Cloud Store - "Operating Systems" Category */
.interoute-block-purple {
  border-color: #b95fa4;
}

.interoute-category-operating-sytems {
  background-color: #92278F;
}

.interoute-category-operating-sytems p.level-2 {
  background-color: #92278F !important;
}

.interoute-block-purple .block-title,
.interoute-block-purple h2 {
  color: #92278F;
  border-bottom: 2px solid #92278F !important;
}

/* Cloud Store - "Compute & Storage" Category */
.interoute-block-yellow {
  border-color: #FFC20F;
}

.interoute-category-compute-and-storage {
  background-color: #FFC20F;
}

.interoute-category-compute-and-storage p.level-2 {
  background-color: #FFC20F !important;
}

.interoute-block-yellow .block-title,
.interoute-block-yellow h2 {
  color: #FFC20F;
  border-bottom: 2px solid #FFC20F !important;
}

/* Cloud Store - "Network" Category */
.interoute-block-red {
  border-color: #B32318;
}

.interoute-category-network {
  background-color: #B32318;
}

.interoute-category-network p.level-2 {
  background-color: #B32318 !important;
}

.interoute-block-red .block-title,
.interoute-block-red h2 {
  color: #B32318;
  border-bottom: 2px solid #B32318 !important;
}

/* Cloud Store - "Databases" Category */
.interoute-block-pink {
  border-color: #D0395A;
}

.interoute-category-databases {
  background-color: #D0395A;
}

.interoute-category-databases p.level-2 {
  background-color: #D0395A !important;
}

.interoute-block-pink .block-title,
.interoute-block-pink h2 {
  color: #D0395A;
  border-bottom: 2px solid #D0395A !important;
}

/* Cloud Store - "Security" Category */
.interoute-block-silver {
  border-color: #B2A97E;
}

.interoute-category-security {
  background-color: #B2A97E;
}

.interoute-category-security p.level-2 {
  background-color: #B2A97E !important;
}

.interoute-block-silver .block-title,
.interoute-block-silver h2 {
  color: #B2A97E;
  border-bottom: 2px solid #B2A97E !important;
}

/* Cloud Store - "Web" Category */
.interoute-block-lime {
  border-color: #B7B918;
}

.interoute-category-web {
  background-color: #B7B918;
}

.interoute-category-web p.level-2 {
  background-color: #B7B918 !important;
}

.interoute-block-lime .block-title,
.interoute-block-lime h2 {
  color: #B7B918;
  border-bottom: 2px solid #B7B918 !important;
}

/* Cloud Store - "Business Apps" Category */
.interoute-block-blue {
  border-color: #44c7f5;
}

.interoute-category-business-apps {
  background-color: #018BD3;
}

.interoute-category-business-apps p.level-2 {
  background-color: #018BD3 !important;
}

.interoute-block-blue .block-title,
.interoute-block-blue h2 {
  color: #018BD3;
  border-bottom: 2px solid #018BD3 !important;
}

.block-interoute-lync-calc,
.block-interoute-vdc-calc,
.block-interoute-colo-calc {
  margin: 1em 0;
  float: left;
  width: 100%;
}

/* Product Call 2 Action Buttons */
.block-products-buy-button-block,
.block-products-trial-button-block {
  margin-bottom: 20px;
}

/* Product Call 2 Action Buttons */
a.call-2-action-button {
  float: left;
  font-weight: bold;
  padding: 15px 0;
  text-transform: uppercase;
  min-width: 200px;
}

a.call-2-action-button {
  padding: 15px 0;
  min-width: 140px;
}

a.call-2-action-button img {
  padding-right: 5px;
  vertical-align: middle;
  float: left;
  margin-bottom: 5px;
}

a.buy-button {
  padding: 15px;
}

a.trial-button {
  padding: 15px;
}

a.call-2-action-button span {
  float: left;
  padding: 3px;
  width: 95%;
}

.block-system-main .content a.call-2-action-button {
  margin-right: 20px;
}

.block-system-main ul li ul li {
  list-style-type: square;
}

a.buy-button {
  background: #3f9538;
  background: -webkit-gradient(linear, left top, right top, from(#3f9538), to(#83ae33));
  background: linear-gradient(to right, #3f9538 0%, #83ae33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9538', endColorstr='#83ae33',GradientType=1 );
  /*
  background-image: url('../assets/images/all/buy-icon.png');
  background-repeat: no-repeat;
  background-position: right top;
  */
}

a.buy-button span {
  background-image: url("../assets/images/all/buy-icon.png");
  background-repeat: no-repeat;
  background-position: right center;
}

a.trial-button {
  background: #df4920;
  background: -webkit-gradient(linear, left top, right top, from(#df4920), color-stop(94%, #f57d1f), to(#f57d1f));
  background: linear-gradient(to right, #df4920 0%, #f57d1f 94%, #f57d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4920', endColorstr='#f57d1f',GradientType=1 );
  /*
  background-image: url('../assets/images/all/trial-icon.png');
  background-repeat: no-repeat;
  background-position: right top;
  */
}

a.trial-button span {
  background-image: url("../assets/images/all/trial-icon.png");
  background-repeat: no-repeat;
  background-position: right center;
}

a.buy-button,
a.trial-button {
  color: #fff;
  text-decoration: none;
}

a.buy-button a:hover,
a.trial-button a:hover {
  text-decoration: underline;
}

.view-products span.ext {
  display: none;
}

.colo-calculator,
.lync-calculator,
.vdc-calculator {
  border: 2px solid #91bfea;
  color: #647883;
  padding: 10px 0;
}

.colo-calculator .slider-wrapper,
.lync-calculator .slider-wrapper,
.vdc-calculator .slider-wrapper {
  padding: 0 25px 15px 15px;
}

.colo-calculator .slider-wrapper .label a,
.lync-calculator .slider-wrapper .label a,
.vdc-calculator .slider-wrapper .label a {
  background: #91bfea;
  color: #fff;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  margin-left: 1em;
  text-align: center;
  text-decoration: none;
  width: 1.4em;
}

.colo-calculator .ui-slider-horizontal,
.lync-calculator .ui-slider-horizontal,
.vdc-calculator .ui-slider-horizontal {
  background: #5d5766;
  border-radius: 8px;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
  height: 19px;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}

.colo-calculator .ui-slider-range,
.lync-calculator .ui-slider-range,
.vdc-calculator .ui-slider-range {
  background: #5c8cb0;
  border-radius: 8px;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.colo-calculator .ui-slider-handle,
.lync-calculator .ui-slider-handle,
.vdc-calculator .ui-slider-handle {
  background: url("../assets/images/fluid/vdc-calculator/slider-handle.png") no-repeat top;
  color: #8b9aa2;
  display: inline-block;
  margin-left: -1.5em;
  min-width: 48px;
  padding-top: 27px;
}

.colo-calculator .ui-slider-handle span,
.lync-calculator .ui-slider-handle span,
.vdc-calculator .ui-slider-handle span {
  display: block;
  font-size: 0.8em;
}

.colo-calculator .slider-wrapper .tooltip,
.lync-calculator .slider-wrapper .tooltip,
.vdc-calculator .slider-wrapper .tooltip {
  font-size: 0.9em;
  font-style: italic;
  padding-top: 0.5em;
}

.colo-calculator .slider-os .label,
.lync-calculator .slider-os .label,
.vdc-calculator .slider-os .label {
  margin-bottom: 0.5em;
}

.colo-calculator .sliders .wrapper,
.lync-calculator .sliders .wrapper,
.vdc-calculator .sliders .wrapper {
  padding-bottom: 0.5em;
}

.colo-calculator .sliders .legend,
.lync-calculator .sliders .legend,
.vdc-calculator .sliders .legend {
  color: #00AEEF;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.3em;
  padding: 0 15px;
}

.colo-calculator .sliders .wrapper-inner,
.lync-calculator .sliders .wrapper-inner,
.vdc-calculator .sliders .wrapper-inner {
  background: #e0e4e6;
  padding-top: 15px;
}

.colo-calculator .costs,
.lync-calculator .costs,
.vdc-calculator .costs {
  border-top: 2px solid #91bfea;
  padding: 10px 0;
}

.colo-calculator .costs h3,
.lync-calculator .costs h3,
.vdc-calculator .costs h3 {
  color: #647883;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 0 15px;
}

.colo-calculator .costs table,
.colo-calculator .costs table tbody,
.colo-calculator .costs table tr,
.colo-calculator .costs table th,
.colo-calculator .costs table td,
.lync-calculator .costs table,
.lync-calculator .costs table tbody,
.lync-calculator .costs table tr,
.lync-calculator .costs table th,
.lync-calculator .costs table td,
.vdc-calculator .costs table,
.vdc-calculator .costs table tbody,
.vdc-calculator .costs table tr,
.vdc-calculator .costs table th,
.vdc-calculator .costs table td {
  background: transparent;
  border: 0;
  color: #647883;
}

.colo-calculator .costs table,
.lync-calculator .costs table,
.vdc-calculator .costs table {
  border-bottom: 2px solid #91bfea;
}

.colo-calculator .costs table tr,
.lync-calculator .costs table tr,
.vdc-calculator .costs table tr {
  border-top: 1px solid #91bfea;
}

.colo-calculator .costs table th,
.lync-calculator .costs table th,
.vdc-calculator .costs table th {
  font-weight: normal;
}

.colo-calculator .costs table th,
.colo-calculator .costs table td,
.lync-calculator .costs table th,
.lync-calculator .costs table td,
.vdc-calculator .costs table th,
.vdc-calculator .costs table td {
  padding: 5px 15px;
}

.lync-calculator .costs .recommended-package,
.vdc-calculator .costs .recommended-package {
  float: left;
  width: 49%;
}

.lync-calculator .costs .monthly-cost,
.vdc-calculator .costs .monthly-cost {
  float: right;
  width: 49%;
}

.colo-calculator .costs .vdc-price .label,
.colo-calculator .costs .managed-price .label,
.lync-calculator .costs .setup-cost .label,
.lync-calculator .costs .monthly-cost .label,
.vdc-calculator .costs .recommended-package .label,
.vdc-calculator .costs .monthly-cost .label {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 1em;
}

.colo-calculator .costs .vdc-price .value,
.colo-calculator .costs .managed-price .value,
.lync-calculator .costs .setup-cost .value,
.lync-calculator .costs .monthly-cost .value,
.vdc-calculator .costs .recommended-package .value,
.vdc-calculator .costs .monthly-cost .value {
  color: #91bfea;
  font-size: 1.3em;
  font-weight: bold;
}

.lync-calculator .costs .setup-cost .label,
.lync-calculator .costs .setup-cost .value,
.vdc-calculator .costs .recommended-package .label,
.vdc-calculator .costs .recommended-package .value {
  padding: 0 8px 0 15px;
}

.lync-calculator .costs .monthly-cost .label,
.lync-calculator .costs .monthly-cost .value,
.vdc-calculator .costs .monthly-cost .label,
.vdc-calculator .costs .monthly-cost .value {
  padding: 0 15px 0 8px;
}

.colo-calculator .costs .managed-price {
  padding-top: 20px;
}

.colo-calculator .costs .managed-price .label,
.colo-calculator .costs .managed-price .value {
  padding: 0;
}

.colo-calculator .costs .vdc-price .label,
.colo-calculator .costs .vdc-price .value {
  padding: 0;
}

.block-interoute-colo-calc a.vdc-calculator-buy,
.block-interoute-lync-calc a.lync-calculator-buy,
.block-interoute-vdc-calc a.vdc-calculator-buy {
  /*background: #79bb6e url('../assets/images/fluid/icons/button_disc_arrow_18.png') 95% center no-repeat;*/
  background: #3f9538;
  background: -webkit-gradient(linear, left top, right top, from(#3f9538), to(#83ae33));
  background: linear-gradient(to right, #3f9538 0%, #83ae33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9538', endColorstr='#83ae33',GradientType=1 );
  color: #fff;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  margin-top: 1em;
  width: 95%;
  float: left;
  padding: 15px;
}

.block-interoute-colo-calc a.vdc-calculator-buy span,
.block-interoute-lync-calc a.lync-calculator-buy span,
.block-interoute-vdc-calc a.vdc-calculator-buy span {
  background-image: url("../assets/images/all/buy-icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  padding: 3px;
  width: 95%;
}

.block-interoute-colo-calc span.ext,
.block-interoute-lync-calc span.ext,
.block-interoute-vdc-calc span.ext {
  display: none;
}

.block-interoute-colo-calc a.vdc-calculator-trial,
.block-interoute-lync-calc a.lync-calculator-trial,
.block-interoute-vdc-calc a.vdc-calculator-trial {
  /*background: #79bb6e url('../assets/images/fluid/icons/button_disc_arrow_18.png') 95% center no-repeat;*/
  background: #df4920;
  background: -webkit-gradient(linear, left top, right top, from(#df4920), color-stop(94%, #f57d1f), to(#f57d1f));
  background: linear-gradient(to right, #df4920 0%, #f57d1f 94%, #f57d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4920', endColorstr='#f57d1f',GradientType=1 );
  color: #fff;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  margin-top: 1em;
  width: 95%;
  float: left;
  padding: 15px;
}

.block-interoute-colo-calc a.vdc-calculator-trial span,
.block-interoute-lync-calc a.lync-calculator-trial span,
.block-interoute-vdc-calc a.vdc-calculator-trial span {
  background-image: url("../assets/images/all/trial-icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  padding: 3px;
  width: 95%;
}

/* Colo calc price padding */
.block-interoute-colo-calc .vdc-price,
.block-interoute-colo-calc .managed-price,
.block-interoute-colo-calc .buy-trial-buttons {
  padding-left: 15px;
}

/* Block System Main */
.front .block-system-main {
  display: none;
}

/*------- News ticker -------*/
section.block-top-tips-ticker {
  width: 100%;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

section.block-top-tips-ticker ul.liScroll {
  color: #fff;
  float: left;
  font-size: 1em;
  font-weight: normal;
  list-style: none;
  font: 1em 'VerbRegular', Verdana, sans-serif;
}

section.block-top-tips-ticker ul.liScroll li {
  float: left;
  line-height: 1.3em;
  list-style: none;
  margin: 0 5px;
  padding: 10px 7px;
  width: auto;
}

section.block-top-tips-ticker ul.liScroll li a {
  color: #00AEEF;
  display: inline-block;
  margin: 0;
  padding-right: 15px;
  text-decoration: none;
}

section.block-top-tips-ticker ul.liScroll li:after {
  content: '|';
}

section.block-top-tips-ticker ul.liScroll span.views-liScroll-tick-field {
  float: left;
  margin: 0;
}

section.block-top-tips-ticker h2 {
  font: normal 1.8em 'VerbRegular-Bold', Verdana, sans-serif;
  padding: 10px;
  margin: 0;
  float: left;
}

section.block-top-tips-ticker .liScroll-container {
  width: 95%;
  margin-bottom: 0;
  padding: 0;
  height: 40px;
  margin-left: 2.4%;
}

section.block-top-tips-ticker .liScroll-container .mask {
  top: 3px;
  background-color: #f1f1f1;
  left: 0;
  width: 99.5%;
}

/* Office Location Block */
.office-location-block ul {
  list-style: none;
  margin: 0;
}

.office-location-block ul li {
  list-style: none;
}

.office-location-fluid {
  display: inline-block;
}

.office-location-normal {
  display: none;
}

.office-location-wide {
  display: none;
}

#zone-postscript .google-map-image {
  float: left;
  margin-right: 10px;
  min-width: 125px;
}

/* Homepage New Products Block */
#zone-preface .homepage-products .view-products .views-field-field-product-image {
  float: left;
  min-width: 110px;
  margin: 3px 0 10px;
}

#zone-preface .homepage-products .view-products .view-content {
  float: left;
  width: 100%;
}

#zone-preface .homepage-products .view-products .view-content .views-field-title {
  float: left;
  width: 70%;
}

#zone-preface .homepage-products .view-products .view-content .views-field-title a {
  text-decoration: none;
}

#zone-preface .homepage-products .view-products .view-content .views-field-title a:hover {
  text-decoration: underline;
  color: #000;
}

#zone-preface .homepage-products .view-products .view-content .views-field-title h3 {
  color: #000;
  margin-bottom: 0;
}

#zone-preface .homepage-products .view-products .view-content .views-field-body {
  float: left;
  width: 70%;
  margin-top: 5px;
}

#zone-preface .interoute-block .more-link {
  clear: both;
  float: left;
  width: 100%;
  text-align: inherit;
}

#zone-preface .interoute-block .more-link a {
  display: inline-block;
  float: right;
  font-size: 1.2em;
  padding-right: 21px;
}

#zone-preface .interoute-block-orange .more-link {
  background: transparent url(../assets/images/fluid/icons/orange_arrow.png) right bottom no-repeat;
}

#zone-preface .interoute-block-green .more-link {
  background: transparent url(../assets/images/fluid/icons/green_arrow.png) right bottom no-repeat;
}

#zone-preface .interoute-block-blue .more-link {
  background: transparent url(../assets/images/fluid/icons/blue_arrow.png) right bottom no-repeat;
}

#zone-preface .interoute-block-purple .more-link {
  background: transparent url(../assets/images/fluid/icons/purple_arrow.png) right bottom no-repeat;
}

#zone-postscript .homepage-latest-news .more-link {
  background: transparent url(../assets/images/fluid/icons/blue_arrow.png) right bottom no-repeat;
  clear: both;
  float: left;
  width: 100%;
  text-align: inherit;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#zone-postscript .homepage-latest-news .more-link a {
  display: inline-block;
  float: right;
  padding-right: 21px;
}

/* Homepage Latest News Block */
#zone-preface .homepage-latest-news .view-latest-news .view-content {
  float: left;
  width: 100%;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-row {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

#zone-postscript .homepage-latest-news .view-latest-news .view-content .views-row {
  margin-bottom: 1em;
}

#zone-preface .homepage-latest-news .view-latest-news .views-field-field-homepage-feature-image {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 120px;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-field-title {
  float: left;
  margin-bottom: 5px;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-field-title a {
  text-decoration: none;
  color: black;
  font: normal 1.2em 'VerbRegular-Bold', Verdana, sans-serif;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-field-title a:hover {
  text-decoration: underline;
  color: #000;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-field-title h3 {
  color: #000;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-field-field-post-date {
  color: #00AEEF;
  clear: both;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-field-field-mcoverage-referrer {
  clear: both;
  float: left;
  width: 100%;
}

#zone-preface .homepage-latest-news .view-latest-news .view-content .views-field-field-body {
  clear: both;
  float: left;
  width: 100%;
}

/* Homepage Events Block */
#zone-preface .homepage-events .view-events-listing .view-content {
  float: left;
  width: 100%;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-row {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

#zone-preface .homepage-events .view-events-listing .views-field-field-event-thumb {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 120px;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-field-title {
  clear: both;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-field-title a {
  text-decoration: none;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-field-title a:hover {
  text-decoration: underline;
  color: #000;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-field-title h3 {
  color: #000;
  margin-bottom: 0;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-field-field-event-logo {
  float: left;
  margin-right: 2em;
}

#zone-preface .homepage-events .view-events-listing .view-content .featured-event-location {
  float: left;
  padding-bottom: 1em;
  padding-top: 0.5em;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-field-field-event-date {
  color: #00AEEF;
  clear: both;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

#zone-preface .homepage-events .view-events-listing .view-content .views-field-body {
  clear: both;
  float: left;
  width: 100%;
}

/* Network Content Block */
.network-content-block ul {
  float: left;
  margin: 0;
  padding-left: 10px;
}

.network-content-block ul li {
  color: #00AEEF;
}

.network-content-block ul li span {
  color: #000;
}

#zone-postscript .network-content-block p {
  float: left;
}

#zone-postscript .network-content-block p img {
  float: left;
  margin-right: 10px;
  min-width: 220px;
}

/* Product Category Block */
.product-category-block {
  float: left;
  margin: 20px 0 10px;
  width: 100%;
}

.product-category-block p {
  color: white;
  font: normal 1.2em 'VerbRegular-Bold', Verdana, sans-serif;
  /*line-height: 0.3em;*/
  margin: 0;
  padding: 5px 10px;
  width: 95%;
}

.product-category-block p.level-1 {
  background: url(../assets/images/all/background-colours/0.8/black.png) repeat;
  background: rgba(0, 0, 0, 0.8);
}

.product-category-block p.level-2 {
  background-color: #b7dc78;
  font: normal 1.2em 'VerbRegular-Bold', Verdana, sans-serif;
  width: 85%;
}

.product-category-block p.level-3 {
  background-color: #b7dc78;
  font-size: 1.3em;
  width: 25%;
}

body.computing-section .product-category-block p.level-2 {
  background-color: #ffca1f;
}

body.computing-section #breadcrumb {
  background: url(../assets/images/all/background-colours/0.5/yellow.png) repeat;
  background: rgba(255, 202, 31, 0.5);
}

body.communications-section .product-category-block p.level-2 {
  background-color: #f68a1f;
}

body.communications-section #breadcrumb {
  background: url(../assets/images/all/background-colours/0.5/orange.png) repeat;
  background: rgba(246, 138, 31, 0.5);
}

body.connectivity-section .product-category-block p.level-2,
body.unified-transport-section .product-category-block p.level-2,
body.network-outsourcing-section .product-category-block p.level-2 {
  background-color: #ff4337;
}

body.connectivity-section #breadcrumb,
body.unified-transport-section #breadcrumb,
body.network-outsourcing-section #breadcrumb {
  background: url(../assets/images/all/background-colours/0.5/red.png) repeat;
  background: rgba(255, 67, 55, 0.5);
}

/* MW Twitter Block */
.mw-twitter .tweet {
  margin: 10px 0;
}

.mw-twitter .tweet span.ext {
  display: none;
}

.mw-twitter .tweet .name {
  font-weight: bold;
}

.front #zone-header #region-header-first {
  min-height: 1px;
  /* width: 100%; */
  /* margin: 0; */
}

/* Generic Contact Block */
#zone-header .contact-us-block {
  background: url(../assets/images/all/background-colours/0.8/blue.png) repeat;
  background: rgba(56, 173, 242, 0.8);
  float: left;
  margin: 10px 0;
  width: 100%;
}

#zone-header .contact-us-block .block-title {
  background: url(../assets/images/all/background-colours/0.2/dark-blue.png) repeat;
  background: rgba(48, 46, 42, 0.2);
  margin: 0;
  padding: 5px 10px;
}

#zone-header .contact-us-block .block-title .block-title-link {
  color: #fff;
  font: normal 0.9em 'VerbRegular-Bold', Verdana, sans-serif;
  text-decoration: none;
}

#zone-header .contact-us-block .block-title .block-title-link:hover {
  text-decoration: underline;
}

#zone-header .contact-us-block .content {
  color: #fff;
}

#zone-header .contact-us-block .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#zone-header .contact-us-block .content ul li {
  float: left;
  list-style: none;
  text-align: center;
  width: 25%;
}

#zone-header .contact-us-block .content a {
  color: #fff;
  display: block;
  padding: 35px 0 10px;
  text-decoration: none;
  text-transform: lowercase;
}

#zone-header .contact-us-block .content a:hover {
  text-decoration: underline;
}

#zone-header .contact-us-block .content a.chat {
  background: url("../assets/images/fluid/icons/contact_chat.png") center 13px no-repeat;
}

#zone-header .contact-us-block .content a.form {
  background: url("../assets/images/fluid/icons/contact_form.png") center 10px no-repeat;
}

#zone-header .contact-us-block .content a.email {
  background: url("../assets/images/fluid/icons/contact_email.png") center 12px no-repeat;
}

#zone-header .contact-us-block .content a.callback {
  background: url("../assets/images/fluid/icons/contact_callback.png") center 10px no-repeat;
}

#zone-header .contact-us-block .content span.mailto {
  display: none;
}

/* ########## Core & module overrides ########## */
/* core */
/* HACK: Fix for weird gap at the bottom of the page caused by Omega clearfix class. */
#page {
  overflow-y: hidden;
}

#breadcrumb h2 {
  margin: 0;
}

.breadcrumb {
  padding: 0;
}

/* node */
.node {
  padding-bottom: 20px;
}

/* field */
.field-name-field-file-attachments {
  clear: both;
}

.field-name-field-file-attachments table {
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #fff;
}

.field-name-field-file-attachments table thead,
.field-name-field-file-attachments table tbody {
  border-bottom: 0;
}

.field-name-field-file-attachments table tr,
.field-name-field-file-attachments table tr.even,
.field-name-field-file-attachments table tr.odd {
  background: transparent;
  border-bottom: 0;
}

.field-name-field-file-attachments table tr th,
.field-name-field-file-attachments table tr td {
  border-right: 0;
}

.field-name-field-file-attachments table tr th {
  background: transparent;
  padding-top: 10px;
}

.field-name-field-file-attachments table tr th:last-child,
.field-name-field-file-attachments table tr td:last-child {
  border-right: 0;
}

.field-name-field-file-attachments table tbody tr:last-of-type td {
  padding-bottom: 15px;
}

.field-name-field-file-attachments table .file img,
.field-name-field-file-attachments table .file a {
  vertical-align: middle;
}

/* menu */
ul.menu {
  margin: 0;
}

ul.menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* webform */
.webform-client-form .webform-component-markup h3,
.webform-client-form fieldset legend {
  border-bottom: 1px solid #d8dcdf;
  color: #00AEEF;
  display: block;
  font: normal 1.1em/1.3em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  width: 100%;
}

.webform-client-form fieldset {
  margin: 0;
}

.webform-client-form fieldset fieldset.collapsible {
  height: auto;
}

.webform-client-form fieldset fieldset.collapsible:last-of-type {
  margin-bottom: 0;
}

.webform-client-form fieldset fieldset.collapsible .webform-component:first-of-type {
  margin-top: 0;
}

.webform-client-form fieldset.collapsible legend {
  border: 0;
  padding: 0;
}

.webform-client-form fieldset.collapsible legend .fieldset-legend {
  background: none;
  padding: 0;
}

.webform-client-form fieldset.collapsible legend .fieldset-title {
  background: #0090d3 url("../assets/images/fluid/icons/collapse_white_10.gif") 98% center no-repeat;
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.webform-client-form fieldset.collapsed legend .fieldset-title {
  background: #0090d3 url("../assets/images/fluid/icons/expand_white_10.gif") 98% center no-repeat;
}

.webform-client-form fieldset.collapsible legend .summary {
  display: none;
}

.webform-client-form label {
  margin-bottom: 0.3em;
}

.webform-client-form label {
  font: normal 1em 'VerbRegular-Bold', Verdana, sans-serif;
}

.webform-client-form .form-textarea,
.webform-client-form .form-text,
.webform-client-form .form-select {
  background-color: #e0e4e6;
  border: 0;
  width: 100%;
}

.webform-client-form .form-checkboxes label {
  margin: 0;
  line-height: 1em;
  vertical-align: bottom;
}

.webform-client-form input[type="submit"] {
  background: #3f9538;
  background: -webkit-gradient(linear, left top, right top, from(#3f9538), to(#83ae33));
  background: linear-gradient(to right, #3f9538 0%, #83ae33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9538', endColorstr='#83ae33',GradientType=1 );
  padding: 5px;
  border: 0;
  border-radius: 0px;
  border-color: transparent;
  color: #fff;
  text-shadow: none;
  min-width: 100px;
}

.webform-component-webform_time .webform-container-inline {
  /* hack to get rid of the colon */
  color: white;
}

.webform-client-form .form-item-submitted-start-time-hour,
.webform-client-form .form-item-submitted-end-time-hour {
  float: left;
  margin: 0;
  padding-right: 1%;
  width: 49%;
}

.webform-client-form .form-item-submitted-start-time-minute,
.webform-client-form .form-item-submitted-end-time-minute {
  float: left;
  margin: 0;
  width: 49%;
}

.webform-client-form .form-type-select select.month,
.webform-client-form .form-type-select select.day,
.webform-client-form .form-type-select select.year {
  float: left;
  margin-right: 1%;
  width: 31%;
}

div.webform-component--optional-list-of-devices-to-dial-out-to,
div.webform-component--americas,
div.webform-component--asia-oceania {
  width: 32.333%;
  float: left;
  margin: 0% 1% 2% 0%;
}

@media only screen and (max-width: 888px) {
  div.webform-component--optional-list-of-devices-to-dial-out-to,
  div.webform-component--americas,
  div.webform-component--asia-oceania {
    width: 100%;
  }
}

/*Mollom Captcha */
.field-prefix {
  font-size: 1em;
}

#edit-mollom-captcha {
  display: block;
  margin-top: 5px;
  width: 70%;
  clear: both;
}

.mollom-captcha-content.mollom-image-captcha {
  display: block;
}

.form-item-mollom-captcha .description {
  font-size: 0.85em;
  clear: both;
  width: 275px;
}

.webform-client-form .form-item.webform-component-checkboxes .form-type-checkbox {
  font-size: 0.85em;
}

.context-online-enquiries .form-actions {
  clear: both;
}

/* flexslider */
#block-views-banners-block .flex-nav-container {
  cursor: pointer;
  margin-bottom: 0;
}

#block-views-banners-block .flex-control-nav {
  bottom: -38px;
  display: block;
  list-style: none;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 11 !important;
  left: 0;
}

body.logged-in #block-views-banners-block .flex-control-nav {
  bottom: -38px;
}

#block-views-banners-block .flex-control-nav li {
  display: inline;
  list-style: none;
}

#block-views-banners-block .flex-control-nav li a {
  background: url("../assets/images/fluid/icons/disc_pager_inactive_13.png") no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin: 0 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 13px;
}

#block-views-banners-block .flex-control-nav li a:hover,
#block-views-banners-block .flex-control-nav li a.flex-active {
  background: url("../assets/images/fluid/icons/disc_pager_active_13.png") no-repeat;
}

#block-views-banners-block .flex-direction-nav {
  display: none;
}

#block-views-banners-block .flex-direction-nav li {
  list-style: none;
}

#block-views-banners-block .flex-direction-nav a {
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  text-align: center;
  text-indent: -999em;
  width: 48px;
}

#block-views-banners-block .flex-direction-nav a.flex-prev {
  background: #00AEEF url("../assets/images/fluid/icons/arrow_left_26.png") no-repeat center;
  left: 0;
  z-index: 99;
  display: block;
}

#block-views-banners-block .flex-direction-nav a.flex-next {
  background: #00AEEF url("../assets/images/fluid/icons/arrow_right_26.png") no-repeat center;
  right: 0;
  z-index: 99;
  display: block;
}

#block-views-banners-block .flexslider {
  width: 100%;
  margin: 0 auto;
}

#block-views-banners-block .flexslider .slides,
#block-views-banners-block .flexslider .slides li {
  list-style: none;
  z-index: 10;
}

#block-views-banners-block .flexslider .slides img {
  height: auto !important;
}

/*------- Service Provider map -------*/
.service-provider-map-legend {
  display: none;
}

.service-provider-map-legend img {
  vertical-align: middle;
}

.sp-map {
  display: none;
}

.sp-map .marker {
  color: #000;
  font-size: 1.2em;
  cursor: pointer;
}

.sp-map .marker .label {
  background-color: white;
  text-transform: capitalize;
}

.sp-map .marker:hover {
  color: #00AEEF;
}

.sp-map ul.regions li {
  list-style: none;
}

.block-service-provider-map {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.enterprise-downloads-block {
  float: left;
  width: 100%;
  margin: 1em 0;
}

.sp-overview-country-item,
.sp-overview-city-item,
.pop-item {
  padding: 10px 10px 10px 0;
}

.pop-item {
  /* border-bottom: 1px dotted $blue; */
}

.pop-item .pop-name {
  font-weight: bold;
}

#sp-details-content-countries,
#sp-details-content-cities,
#sp-details-content-pops {
  padding-left: 5px;
}

.sp-awards {
  float: left;
  width: 100%;
}

.sp-downloads h2,
.sp-awards h2,
.block-service-provider-map p.sp-header {
  background: #00AEEF url("/sites/all/themes/interoute/assets/images/normal/icons/arrow_right_10.png") 97% center no-repeat;
  font-size: 1.2em;
  padding: 5px 10px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.block-service-provider-map .sp-listwrap {
  height: 180px;
  overflow-y: scroll;
}

.block-service-provider-map .sp-listwrap ul {
  margin-left: 0;
}

.block-service-provider-map .sp-listwrap li {
  list-style: none;
}

.block-service-provider-map .sp-listwrap .hover,
.block-service-provider-map .sp-listwrap .active {
  background: #e0e4e6 url("../assets/images/normal/icons/megamenu_disc_arrow_12.png") 97% center no-repeat;
  cursor: pointer;
}

.block-service-provider-map .sp-listblock {
  height: 180px;
}

.sp-downloads h2,
.sp-awards h2 {
  font: normal 1.2em/1.3em 'VerbRegular', Verdana, sans-serif;
  padding: 3px 10px 3px 10px;
}

.sp-awards p {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.sp-awards p img {
  float: left;
  margin-right: 20px;
}

/* Main System Content Block */
.block-system-main {
  float: left;
  width: 100%;
}

/* Contact Us Blocks */
.contact-us-office-block {
  float: left;
  width: 100%;
}

.office-locations-az {
  float: left;
  width: 100%;
}

/* Leadership Listings */
.view-leadership-profiles .view-content .leadership-profiles-item-list ul,
.view-leadership-profiles .view-content .leadership-profiles-item-list li {
  list-style-type: none;
  float: left;
  width: 100%;
  padding-bottom: 0.5em;
}

.view-leadership-profiles .view-content .leadership-profiles-item-list .views-field-field-profile-thumbnail {
  float: left;
  min-width: 75px;
}

.view-leadership-profiles .view-content .leadership-profiles-item-list .views-field-field-profile-thumbnail img {
  height: 67px;
  width: 69px;
}

.view-leadership-profiles .view-content .leadership-profiles-item-list .views-field-title {
  float: left;
  width: 75%;
  margin-bottom: 5px;
}

.view-leadership-profiles .view-content .leadership-profiles-item-list .views-field-title {
  font: normal 1.1em 'VerbRegular-Bold', Verdana, sans-serif;
}

.view-leadership-profiles .view-content .leadership-profiles-item-list .views-field-field-profile-job-position {
  float: left;
  font: normal 1em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 5px;
  width: 75%;
}

.view-leadership-profiles .view-content .leadership-profiles-item-list .views-field-field-profile-press-photo {
  float: left;
  width: 75%;
}

/* Leadership Node View */
.node-profile .field-name-field-profile-press-photo {
  float: right;
  padding-left: 10px;
  min-width: 280px;
}

.node-profile .field-name-field-profile-job-position {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
  width: 65%;
}

/* Product Instance Node */
.node-product-instance .field-name-field-product-banner-title {
  font: normal 1em/1.3em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-bottom: 0.7em;
  clear: both;
}

.node-product-instance .field-name-field-product-description {
  padding-right: 10px;
}

.node-product-instance .field-name-field-product-description a.call-2-action-button {
  clear: both;
  margin: 0.5em 0;
}

.node-product-instance .field-name-field-product-image,
.node-product-instance .field-name-product-instance-image-with-link {
  float: left;
  padding-right: 10px;
  max-width: 171px;
}

.node-product-instance .field-name-field-product-benefits-title,
.node-product-instance .field-name-field-product-benefits {
  margin-bottom: 5px;
  clear: both;
}

.node-product-instance .field-name-field-product-benefits-title {
  font: normal 1em/1.3em 'VerbRegular-Bold', Verdana, sans-serif;
}

.node-product-instance .field-name-field-product-benefits {
  padding-left: 5px;
  float: left;
}

.node-product-instance .field-name-body {
  clear: both;
}

/*------- Node awards -------*/
.node-award .field-name-field-award-colour-logo {
  margin: 5px 10px 10px 0;
}

.node-award .field-name-field-award-date-won {
  margin-bottom: 5px;
}

.node-award .field-name-field-award-date-won .field-label {
  float: left;
}

/*------- Awards - view page -------*/
.view-awards.view-display-id-page .views-field-field-award-colour-logo {
  margin: 5px 10px 10px 0;
}

.view-awards.view-display-id-page .views-field-field-award-date-won {
  font-weight: bold;
}

.view-awards.view-display-id-page .views-row {
  border-bottom: 1px dotted #eaeaea;
  clear: both;
  float: left;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* award - blocks */
#block-views-awards-awards .views-row,
#block-views-awards-awards-terms .views-row,
#block-views-awards-awards-date .views-row {
  float: left;
  margin-right: 5px;
}

#block-views-awards-awards .more-link,
#block-views-awards-awards-terms .more-link,
#block-views-awards-awards-date .more-link {
  clear: both;
  float: left;
  text-align: left;
}

/*------- VDC Press Room Blog listing -------*/
.view-kc-blog-feed .views-row {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

/*------- Who we work with table styles -------*/
#block-views-nodequeue-3-block {
  float: left;
  width: 100%;
}

.view-nodequeue-3 table {
  border: 0;
}

.view-nodequeue-3 table thead,
.view-nodequeue-3 table tbody {
  border-bottom: 0;
}

.view-nodequeue-3 table tr, table tr.even, table tr.odd {
  border-bottom: 0;
  padding-bottom: 20px;
}

.view-nodequeue-3 table tr th,
.view-nodequeue-3 table tr td {
  border-right: 0;
  vertical-align: top;
  padding-bottom: 25px;
}

.view-nodequeue-3 table tr th:last-child,
.view-nodequeue-3 table tr td:last-child {
  border-right: 0;
}

/* Generic Block Image Styling */
.centre-image-first .content p:first-child {
  text-align: center;
}

.centre-image-second .content p:nth-child(2) {
  text-align: center;
}

.centre-image-second .content p:nth-child(3) {
  text-align: center;
}

.interoute-blue {
  background-color: #00B8E9;
}

.interoute-white {
  color: #fff;
}

.interoute-black {
  color: #000;
}

/* Comparison Tables */
.comparison-table tbody {
  text-align: center;
}

.comparison-table tr {
  vertical-align: middle;
}

.comparison-table td {
  vertical-align: middle;
}

.comparison-table .left {
  text-align: left;
}

.comparison-table td.borderbottom {
  background-color: #00AEEF;
}

.comparison-table tr td.lightblue {
  background-color: #B3E2F6;
}

.comparison-table tr.interoute-blue th {
  background-color: #00AEEF;
  color: white;
  font-size: 1.3em;
}

/* Landing Page Node */
.node-type-landing-page .block-system-main {
  padding-top: 1em;
}

.node-type-landing-page #zone-content {
  background-color: #00AEEF;
  min-height: 300px;
}

body.vdctrial2013-white.node-type-landing-page #zone-content {
  background-color: #ffffff;
}

.node-type-landing-page #region-sidebar-first,
.node-type-landing-page #region-sidebar-second {
  margin-bottom: 0px;
}

.node-type-landing-page #region-sidebar-second .block-webform .block-title {
  color: #000;
  font-size: 1.2em;
}

.node-type-landing-page #region-sidebar-second .block .content {
  color: #FFFFFF;
}

.node-type-landing-page #region-sidebar-second .block .content a {
  font: normal 1em/1em 'VerbRegular-Bold', Verdana, sans-serif;
}

.node-type-landing-page #region-sidebar-first .block .content,
.node-type-landing-page #region-sidebar-second .block .content {
  background-color: #00AEEF;
  padding-top: 0;
}

body.vdctrial2013-white.node-type-landing-page #region-sidebar-first .block .content,
body.vdctrial2013-white.node-type-landing-page #region-sidebar-second .block .content {
  background-color: #ffffff;
}

.node-type-landing-page #region-sidebar-first .block .content p {
  float: left;
  margin: 0;
}

.node-type-landing-page #region-sidebar-first .block .content img {
  padding: 0;
  width: 100% !important;
  height: auto !important;
}

.node-type-landing-page #region-sidebar-second .webform-container-inline input.form-text {
  float: right;
  width: 70%;
}

.node-type-landing-page #region-sidebar-second .form-item {
  clear: both;
}

.node-type-landing-page #region-sidebar-second .webform-container-inline div.description {
  color: #FFF;
  float: right;
  padding: 5px;
}

.node-type-landing-page #region-sidebar-second .webform-component-textarea label {
  float: left;
  width: auto;
}

.node-type-landing-page #region-sidebar-second .webform-component-textarea .form-textarea-wrapper {
  float: right;
  margin-bottom: 10px;
  width: 70%;
}

.node-type-landing-page #region-sidebar-second .webform-component-select .form-select {
  float: right;
  width: 70%;
}

.node-type-landing-page #region-sidebar-second .webform-component--terms-and-conditions,
.node-type-landing-page #region-sidebar-second .webform-component--terms-and-conditions-VDC {
  float: right;
}

.node-type-landing-page #region-sidebar-second .webform-component--terms-and-conditions a,
.node-type-landing-page #region-sidebar-second .webform-component--terms-and-conditions-VDC a {
  color: #000;
  vertical-align: bottom;
}

.node-type-landing-page #region-sidebar-second .form-actions {
  float: right;
  clear: both;
  margin: 0.5em 0 0 0;
}

.node-type-landing-page #region-sidebar-second .webform-container-inline label,
.node-type-landing-page #region-sidebar-second .webform-component-textarea label {
  color: #fff;
}

.node-type-landing-page #region-sidebar-second div.mollom-privacy {
  display: none;
}

body.landing-page-2014.node-type-landing-page #region-sidebar-second .webform-container-inline label,
body.landing-page-2014.node-type-landing-page #region-sidebar-second .webform-component-textarea label,
body.landing-page-2014.node-type-landing-page .webform-client-form .form-checkboxes label {
  color: #000;
}

body.landing-page-2014.node-type-landing-page #region-sidebar-second .block-webform .block-title {
  color: #fff;
  font-size: 1.2em;
}

/*------- LANDING PAGE: VDC Trial -------*/
.region-preface-first .vdctrial-bluelist {
  background: url(../assets/images/all/background-colours/0.8/black.png) repeat;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  width: 260px;
  float: right;
  margin-left: 20px;
}

body.context-vdctrialhp2013 .region-preface-first .vdctrial-bluelist h3 {
  font-size: 1.2em;
}

body.context-vdctrialhp2013 .region-preface-first .vdctrial-bluelist ul {
  margin-bottom: 0;
}

body.context-vdctrialhp2013 .region-preface-first .vdctrial-bluelist ul li {
  color: #00AEEF;
}

body.context-vdctrialhp2013 .region-preface-first .vdctrial-bluelist ul li span {
  color: #fff;
}

/* Office Locations */
address.office-location {
  float: left;
  margin-bottom: 1em;
  margin-right: 1%;
  width: 48%;
}

.node-office-location div.field-name-office-location {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}

.node-office-location div.field-name-body {
  clear: both;
}

/* Leadership Profiles*/
.block-leadership-profiles-block {
  float: left;
}

/* Related Content */
#zone-postscript .related-services {
  border-bottom: 2px solid white;
  padding-bottom: 1em;
}

/* Banner alt and title text hiding */
#block-views-banners-block .banner-alt-text {
  display: none;
}

#block-views-banners-block .banner-title-text {
  display: none;
}

/* Landing Page alt and title text hiding */
.field-name-field-banner-image-title-text {
  display: none;
}

.field-name-field-banner-image-alt-text {
  display: none;
}

/* Partners Product Specific Styling */
.context-partners table tr td {
  background-color: #FFFFFF;
}

/*------- Awards block -------*/
#block-views-awards-block {
  clear: both;
}

/*------- Flexslider content -------*/
.view-awards .flexslider {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 15px;
}

/*------- Flexislider slides -------*/
.view-awards .slides > li {
  margin-right: 60px;
}

/*------- Directon nav -------*/
.view-awards .flex-direction-nav li {
  list-style: none;
}

.view-awards .flex-direction-nav a {
  height: 48px;
  width: 31px;
  line-height: 48px;
  margin-top: -24px;
  overflow: hidden;
  position: absolute;
  bottom: 39%;
  text-align: center;
  text-indent: -999em;
}

.view-awards .flex-direction-nav a.flex-prev {
  background: url("../assets/images/all/awards-arrow-left.png") no-repeat center;
  left: 0;
  z-index: 99;
  display: block;
  opacity: 1;
}

.view-awards .flex-direction-nav a.flex-next {
  background: url("../assets/images/all/awards-arrow-right.png") no-repeat center;
  right: 0;
  z-index: 99;
  display: block;
  opacity: 1;
}

/*------- Nav pips -------*/
.view-awards .flex-nav-container {
  cursor: pointer;
  margin-bottom: 0;
}

.view-awards .flex-control-nav {
  display: block;
  list-style: none;
  text-align: center;
  width: 100%;
  z-index: 11 !important;
  left: 0;
  margin-top: 1.5em;
}

.view-awards .flex-control-nav li {
  display: inline;
  list-style: none;
}

.view-awards .flex-control-nav li a {
  background-color: #9bd8ef;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin: 0 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 13px;
  border-radius: 30px;
}

.view-awards .flex-control-nav li a:hover,
.view-awards .flex-control-nav li a.flex-active {
  background-color: #00AEEF;
}

@media all and (max-width: 996px) {
  .view-awards .flex-direction-nav a {
    bottom: 33%;
  }
}

@media all and (max-width: 540px) {
  .view-awards .flex-direction-nav a.flex-prev,
  .view-awards .flex-direction-nav a.flex-next {
    display: none;
  }
  .view-awards .flexslider {
    width: 100%;
    margin: 0 auto;
  }
  .view-awards .flex-control-nav {
    display: none;
  }
}

/*vdc trial 2013 form styling*/
.vdc-trial-form form {
  max-width: 100%;
  clear: both;
}

.vdc-trial-form .txt {
  font-weight: normal;
  margin-left: 0;
  float: left;
}

.vdc-trial-form .content-box.container {
  clear: both;
}

.vdc-trial-form .fieldItem {
  clear: both;
}

p.header {
  float: left;
  margin-top: 5px;
}

.vdc-trial-form label {
  color: #fff;
  font-weight: bold;
  display: inline;
  margin-bottom: 5px;
}

.vdc-trial-form .asterisk.Red {
  color: #f00;
  font-weight: bold;
}

.vdc-trial-form input {
  border: 0;
  width: 60%;
  background-color: #e0e4e6;
  float: right;
  display: inline;
  margin-bottom: 5px;
}

.vdc-trial-form input[type="password"] {
  width: 60%;
  background-color: #e0e4e6;
  float: right;
  display: inline;
  margin-bottom: 5px;
}

.vdc-trial-form input[type="checkbox"] {
  background-color: transparent;
  float: left;
  width: 20px;
}

.vdc-trial-form select {
  width: 60%;
  background-color: #e0e4e6;
  float: right;
  margin-bottom: 5px;
  border: 0;
}

.vdc-trial-form input[type="submit"] {
  background: #3f9538;
  background: -webkit-gradient(linear, left top, right top, from(#3f9538), to(#83ae33));
  background: linear-gradient(to right, #3f9538 0%, #83ae33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9538', endColorstr='#83ae33',GradientType=1 );
  padding: 5px;
  border: 0;
  border-radius: 0px;
  border-color: transparent;
  color: #fff;
  text-shadow: none;
  width: 100px;
  float: right;
  margin-top: 5px;
}

.vdc-trial-form h3, .vdc-trial-form h4 {
  color: #000;
  margin-top: 10px;
}

#VirtualDataCentreTrialRegistration_lblLocation {
  color: #fff;
  margin: 0;
}

.vdc-trial-form .wizardMessageBox.tip {
  font-size: 90%;
  color: #fff;
}

.vdc-trial-form a {
  color: #000;
}

#VirtualDataCentreTrialRegistration_lblAgree.terms {
  color: #fff;
  float: left;
}

#VirtualDataCentreTrialRegistration_lbTermsConditions {
  color: #000;
  text-decoration: none;
  padding-left: 5px;
}

#VirtualDataCentreTrialRegistration_lblZoneTooltip {
  font-size: 90%;
  color: #fff;
  float: right;
  padding-bottom: 5px;
}

#VirtualDataCentreTrialRegistration_lblTelephoneTooltipContent {
  font-size: 90%;
  color: #fff;
  float: right;
  padding-bottom: 5px;
}

#VirtualDataCentreTrialRegistration_lblRequestSentForApproval {
  margin-bottom: 5px;
}

/*Video Services Animation*/
.video-services-animation img {
  width: 100%;
  height: auto;
}

/*Homepage News Layout fix*/
.view-mynewsdesk .item-list ul {
  float: left;
}

.view-mynewsdesk .item-list ul li {
  margin: 0 0 0.8em 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.view-mynewsdesk .item-list ul li a {
  font-weight: normal;
  color: #00aeef;
}

.vdctrial2013 .region-preface-first iframe,
.virtual-colo-trial-2013 .region-preface-first iframe {
  min-height: 930px;
}

@media screen and (min-width: 340px) {
  .vdctrial2013 .region-preface-first iframe,
  .virtual-colo-trial-2013 .region-preface-first iframe {
    min-height: 740px;
  }
}

@media screen and (min-width: 420px) {
  .vdctrial2013 .region-preface-first iframe,
  .virtual-colo-trial-2013 .region-preface-first iframe {
    min-height: 740px;
  }
}

@media screen and (min-width: 690px) {
  .vdctrial2013 .region-preface-first iframe,
  .virtual-colo-trial-2013 .region-preface-first iframe {
    min-height: 520px;
  }
}

/*------- Calculator iframe heights -------*/
.block-interoute-calculators {
  max-width: 550px;
}

.block-interoute-calculators iframe {
  width: 100%;
}

#block-interoute-calculators-vdc-calculator iframe {
  height: 990px;
}

@media screen and (min-width: 575px) {
  #block-interoute-calculators-vdc-calculator iframe {
    height: 720px;
    width: 550px;
  }
}

#block-interoute-calculators-colo-calculator iframe {
  height: 1370px;
}

@media screen and (min-width: 575px) {
  #block-interoute-calculators-colo-calculator iframe {
    height: 1180px;
    width: 550px;
  }
}

#block-interoute-calculators-lync-calculator iframe {
  height: 1100px;
}

@media screen and (min-width: 575px) {
  #block-interoute-calculators-lync-calculator iframe {
    height: 925px;
    width: 550px;
  }
}

#block-interoute-calculators-exch-calculator iframe {
  height: 1100px;
}

@media screen and (min-width: 575px) {
  #block-interoute-calculators-exch-calculator iframe {
    height: 940px;
    width: 550px;
  }
}

/* Remove Microsoft Lync icon from telephone numbers */
span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > a {
  display: none !important;
}

/*------- Poll Daddy block -------*/
.pds-box {
  margin: 0 auto !important;
}

/*------- New 2014 landing page layout -------*/
body.landing-page-2014.node-type-landing-page #zone-content {
  background-color: #ffffff;
}

body.landing-page-2014.node-type-landing-page #region-sidebar-first .block .content,
body.landing-page-2014.node-type-landing-page #region-sidebar-second .block .content {
  background-color: #ffffff;
}

body.landing-page-2014.node-type-landing-page #zone-header-wrapper {
  display: none;
}

body.node-type-landing-page #breadcrumb {
  display: none;
}

.landing-page-2014 .region-preface-first iframe {
  min-height: 930px;
}

@media screen and (min-width: 340px) {
  .landing-page-2014 .region-preface-first iframe {
    min-height: 740px;
  }
}

@media screen and (min-width: 420px) {
  .landing-page-2014 .region-preface-first iframe {
    min-height: 740px;
  }
}

@media screen and (min-width: 690px) {
  .landing-page-2014 .region-preface-first iframe {
    min-height: 520px;
  }
}

.node-type-landing-page #region-sidebar-first .block .content img {
  padding: 0;
  width: 100% !important;
  height: auto !important;
}

body.landing-page-2014 #region-sidebar-second .webform-client-form .webform-component-checkboxes .form-checkbox {
  float: right;
}

body.landing-page-2014 #region-sidebar-second .webform-client-form .webform-component-checkboxes label {
  float: right;
  margin-right: 3px;
}

/* ---------- MEGA MENU FIX FOR .COM ----------- */
#block-menu-block-18.product-and-services-network-outsourcing {
  clear: right;
}

/* ---------- Instagram icon from SE ----------- */
#block-widgets-s-socialmedia-profile-default {
  right: 85px;
  position: absolute;
  float: left;
}

.widget-instagram {
  padding: 5px;
  float: right;
}

/* ---------- Google+ icon ----------- */
div#widgets-element-socialmedia_socialmedia-googleplus-profile-button {
  display: none;
}

.widget-googleplus {
  padding: 5px;
  float: right;
}

/* @override http://external.website.interoute.mwdev.co.uk/sites/all/modules/interoute_christmas_game/xmas_theme/theme.css */
body.page-xmas-2014 #header span a {
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-position: center;
}

body.page-xmas-2014 #header {
  background-image: url("plane.png");
}

body.page-xmas-2014 {
  background-color: #0D3147 !important;
  background-image: url(xmas-big-back.png) !important;
  background-position: bottom !important;
  background-repeat: repeat-x !important;
}

body.page-xmas-2014 #content-inner {
  background-image: url("/sites/all/themes/interoute/_img/dynamic/content-bg.img.php?region=bottom&width=970&bg=284d6d");
}

body.page-xmas-2014 #content-content {
  background-image: url("/sites/all/themes/interoute/_img/dynamic/content-bg.img.php?region=top&width=970&bg=132636");
}

body.page-xmas-2014 #block-block-8,
body.page-xmas-2014 #block-block-7 {
  display: none !important;
}

body.page-xmas-2014 #block-nice_menus-1 a {
  color: white;
  background-image: none !important;
}

body.page-xmas-2014 #block-nice_menus-1 ul li ul {
  display: none !important;
}

body.page-xmas-2014 .section-header {
  background-color: none !important;
}

body.page-xmas-2014 #section-content .zone-content {
  background-color: transparent !important;
}

body.page-xmas-2014 #breadcrumb {
  display: none !important;
}

body.page-xmas-2014 .region-content-inner h1 {
  display: none;
}

body.page-xmas-2014 #tertiary-menu {
  visibility: hidden;
}

body.page-xmas-2014 #star {
  background-image: url("shooting-star.png");
  background-repeat: no-repeat;
  height: 42px;
  left: -135px;
  position: absolute;
  top: 20px;
  width: 131px;
}

body.page-xmas-2014 #santa {
  width: 430px;
  height: 185px;
  background-image: url(cloud_santa.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -135px;
  right: -45px;
}

body.page-xmas-2014 #santa_grotto {
  width: 408px;
  height: 217px;
  background-image: url(deer_house_tree.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 334px;
  left: 570px;
}

/* XMAS GAME 2011 */
#body.page-xmas-2014,
body.page-xmas-2014 #content-outer.xmas-2011,
body.page-xmas-2014 .xmas-2011 #content-inner,
body.page-xmas-2014 .xmas-2011 #content-content {
  background-image: none !important;
}

body.page-xmas-2014 #content-outer.xmas-2011 center {
  position: relative;
  top: 15px;
  left: -70px;
}

body.page-xmas-2014 object {
  outline: none;
}

body.page-xmas-2014 #content-outer.xmas-scores #santa,
body.page-xmas-2014 #content-outer.xmas-scores #santa_grotto {
  display: none;
}

/*Xmas Game 2012*/
body.page-xmas-2014 #sky {
  background: url("/sites/all/modules/d7_interoute_christmas_game/xmas_theme/xmas-big-back.png") center bottom repeat-x;
  background-color: #06293C;
}

body.page-xmas-2014 #hands .top {
  background: url("/sites/all/modules/d7_interoute_christmas_game/xmas_theme/bottom-hands-xmas3.png") center top no-repeat !important;
}

body.page-xmas-2014 #hands .bottom {
  background-image: url("/sites/all/modules/d7_interoute_christmas_game/xmas_theme/bottom-bottom-xmas3.png") !important;
}

/* Scores container */
body.page-xmas-2014 .xmas-scores #content-content, .xmas-scores #content-inner {
  background: none;
  border: 0;
}

body.page-xmas-2014 h1.leaderboard {
  text-indent: -2000px;
  background: url("leaderboard_heading.png") no-repeat left top;
  width: 270px;
  height: 41px;
  display: block;
  margin-bottom: 30px;
  margin-left: 20px;
}

body.page-xmas-2014 .breadcrumb-container {
  display: none;
}

body.page-xmas-2014 .leaderboard-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 650px;
}

body.page-xmas-2014 #leaderbox-wrap {
  width: 690px;
  margin: 0 auto;
}

body.page-xmas-2014 p.xmas-back-button-p {
  margin: 20px 20px 0 0;
}

body.page-xmas-2014 .leaderboard-box h2 {
  color: #29a8e0;
  padding: 0 20px;
}

body.page-xmas-2014 .leaderboard-box td {
  color: #0f3144;
  padding: 5px 20px;
}

body.page-xmas-2014 .leaderboard-box th {
  color: #0f3144;
  padding: 5px 20px;
  border: 0;
  font-size: 11px;
  border-top: 1px solid #333;
}

/* Logged in leaderboard stuff */
body.page-xmas-2014 .loggedin .leaderboard-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 900px;
}

body.page-xmas-2014 .loggedin #leaderbox-wrap {
  width: 940px;
  margin: 0 auto;
}

/* End Logged in stuff */
body.page-xmas-2014 table#highscores-table.sticky-enabled.sticky-table {
  margin: 0;
  border-bottom: 1px solid #333;
}

body.page-xmas-2014 .leaderboard-box tr.even {
  background-color: #fff;
}

body.page-xmas-2014 .leaderboard-box tr.odd {
  background-color: #dde4e9;
}

body.page-xmas-2014 a.xmas-back-button {
  float: right;
  width: 83px;
  height: 29px;
  display: block;
  background: url("back.gif") no-repeat left top;
  text-indent: -2000px;
}

body.page-xmas-2014 a.xmas-back-button:hover {
  float: right;
  width: 83px;
  height: 29px;
  display: block;
  background: url("back_roll.gif") no-repeat left top;
  text-indent: -2000px;
}

/* XMAS MENU */
.xmas-2012-menu {
  float: left;
  width: 815px;
}

.xmas-2012-menu ul {
  float: left;
}

.xmas-2012-menu ul li {
  float: left;
}

.xmas-2012-menu ul li a {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px 10px 15px;
}

/* 2014 Pre Xmas updates */
.rollover-shroud {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../assets/images/all/background-colours/0.8/black.png) repeat;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.shroud-box-caret {
  position: absolute;
  width: 15px;
  height: 24px;
  bottom: 12px;
  right: 14px;
  background: url("../assets/images/all/shroud-box-arrow.png") no-repeat center center;
}

.block-about-us-boxes-block {
  width: 100%;
}

.block-about-us-boxes-block .views-row {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}

.block-about-us-boxes-block .about-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}

@media screen and (max-width: 980px) {
  .block-about-us-boxes-block .views-row {
    margin: 0;
    margin-bottom: 20px;
  }
}

.block-about-us-boxes-block .views-row img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.block-about-us-boxes-block h4 {
  position: absolute;
}

.block-about-us-boxes-block h3 {
  top: 20px;
  left: 20px;
  right: 20px;
  font: 1em 'VerbRegular', Verdana, sans-serif;
}

.block-about-us-boxes-block h4 {
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font: 1em 'VerbRegular', Verdana, sans-serif;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  padding-top: 25px;
}

.block-about-us-boxes-block h4 a {
  color: #fff;
}

.block-about-us-boxes-block h3 a {
  color: #fff;
  text-decoration: none;
}

.block-about-us-boxes-block .summary {
  display: none;
}

.block-about-us-boxes-block .summary p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #fff;
}

.block-about-us-boxes-block .summary p:last-child {
  margin-bottom: 0;
}

.block-about-us-boxes-block .summary a {
  color: #fff;
}

.front section.interoute-2014-block {
  min-height: 401px;
}

/* 2014 style block */
.interoute-2014-block {
  background-color: #fff;
}

.interoute-2014-block h2 {
  padding: 10px 20px;
  background-color: #404854;
  color: #fff;
  font: normal 1.6em 'VerbRegular', Verdana, sans-serif;
  margin-bottom: 0;
}

.interoute-2014-block .content {
  padding: 20px;
}

.interoute-2014-block.icon-twitter h2 {
  background-image: url("../assets/images/all/twitter-logo.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px;
}

/* 2014 full image block */
.full-img-block {
  position: relative;
  margin-bottom: 20px;
}

.full-img-block h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font: normal 25px/1.3em 'VerbRegular', Verdana, sans-serif;
  z-index: 100;
  margin-bottom: 0;
}

.full-img-block h2 a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.full-img-block p {
  margin-bottom: 0;
}

.full-img-block img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.full-img-block img.js-homepage-roll {
  position: absolute;
  top: 0;
  display: none;
}

/* When a full image block is a link element */
/* Mostly for the network image rollover */
a.full-img-block {
  display: block;
}

a.full-img-block span.js-hover-text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: block;
  font-size: 2em;
  color: white;
  text-align: center;
  line-height: 1;
}

a.full-img-block img.js-homepage-roll {
  display: none;
}

.responsive-layout-mobile a.js-network-hover img.js-homepage-roll {
  display: block !important;
}

.responsive-layout-mobile a.full-img-block span.js-hover-text {
  display: block !important;
}

/* 2014 Home Awards block */
.block-awards-block {
  width: 100%;
}

.block-awards-block h2 {
  color: #fff;
  font: normal 1.6em 'VerbRegular', Verdana, sans-serif;
  margin-bottom: 20px;
  background-color: #404854;
  padding: 10px 20px;
}

/* 2014 Case studies pages */
.field-group-div > h2 {
  display: none;
}

.node-type-case-study-2 #zone-content {
  min-height: initial;
}

.node-type-case-study-2 .field-group-format-wrapper {
  position: relative;
  display: block;
}

.node-type-case-study-2 .field-name-field-banner-background img {
  max-width: 100%;
  height: auto !important;
}

.node-type-case-study-2 h3.field-name-field-banner-title {
  font: normal 2em/1.5em 'VerbRegular', Verdana, sans-serif;
  color: #000;
}

.node-type-case-study-2 p.field-name-field-banner-subtitle {
  font: normal 1em/1.6em 'VerbRegular', Verdana, sans-serif;
  color: #000;
}

.node-type-case-study-2 .field-name-field-body-title {
  font: normal 1.8em/1.5em 'VerbRegular-Bold', Verdana, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.node-type-case-study-2 .field-name-body p {
  font: normal 1.2em/1.6em 'VerbRegular', Verdana, sans-serif;
}

.field-type-field-collection > .field-items > .field-item {
  padding: 2em 0;
}

.field-type-field-collection > .field-items > .field-item.even {
  background-color: #e6e6e6;
}

.node-type-case-study-2 .field-collection-container {
  clear: both;
}

.node-type-case-study-2 .field-collection-view {
  margin: 0;
  padding: 0;
}

.node-type-case-study-2 h3.field-name-field-strip-title {
  color: #000;
  font: normal 1.8em/1.5em 'VerbRegular-Bold', Verdana, sans-serif;
  margin: 0 20px 0.9em;
}

.node-type-case-study-2 #zone-postscript {
  background-color: #fff;
  width: 100%;
}

.node-type-case-study-2 #region-postscript-first {
  width: 100%;
  margin: 0;
}

.view-case-study-strips .views-row {
  padding: 30px 0;
}

.view-case-study-strips .views-row-odd {
  background-color: #e6e6e6;
}

.view-case-study-strips .field-name-field-strip-image img,
.view-case-study-strips .field-name-field-strip-quote img {
  max-width: 100%;
  height: auto !important;
}

.view-case-study-strips .views-row-even .field-name-field-strip-title,
.view-case-study-strips .views-row-even .field-name-field-strip-quote,
.view-case-study-strips .views-row-even .field-name-field-strip-quote-citation {
  text-align: right;
}

.view-case-study-strips .field-name-field-strip-video,
.view-case-study-strips .field-name-field-strip-content,
.view-case-study-strips .field-name-field-strip-image {
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.view-case-study-strips .field-name-field-strip-content {
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
}

.view-case-study-strips .field-name-field-strip-video > .video-js {
  max-width: 100%;
  height: auto;
}

.view-case-study-strips .field-name-field-strip-quote-citation {
  margin-left: 18px;
  margin-right: 18px;
  color: #000;
  font: normal 1.2em 'VerbRegular-Bold', Verdana, sans-serif;
}

/* Video JS */
.video-js {
  height: auto !important;
  width: 100% !important;
}

.vjs-default-skin .vjs-big-play-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100%;
  border: 0;
  background: none;
  background-color: #01a6e8;
  background-color: rgba(1, 166, 232, 0.8);
}

.view-case-study-bottom-video {
  padding: 30px 0;
}

.view-case-study-bottom-video h3 {
  font: normal 1.6em 'VerbRegular-Bold', Verdana, sans-serif;
  color: #000;
  text-align: center;
}

.view-case-study-bottom-video .video-js {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.block-views-case-study-blue-callout-block {
  background-color: #414856;
  padding: 30px 0;
}

.block-views-case-study-blue-callout-block .views-row h3 {
  color: #fff;
  font: normal 1.8em/1.2em 'VerbRegular-Bold', Verdana, sans-serif;
}

.block-views-case-study-blue-callout-block .views-row p {
  color: #fff;
  font: normal 1.2em/1.2em 'VerbRegular', Verdana, sans-serif;
}

.block-views-case-study-blue-callout-block .views-row p a {
  display: inline-block;
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
  width: 250px;
  padding: 1em;
  margin: 0 1em 1em 0;
}

.page-node-1757 .block-views-case-study-blue-callout-block .views-row p a {
  font-size: 1.3em;
}

/* Awards page */
.awards-listing-page #zone-content {
  min-height: initial;
}

.view-awards-listing .views-row {
  padding: 30px 0;
}

.view-awards-listing .views-row-even {
  background-color: #e6e6e6;
}

.view-awards-listing .views-row h3 {
  font: normal 1.5em/1.2em 'VerbRegular-Bold', Verdana, sans-serif;
  color: #333;
  position: relative;
  z-index: 9;
}

.view-awards-listing .views-row p {
  font-size: 1.2em;
}

.view-awards-listing .view-content > .container-12 {
  padding-top: 30px;
}

.view-awards-listing .view-content > .container-12 .grid-10 h3 {
  display: block;
  float: left;
  padding: 10px;
  font-size: 1.7em;
  color: #fff;
  background-color: #3f4754;
}

.view-awards-listing .views-row .views-field-nothing .field-name-body a {
  display: inline-block;
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  margin: 0 1em 1em 0;
}

/* Full width postscript for stripped blocks */
.full-width-postscript #zone-content {
  min-height: 0;
}

.full-width-postscript #zone-postscript {
  background-color: #fff;
  width: 100%;
  margin: 0;
}

.full-width-postscript #region-postscript-first {
  background-color: #fff;
  width: 100%;
  margin: 0;
}

.full-width-postscript #region-postscript-first .block .content p {
  color: #000;
}

.full-width-postscript #region-sidebar-first {
  z-index: 50;
}

/* Strip blocks */
.block-strip {
  padding: 30px 0;
}

.block-strip.grey-strip {
  background-color: #e6e6e6;
}

/* History strips */
.globally-networked-cloud-strip h3,
.iaas-strip h3 {
  font: normal 1.5em/1.2em 'VerbRegular-Bold', Verdana, sans-serif;
  color: #000;
}

.globally-networked-cloud-strip img,
.iaas-strip img {
  float: left;
  margin-right: 2em;
}

/* Generic right more link */
.right-more-link {
  background: transparent url(../assets/images/fluid/icons/blue_arrow.png) right bottom no-repeat;
  clear: both;
  float: left;
  width: 100%;
  text-align: inherit;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.right-more-link a {
  display: inline-block;
  float: right;
  padding-right: 21px;
}

/* Mobile banners listing */
.block-mobile-banners-listing-block {
  display: none;
}

.view-mobile-banners-listing {
  padding: 1em 0;
}

.view-mobile-banners-listing .views-row {
  margin-bottom: 1em;
}

.view-mobile-banners-listing h3 {
  display: block;
  padding: 0.5em;
  background-color: #00aeef;
  color: white;
  clear: left;
}

.view-mobile-banners-listing h3 a {
  color: white;
  text-decoration: none;
}

.view-mobile-banners-listing .field-name-field-mobile-thumbnail {
  float: left;
  clear: left;
  margin-right: 1em;
  min-height: 100px;
}

.view-mobile-banners-listing .field-name-field-mobile-strapline {
  float: right;
  width: calc(100% - 116px);
  padding-bottom: 0.5em;
}

.view-mobile-banners-listing .views-field-nothing {
  float: right;
  width: calc(100% - 116px);
}

#videojs-49-field-video-video {
  width: 100%;
  max-width: 100%;
  padding-bottom: 56%;
}

article.node img {
  max-width: 100%;
  height: auto !important;
}

.dynamic-network-map div.content img,
.network-map-thumbnail img {
  max-width: 100%;
  height: auto;
}

.zoom-icon {
  position: absolute !important;
  top: 80px;
  left: 130px;
  cursor: pointer;
}

/* Home and About boxes should be pre-tapped on iPad and iPhone */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .rollover-shroud {
    display: block !important;
    opacity: 1 !important;
  }
  .full-img-block img.js-homepage-roll {
    display: none !important;
  }
  .block-about-us-boxes-block .summary {
    display: block !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
  .block-about-us-boxes-block h3 a {
    font: 2.5em 'VerbRegular', Verdana, sans-serif;
  }
  .block-about-us-boxes-block .summary p {
    line-height: 1.5em;
    font-size: 2em;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
  .block-about-us-boxes-block h3 {
    margin-bottom: 5px;
  }
  .block-about-us-boxes-block h3 a {
    font: 0.8em 'VerbRegular', Verdana, sans-serif;
  }
  .block-about-us-boxes-block .summary p {
    line-height: 1.2em !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .rollover-shroud {
    display: block !important;
    opacity: 1 !important;
  }
  .full-img-block img.js-homepage-roll {
    display: none !important;
  }
  .block-about-us-boxes-block .summary {
    display: block !important;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node-type-product-group .content img {
  max-width: 100%;
}

div.video-js {
  position: relative;
  padding-bottom: 56%;
  padding-top: 0px;
  height: 0;
}

/* Responsive fix to prevent seeing the video beneath the poster. */
div.video-js img.vjs-poster {
  height: 100% !important;
  position: absolute;
}

.field-name-field-banner-video div.video-js {
  padding-bottom: 31%;
  -webkit-transition: padding-bottom 0.5s ease;
}

.field-name-field-banner-video div.video-js img.vjs-poster {
  -ms-interpolation-mode: bicubic;
}

.field-name-field-banner-video div.video-js.vjs-playing {
  padding-bottom: 56%;
}

.field-name-field-banner-video div.video-js.vjs-paused img.vjs-poster {
  display: block !important;
}

.field-name-field-bottom-media div.video-js {
  padding-bottom: 56%;
}

a.menu-item--strong {
  font-family: "VerbRegular-Bold" !important;
}

body.node-type-office-location span.loc-name {
  font-family: 'VerbRegular-Bold', Verdana, sans-serif;
}

/* KNPO specific styling */
.page-node-1624 .block-views-case-study-blue-callout-block {
  background-color: #fff;
}

.page-node-1624 .block-views-case-study-blue-callout-block .views-row p {
  font-size: 24px;
  text-align: center;
  color: #000;
}

.page-node-1624 .block-views-case-study-blue-callout-block .views-row p a {
  color: #000;
  text-decoration: none;
  display: inline;
  padding: 0;
  background-color: #fff;
}

.page-node-1624 .block-views-case-study-blue-callout-block .views-row p.block-link a {
  display: inline-block;
  background-color: #3f4754;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1.2em;
  margin: 0 1em 1em 0;
  width: auto;
}

/* Product 2-Column layout */
.page-node-1397 .node-product-instance .field-name-field-product-benefits {
  padding-left: 0;
  width: 100%;
  margin-top: 1em;
}

.page-node-1397 .field-name-field-product-benefits h2.block-title {
  background: #00aeef;
  clear: both;
  color: #fff;
  font-size: 1em;
  margin: 0;
  margin-bottom: 1em;
  padding: 5px 8px;
  font-size: 14px;
}

.postscript--related h2 {
  color: #fff;
}

.postscript--related .content a {
  color: #fff;
}

.page-node-1662.connectivity-section blockquote {
  border-width: 2px;
}

/* Investor login block */
.block--investor-login input[type="text"],
.block--investor-login input[type="password"] {
  width: 100%;
}

.block--investor-login .login-links {
  margin: 1.5em 0;
}

.block--investor-login .login-links li {
  list-style-type: none;
}

.block-user-register {
  margin-top: 1em;
  padding-top: 2em;
  border-top: 1px solid #00aeef;
}

.block-user-register input {
  max-width: 100%;
}

#edit-profile-investor legend {
  display: none;
}

.region-content .block.block--no-float {
  float: none;
}

/*Block with grey background*/
.block--bg-grey {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block--bg-grey .content a {
  color: #000;
}

.block--large-heading h2.block-title {
  font-size: 1.7em;
}

.cs-button-link {
  display: inline-block;
  margin-top: .5em;
  margin-bottom: 1em;
  padding: 0.7em;
  border-radius: 5px;
  font-size: 1.5em;
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.cs-button-link:hover {
  background-color: #44C8F5;
}

.page--interactive-network-map .zone-content {
  width: 100%;
}

.block-interoute-network-map {
  position: relative;
  width: 100%;
}

/**** Webform IFrame styling ****/
.webform-iframe {
  margin: 0;
  padding: 0;
  color: white;
  background-color: black;
}

.webform-iframe #section-content .zone-preface, .webform-iframe #section-content .zone-content {
  background: black;
}

.webform-iframe #mw-cookie-policy {
  display: none !important;
}

.webform-iframe #section-content .zone-wrapper:first-child .zone {
  padding-top: 0;
}

.webform-iframe .section-header {
  display: none;
}

.webform-iframe .section-footer {
  display: none;
}

.webform-iframe #section-content {
  margin-top: 0;
}

.webform-iframe #section-content .breadcrumb {
  display: none;
}

.webform-iframe #section-content #zone-content-wrapper {
  padding-top: 0;
}

.webform-iframe #section-content .zone-content {
  width: 100%;
}

.webform-iframe #section-content .region-content {
  width: 100%;
  margin: 0;
}

.webform-iframe #section-content .region-content .region-inner h1 {
  display: none;
}

.webform-iframe #section-content .region-content .webform-component {
  margin: 0;
}

.webform-iframe #section-content .region-content .webform-component label {
  display: none;
}

.webform-iframe #section-content .region-content .webform-component label .form-required {
  display: none;
}

.webform-iframe #section-content .region-content .webform-component input {
  height: 44px;
  border: 1px solid white;
  color: white;
  background-color: black;
  font-size: 20px !important;
}

.webform-iframe #section-content .region-content .webform-component input:placeholder-shown {
  color: white;
}

.webform-iframe #section-content .region-content .form-actions {
  width: 100%;
  margin-top: 0;
}

.webform-iframe #section-content .region-content .form-actions input[type="submit"] {
  width: 100%;
  height: 44px;
  padding-top: .5em;
  padding-bottom: .5em;
  color: white;
  background: #00AEEF;
  font-size: 1.5em !important;
  text-transform: uppercase;
}

.webform-iframe .webform-confirmation {
  font-size: 20px;
}

.webform-iframe .links {
  display: none;
}

@media screen and (min-width: 400px) {
  .webform-iframe #section-content .region-content .webform-component {
    max-width: 50%;
    float: left;
    margin-right: 2.5%;
  }
  .webform-iframe #section-content .region-content .form-actions {
    width: 25%;
    float: left;
  }
}

@media screen and (max-width: 400px) {
  .webform-iframe #section-content .region-content .webform-component {
    margin-bottom: 1em;
  }
}

div.tabs {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

div.tabs:after {
  content: " ";
  display: block;
  clear: both;
}

ul.tabs.primary {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  padding-left: 0 !important;
  margin: 1em 0;
}

ul.tabs.primary li {
  display: inline-block;
}

ul.tabs.primary li a {
  border: 0;
  font-size: 1em;
  display: block;
  float: left;
  padding: .3em 1em;
  background-color: #4C565C;
  color: #fff;
  margin-right: 1em;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
}

ul.tabs.primary li a.active, ul.tabs.primary li a:hover {
  background-color: #cfd5d8;
  color: #4C565C;
}

.zone-user-wrapper {
  background-color: #002d4e;
}

@media (min-width: 981px) {
  .zone-user-wrapper {
    background-color: #fff;
  }
}

.zone-menu-wrapper {
  background-color: #002d4e;
}

.site-name a {
  z-index: 99;
  width: 155px;
}

#region-user-first .site-name a {
  background: url(../logo.png) no-repeat;
  height: 20px;
  width: 125px;
  background-size: contain;
  margin-top: 10px;
}

@media (min-width: 441px) and (max-width: 600px) {
  #region-user-first .site-name a {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

@media (min-width: 601px) and (max-width: 980px) {
  #region-user-first .site-name a {
    height: 32px;
    width: 196px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.megamenu-mega-menu-regional-sites {
  z-index: 999999;
}

@media (min-width: 0) and (max-width: 980px) {
  .responsive-toggle-links .toggle {
    font-size: .7em;
    font-family: "VerbRegular-Bold", Verdana, sans-serif;
  }
}

@media (min-width: 981px) {
  .zone-menu {
    padding-top: 2.4em;
    padding-bottom: 0em;
  }
  #region-user-first .site-name a {
    position: absolute;
    top: 3.5em;
    left: 10px;
    height: 32px;
    width: 196px;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  #region-user-first .site-name a {
    height: 37px;
    width: 230px;
  }
}

@media (min-width: 1300px) {
  #region-user-first .site-name a {
    top: 2.8em;
    height: 63px;
    width: 391px;
  }
}

.front .zone-header-wrapper {
  display: none;
}

@media (min-width: 981px) {
  #region-user-first .site-name {
    padding-top: 26px;
  }
}

footer {
  color: #fff;
  background-color: #002d4e;
}

footer .region-footer-first,
footer .region-footer-second,
footer .region-footer-third,
footer .region-footer-fourth {
  margin: 0 auto;
  padding-top: 2.8125em;
  padding-left: 0.78125em;
  padding-bottom: 2.8125em;
  padding-right: 0.78125em;
}

footer .region-footer-first h2.block-title,
footer .region-footer-second h2.block-title,
footer .region-footer-third h2.block-title,
footer .region-footer-fourth h2.block-title {
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1.125em;
  color: #00AEEF;
}

footer .region-footer-first a,
footer .region-footer-first p,
footer .region-footer-second a,
footer .region-footer-second p,
footer .region-footer-third a,
footer .region-footer-third p,
footer .region-footer-fourth a,
footer .region-footer-fourth p {
  font-size: 1em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #fff;
}

footer .region-footer-first span.ext,
footer .region-footer-second span.ext,
footer .region-footer-third span.ext,
footer .region-footer-fourth span.ext {
  display: none;
}

footer .region-footer-first a.ext:after,
footer .region-footer-second a.ext:after,
footer .region-footer-third a.ext:after,
footer .region-footer-fourth a.ext:after {
  content: "\F14C";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: .5em;
}

footer .region-footer-first h2,
footer .region-footer-second h2,
footer .region-footer-third h2,
footer .region-footer-fourth h2 {
  font-size: 1em;
}

footer .region--footer-bottom {
  position: relative;
}

footer .zone--footer-bottom {
  color: #999;
  background-color: #fff;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1rem;
}

@media (min-width: 0) and (max-width: 980px) {
  footer {
    width: 100%;
  }
  footer .region-footer-first,
  footer .region-footer-second,
  footer .region-footer-third,
  footer .region-footer-fourth {
    padding-bottom: 0;
  }
  footer .region--footer-bottom {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 3.125em;
  }
}

@media (min-width: 981px) {
  footer {
    width: 100%;
  }
  footer .zone-footer {
    padding-top: 2.1875em;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
  footer .region-full-width-footer {
    margin: 0 auto;
  }
  footer .zone--footer-bottom {
    width: 100%;
  }
  footer .zone--footer-bottom .region--footer-bottom {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    padding-bottom: 1.75em;
  }
  footer .zone--footer-bottom .region--footer-bottom:after {
    content: " ";
    display: block;
    clear: both;
  }
}

#video-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 370px;
  background-color: #fff;
}

#video-container:before, #video-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 50% solid #00AEEF;
  border-right: 50% solid transparent;
}

#video-container .animation-bottom {
  position: absolute;
  top: 20%;
  left: -3px;
  right: -3px;
  bottom: -1px;
  background-image: url("/sites/all/modules/custom/interoute_custom_blocks/assets/images/anim/anim-bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 104%;
}

@media (min-width: 981px) {
  #video-container {
    width: 60%;
  }
}

.dt-video {
  position: relative;
  top: -20px;
}

#animation-container {
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 205px);
  height: 378px;
  width: 420px;
  overflow: hidden;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#animation-container.visible {
  opacity: 1;
}

#animation-bg {
  height: 378px;
  left: 0;
  position: absolute;
  top: 0;
  width: 420px;
  z-index: -1;
  display: none;
}

#animation-front {
  height: 378px;
  left: 0;
  position: absolute;
  top: 0;
  width: 420px;
  z-index: 10;
  display: none;
}

.ball {
  position: absolute;
  display: none;
}

.ball2 {
  position: absolute;
  display: none;
}

#ball1 {
  top: 120px;
  left: 118px;
  z-index: 11;
}

#ball2 {
  top: 221px;
  left: 194px;
  z-index: 11;
}

#ball3 {
  left: 267px;
  top: 122px;
  z-index: 11;
}

.pulse {
  -moz-transform: scale(0.8);
  -moz-transition: all .5s ease-in-out;
  -ms-transform: scale(0.8);
  -ms-transition: all 2s ease-in-out;
  -o-transform: scale(0.8);
  -o-transition: all 2s ease-in-out;
  -webkit-transform: scale(0.8);
  -webkit-transition: all .5s ease-in-out;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  transform: scale(0.8);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.pulse.grow {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.small-ball.pulse.grow {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#big-ball {
  background: #1f58ac;
  height: 60px;
  left: 157px;
  padding: 17px;
  top: 105px;
  width: 60px;
  z-index: 5;
}

#med-ball {
  background: #1f58ac;
  height: 41px;
  left: 269px;
  padding: 3px;
  top: 152px;
  width: 41px;
  z-index: 5;
}

#small-ball {
  background: #1f58ac;
  height: 22px;
  left: 116px;
  padding: 1px;
  top: 169px;
  width: 22px;
  z-index: 5;
}

#med-green-ball {
  background: #1cc4e7;
  height: 41px;
  left: 109px;
  padding: 3px;
  top: 232px;
  width: 41px;
  z-index: 11;
}

#med-grey-ball1 {
  background: #ECECEC;
  height: 41px;
  left: 353px;
  padding: 3px;
  top: -3px;
  width: 41px;
  z-index: 11;
}

#med-grey-ball2 {
  background: #ECECEC;
  height: 41px;
  left: 53px;
  padding: 3px;
  top: 335px;
  width: 41px;
  z-index: 11;
}

#small-grey-ball1 {
  background: #ECECEC;
  height: 22px;
  left: 397px;
  padding: 1px;
  top: 44px;
  width: 22px;
  z-index: 5;
}

#small-grey-ball2 {
  background: #ECECEC;
  height: 22px;
  left: 34px;
  padding: 1px;
  top: 336px;
  width: 22px;
  z-index: 5;
}

#small-green-ball-1 {
  background: #1cc4e7;
  height: 22px;
  left: 196px;
  padding: 1px;
  top: 69px;
  width: 22px;
  z-index: 5;
}

#small-green-ball-2 {
  background: #1cc4e7;
  height: 22px;
  left: 175px;
  padding: 1px;
  top: 257px;
  width: 22px;
  z-index: 5;
}

#small-green-ball-3 {
  background: #1cc4e7;
  height: 22px;
  left: 235px;
  padding: 1px;
  top: 286px;
  width: 22px;
  z-index: 5;
}

.origin {
  top: 140px !important;
  left: 180px !important;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.help-items .help-item {
  position: relative;
  display: block;
  margin-top: .4em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  border: 1px solid #ddd;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #333;
  -webkit-transition: border-color .5s ease-in-out;
  transition: border-color .5s ease-in-out;
}

.help-items .help-item:hover {
  border: 1px solid #0eaedd;
  cursor: pointer;
}

.help-items .help-item p {
  margin: 0;
}

.help-items .help-item .view-now {
  padding-top: 1.5625em;
  color: #333;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 0.875em;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

.help-items .help-item:hover .view-now {
  color: #00AEEF;
}

.help-items .help-item img {
  max-width: 100%;
}

.ps--sub-products .help-items .help-item:hover .view-now {
  color: #fff;
}

@media (min-width: 0) and (max-width: 980px) {
  .help-items .help-item {
    margin-left: 1em;
    margin-right: 1em;
    display: block;
  }
  .help-items .help-item .view-now {
    position: static;
    text-align: left;
  }
}

@media (min-width: 981px) {
  .front .help-items .help-item,
  .page--products-services .help-item {
    width: 32.98969072%;
    float: left;
  }
  .front .help-items .help-item:nth-child(3n + 1),
  .page--products-services .help-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .front .help-items .help-item:nth-child(3n + 2),
  .page--products-services .help-item:nth-child(3n + 2) {
    margin-left: 33.50515464%;
    margin-right: -100%;
    clear: none;
  }
  .front .help-items .help-item:nth-child(3n + 3),
  .page--products-services .help-item:nth-child(3n + 3) {
    margin-left: 67.01030928%;
    margin-right: -100%;
    clear: none;
  }
  .help-items .view-now {
    position: absolute;
    bottom: 2em;
    padding-left: .35em;
  }
}

.rs--breadcrumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 45, 78, 0.5);
  z-index: 50;
}

.rs--breadcrumb-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.rs--breadcrumb-wrapper p {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #fff;
  font-size: 0.75em;
}

.rs--breadcrumb-wrapper a {
  color: #fff;
  font-family: "VerbLight", Verdana, sans-serif;
}

.rs--breadcrumb-wrapper a.current-page {
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
}

.rs--breadcrumb-wrapper .rs--breadcrumb-inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rs--breadcrumb-wrapper .rs--breadcrumb-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.rs--breadcrumb-wrapper .rs--pin {
  position: absolute;
  top: -1px;
  left: 0;
  width: 28px;
}

@media (min-width: 0) and (max-width: 980px) {
  .rs--breadcrumb-wrapper {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 981px) {
  .rs--breadcrumb-wrapper p {
    padding-left: 4em;
  }
  .rs--breadcrumb-wrapper .rs--pin {
    left: 1.66666667em;
  }
}

body.page--interactive-network-map.our-network-section {
  background: #fff;
}

.page--interactive-network-map .zone-header-wrapper {
  display: none;
}

.page--interactive-network-map .block-ps-landing-page-breadcrumb {
  position: relative;
}

.page--interactive-network-map #section-content {
  margin-top: 0;
}

.page--interactive-network-map #breadcrumb {
  display: none;
}

.page--interactive-network-map h1.title {
  display: none;
}

.page--interactive-network-map .map-troubleshooting {
  margin-top: 1em;
}

.page--interactive-network-map .map-troubleshooting a {
  color: #00AEEF;
}

.page--interactive-network-map .block-interoute-network-map-iframe-map-disclaimer {
  padding-left: 10px;
  padding-right: 10px;
}

.page--interactive-network-map .webform--download-map-kmz .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.page--interactive-network-map .webform--download-map-kmz .form-item .form-select {
  height: 27px;
}

.page--interactive-network-map .webform--download-map-kmz .form-item .form-select[multiple="multiple"] {
  height: 79px;
}

.page--interactive-network-map .webform--download-map-kmz .form-actions::after {
  clear: both;
  content: "";
  display: table;
}

.page--interactive-network-map .int-map--services .content {
  margin-bottom: 5px;
}

.page--interactive-network-map .int-map--services ul.imap-services-list p {
  margin-bottom: .1em;
}

.page--interactive-network-map .int-map--services ul.imap-services-list p:not(.first) {
  padding-left: 1.85em;
}

.page--interactive-network-map .int-map--services ul li p.first {
  display: inline;
}

@media (min-width: 0) and (max-width: 980px) {
  .page--interactive-network-map .webform--download-map-kmz {
    width: calc(100% - 1em - 7px);
  }
}

@media (min-width: 981px) {
  .page--interactive-network-map .region-content-inner {
    max-width: 1159px;
    margin: 0 auto;
  }
  .page--interactive-network-map .webform--download-map-kmz .form-actions {
    clear: left;
  }
  .page--interactive-network-map .webform--download-map-kmz .webform-component-markup {
    width: 100%;
  }
  .page--interactive-network-map .webform--download-map-kmz .webform-component--what-would-you-like-to-download {
    position: absolute;
    bottom: 143px;
    width: 47%;
  }
}

.page--interactive-network-map .block-interoute-network-map-iframe:not(.container-12) {
  width: 100%;
}

.context-interactive-network-map .networkmap--iframe {
  width: 100%;
  max-width: 100%;
}

.context-our-network .networkmap--iframe {
  width: 100%;
  max-width: 100%;
}

#region-sidebar-second .block.webform--blue {
  background-color: #023e91;
  background-image: -webkit-gradient(linear,left bottom, left top,from(#023e91), to(#07b8d9));
  background-image: linear-gradient(to top,#023e91, #07b8d9);
  overflow: hidden;
  border: 1px solid #41b1dc;
}

#region-sidebar-second .block.webform--blue form > div .form-item:first-of-type {
  margin-top: 0;
}

#region-sidebar-second .block.webform--blue .block-title {
  background: none;
}

#region-sidebar-second .block.webform--blue .block-inner h2.block-title {
  padding-left: 1.125em;
  padding-top: 1.5625em;
  padding-right: 1.5625em;
  background: none;
  font-family: "VerbRegular", Verdana, sans-serif;
  font-size: 1.375em;
}

#region-sidebar-second .block.webform--blue .content {
  background: transparent !important;
  padding: 1.6875em;
  font-family: "VerbRegular", Verdana, sans-serif;
}

#region-sidebar-second .block.webform--blue .webform-component label {
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 0.875em;
}

#region-sidebar-second .block.webform--blue .webform-component input[type="text"],
#region-sidebar-second .block.webform--blue .webform-component input[type="email"] {
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component,
#region-sidebar-second .block.webform--blue .webform-component .form-type-radio {
  width: 100%;
  height: 2.25em;
  color: white;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
}

#region-sidebar-second .block.webform--blue .webform-component .form-type-radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: transparent;
}

#region-sidebar-second .block.webform--blue .webform-component.webform-component-radios > label {
  margin-bottom: 0;
}

#region-sidebar-second .block.webform--blue .webform-component .form-radios .form-type-radio:last-of-type {
  margin-bottom: .4em;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component {
  position: relative;
  background-image: url(/sites/all/themes/interoute/assets/images/header/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: right 10px top 14px;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component span.selected {
  display: block;
  height: 2.25em;
  padding: .4em;
  border-bottom: 1px solid #fff;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component div {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #368dbf;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin-left: 0;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component ul li {
  padding: .4em;
  list-style-type: none;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component ul li:hover {
  background-color: steelblue;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component li.focus {
  position: relative;
  z-index: 3;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component.touch .old {
  width: 100%;
  height: 100%;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component.open div {
  opacity: 1;
  z-index: 2;
}

#region-sidebar-second .block.webform--blue .webform-component .dropdown-component.scrollable.open ul {
  overflow-y: auto;
}

#region-sidebar-second .block.webform--blue .webform-component-textfield,
#region-sidebar-second .block.webform--blue .webform-component-email {
  border-bottom: 1px solid white;
}

#region-sidebar-second .block.webform--blue .form-type-radio {
  padding: .5em;
  line-height: 1.25em;
}

#region-sidebar-second .block.webform--blue .form-type-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#region-sidebar-second .block.webform--blue .form-type-radio label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1.75em;
  background-image: url("../assets/images/misc/radio--inactive.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
}

#region-sidebar-second .block.webform--blue .form-type-radio input[type="radio"]:checked + label {
  background-image: url("../assets/images/misc/radio--active.svg");
}

#region-sidebar-second .block.webform--blue .webform-component-checkboxes label {
  float: left;
  color: #fff;
  font-family: "VerbLight", Verdana, sans-serif;
}

#region-sidebar-second .block.webform--blue .form-type-checkbox::after {
  clear: both;
  content: "";
  display: table;
}

#region-sidebar-second .block.webform--blue .form-type-checkbox label a {
  color: #fff;
}

#region-sidebar-second .block.webform--blue .webform-component-checkboxes input[type="checkbox"] {
  float: left;
}

#region-sidebar-second .block.webform--blue .webform-component-checkboxes label {
  width: auto;
  margin-right: 0;
}

#region-sidebar-second .block.webform--blue .form-actions {
  width: 100%;
  float: left;
  margin-top: 1em;
}

#region-sidebar-second .block.webform--blue .form-actions input[type="submit"] {
  width: 100%;
  padding: .5em;
  color: #023e91;
  background: #ffffff;
  font-family: "VerbRegular", Verdana, sans-serif;
  font-size: 1.75em;
  -webkit-filter: none;
          filter: none;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform--flat form > div {
  -webkit-transition: none;
  transition: none;
  overflow: visible;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform--flat .form-submit {
  display: block;
}

.webform--flat .webform-component {
  margin-top: 0.875em;
  margin-bottom: 0.875em;
}

.webform--flat .webform-component label {
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1.125em;
}

.webform--flat .webform-component label.option {
  display: inline-block;
}

.webform--flat .webform-component input[type="text"],
.webform--flat .webform-component input[type="email"] {
  margin-bottom: 0;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125em;
  height: 2.555556em;
  line-height: 1.555556em;
  color: #fff;
  background-color: #042e4c;
}

.webform--flat .webform-component input[type="text"]::-webkit-input-placeholder,
.webform--flat .webform-component input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.webform--flat .webform-component input[type="text"]:-ms-input-placeholder,
.webform--flat .webform-component input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.webform--flat .webform-component input[type="text"]::-ms-input-placeholder,
.webform--flat .webform-component input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

.webform--flat .webform-component input[type="text"]::placeholder,
.webform--flat .webform-component input[type="email"]::placeholder {
  color: #fff;
}

.webform--flat .webform-component .dropdown-component,
.webform--flat .webform-component .form-type-radio {
  width: 100%;
  height: 2.875em;
  -webkit-appearance: none;
  background-color: #042e4c;
}

.webform--flat .webform-component .form-type-radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: transparent;
}

.webform--flat .webform-component.webform-component-radios > label {
  margin-bottom: 0;
}

.webform--flat .webform-component .form-radios .form-type-radio:last-of-type {
  margin-bottom: .4em;
}

.webform--flat .webform-component .dropdown-component {
  position: relative;
  color: #fff;
  background-image: url(/sites/all/themes/interoute/assets/images/header/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: right 10px center;
  cursor: pointer;
}

.webform--flat .webform-component .dropdown-component span.selected {
  display: block;
  height: 2.555556em;
  padding: .5em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125em;
  border-bottom: 2px solid #fff;
}

.webform--flat .webform-component .dropdown-component div {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #042e4c;
}

.webform--flat .webform-component .dropdown-component ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin-left: 0;
}

.webform--flat .webform-component .dropdown-component ul li {
  padding: .5em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125em;
  list-style-type: none;
}

.webform--flat .webform-component .dropdown-component ul li:hover {
  background-color: #042e4c;
}

.webform--flat .webform-component .dropdown-component li.focus {
  position: relative;
  z-index: 3;
}

.webform--flat .webform-component .dropdown-component .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.webform--flat .webform-component .dropdown-component.touch .old {
  width: 100%;
  height: 100%;
}

.webform--flat .webform-component .dropdown-component.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.webform--flat .webform-component .dropdown-component.open div {
  opacity: 1;
  z-index: 2;
}

.webform--flat .webform-component .dropdown-component.scrollable.open ul {
  overflow-y: auto;
}

.webform--flat .webform-component-markup {
  margin-top: 0;
  margin-bottom: 0;
}

.webform--flat .webform-component-markup p {
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1.375em;
  margin-bottom: 0;
}

.webform--flat .form-type-radio {
  position: relative;
  padding: .5em;
  line-height: 1.25em;
}

.webform--flat .form-type-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.webform--flat .form-type-radio label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1.75em;
  background-image: url("../assets/images/misc/radio--inactive.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
}

.webform--flat .form-type-radio input[type="radio"]:checked + label {
  background-image: url("../assets/images/misc/radio--active.svg");
}

.webform--flat .form-type-checkbox {
  position: relative;
}

.webform--flat .form-type-checkbox::after {
  clear: both;
  content: "";
  display: table;
}

.webform--flat .form-type-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.webform--flat .form-type-checkbox label {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.029412em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1.5em;
  background-image: url("../assets/images/misc/checkbox--inactive.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
}

.webform--flat .form-type-checkbox input[type="checkbox"]:checked + label {
  background-image: url("../assets/images/misc/checkbox--active.svg");
}

.webform--flat .form-actions {
  width: 100%;
  float: left;
  margin-top: 1em;
}

.webform--flat .form-actions input[type="submit"] {
  float: right;
  display: block;
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  -webkit-filter: none;
          filter: none;
}

.webform--flat .form-actions input[type="submit"]::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 640px) {
  .webform--flat .left-50 {
    float: left;
    width: 50%;
    padding-right: 7px;
  }
  .webform--flat .right-50 {
    float: right;
    width: 50%;
    padding-left: 7px;
  }
}

.block--webinars--upcoming {
  margin-bottom: .5em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-color: #00c2ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00c2ff), to(#8b69d3));
  background-image: linear-gradient(#00c2ff, #8b69d3);
  font-family: "VerbRegular", Verdana, sans-serif;
}

.block--webinars--upcoming::after {
  clear: both;
  content: "";
  display: table;
}

.view-webinars-upcoming {
  width: 100%;
  max-width: 59.0625em;
  margin-left: auto;
  margin-right: auto;
}

.view-webinars-upcoming .views-row {
  display: none;
}

.view-webinars-upcoming .views-field-field-webinar-host-image img {
  display: block;
  margin-bottom: 7px;
}

.view-webinars-upcoming .views-field-nothing {
  clear: both;
  max-width: 29.375em;
  margin-bottom: 7px;
  padding: 1.7em;
  background-color: white;
}

.view-webinars-upcoming .webinar-date {
  margin-bottom: 2.5em;
  text-transform: uppercase;
}

.view-webinars-upcoming .webinar-date::after {
  clear: both;
  content: "";
  display: table;
}

.view-webinars-upcoming .webinar-date .day {
  float: left;
  margin-right: .4em;
  font-size: 2.375em;
  font-family: "VerbLight", Verdana, sans-serif;
  line-height: 1em;
}

.view-webinars-upcoming .webinar-date .month {
  font-size: .9em;
  font-family: "VerbMedium", Verdana, sans-serif;
}

.view-webinars-upcoming .webinar-date .time {
  font-size: .9em;
  line-height: .8em;
}

.view-webinars-upcoming .webinar-author {
  font-size: .9em;
  color: #042e4c;
}

.view-webinars-upcoming .webinar-title {
  margin-bottom: .5em;
  font-size: 1.6em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #042e4c;
}

.view-webinars-upcoming .webinar-summary {
  position: relative;
  font-size: .9em;
}

.view-webinars-upcoming .webinar-link {
  text-align: right;
}

@media (min-width: 0) and (max-width: 980px) {
  .view-webinars-upcoming .views-field-field-webinar-host-image,
  .view-webinars-upcoming .views-field-nothing {
    width: 95.09803922%;
    float: left;
    margin-left: 2.45098039%;
    margin-right: 2.45098039%;
  }
}

@media (min-width: 981px) {
  .view-webinars-upcoming .left,
  .view-webinars-upcoming .right {
    width: calc(50% - 3.5px);
  }
  .view-webinars-upcoming .left {
    float: left;
  }
  .view-webinars-upcoming .right {
    float: right;
  }
  .view-webinars-upcoming .views-field-field-webinar-host-image img {
    float: right;
  }
  .view-webinars-upcoming .right .views-field-field-webinar-host-image img {
    float: left;
  }
  .view-webinars-upcoming .views-field-nothing {
    width: 100%;
    padding-top: 2.75em;
    padding-bottom: 2.75em;
    padding-left: 3.125em;
    padding-right: 3.125em;
  }
  .view-webinars-upcoming .webinar-date {
    margin-bottom: 3em;
  }
  .view-webinars-upcoming .webinar-date .day {
    font-size: 3em;
  }
  .view-webinars-upcoming .webinar-date .month {
    font-size: 1.125em;
    line-height: 1.3em;
  }
  .view-webinars-upcoming .webinar-date .time {
    font-size: 1.125em;
    line-height: 1em;
  }
  .view-webinars-upcoming .webinar-author {
    font-size: 1.125em;
  }
  .view-webinars-upcoming .webinar-title {
    font-size: 2em;
  }
  .view-webinars-upcoming .webinar-summary {
    font-size: 1.125em;
  }
}

.node-type-webinar .field-name-field-pag-form > .node-webform,
.node-type-webinar .webinar-form-wrapper,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform,
.node-type-headerless-landing-page .webinar-form-wrapper {
  position: relative;
  padding-bottom: 0;
  background-color: transparent;
}

.node-type-webinar .field-name-field-pag-form > .node-webform .form-submit,
.node-type-webinar .webinar-form-wrapper .form-submit,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform .form-submit,
.node-type-headerless-landing-page .webinar-form-wrapper .form-submit {
  display: none;
}

.node-type-webinar .field-name-field-pag-form > .node-webform .ajax-progress.ajax-progress-throbber,
.node-type-webinar .webinar-form-wrapper .ajax-progress.ajax-progress-throbber,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform .ajax-progress.ajax-progress-throbber,
.node-type-headerless-landing-page .webinar-form-wrapper .ajax-progress.ajax-progress-throbber {
  display: none;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div,
.node-type-webinar .webinar-form-wrapper form > div,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div,
.node-type-headerless-landing-page .webinar-form-wrapper form > div {
  position: relative;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset,
.node-type-webinar .webinar-form-wrapper form > div fieldset,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset {
  z-index: 100;
  position: relative;
  visibility: hidden;
  height: 0;
  -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
  transition: visibility 0s 0.4s, height 0s 0.4s;
  margin-bottom: 0;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset p,
.node-type-webinar .webinar-form-wrapper form > div fieldset p,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset p,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset p {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset p strong,
.node-type-webinar .webinar-form-wrapper form > div fieldset p strong,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset p strong,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset p strong {
  font-family: "VerbMedium", Verdana, sans-serif;
  line-height: 1.1em;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset.current,
.node-type-webinar .webinar-form-wrapper form > div fieldset.current,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset.current,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset.current {
  visibility: visible;
  height: auto;
  -webkit-transition: none;
  transition: none;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-markup,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-select,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-number,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-radios,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset.current input[type="text"],
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset.current input[type="email"],
.node-type-webinar .webinar-form-wrapper form > div fieldset.current .webform-component-markup,
.node-type-webinar .webinar-form-wrapper form > div fieldset.current .webform-component-select,
.node-type-webinar .webinar-form-wrapper form > div fieldset.current .webform-component-number,
.node-type-webinar .webinar-form-wrapper form > div fieldset.current .webform-component-radios,
.node-type-webinar .webinar-form-wrapper form > div fieldset.current input[type="text"],
.node-type-webinar .webinar-form-wrapper form > div fieldset.current input[type="email"],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-markup,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-select,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-number,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset.current .webform-component-radios,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset.current input[type="text"],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset.current input[type="email"],
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset.current .webform-component-markup,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset.current .webform-component-select,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset.current .webform-component-number,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset.current .webform-component-radios,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset.current input[type="text"],
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset.current input[type="email"] {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-item,
.node-type-webinar .webinar-form-wrapper form > div fieldset .form-item,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-item,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-markup,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-select,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-number,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-radios,
.node-type-webinar .webinar-form-wrapper form > div fieldset .webform-component-markup,
.node-type-webinar .webinar-form-wrapper form > div fieldset .webform-component-select,
.node-type-webinar .webinar-form-wrapper form > div fieldset .webform-component-number,
.node-type-webinar .webinar-form-wrapper form > div fieldset .webform-component-radios,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-markup,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-select,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-number,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-radios,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .webform-component-markup,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .webform-component-select,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .webform-component-number,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .webform-component-radios {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-markup::after,
.node-type-webinar .webinar-form-wrapper form > div fieldset .webform-component-markup::after,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .webform-component-markup::after,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .webform-component-markup::after {
  clear: both;
  content: "";
  display: table;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset input[type="text"],
.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset input[type="email"],
.node-type-webinar .webinar-form-wrapper form > div fieldset input[type="text"],
.node-type-webinar .webinar-form-wrapper form > div fieldset input[type="email"],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset input[type="text"],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset input[type="email"],
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset input[type="text"],
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset input[type="email"] {
  display: block;
  margin: 0.3em 0 0 0;
  padding: 0.5em 1em 0.5em 0.7em;
  width: calc(100% - 2em);
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset input[type=radio],
.node-type-webinar .webinar-form-wrapper form > div fieldset input[type=radio],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset input[type=radio],
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio,
.node-type-webinar .webinar-form-wrapper form > div fieldset .form-type-radio,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-type-radio {
  position: relative;
  float: left;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  /* Checked state */
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio label,
.node-type-webinar .webinar-form-wrapper form > div fieldset .form-type-radio label,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio label,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-type-radio label {
  position: relative;
  float: left;
  display: block;
  height: 40px;
  padding-left: 50px;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1.125em;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 10;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio .control__indicator,
.node-type-webinar .webinar-form-wrapper form > div fieldset .form-type-radio .control__indicator,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio .control__indicator,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-type-radio .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 9;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio input:checked ~ .control__indicator,
.node-type-webinar .webinar-form-wrapper form > div fieldset .form-type-radio input:checked ~ .control__indicator,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-type-radio input:checked ~ .control__indicator,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-type-radio input:checked ~ .control__indicator {
  background-color: #fff;
  background-image: url(../assets/images/svg/tick-darkestblue.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px 13px;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio,
.node-type-webinar .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio {
  margin-top: 10px;
  height: 24px;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio label,
.node-type-webinar .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio label,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio label,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio label {
  height: 24px;
  padding-left: 34px;
  font-size: 1em;
  line-height: 24px;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio .control__indicator,
.node-type-webinar .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio .control__indicator,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio .control__indicator,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio .control__indicator {
  width: 24px;
  height: 24px;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio input:checked ~ .control__indicator,
.node-type-webinar .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio input:checked ~ .control__indicator,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .small-radio-button .form-type-radio input:checked ~ .control__indicator,
.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .small-radio-button .form-type-radio input:checked ~ .control__indicator {
  background-size: 11px 8px;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div .webform-component-radios.clear-radio-options .form-type-radio,
.node-type-webinar .webinar-form-wrapper form > div .webform-component-radios.clear-radio-options .form-type-radio,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div .webform-component-radios.clear-radio-options .form-type-radio,
.node-type-headerless-landing-page .webinar-form-wrapper form > div .webform-component-radios.clear-radio-options .form-type-radio {
  clear: left;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div input:focus,
.node-type-webinar .field-name-field-pag-form > .node-webform form > div button:focus,
.node-type-webinar .webinar-form-wrapper form > div input:focus,
.node-type-webinar .webinar-form-wrapper form > div button:focus,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div input:focus,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div button:focus,
.node-type-headerless-landing-page .webinar-form-wrapper form > div input:focus,
.node-type-headerless-landing-page .webinar-form-wrapper form > div button:focus {
  outline: none;
}

.node-type-webinar .field-name-field-pag-form > .node-webform form > div .form-actions,
.node-type-webinar .webinar-form-wrapper form > div .form-actions,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div .form-actions,
.node-type-headerless-landing-page .webinar-form-wrapper form > div .form-actions {
  margin: 0;
}

.show-previous fieldset.current {
  -webkit-animation: moveDownFromUp 0.6s both;
          animation: moveDownFromUp 0.6s both;
}

.show-next fieldset.current {
  -webkit-animation: moveUpFromDown50 0.6s both;
          animation: moveUpFromDown50 0.6s both;
}

.node-type-webinar .controls .controls-bg,
.node-type-headerless-landing-page .controls .controls-bg {
  position: relative;
  float: left;
  width: 100%;
  height: 85px;
  background-color: #042e4c;
}

.node-type-webinar .controls .previous,
.node-type-headerless-landing-page .controls .previous {
  position: absolute;
  display: block;
  left: 20px;
  top: 20px;
  width: 130px;
  height: 45px;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  text-align: left;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  pointer-events: none;
}

.node-type-webinar .controls .previous::after,
.node-type-headerless-landing-page .controls .previous::after {
  content: "Back";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  line-height: 45px;
  background-image: url(../assets/images/svg/form-back-white.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 10px 16px;
}

.node-type-webinar .controls .previous.show,
.node-type-headerless-landing-page .controls .previous.show {
  opacity: 0.5;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

.node-type-webinar .controls .previous.show:hover,
.node-type-headerless-landing-page .controls .previous.show:hover {
  opacity: 0.8;
}

.node-type-webinar .controls .next,
.node-type-headerless-landing-page .controls .next {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 130px;
  height: 45px;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  text-align: left;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  pointer-events: none;
}

.node-type-webinar .controls .next::after,
.node-type-headerless-landing-page .controls .next::after {
  content: "Next";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  line-height: 45px;
  background-image: url(../assets/images/svg/form-forward-white.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 41px 45px;
}

.node-type-webinar .controls .next.show,
.node-type-headerless-landing-page .controls .next.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

.node-type-webinar .controls .next.show:hover,
.node-type-headerless-landing-page .controls .next.show:hover {
  opacity: 0.8;
}

.node-type-webinar .controls .progress,
.node-type-headerless-landing-page .controls .progress {
  width: 1%;
  height: 10px;
  background: #000;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.node-type-webinar .controls .progressbar,
.node-type-headerless-landing-page .controls .progressbar {
  float: left;
  width: 100%;
  height: 10px;
  background-color: #fff;
}

.node-type-webinar .controls .number,
.node-type-headerless-landing-page .controls .number {
  position: relative;
  float: right;
  width: 3em;
  margin: 0;
  color: #042e4c;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.75em;
  overflow: hidden;
}

.node-type-webinar .controls .number:after,
.node-type-headerless-landing-page .controls .number:after {
  position: absolute;
  left: 50%;
  content: '/';
  opacity: 0.4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.node-type-webinar .controls .number span,
.node-type-headerless-landing-page .controls .number span {
  float: right;
  width: 40%;
  text-align: center;
}

.node-type-webinar .controls .number .number-current,
.node-type-headerless-landing-page .controls .number .number-current {
  float: left;
}

.node-type-webinar .controls .number-change,
.node-type-headerless-landing-page .controls .number-change {
  position: absolute;
  left: 0;
}

.node-type-webinar .show-next .controls .number-current,
.node-type-headerless-landing-page .show-next .controls .number-current {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.node-type-webinar .show-next .controls .number-change,
.node-type-headerless-landing-page .show-next .controls .number-change {
  -webkit-animation: moveUpFromDown 0.6s both;
          animation: moveUpFromDown 0.6s both;
}

.node-type-webinar .show-previous .controls .number-current,
.node-type-headerless-landing-page .show-previous .controls .number-current {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.node-type-webinar .show-previous .controls .number-change,
.node-type-headerless-landing-page .show-previous .controls .number-change {
  -webkit-animation: moveDownFromUp 0.6s both;
          animation: moveDownFromUp 0.6s both;
}

/* Error message */
.node-type-webinar .controls .error-message,
.node-type-headerless-landing-page .controls .error-message {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.node-type-webinar .controls .error-message,
.node-type-headerless-landing-page .controls .error-message {
  display: block;
  float: left;
  width: 90%;
  width: calc(100% - 3.5em);
  padding: 0;
  color: #042e4c;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.75em;
}

.node-type-webinar .error-message.show,
.node-type-headerless-landing-page .error-message.show {
  visibility: visible;
  opacity: 1;
}

/* Final hiding of form / showing message */
.webform-confirmation h2 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2.5em;
  color: #042e4c;
}

.webform-confirmation h3 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2em;
  color: #042e4c;
}

.webform-confirmation p {
  font-family: "VerbLight", Verdana, sans-serif;
  color: #042e4c;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform .links {
  display: none;
}

/* No JS Fallback */
.no-js .node-type-webinar .field-name-field-pag-form > .node-webform form > div,
.no-js .node-type-webinar .webinar-form-wrapper form > div,
.no-js .node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div,
.no-js .node-type-headerless-landing-page .webinar-form-wrapper form > div {
  font-size: 1.75em;
}

.no-js .node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset,
.no-js .node-type-webinar .webinar-form-wrapper form > div fieldset,
.no-js .node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset,
.no-js .node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset {
  visibility: visible;
  height: auto;
  -webkit-transition: none;
  transition: none;
}

.no-js .node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset input,
.no-js .node-type-webinar .webinar-form-wrapper form > div fieldset input,
.no-js .node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset input,
.no-js .node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset input {
  opacity: 1;
}

.no-js .node-type-webinar .field-name-field-pag-form > .node-webform form > div .submit,
.no-js .node-type-webinar .webinar-form-wrapper form > div .submit,
.no-js .node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div .submit,
.no-js .node-type-headerless-landing-page .webinar-form-wrapper form > div .submit {
  display: block;
  float: right;
  padding: 10px 20px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.4);
}

.no-js .node-type-webinar .controls,
.no-js .node-type-headerless-landing-page .controls {
  display: none;
}

/* Remove IE clear cross */
.node-type-webinar input[type=text]::-ms-clear,
.node-type-headerless-landing-page input[type=text]::-ms-clear {
  display: none;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-1 form > div fieldset.current {
  min-height: 14em;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-1 .fieldset-wrapper > .form-item > label {
  display: none;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-1 input[type="text"],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-1 input[type="email"] {
  width: 100%;
  background-color: #fff;
  border: 2px solid transparent;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-1 .controls {
  z-index: 101;
}

.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-1 .webform-confirmation {
  min-height: 19em;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .form-item,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .form-item {
  margin-bottom: 32px;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .form-item::after,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .form-item::after {
  clear: both;
  content: "";
  display: table;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 fieldset .fieldset-wrapper > .form-item,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 fieldset .fieldset-wrapper > .form-item {
  margin-top: 1em;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 fieldset .fieldset-wrapper > .form-item > label,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 fieldset .fieldset-wrapper > .form-item > label {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  font-weight: normal;
  color: #042e4c;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 fieldset .fieldset-wrapper > .form-item > label .form-required,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 fieldset .fieldset-wrapper > .form-item > label .form-required {
  display: none;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 fieldset, .node-type-webinar .webinar-form-wrapper.webform-type-2 fieldset.current,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 fieldset,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 fieldset.current {
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 fieldset::after, .node-type-webinar .webinar-form-wrapper.webform-type-2 fieldset.current::after,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 fieldset::after,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 fieldset.current::after {
  clear: both;
  content: "";
  display: table;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2.show-previous fieldset.current .fieldset-wrapper > .form-item > label,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2.show-previous fieldset.current .fieldset-wrapper > .form-item > label {
  -webkit-animation: moveDownFromUp 0.6s both;
          animation: moveDownFromUp 0.6s both;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2.show-next fieldset.current .fieldset-wrapper > .form-item > label,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2.show-next fieldset.current .fieldset-wrapper > .form-item > label {
  -webkit-animation: moveUpFromDown 0.6s both;
          animation: moveUpFromDown 0.6s both;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 input[type="text"],
.node-type-webinar .webinar-form-wrapper.webform-type-2 input[type="email"],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 input[type="text"],
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 input[type="email"] {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  color: #fff;
  margin-left: 1.5em;
  padding-left: 0;
  width: calc(100% - 3.5em);
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .controls,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .controls {
  position: relative;
  top: -95px;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .controls .controls-bg,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .controls .controls-bg {
  height: 65px;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .controls .previous,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .controls .previous {
  top: 10px;
  width: 38px;
  left: 0;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .controls .previous:after,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .controls .previous:after {
  content: '';
  background-position: 50% 50%;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .controls .next,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .controls .next {
  top: 10px;
  width: 42px;
}

.node-type-webinar .webinar-form-wrapper.webform-type-2 .controls .next:after,
.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform.webform-type-2 .controls .next:after {
  content: '';
}

.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider {
  position: relative;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  height: 42px;
  text-decoration: none !important;
  cursor: pointer;
}

.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider:after {
  content: '';
  position: absolute;
  top: 18px;
  left: -20px;
  right: -20px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
}

.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider .ui-slider-handle {
  position: absolute;
  top: 0;
  margin-left: -22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../assets/images/svg/angle-right-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 32px;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
  overflow: visible !important;
  cursor: pointer;
  z-index: 2;
}

.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider .ui-slider-handle.ui-state-hover {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider .ui-slider-handle.ui-state-focus {
  background-color: #f4f8fb;
}

.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider .ui-slider-handle.ui-state-active {
  background-color: #f4f8fb;
}

.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider .ui-slider-tooltip {
  position: relative;
  display: block;
  top: -23px;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.875em;
  color: #042e4c;
  text-align: center;
}

@media (min-width: 0) and (max-width: 980px) {
  .node-type-headerless-landing-page .node-webform.webform-type-1 .controls:before {
    height: 65px;
  }
  .node-type-headerless-landing-page .node-webform.webform-type-1 .controls .previous, .node-type-headerless-landing-page .node-webform.webform-type-1 .controls .next {
    width: 70px;
    bottom: 40px;
  }
  .node-type-headerless-landing-page .node-webform.webform-type-1 .controls .previous:after, .node-type-headerless-landing-page .node-webform.webform-type-1 .controls .next:after {
    font-size: 1em;
  }
  .node-type-headerless-landing-page .node-webform.webform-type-1 .controls .next:after {
    background-size: 21px 23px;
  }
}

@media (min-width: 1300px) {
  .node-type-webinar .webinar-form-wrapper form > div fieldset p,
  .node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset p {
    font-size: 2em;
  }
}

body.product-colours-blue-to-cyan.node-type-webinar .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-cyan.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator {
  border-color: #00c2ff;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 input[type="email"].js-error,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="email"].js-error {
  border-color: #00c2ff;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip {
  color: #00c2ff;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 a,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 a {
  color: #00c2ff;
}

body.product-colours-blue-to-cyan.node-type-webinar .controls .progress,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .controls .progress {
  background: #00c2ff;
}

body.product-colours-blue-to-cyan.node-type-webinar .controls .error-message,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .controls .error-message {
  color: #00c2ff;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-2 .controls .progress,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-2 .controls .progress {
  background: #73e5d1;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-2 .controls .error-message,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-2 .controls .error-message {
  color: #73e5d1;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 .ui-slider:after,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider:after {
  background-color: #74e5d1;
}

body.product-colours-blue-to-cyan.node-type-webinar .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-cyan.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator {
  border-color: #0eaedd;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 input[type="email"].js-error,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="email"].js-error {
  border-color: #0eaedd;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip {
  color: #0eaedd;
}

body.product-colours-blue-to-cyan.node-type-webinar .node-webform.webform-type-1 a,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .node-webform.webform-type-1 a {
  color: #0eaedd;
}

body.product-colours-blue-to-cyan.node-type-webinar .controls .progress,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .controls .progress {
  background: #0eaedd;
}

body.product-colours-blue-to-cyan.node-type-webinar .controls .error-message,
body.product-colours-blue-to-cyan.node-type-headerless-landing-page .controls .error-message {
  color: #0eaedd;
}

body.product-colours-blue-to-purple.node-type-webinar .node-webform.webform-type-1 .ui-slider:after,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider:after {
  background-color: #8a69d4;
}

body.product-colours-blue-to-purple.node-type-webinar .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-purple.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator {
  border-color: #8c68d2;
}

body.product-colours-blue-to-purple.node-type-webinar .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-blue-to-purple.node-type-webinar .node-webform.webform-type-1 input[type="email"].js-error,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="email"].js-error {
  border-color: #8c68d2;
}

body.product-colours-blue-to-purple.node-type-webinar .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip {
  color: #8c68d2;
}

body.product-colours-blue-to-purple.node-type-webinar .node-webform.webform-type-1 a,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .node-webform.webform-type-1 a {
  color: #8c68d2;
}

body.product-colours-blue-to-purple.node-type-webinar .controls .progress,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .controls .progress {
  background: #8c68d2;
}

body.product-colours-blue-to-purple.node-type-webinar .controls .error-message,
body.product-colours-blue-to-purple.node-type-headerless-landing-page .controls .error-message {
  color: #8c68d2;
}

body.product-colours-green-to-yellow.node-type-webinar .node-webform.webform-type-1 .ui-slider:after,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider:after {
  background-color: #ffd735;
}

body.product-colours-green-to-yellow.node-type-webinar .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-green-to-yellow.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator {
  border-color: #8ae772;
}

body.product-colours-green-to-yellow.node-type-webinar .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-green-to-yellow.node-type-webinar .node-webform.webform-type-1 input[type="email"].js-error,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="email"].js-error {
  border-color: #8ae772;
}

body.product-colours-green-to-yellow.node-type-webinar .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip {
  color: #8ae772;
}

body.product-colours-green-to-yellow.node-type-webinar .node-webform.webform-type-1 a,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 a {
  color: #8ae772;
}

body.product-colours-green-to-yellow.node-type-webinar .controls .progress,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .controls .progress {
  background: #8ae772;
}

body.product-colours-green-to-yellow.node-type-webinar .controls .error-message,
body.product-colours-green-to-yellow.node-type-headerless-landing-page .controls .error-message {
  color: #8ae772;
}

body.product-colours-pink-to-light-purple.node-type-webinar .node-webform.webform-type-1 .ui-slider:after,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider:after {
  background-color: #8b6ad3;
}

body.product-colours-pink-to-light-purple.node-type-webinar .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-pink-to-light-purple.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator {
  border-color: #e9206c;
}

body.product-colours-pink-to-light-purple.node-type-webinar .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-pink-to-light-purple.node-type-webinar .node-webform.webform-type-1 input[type="email"].js-error,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="email"].js-error {
  border-color: #e9206c;
}

body.product-colours-pink-to-light-purple.node-type-webinar .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip {
  color: #e9206c;
}

body.product-colours-pink-to-light-purple.node-type-webinar .node-webform.webform-type-1 a,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .node-webform.webform-type-1 a {
  color: #e9206c;
}

body.product-colours-pink-to-light-purple.node-type-webinar .controls .progress,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .controls .progress {
  background: #e9206c;
}

body.product-colours-pink-to-light-purple.node-type-webinar .controls .error-message,
body.product-colours-pink-to-light-purple.node-type-headerless-landing-page .controls .error-message {
  color: #e9206c;
}

body.product-colours-purple-to-pink.node-type-webinar .node-webform.webform-type-1 .ui-slider:after,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider:after {
  background-color: #e9206e;
}

body.product-colours-purple-to-pink.node-type-webinar .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-purple-to-pink.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator {
  border-color: #e9206e;
}

body.product-colours-purple-to-pink.node-type-webinar .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-purple-to-pink.node-type-webinar .node-webform.webform-type-1 input[type="email"].js-error,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="email"].js-error {
  border-color: #e9206e;
}

body.product-colours-purple-to-pink.node-type-webinar .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip {
  color: #e9206e;
}

body.product-colours-purple-to-pink.node-type-webinar .node-webform.webform-type-1 a,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .node-webform.webform-type-1 a {
  color: #e9206e;
}

body.product-colours-purple-to-pink.node-type-webinar .controls .progress,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .controls .progress {
  background: #e9206e;
}

body.product-colours-purple-to-pink.node-type-webinar .controls .error-message,
body.product-colours-purple-to-pink.node-type-headerless-landing-page .controls .error-message {
  color: #e9206e;
}

body.product-colours-salmon-to-yellow.node-type-webinar .node-webform.webform-type-1 .ui-slider:after,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 .ui-slider:after {
  background-color: #febb46;
}

body.product-colours-salmon-to-yellow.node-type-webinar .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-salmon-to-yellow.node-type-webinar .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .webinar-form-wrapper form > div fieldset .form-radios.js-error .form-type-radio .control__indicator,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .field-name-field-pag-form > .node-webform form > div fieldset .form-radios.js-error .form-type-radio .control__indicator {
  border-color: #fe7275;
}

body.product-colours-salmon-to-yellow.node-type-webinar .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-salmon-to-yellow.node-type-webinar .node-webform.webform-type-1 input[type="email"].js-error,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="text"].js-error,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 input[type="email"].js-error {
  border-color: #fe7275;
}

body.product-colours-salmon-to-yellow.node-type-webinar .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 .number-slider.js-error .ui-slider-tooltip {
  color: #fe7275;
}

body.product-colours-salmon-to-yellow.node-type-webinar .node-webform.webform-type-1 a,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .node-webform.webform-type-1 a {
  color: #fe7275;
}

body.product-colours-salmon-to-yellow.node-type-webinar .controls .progress,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .controls .progress {
  background: #fe7275;
}

body.product-colours-salmon-to-yellow.node-type-webinar .controls .error-message,
body.product-colours-salmon-to-yellow.node-type-headerless-landing-page .controls .error-message {
  color: #fe7275;
}

#ie-warning {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

#ie-warning .warning-box {
  width: 100%;
  max-width: 30em;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  color: #000;
  background-color: #fff;
}

#ie-warning p.message {
  margin-bottom: 1.5em;
}

#ie-warning p.button,
#ie-warning a.cs-button-style {
  margin-bottom: 0;
}

.context-uk-term table a {
  text-decoration: underline;
}

svg#digitaltransformationsvg {
  display: none;
}

svg#serviceproviderservices {
  display: none;
}

svg#unified-communications {
  display: none;
}

svg#securitysvg {
  display: none;
}

svg#networkssvg {
  display: none;
}

svg#cloudsvg {
  display: none;
}

svg#voicesvg {
  display: none;
}

#block-views-banners-block {
  margin-top: 0;
}

article.node-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40rem;
  padding-bottom: 0;
  font-size: 16px;
  background-color: #002d4e;
}

article.node-banner.text-colour-white {
  color: #fff;
}

article.node-banner.text-colour-blue {
  color: #002d4e;
}

@media (min-width: 981px) {
  article.node-banner {
    height: 75vh;
  }
}

.banner--inner {
  position: relative;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.text-colour-blue .banner--inner:after {
  content: none;
}

.field-name-field-banner-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 45rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 10;
}

.field-name-field-banner-text h1,
.field-name-field-banner-text h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-family: "VerbLight", Verdana, sans-serif;
}

.field-name-field-banner-text h1 {
  font-size: 2rem;
}

.field-name-field-banner-text h2 {
  font-size: 1.25rem;
}

.field-name-field-banner-text p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.field-name-field-banner-text p a {
  display: inline-block;
  margin-top: 1em;
  padding: .75rem 1.75rem;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.field-name-field-banner-text p a:hover {
  background-color: #fff;
  color: #002d4e;
}

.text-colour-blue .field-name-field-banner-text p {
  color: #002d4e;
}

.text-colour-white .field-name-field-banner-text p {
  color: #fff;
}

.text-colour-blue .field-name-field-banner-text p a {
  color: #002d4e;
  border-color: #002d4e;
}

.text-colour-blue .field-name-field-banner-text p a:hover {
  background-color: #002d4e;
  color: #fff;
}

.text-colour-blue .field-name-field-banner-text h1,
.text-colour-blue .field-name-field-banner-text h2 {
  color: #002d4e;
}

@media (min-width: 981px) {
  .field-name-field-banner-text h1 {
    font-size: 3em;
  }
  .field-name-field-banner-text h2 {
    font-size: 1.625rem;
  }
}

#node-banner-3059 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00C2FF), to(#74E5D1));
  background: linear-gradient(#00C2FF, #74E5D1);
}

#node-banner-3059 .field-name-field-banner-text {
  max-width: 55rem;
}

.sd-wan-form fieldset.hidden {
  display: none;
}

.sd-wan-form fieldset.current {
  z-index: 102 !important;
}

.sd-wan-form .sites-wrapper input[type="number"]:focus,
.sd-wan-form .sites-wrapper .Select.is-focused:not(.is-open) > .Select-control {
  background-color: #153f4c;
}

.sd-wan-form .Select {
  margin-right: 1.5rem;
}

.sd-wan-form .Select .Select-control,
.sd-wan-form .Select.is-focused:not(.is-open) > .Select-control,
.sd-wan-form .Select .Select-menu-outer,
.sd-wan-form .Select .Select-menu-outer .Select-option {
  background-color: #042e4c;
  color: white;
}

.sd-wan-form .Select .Select-control {
  position: static;
  height: 46px;
  border: 0;
  border-radius: 0;
  font-size: 1.375rem;
}

.sd-wan-form .Select .Select-control > :last-child {
  padding-right: 10px;
}

.sd-wan-form .Select .Select-input input, .sd-wan-form .Select .Select-input input:not([type]) {
  padding-top: 8px;
  padding-left: 7px;
  border: 0;
  background-color: transparent;
}

.sd-wan-form .Select .Select-input input:focus, .sd-wan-form .Select .Select-input input:not([type]):focus {
  border: 0;
}

.sd-wan-form .Select .Select-input input,
.sd-wan-form .Select .Select-input input:not([type]),
.sd-wan-form .Select .Select-placeholder,
.sd-wan-form .Select.Select--single > .Select-control .Select-value,
.sd-wan-form .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label,
.sd-wan-form .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
  color: #fff;
}

.sd-wan-form .Select.Select--single > .Select-control .Select-value, .sd-wan-form .Select .Select-placeholder {
  padding-left: 15px;
  line-height: 46px;
}

.sd-wan-form .Select .Select-arrow-zone .Select-arrow {
  display: block;
  width: 25px;
  height: 25px;
  border: 0;
  background-image: url(../assets/images/svg/angle-down.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: 0 -3px;
}

.sd-wan-form .Select.is-open .Select-arrow-zone .Select-arrow {
  top: auto;
  background-image: url(../assets/images/svg/angle-up.svg);
}

.sd-wan-form .Select .Select-clear-zone {
  position: absolute;
  display: block;
  top: 15px;
  right: 35px;
  width: 18px;
  height: 18px;
}

.sd-wan-form .Select .Select-clear-zone .Select-clear {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../assets/images/svg/cancel-border.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.sd-wan-form .Select .Select-menu-outer {
  margin-top: 0;
  font-size: 1.375rem;
  border: 0;
  border-radius: 0;
  z-index: 102;
}

.sd-wan-form .Select .Select-menu-outer .Select-menu {
  max-height: 200px;
}

.sd-wan-form .Select .Select-menu-outer .Select-option {
  border-top: 1px solid #fff;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 8px;
  font-size: 0.9rem;
}

.sd-wan-form .Select .Select-menu-outer .Select-option:last-child {
  border-radius: 0;
}

.sd-wan-form .Select .white-select div:last-child div {
  background-color: #042e4c !important;
}

.sd-wan-form .Select .blue-select div:last-child div {
  background-color: white !important;
}

.sd-wan-form .num-users-wrapper .button {
  width: 46px;
  height: 46px;
  padding: 0 1rem;
  background-color: #002d4e;
  font-size: 1.75rem;
}

.sd-wan-form .num-users-wrapper input[type="number"] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  background-color: #002d4e;
}

.sd-wan-form .num-users-wrapper input[type=number]::-webkit-inner-spin-button,
.sd-wan-form .num-users-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sd-wan-form .sites-wrapper .add-another-link {
  display: block;
  padding: 0;
  color: #002d4e !important;
  font-size: 1.375rem;
  text-decoration: underline;
  cursor: pointer;
}

.sd-wan-form .remove-button {
  background-color: transparent;
  background-image: url("../assets/images/all/bin.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}

.sd-wan-form .rc-slider-handle {
  background-image: url(../assets/images/svg/angle-right-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 32px;
}

.sd-wan-form .rc-slider-mark {
  top: 55px;
  left: 20px;
}

.sd-wan-form .rc-slider-mark-text {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: left;
  font-weight: 600;
  color: #002d4e;
}

.sd-wan-form .form-control--checkbox {
  position: relative;
  margin-top: 2rem;
}

.sd-wan-form .form-control--checkbox input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

.sd-wan-form .form-control--checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  padding-right: 0.5em;
  font-family: "VerbLight", Verdana, sans-serif;
  cursor: pointer;
}

.sd-wan-form .form-control--checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

.sd-wan-form .form-control--checkbox input[value="true"] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 25px;
  width: 25px;
  background-image: url("../assets/images/all/check-mark.png");
  background-position: center;
  background-repeat: no-repeat;
}

.sd-wan-form .form-control--checkbox .input--firewall label,
.sd-wan-form .form-control--checkbox .input--boost label {
  width: 7em;
}

.sd-wan-form .contact-details > div {
  margin-bottom: 1rem;
}

.sd-wan-form .contact-details input[type="text"],
.sd-wan-form .contact-details input[type="email"] {
  font-size: 1.375rem !important;
}

.sd-wan-form .contact-details .input--first-name,
.sd-wan-form .contact-details .input--last-name {
  float: left;
  width: calc(50% - .5rem);
}

.sd-wan-form .contact-details .input--first-name {
  margin-right: 1rem;
}

.sd-wan-form .contact-details .input--first-name > input[type="text"],
.sd-wan-form .contact-details .input--first-name > input[type="email"],
.sd-wan-form .contact-details .input--last-name > input[type="text"],
.sd-wan-form .contact-details .input--last-name > input[type="email"],
.sd-wan-form .contact-details .input--business-email > input[type="text"],
.sd-wan-form .contact-details .input--business-email > input[type="email"],
.sd-wan-form .contact-details .input--telephone-number > input[type="text"],
.sd-wan-form .contact-details .input--telephone-number > input[type="email"] {
  color: #042e4c !important;
}

.sd-wan-form .contact-details .Select {
  width: 250px;
}

.sd-wan-form .contact-details .Select .Select-input input,
.sd-wan-form .contact-details .Select .Select-input input:not([type]),
.sd-wan-form .contact-details .Select .Select-control,
.sd-wan-form .contact-details .Select.is-focused:not(.is-open) > .Select-control,
.sd-wan-form .contact-details .Select .Select-menu-outer,
.sd-wan-form .contact-details .Select .Select-menu-outer .Select-option {
  background-color: white;
  color: #042e4c;
}

.sd-wan-form .contact-details .Select .Select-placeholder,
.sd-wan-form .contact-details .Select.Select--single > .Select-control .Select-value,
.sd-wan-form .contact-details .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label,
.sd-wan-form .contact-details .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
  color: #042e4c;
}

.sd-wan-form .contact-details .Select .Select-arrow-zone .Select-arrow {
  display: block;
  width: 25px;
  height: 25px;
  border: 0;
  background-image: url(../assets/images/svg/angle-down-darkestblue.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: 0 -3px;
}

.sd-wan-form .contact-details .Select.is-open .Select-arrow-zone .Select-arrow {
  top: auto;
  background-image: url(../assets/images/svg/angle-up-darkestblue.svg);
}

.sd-wan-form .contact-details .Select .Select-menu-outer .Select-option {
  border-top: 1px solid #eee;
}

.sd-wan-form .tooltip-trigger {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 1rem;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url("../assets/images/all/info.png");
  background-position: center;
  background-repeat: no-repeat;
}

.sd-wan-form .tooltip-wrapper {
  display: inline-block;
  position: relative;
  max-width: 20rem;
  width: 100%;
}

.sd-wan-form .tooltip {
  position: absolute;
  left: 4rem;
  top: -1rem;
  color: white;
  padding: 1rem;
  background-color: #002d4e;
}

.sd-wan-form .tooltip:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 15px;
  display: block;
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #002d4e;
  border-top: 10px solid transparent;
}

.sd-wan-form .progressbar {
  overflow: hidden;
}

.sd-wan-form .controls .previous.show:focus,
.sd-wan-form .controls .next.show:focus {
  opacity: 0.8;
}

.sd-wan-form .error-class select,
.sd-wan-form .error-class input,
.sd-wan-form .error-class input::-webkit-input-placeholder,
.sd-wan-form .error-class .rc-slider-mark-text,
.sd-wan-form .error-message {
  color: #e9206d !important;
}

.sd-wan-form .error-class select,
.sd-wan-form .error-class input,
.sd-wan-form .error-class input:-ms-input-placeholder,
.sd-wan-form .error-class .rc-slider-mark-text,
.sd-wan-form .error-message {
  color: #e9206d !important;
}

.sd-wan-form .error-class select,
.sd-wan-form .error-class input,
.sd-wan-form .error-class input::-ms-input-placeholder,
.sd-wan-form .error-class .rc-slider-mark-text,
.sd-wan-form .error-message {
  color: #e9206d !important;
}

.sd-wan-form .error-class select,
.sd-wan-form .error-class input,
.sd-wan-form .error-class input::placeholder,
.sd-wan-form .error-class .rc-slider-mark-text,
.sd-wan-form .error-message {
  color: #e9206d !important;
}

.paragraphs-item-sdwan-calculator .text-wrapper-right .text-disclaimer {
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 2em;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.75em;
  font-style: italic;
  color: #042e4c;
}

@media (min-width: 981px) {
  .paragraphs-item-sdwan-calculator .text-wrapper-right .text-disclaimer {
    margin-left: 0.5em;
    margin-right: 1.5em;
  }
}

.section-press-room .paragraphs-item-page-banner {
  margin-bottom: 1.5rem;
}

.region-content .block--pressroom-nav {
  margin-bottom: 1.5rem;
}

.region-content .block--pressroom-nav,
.region-content .block--pressroom-archive,
.region-content .block--pressroom-presspack {
  float: none;
}

#zone-content .menu-name-menu-press-room {
  float: left;
  width: 100%;
}

#zone-content .menu-name-menu-press-room ul.menu {
  height: 50px;
  padding: 0 20px 10px 0;
}

#zone-content .menu-name-menu-press-room ul.menu::after {
  clear: both;
  content: "";
  display: table;
}

#zone-content .menu-name-menu-press-room ul.menu li.leaf {
  display: inline-block;
  float: none;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  width: auto;
  font-size: 16px;
}

#zone-content .menu-name-menu-press-room ul.menu li.leaf a {
  display: block;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  color: #fff;
  background-color: #00c2ff;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

#zone-content .menu-name-menu-press-room ul.menu li.leaf a:hover, #zone-content .menu-name-menu-press-room ul.menu li.leaf a:focus {
  color: #fff;
  background-color: #009bcc;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.press-room-block-left {
  width: 98%;
}

.press-room-block-right {
  width: 98%;
  float: right;
}

.section-press-room #zone-postscript-wrapper .view-news-articles,
.section-press-room #zone-postscript-wrapper .view-media-coverage,
.section-press-room .view-aggregate-press-listing,
.section-press-room #zone-postscript-wrapper .view-press-releases {
  margin-bottom: 2.5rem;
  font-size: 12px;
}

.section-press-room #zone-postscript-wrapper .view-news-articles::after,
.section-press-room #zone-postscript-wrapper .view-media-coverage::after,
.section-press-room .view-aggregate-press-listing::after,
.section-press-room #zone-postscript-wrapper .view-press-releases::after {
  clear: both;
  content: "";
  display: table;
}

.section-press-room #zone-postscript-wrapper h2 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2.625rem;
  margin-bottom: 0.75rem;
}

.section-press-room #zone-postscript-wrapper h3 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

#zone-postscript-wrapper .view-news-articles .views-row,
#zone-postscript-wrapper .view-press-releases .views-row,
#zone-postscript-wrapper .view-media-coverage .views-row {
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-height: 170px;
  border-bottom: 1px dotted #eaeaea;
}

#zone-postscript-wrapper .view-news-articles .views-row-last,
#zone-postscript-wrapper .view-press-releases .views-row-last,
#zone-postscript-wrapper .view-media-coverage .views-row-last {
  border-bottom: 0;
}

#zone-postscript-wrapper .view-news-articles .views-row .views-field-field-post-date,
#zone-postscript-wrapper .view-press-releases .views-row .views-field-field-post-date {
  font-family: 'VerbRegular-Bold';
}

#zone-postscript-wrapper .view-media-coverage-view .views-row .views-field-field-post-date,
#zone-postscript-wrapper .view-media-coverage .views-row .views-field-field-post-date {
  font-family: 'VerbRegular-Bold';
}

.view-aggregate-press-listing .view-content {
  float: left;
  width: 100%;
}

#zone-postscript-wrapper .view-events-listing .view-content .scoop-left,
.view-aggregate-press-listing .view-content .scoop-left {
  float: left;
  width: 100%;
}

#zone-postscript-wrapper .view-events-listing .view-content .scoop-right,
.view-aggregate-press-listing .view-content .scoop-right {
  float: left;
  width: 100%;
}

.view-aggregate-press-listing .view-content .views-row {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-height: 170px;
  border-bottom: 1px dotted #eaeaea;
}

.view-aggregate-press-listing .view-content .views-row .views-field-field-post-date {
  background-color: #00c2ff;
  padding: 5px 10px;
  color: #fff;
  margin: 0 5px 10px 0;
  display: block;
  display: inline-block;
}

.view-aggregate-press-listing .view-content .views-row .views-field-type {
  background-color: #666;
  padding: 5px 10px;
  color: #fff;
  display: block;
  display: inline-block;
}

#zone-postscript-wrapper .view-events .views-row,
#zone-postscript-wrapper .view-events-listing .views-row {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

#zone-postscript-wrapper .view-events .views-row .date-display-single,
#zone-postscript-wrapper .view-events-listing .views-row .date-display-single {
  background-color: #0090d3;
  padding: 5px 10px;
  color: #fff;
  margin: 0 5px 10px 0;
  display: block;
  display: inline-block;
}

#zone-postscript-wrapper .view-events img,
#zone-postscript-wrapper .view-events-listing img {
  float: right;
}

#zone-postscript-wrapper .view-events .views-row .event-thumb,
#zone-postscript-wrapper .view-events-listing .views-row .event-thumb {
  float: left;
  margin-right: 15px;
}

#zone-postscript-wrapper .view-newsletter-listing h3 {
  background-color: #0090d3;
  font-size: 1.2em;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: white;
  display: block;
  clear: both;
  width: 35px;
}

#zone-postscript-wrapper .view-newsletter-listing .views-row {
  background-color: #fff;
  width: 100%;
  margin: 0 0 20px 0;
}

#zone-postscript-wrapper .view-newsletter-listing .views-row h3 {
  background-color: #fff;
  width: 100%;
  padding: 0;
}

#zone-postscript-wrapper .view-newsletter-listing .views-row .views-field-field-published-date {
  font-family: 'VerbRegular-Bold';
}

#zone-postscript-wrapper .view-newsletter-listing .views-row .views-field-field-newsletter-image {
  float: left;
  margin-right: 10px;
}

/*------- Press room exposed filters -------*/
.view-aggregate-press-listing .view-filters label[for=edit-title],
.view-aggregate-press-listing .view-filters label[for=edit-field-post-date-value] {
  font: normal 1.2em/1.3em 'VerbRegular-Bold', Verdana, sans-serif;
}

.view-aggregate-press-listing .view-filters .views-widget-filter-title {
  width: 100%;
  padding-top: 20px;
}

.view-aggregate-press-listing .view-filters .views-widget-filter-field_post_date_value {
  width: 100%;
  padding-top: 20px;
}

.view-aggregate-press-listing .view-filters #edit-field-post-date-value-min-wrapper,
.view-aggregate-press-listing .view-filters #edit-field-post-date-value-max-wrapper {
  width: 50%;
  float: left;
}

.view-aggregate-press-listing .view-filters #edit-field-post-date-value-min {
  width: 95%;
}

.view-aggregate-press-listing .view-filters #edit-field-post-date-value-max {
  width: 95%;
  float: right;
}

.view-aggregate-press-listing .view-filters .views-widget-filter-title,
.view-aggregate-press-listing .view-filters .views-widget-filter-title input,
.view-aggregate-press-listing .view-filters .form-item-field-post-date-value-min,
.view-aggregate-press-listing .view-filters #edit-field-post-date-value-min,
.view-aggregate-press-listing .view-filters .form-item-field-post-date-value-min-date,
.view-aggregate-press-listing .view-filters .form-item-field-post-date-value-max,
.view-aggregate-press-listing .view-filters #edit-field-post-date-value-max,
.view-aggregate-press-listing .view-filters .form-item-field-post-date-value-max-date,
.view-aggregate-press-listing .view-filters .form-item-field-post-date-value-max-date input {
  width: 100%;
}

.view-aggregate-press-listing .view-filters .form-item-field-post-date-value-min-date input {
  width: 95%;
}

@media (min-width: 981px) {
  #zone-postscript-wrapper .view-events-listing .view-content .scoop-left,
  .view-aggregate-press-listing .view-content .scoop-left {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #zone-postscript-wrapper .view-events-listing .view-content .scoop-right,
  .view-aggregate-press-listing .view-content .scoop-right {
    float: left;
    width: 49%;
  }
  .view-aggregate-press-listing .view-filters {
    margin-bottom: 2.5em;
  }
  .view-aggregate-press-listing .view-filters label[for=edit-title]
.view-aggregate-press-listing .view-filters label[for=edit-field-post-date-value] {
    font: normal 1.2em/1.3em 'VerbRegular-Bold', Verdana, sans-serif;
  }
  .view-aggregate-press-listing .view-filters .views-widget-filter-title {
    width: 25%;
    padding-top: 28px;
  }
  .view-aggregate-press-listing .view-filters .views-widget-filter-field_post_date_value {
    width: 30%;
    padding-top: .5em;
  }
  .view-aggregate-press-listing .view-filters .views-widget-filter-type {
    width: 15%;
    float: left;
    padding-top: 30px;
  }
  .view-aggregate-press-listing .view-filters .views-submit-button input {
    margin-top: 46px;
  }
}

.paragraphs-item-product-header {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.paragraphs-item-product-header::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-product-header .content {
  position: relative;
}

.paragraphs-item-product-header h1 {
  position: relative;
  margin-top: .5em;
  color: #042e4c;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  z-index: 10;
}

.paragraphs-item-product-header .lead {
  font-size: 1.375em;
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-product-header h1 {
    margin-bottom: .75em;
    max-width: 81.25%;
  }
  .paragraphs-item-product-header .content {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg,
  .paragraphs-item-product-header .field-name-field-product-icon {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 25%;
    opacity: .3;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg img {
    width: 350px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-product-header h1 {
    font-size: 2.625em;
  }
  .paragraphs-item-product-header .content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
  }
  .paragraphs-item-product-header .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  .paragraphs-item-product-header .field-name-field-pag-title {
    width: 58.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-product-header .field-name-field-pag-text {
    width: 66.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-product-header .field-name-field-product-icon,
  .paragraphs-item-product-header .field-name-field-pag-product-svg {
    width: 33.33333333%;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg {
    overflow: hidden;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg#serviceproviderservices {
    width: 300px;
    height: 360px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg#unified-communications {
    width: 320px;
    height: 273.207px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg#securitysvg {
    width: 320px;
    height: 314px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg#networkssvg {
    width: 250px;
    height: 248px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg#cloudsvg {
    width: 360px;
    height: 268px;
  }
  .paragraphs-item-product-header .field-name-field-pag-product-svg svg#voicesvg {
    width: 305px;
    height: 335px;
  }
}

.paragraphs-item-product-featureset {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.paragraphs-item-product-featureset:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-product-featureset h2 {
  margin-bottom: .75em;
  padding-bottom: .3em;
  border-bottom: 2px solid #02a9da;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #0eaedd;
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-product-featureset > .content {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-product-featureset h2 {
    font-size: 2.625em;
  }
  .paragraphs-item-product-featureset > .content {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-product-featureset > .content > .paragraphs-items > .field {
    width: 47.05882353%;
    float: left;
  }
  .paragraphs-item-product-featureset > .content > .paragraphs-items > .field:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .paragraphs-item-product-featureset > .content > .paragraphs-items > .field:nth-child(2n + 2) {
    margin-left: 52.94117647%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1025px) {
  .paragraphs-item-product-featureset > .content > .paragraphs-items > .field {
    width: 30.76923077%;
    float: left;
  }
  .paragraphs-item-product-featureset > .content > .paragraphs-items > .field:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .paragraphs-item-product-featureset > .content > .paragraphs-items > .field:nth-child(3n + 2) {
    margin-left: 34.61538462%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-item-product-featureset > .content > .paragraphs-items > .field:nth-child(3n + 3) {
    margin-left: 69.23076923%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-item-product-featureset > .content > .column-1 > .field {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-product-featureset > .content > .column-2 > .field {
    width: 47.05882353%;
    float: left;
  }
  .paragraphs-item-product-featureset > .content > .column-2 > .field:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .paragraphs-item-product-featureset > .content > .column-2 > .field:nth-child(2n + 2) {
    margin-left: 52.94117647%;
    margin-right: -100%;
    clear: none;
  }
}

.node-type-rich-page .paragraphs-item-product-featureset {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

.node-type-rich-page .paragraphs-item-product-featureset.has-gradient {
  max-width: 100%;
  margin-bottom: 3.125rem;
  padding-top: 2rem;
}

.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .content {
  float: none;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.node-type-rich-page .paragraphs-item-product-featureset.color-override--dark-blue h2,
.node-type-rich-page .paragraphs-item-product-featureset.color-override--dark-blue h3,
.node-type-rich-page .paragraphs-item-product-featureset.color-override--dark-blue p {
  color: #002d4e;
  border-color: #002d4e;
}

body.product-colours-blue-to-cyan .paragraphs-item-product-featureset h2 {
  border-bottom: 2px solid #0eaedd;
  color: #0eaedd;
}

body.product-colours-blue-to-purple .paragraphs-item-product-featureset h2 {
  border-bottom: 2px solid #8c68d2;
  color: #8c68d2;
}

body.product-colours-green-to-yellow .paragraphs-item-product-featureset h2 {
  border-bottom: 2px solid #8ae772;
  color: #8ae772;
}

body.product-colours-pink-to-light-purple .paragraphs-item-product-featureset h2 {
  border-bottom: 2px solid #e9206c;
  color: #e9206c;
}

body.product-colours-purple-to-pink .paragraphs-item-product-featureset h2 {
  border-bottom: 2px solid #e9206e;
  color: #e9206e;
}

body.product-colours-salmon-to-yellow .paragraphs-item-product-featureset h2 {
  border-bottom: 2px solid #fe7275;
  color: #fe7275;
}

body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient {
  background-color: #0eaedd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0eaedd), to(#74e5d1));
  background-image: linear-gradient(#0eaedd, #74e5d1);
}

body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h2,
body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3,
body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient p {
  color: #fff;
  border-color: #fff;
}

body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3 {
  font-weight: bold;
}

body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient {
  background-color: #00c2ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00c2ff), to(#8a69d4));
  background-image: linear-gradient(#00c2ff, #8a69d4);
}

body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h2,
body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3,
body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient p {
  color: #fff;
  border-color: #fff;
}

body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3 {
  font-weight: bold;
}

body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient {
  background-color: #89e872;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89e872), to(#ffd735));
  background-image: linear-gradient(#89e872, #ffd735);
}

body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h2,
body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3,
body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient p {
  color: #002d4e;
  border-color: #002d4e;
}

body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3 {
  font-weight: bold;
}

body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient {
  background-color: #ff5792;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5792), to(#8b6ad3));
  background-image: linear-gradient(#ff5792, #8b6ad3);
}

body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h2,
body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3,
body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient p {
  color: #fff;
  border-color: #fff;
}

body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3 {
  font-weight: bold;
}

body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient {
  background-color: #8c68d2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c68d2), to(#e9206e));
  background-image: linear-gradient(#8c68d2, #e9206e);
}

body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h2,
body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3,
body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient p {
  color: #fff;
  border-color: #fff;
}

body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3 {
  font-weight: bold;
}

body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient {
  background-color: #ff7376;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7376), to(#febb46));
  background-image: linear-gradient(#ff7376, #febb46);
}

body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h2,
body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3,
body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient p {
  color: #002d4e;
  border-color: #002d4e;
}

body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient h3 {
  font-weight: bold;
}

.paragraphs-item-product-feature {
  margin-bottom: 2em;
}

.paragraphs-item-product-feature::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-product-feature h3 {
  margin-bottom: .25em;
  font-size: 1.125em;
  font-family: "VerbLight", Verdana, sans-serif;
  text-transform: uppercase;
}

.paragraphs-item-product-feature .paragraphs-items-field-pag-popup-content,
.paragraphs-item-product-feature .paragraphs-items-field-pag-faq-link {
  float: left;
}

body.product-colours-blue-to-cyan .paragraphs-item-product-feature h3 {
  color: #0eaedd;
}

body.product-colours-blue-to-purple .paragraphs-item-product-feature h3 {
  color: #8c68d2;
}

body.product-colours-green-to-yellow .paragraphs-item-product-feature h3 {
  color: #8ae772;
}

body.product-colours-pink-to-light-purple .paragraphs-item-product-feature h3 {
  color: #e9206c;
}

body.product-colours-purple-to-pink .paragraphs-item-product-feature h3 {
  color: #e9206e;
}

body.product-colours-salmon-to-yellow .paragraphs-item-product-feature h3 {
  color: #fe7275;
}

.paragraphs-item-product-benefits {
  padding-top: 1.75em;
  padding-bottom: 1.5em;
  color: #fff;
  background-color: #0eaedd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0eaedd), to(#4cd0d4));
  background-image: linear-gradient(#0eaedd, #4cd0d4);
}

.paragraphs-item-product-benefits::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-product-benefits h2 {
  margin-bottom: .75em;
  padding-bottom: .3em;
  border-bottom: 2px solid #fff;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #fff;
}

.paragraphs-item-product-benefits.product-testimonial-colours-blue h2 {
  color: #002d4e;
  border-color: #002d4e;
}

.paragraphs-item-product-benefits .field-name-field-pb-right-text {
  color: #002d4e;
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-product-benefits .content {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-product-benefits .lead {
    font-size: 1.375em;
  }
  .paragraphs-item-product-benefits .field-name-field-pb-left-text {
    margin-bottom: 2em;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-product-benefits {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .paragraphs-item-product-benefits h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2.625em;
  }
  .paragraphs-item-product-benefits .content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
  }
  .paragraphs-item-product-benefits .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  .paragraphs-item-product-benefits .field-name-field-pb-left-text {
    width: 41.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-product-benefits .field-name-field-pb-right-text {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333333%;
  }
}

body.product-colours-blue-to-cyan .paragraphs-item-product-benefits {
  background-color: #0eaedd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0eaedd), to(#74e5d1));
  background-image: linear-gradient(#0eaedd, #74e5d1);
}

body.product-colours-blue-to-purple .paragraphs-item-product-benefits {
  background-color: #00c2ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00c2ff), to(#8a69d4));
  background-image: linear-gradient(#00c2ff, #8a69d4);
}

body.product-colours-green-to-yellow .paragraphs-item-product-benefits {
  background-color: #89e872;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89e872), to(#ffd735));
  background-image: linear-gradient(#89e872, #ffd735);
}

body.product-colours-pink-to-light-purple .paragraphs-item-product-benefits {
  background-color: #ff5792;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5792), to(#8b6ad3));
  background-image: linear-gradient(#ff5792, #8b6ad3);
}

body.product-colours-purple-to-pink .paragraphs-item-product-benefits {
  background-color: #8c68d2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c68d2), to(#e9206e));
  background-image: linear-gradient(#8c68d2, #e9206e);
}

body.product-colours-salmon-to-yellow .paragraphs-item-product-benefits {
  background-color: #ff7376;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7376), to(#febb46));
  background-image: linear-gradient(#ff7376, #febb46);
}

body.product-colours-green-to-yellow .paragraphs-item-product-benefits {
  color: #002d4e;
}

.paragraphs-item-testimonial-strip {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.paragraphs-item-testimonial-strip::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-testimonial-strip.testimonial-blue {
  color: #042e4c;
}

.paragraphs-item-testimonial-strip .field-name-field-testimonial-citation p {
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-testimonial-strip .content {
    width: 81.25%;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
  }
  .paragraphs-item-testimonial-strip .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-17% - 10px);
    height: 4em;
    width: 4em;
    background-image: url("../assets/images/svg/quote-left-white.svg");
    background-size: 92%;
    background-repeat: no-repeat;
  }
  .paragraphs-item-testimonial-strip.testimonial-blue .content:before {
    background-image: url("../assets/images/svg/quote-left.svg");
  }
  .paragraphs-item-testimonial-strip .field-name-field-pag-text {
    font-size: 1.375em;
  }
  .paragraphs-item-testimonial-strip .field-name-field-client-logo {
    display: none;
  }
}

@media (min-width: 600px) {
  .paragraphs-item-testimonial-strip .content {
    position: relative;
  }
  .paragraphs-item-testimonial-strip .content:before {
    left: calc(-10% - 10px);
  }
}

@media (min-width: 981px) {
  .paragraphs-item-testimonial-strip {
    padding-top: 7em;
    padding-bottom: 5.5em;
    background-size: cover;
    background-attachment: fixed;
  }
  .paragraphs-item-testimonial-strip .content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
  }
  .paragraphs-item-testimonial-strip .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  .paragraphs-item-testimonial-strip .field-name-field-client-logo {
    width: 91.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333333%;
    margin-bottom: 2.5em;
  }
  .paragraphs-item-testimonial-strip .field-name-field-pag-text,
  .paragraphs-item-testimonial-strip .field-name-field-testimonial-citation {
    width: 58.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66666667%;
  }
  .paragraphs-item-testimonial-strip .field-name-field-pag-text {
    position: relative;
    font-size: 2em;
    font-family: "VerbLight", Verdana, sans-serif;
    line-height: 1.2em;
  }
  .paragraphs-item-testimonial-strip .field-name-field-pag-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-8.33333333% - 30px);
    height: 1.6em;
    width: 1.6em;
    background-image: url("../assets/images/svg/quote-left-white.svg");
    background-size: 92%;
    background-repeat: no-repeat;
  }
  .paragraphs-item-testimonial-strip.testimonial-blue .field-name-field-pag-text:before {
    background-image: url("../assets/images/svg/quote-left.svg");
  }
  .paragraphs-item-testimonial-strip .field-name-field-testimonial-citation {
    font-size: 1.375em;
    font-family: "VerbLight", Verdana, sans-serif;
  }
}

.paragraphs-item-how-it-works-strip .bg-wrapper {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.paragraphs-item-how-it-works-strip .bg-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-how-it-works-strip .content {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.paragraphs-item-how-it-works-strip h2 {
  margin-bottom: .5em;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #002d4e;
}

.paragraphs-item-how-it-works-strip .ext {
  display: none;
}

.paragraphs-item-how-it-works-strip .field-name-field-pag-link {
  margin-bottom: 1.5em;
}

.paragraphs-item-how-it-works-strip .field-name-field-pag-link::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  float: right;
  display: block;
  width: calc(100% - 5px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.375em;
  background-color: #002d4e;
  background-image: url("../assets/images/svg/chevron-right.svg");
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
  -webkit-box-shadow: -5px 5px 0px #0eaedd;
          box-shadow: -5px 5px 0px #0eaedd;
  color: #fff;
}

.paragraphs-item-how-it-works-strip .field-name-field-pag-text {
  margin-bottom: 1.75em;
}

.how-it-works-colours-blue.paragraphs-item-how-it-works-strip {
  margin-bottom: 3em;
  background-color: #002d4e;
  color: #fff;
}

.how-it-works-colours-blue.paragraphs-item-how-it-works-strip h2 {
  color: #fff;
}

.how-it-works-colours-blue.paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  background-color: #00aeef;
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
}

.node-vertical-landing-page .paragraphs-item-how-it-works-strip {
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 980px) {
  .node-vertical-landing-page .paragraphs-item-how-it-works-strip {
    padding-left: .65em;
    padding-right: .65em;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-how-it-works-strip .bg-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .paragraphs-item-how-it-works-strip h2 {
    font-size: 2.625em;
  }
  .paragraphs-item-how-it-works-strip .field-name-field-pag-title {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-how-it-works-strip .content--left {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-how-it-works-strip .content--right {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66666667%;
    padding-right: 0;
  }
  .paragraphs-item-how-it-works-strip .field-name-field-pag-text {
    margin-bottom: 0;
  }
  .paragraphs-item-how-it-works-strip .field-name-field-pag-text p:last-child {
    margin-bottom: 0;
  }
  .paragraphs-item-how-it-works-strip.pag-link-count-1 .content--right .field-name-field-pag-link {
    position: absolute;
    bottom: 0;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}

body.product-colours-blue-to-cyan .paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #0eaedd;
          box-shadow: -5px 5px 0px #0eaedd;
}

body.product-colours-blue-to-cyan .paragraphs-item-how-it-works-strip.how-it-works-colours-blue .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
}

body.product-colours-blue-to-purple .paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #8c68d2;
          box-shadow: -5px 5px 0px #8c68d2;
}

body.product-colours-blue-to-purple .paragraphs-item-how-it-works-strip.how-it-works-colours-blue .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
}

body.product-colours-green-to-yellow .paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #8ae772;
          box-shadow: -5px 5px 0px #8ae772;
}

body.product-colours-green-to-yellow .paragraphs-item-how-it-works-strip.how-it-works-colours-blue .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
}

body.product-colours-pink-to-light-purple .paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #e9206c;
          box-shadow: -5px 5px 0px #e9206c;
}

body.product-colours-pink-to-light-purple .paragraphs-item-how-it-works-strip.how-it-works-colours-blue .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
}

body.product-colours-purple-to-pink .paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #e9206e;
          box-shadow: -5px 5px 0px #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-item-how-it-works-strip.how-it-works-colours-blue .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
}

body.product-colours-salmon-to-yellow .paragraphs-item-how-it-works-strip .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #fe7275;
          box-shadow: -5px 5px 0px #fe7275;
}

body.product-colours-salmon-to-yellow .paragraphs-item-how-it-works-strip.how-it-works-colours-blue .field-name-field-pag-link a {
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
}

.paragraphs-item-information-tabs {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 4em;
  padding-left: .65em;
  padding-right: .65em;
}

.paragraphs-item-information-tabs:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-information-tabs > .content {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraphs-item-information-tabs > .content > h2 {
  margin-bottom: 0;
  padding-bottom: .3em;
  border-bottom: 2px solid #002d4e;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #002d4e;
}

.paragraphs-item-information-tabs .item-nav {
  margin-bottom: 2.1em;
  border-bottom: 1px solid #000;
  font-size: 1.125em;
  text-transform: uppercase;
}

.paragraphs-item-information-tabs .item-nav a {
  position: relative;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: -3px;
  padding-top: .25em;
  padding-bottom: .25em;
  color: #000;
}

.paragraphs-item-information-tabs .item-nav a:hover {
  color: #00AEEF;
}

.paragraphs-item-information-tabs .item-nav a.active {
  border-bottom: 3px solid #000;
}

.paragraphs-item-information-tabs .item-nav a.active:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 6px);
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-information-tabs .item-nav {
    margin-bottom: 0;
    padding-bottom: 1.5em;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-information-tabs > .content > h2 {
    font-size: 2.625em;
  }
}

body.product-colours-blue-to-cyan .paragraphs-item-information-tabs .item-nav a:hover {
  color: #0eaedd;
}

body.product-colours-blue-to-purple .paragraphs-item-information-tabs .item-nav a:hover {
  color: #8c68d2;
}

body.product-colours-green-to-yellow .paragraphs-item-information-tabs .item-nav a:hover {
  color: #8ae772;
}

body.product-colours-pink-to-light-purple .paragraphs-item-information-tabs .item-nav a:hover {
  color: #e9206c;
}

body.product-colours-purple-to-pink .paragraphs-item-information-tabs .item-nav a:hover {
  color: #e9206e;
}

body.product-colours-salmon-to-yellow .paragraphs-item-information-tabs .item-nav a:hover {
  color: #fe7275;
}

.paragraphs-item-information-item {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.paragraphs-item-information-item::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-information-item h3 {
  font-family: "VerbLight", Verdana, sans-serif;
}

.paragraphs-item-information-item > .content > .field-name-field-pag-title {
  display: none;
}

.paragraphs-item-information-item .small-button {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #080935;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 1em;
}

.paragraphs-item-information-item table {
  table-layout: auto;
  width: 100%;
}

.paragraphs-item-information-item table thead {
  border-top: 1px solid #000;
  border-bottom: 0;
}

.paragraphs-item-information-item table tr,
.paragraphs-item-information-item table tr.odd,
.paragraphs-item-information-item table tr.even {
  border: 0;
}

.paragraphs-item-information-item table tr td,
.paragraphs-item-information-item table tr th {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 0;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.paragraphs-item-information-item table tr th {
  color: #00AEEF;
  font-family: "VerbMedium", Verdana, sans-serif;
  text-transform: uppercase;
}

.paragraphs-item-information-item table tr th,
.paragraphs-item-information-item table tr td {
  padding-left: .75em;
  padding-right: .75em;
}

.paragraphs-item-information-item table tr th:first-child,
.paragraphs-item-information-item table tr td:first-child {
  padding-left: 0;
  padding-right: .75em;
}

.paragraphs-item-information-item table tr th:last-child,
.paragraphs-item-information-item table tr td:last-child {
  padding-right: 0;
  padding-left: .75em;
}

.paragraphs-item-information-item table p {
  margin-bottom: 0;
}

body.product-colours-blue-to-cyan .paragraphs-item-information-item h3 {
  color: #0eaedd;
}

body.product-colours-blue-to-cyan .paragraphs-item-information-item table tr th {
  color: #0eaedd;
}

body.product-colours-blue-to-purple .paragraphs-item-information-item h3 {
  color: #8c68d2;
}

body.product-colours-blue-to-purple .paragraphs-item-information-item table tr th {
  color: #8c68d2;
}

body.product-colours-green-to-yellow .paragraphs-item-information-item h3 {
  color: #8ae772;
}

body.product-colours-green-to-yellow .paragraphs-item-information-item table tr th {
  color: #8ae772;
}

body.product-colours-pink-to-light-purple .paragraphs-item-information-item h3 {
  color: #e9206c;
}

body.product-colours-pink-to-light-purple .paragraphs-item-information-item table tr th {
  color: #e9206c;
}

body.product-colours-purple-to-pink .paragraphs-item-information-item h3 {
  color: #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-item-information-item table tr th {
  color: #e9206e;
}

body.product-colours-salmon-to-yellow .paragraphs-item-information-item h3 {
  color: #fe7275;
}

body.product-colours-salmon-to-yellow .paragraphs-item-information-item table tr th {
  color: #fe7275;
}

.paragraphs-item-information-item-segment {
  position: relative;
  margin-bottom: 1.5em;
}

.paragraphs-item-information-item-segment .field-name-field-pag-title {
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1.125em;
  color: #000;
}

.paragraphs-item-information-item-segment .field-name-field-pag-text {
  padding-bottom: 2em;
}

.paragraphs-item-information-item-segment .field-name-field-pag-link {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-family: "VerbMedium", Verdana, sans-serif;
}

.paragraphs-item-information-item-segment .field-name-field-pag-link a {
  color: #000;
}

.paragraphs-item-information-item-segment .field-name-field-pag-link span.ext {
  display: none;
}

@media (min-width: 981px) {
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments {
    width: 32%;
    float: left;
  }
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments:nth-child(3n + 2) {
    margin-left: 34%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments:nth-child(3n + 3) {
    margin-left: 68%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1025px) {
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments {
    width: 23.88059701%;
    float: left;
  }
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments:nth-child(4n + 2) {
    margin-left: 25.37313433%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments:nth-child(4n + 3) {
    margin-left: 50.74626866%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-items-field-pag-segments .field-name-field-pag-segments:nth-child(4n + 4) {
    margin-left: 76.11940299%;
    margin-right: -100%;
    clear: none;
  }
}

.paragraphs-item-media-gallery {
  margin-bottom: 3em;
}

.paragraphs-item-media-gallery .gallery-nav {
  text-align: center;
}

.paragraphs-item-media-gallery .gallery-nav .field {
  display: inline-block;
  margin: 4px;
  border: 3px solid #fff;
  background-color: #fff;
}

.paragraphs-item-media-gallery .gallery-nav .field img {
  display: block;
}

.paragraphs-item-media-gallery .field-name-field-media-image img {
  display: block;
}

.paragraphs-item-media-gallery .field-name-field-video-file {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.paragraphs-item-media-gallery .field-name-field-video-file:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-media-gallery .field-name-field-video-file .video-js {
  background-color: #fff;
  z-index: 900;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.paragraphs-item-media-gallery .field-name-field-video-file .vjs-playing.video-js {
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.3);
}

.paragraphs-item-media-gallery .vjs-default-skin .vjs-big-play-button:before {
  position: absolute;
  left: 3px;
  width: 100%;
  height: 100%;
  content: "\E001";
  font-family: VideoJS;
  font-size: 5em;
  line-height: 2.4;
  text-align: center;
  color: white;
  text-shadow: none;
}

.paragraphs-item-media-gallery .vjs-default-skin:hover .vjs-big-play-button,
.paragraphs-item-media-gallery .vjs-default-skin .vjs-big-play-button:focus {
  background-color: #00AEEF;
}

.paragraphs-item-media-gallery .vjs-default-skin .vjs-big-play-button {
  top: calc(50% - 6em);
  left: calc(50% - 6em);
  height: 12em;
  width: 12em;
}

.video-shroud {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-media-gallery .gallery-nav .field {
    height: 1.5em;
    width: 1.5em;
    background-color: #ddd;
    border-radius: 100%;
  }
  .paragraphs-item-media-gallery .gallery-nav .field.active {
    background-color: #333;
  }
  .paragraphs-item-media-gallery .gallery-nav .field img {
    display: none;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-media-gallery .gallery-nav {
    position: relative;
    margin-top: -4.5em;
    z-index: 1000;
  }
}

body.product-colours-blue-to-cyan .paragraphs-item-media-gallery .gallery-nav .field {
  border-color: #0eaedd;
}

body.product-colours-blue-to-cyan .paragraphs-item-media-gallery .paragraphs-item-media-gallery-item {
  border-bottom: 3px solid #0eaedd;
}

body.product-colours-blue-to-purple .paragraphs-item-media-gallery .gallery-nav .field {
  border-color: #8c68d2;
}

body.product-colours-blue-to-purple .paragraphs-item-media-gallery .paragraphs-item-media-gallery-item {
  border-bottom: 3px solid #8c68d2;
}

body.product-colours-green-to-yellow .paragraphs-item-media-gallery .gallery-nav .field {
  border-color: #8ae772;
}

body.product-colours-green-to-yellow .paragraphs-item-media-gallery .paragraphs-item-media-gallery-item {
  border-bottom: 3px solid #8ae772;
}

body.product-colours-pink-to-light-purple .paragraphs-item-media-gallery .gallery-nav .field {
  border-color: #e9206c;
}

body.product-colours-pink-to-light-purple .paragraphs-item-media-gallery .paragraphs-item-media-gallery-item {
  border-bottom: 3px solid #e9206c;
}

body.product-colours-purple-to-pink .paragraphs-item-media-gallery .gallery-nav .field {
  border-color: #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-item-media-gallery .paragraphs-item-media-gallery-item {
  border-bottom: 3px solid #e9206e;
}

body.product-colours-salmon-to-yellow .paragraphs-item-media-gallery .gallery-nav .field {
  border-color: #fe7275;
}

body.product-colours-salmon-to-yellow .paragraphs-item-media-gallery .paragraphs-item-media-gallery-item {
  border-bottom: 3px solid #fe7275;
}

.paragraphs-item-background-image-header {
  background-size: cover;
}

.paragraphs-item-background-image-header .content {
  position: relative;
  min-height: 42em;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.paragraphs-item-background-image-header .content:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-background-image-header .field-name-field-pag-title {
  float: left;
  margin-top: 100px;
  margin-left: 2em;
  margin-right: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.75em;
  color: #042e4c;
  background-color: #fff;
  text-transform: uppercase;
}

.paragraphs-item-background-image-header .field-name-field-pag-text {
  float: left;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #73e5d1;
          box-shadow: -5px 5px 0px #73e5d1;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125em;
}

.paragraphs-item-background-image-header .field-name-field-pag-text .text-lead {
  font-size: 120%;
}

@media (min-width: 981px) {
  .paragraphs-item-background-image-header .field-name-field-pag-title {
    font-size: 2.625em;
    margin-left: 10px;
    margin-right: 0;
  }
  .paragraphs-item-background-image-header .field-name-field-pag-text {
    position: absolute;
    bottom: 2em;
    right: 10px;
    margin-right: 0;
    width: 35em;
    min-height: 16em;
  }
}

body.product-colours-blue-to-cyan .paragraphs-item-background-image-header .field-name-field-pag-text {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #0eaedd;
          box-shadow: -5px 5px 0px #0eaedd;
}

body.product-colours-blue-to-purple .paragraphs-item-background-image-header .field-name-field-pag-text {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #8c68d2;
          box-shadow: -5px 5px 0px #8c68d2;
}

body.product-colours-green-to-yellow .paragraphs-item-background-image-header .field-name-field-pag-text {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #8ae772;
          box-shadow: -5px 5px 0px #8ae772;
}

body.product-colours-pink-to-light-purple .paragraphs-item-background-image-header .field-name-field-pag-text {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #e9206c;
          box-shadow: -5px 5px 0px #e9206c;
}

body.product-colours-purple-to-pink .paragraphs-item-background-image-header .field-name-field-pag-text {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #e9206e;
          box-shadow: -5px 5px 0px #e9206e;
}

body.product-colours-salmon-to-yellow .paragraphs-item-background-image-header .field-name-field-pag-text {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #fe7275;
          box-shadow: -5px 5px 0px #fe7275;
}

.paragraphs-item-collapsible-content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: .65em;
  padding-right: .65em;
}

.paragraphs-item-collapsible-content:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-collapsible-content > .content {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
  padding-bottom: 0.5em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2.375em;
}

.paragraphs-item-collapsible-content .read-more {
  display: none;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  padding-right: 0.5em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #042e4c;
  cursor: pointer;
}

.paragraphs-item-collapsible-content .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  background-image: url(../assets/images/svg/plus-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 12px 12px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.paragraphs-item-collapsible-content .read-more.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 981px) {
  .paragraphs-item-collapsible-content .read-more {
    display: block;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #02aadb;
    color: #02aadb;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content .read-more {
    color: #02aadb;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content .read-more:after {
    background-image: url(../assets/images/svg/plus-blue.svg);
  }
}

@media (min-width: 981px) {
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #0eaedd;
    color: #0eaedd;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content .read-more {
    color: #0eaedd;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content .read-more:after {
    background-image: url(../assets/images/svg/plus-light-blue.svg);
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-blue > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #042e4c;
    color: #042e4c;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-blue .read-more {
    color: #042e4c;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-blue .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-white > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #fff;
    color: #fff;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-white .read-more {
    color: #fff;
  }
  body.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-white .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
}

@media (min-width: 981px) {
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #8c68d2;
    color: #8c68d2;
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content .read-more {
    color: #8c68d2;
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content .read-more:after {
    background-image: url(../assets/images/svg/plus-purple.svg);
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-blue > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #042e4c;
    color: #042e4c;
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-blue .read-more {
    color: #042e4c;
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-blue .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-white > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #fff;
    color: #fff;
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-white .read-more {
    color: #fff;
  }
  body.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-white .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
}

@media (min-width: 981px) {
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #8ae772;
    color: #8ae772;
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content .read-more {
    color: #8ae772;
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content .read-more:after {
    background-image: url(../assets/images/svg/plus-green.svg);
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-blue > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #042e4c;
    color: #042e4c;
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .read-more {
    color: #042e4c;
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-white > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #fff;
    color: #fff;
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-white .read-more {
    color: #fff;
  }
  body.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-white .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
}

@media (min-width: 981px) {
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #e9206c;
    color: #e9206c;
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content .read-more {
    color: #e9206c;
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content .read-more:after {
    background-image: url(../assets/images/svg/plus-pink.svg);
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-blue > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #042e4c;
    color: #042e4c;
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-blue .read-more {
    color: #042e4c;
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-blue .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-white > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #fff;
    color: #fff;
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-white .read-more {
    color: #fff;
  }
  body.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-white .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
}

@media (min-width: 981px) {
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #e9206e;
    color: #e9206e;
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content .read-more {
    color: #e9206e;
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content .read-more:after {
    background-image: url(../assets/images/svg/plus-pink.svg);
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-blue > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #042e4c;
    color: #042e4c;
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-blue .read-more {
    color: #042e4c;
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-blue .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-white > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #fff;
    color: #fff;
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-white .read-more {
    color: #fff;
  }
  body.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-white .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
}

@media (min-width: 981px) {
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #fe7275;
    color: #fe7275;
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content .read-more {
    color: #fe7275;
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content .read-more:after {
    background-image: url(../assets/images/svg/plus-salmon.svg);
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-blue > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #042e4c;
    color: #042e4c;
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .read-more {
    color: #042e4c;
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-white > .content > .field-name-field-pag-title {
    border-bottom: 3px solid #fff;
    color: #fff;
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-white .read-more {
    color: #fff;
  }
  body.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-white .read-more:after {
    background-image: url(../assets/images/svg/plus-darkestblue.svg);
  }
}

.paragraphs-item-collapsible-content-row::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-collapsible-content-row > .content {
  margin-bottom: 1em;
  overflow: hidden;
}

.paragraphs-item-collapsible-content-row > .content::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 981px) {
  .paragraphs-item-collapsible-content-row {
    padding-top: 1em;
  }
  .paragraphs-item-collapsible-content-row.collapsed > .content {
    position: relative;
    height: 110px;
  }
  .paragraphs-item-collapsible-content-row.collapsed > .content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
}

@media (min-width: 981px) {
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #02aadb;
  }
}

@media (min-width: 981px) {
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #0eaedd;
  }
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #042e4c;
  }
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-white .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 981px) {
  .product-colours-blue-to-purple .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #8c68d2;
  }
  .product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #042e4c;
  }
  .product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-white .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 981px) {
  .product-colours-green-to-yellow .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #8ae772;
  }
  .product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #042e4c;
  }
  .product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-white .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 981px) {
  .product-colours-pink-to-light-purple .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #e9206c;
  }
  .product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #042e4c;
  }
  .product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-white .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 981px) {
  .product-colours-purple-to-pink .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #e9206e;
  }
  .product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #042e4c;
  }
  .product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-white .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 981px) {
  .product-colours-salmon-to-yellow .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #fe7275;
  }
  .product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #042e4c;
  }
  .product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-white .paragraphs-item-collapsible-content-row {
    border-bottom: 1px solid #fff;
  }
}

.paragraphs-item-collapsible-content-item {
  padding-top: 1em;
}

.paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.375em;
  text-transform: uppercase;
}

.paragraphs-item-collapsible-content-item .field-name-field-pag-text {
  font-family: "VerbLight", Verdana, sans-serif;
  color: #042e4c;
}

.paragraphs-item-collapsible-content-item .field-name-field-pag-text::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 981px) {
  .paragraphs-items-field-pag-collapsible-item .field-name-field-pag-collapsible-item {
    width: 48.48484848%;
    float: left;
  }
  .paragraphs-items-field-pag-collapsible-item .field-name-field-pag-collapsible-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .paragraphs-items-field-pag-collapsible-item .field-name-field-pag-collapsible-item:nth-child(2n + 2) {
    margin-left: 51.51515152%;
    margin-right: -100%;
    clear: none;
  }
}

.product-colours-blue-to-cyan .paragraphs-item-collapsible-content-item {
  border-bottom: 1px solid #02aadb;
}

@media (min-width: 981px) {
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content-item {
    border-bottom: 0;
  }
}

.product-colours-blue-to-cyan .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #02aadb;
}

.product-colours-blue-to-cyan .paragraphs-item-collapsible-content-item {
  border-bottom: 1px solid #0eaedd;
}

@media (min-width: 981px) {
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content-item {
    border-bottom: 0;
  }
}

.product-colours-blue-to-cyan .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #0eaedd;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #042e4c;
  }
}

.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #fff;
  }
}

.product-colours-blue-to-cyan .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #fff;
}

.product-colours-blue-to-purple .paragraphs-item-collapsible-content-item {
  border-bottom: 1px solid #8c68d2;
}

@media (min-width: 981px) {
  .product-colours-blue-to-purple .paragraphs-item-collapsible-content-item {
    border-bottom: 0;
  }
}

.product-colours-blue-to-purple .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #8c68d2;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #042e4c;
  }
}

.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #fff;
  }
}

.product-colours-blue-to-purple .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #fff;
}

.product-colours-green-to-yellow .paragraphs-item-collapsible-content-item {
  border-bottom: 1px solid #8ae772;
}

@media (min-width: 981px) {
  .product-colours-green-to-yellow .paragraphs-item-collapsible-content-item {
    border-bottom: 0;
  }
}

.product-colours-green-to-yellow .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #8ae772;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #042e4c;
  }
}

.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #fff;
  }
}

.product-colours-green-to-yellow .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #fff;
}

.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content-item {
  border-bottom: 1px solid #e9206c;
}

@media (min-width: 981px) {
  .product-colours-pink-to-light-purple .paragraphs-item-collapsible-content-item {
    border-bottom: 0;
  }
}

.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #e9206c;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #042e4c;
  }
}

.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #fff;
  }
}

.product-colours-pink-to-light-purple .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #fff;
}

.product-colours-purple-to-pink .paragraphs-item-collapsible-content-item {
  border-bottom: 1px solid #e9206e;
}

@media (min-width: 981px) {
  .product-colours-purple-to-pink .paragraphs-item-collapsible-content-item {
    border-bottom: 0;
  }
}

.product-colours-purple-to-pink .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #e9206e;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #042e4c;
  }
}

.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #fff;
  }
}

.product-colours-purple-to-pink .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #fff;
}

.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content-item {
  border-bottom: 1px solid #fe7275;
}

@media (min-width: 981px) {
  .product-colours-salmon-to-yellow .paragraphs-item-collapsible-content-item {
    border-bottom: 0;
  }
}

.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #fe7275;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #042e4c;
  }
}

.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-colour-blue .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item {
    border-bottom: 1px solid #fff;
  }
}

.product-colours-salmon-to-yellow .paragraphs-item-collapsible-content.text-color-white .paragraphs-item-collapsible-content-item .field-name-field-pag-title {
  color: #fff;
}

body.product-colours-blue-to-cyan .paragraphs-item-customers .field-name-field-pag-customers {
  background-color: #0eaedd;
  background-color: #0eaedd;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0eaedd), to(#74e5d1));
  background-image: linear-gradient(to bottom,#0eaedd, #74e5d1);
}

body.product-colours-blue-to-purple .paragraphs-item-customers .field-name-field-pag-customers {
  background-color: #00c2ff;
  background-color: #00c2ff;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#00c2ff), to(#8a69d4));
  background-image: linear-gradient(to bottom,#00c2ff, #8a69d4);
}

body.product-colours-green-to-yellow .paragraphs-item-customers .field-name-field-pag-customers {
  background-color: #89e872;
  background-color: #89e872;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#89e872), to(#ffd735));
  background-image: linear-gradient(to bottom,#89e872, #ffd735);
}

body.product-colours-pink-to-light-purple .paragraphs-item-customers .field-name-field-pag-customers {
  background-color: #ff5792;
  background-color: #ff5792;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ff5792), to(#8b6ad3));
  background-image: linear-gradient(to bottom,#ff5792, #8b6ad3);
}

body.product-colours-purple-to-pink .paragraphs-item-customers .field-name-field-pag-customers {
  background-color: #8c68d2;
  background-color: #8c68d2;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#8c68d2), to(#e9206e));
  background-image: linear-gradient(to bottom,#8c68d2, #e9206e);
}

body.product-colours-salmon-to-yellow .paragraphs-item-customers .field-name-field-pag-customers {
  background-color: #ff7376;
  background-color: #ff7376;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ff7376), to(#febb46));
  background-image: linear-gradient(to bottom,#ff7376, #febb46);
}

.paragraphs-item-testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  top: calc(50% - 28px);
  width: 30px;
  height: 45px;
  padding: 0;
  color: white;
  z-index: 80;
  background: none;
  text-indent: -9999px;
  outline: 0;
}

.paragraphs-item-testimonials .slick-arrow:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.paragraphs-item-testimonials .slick-arrow {
  opacity: .3;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.paragraphs-item-testimonials:hover .slick-arrow {
  opacity: .6;
}

.paragraphs-item-testimonials:hover .slick-arrow:hover {
  opacity: 1;
}

.paragraphs-item-testimonials .slick-prev {
  left: 30px;
  background-image: url("../assets/images/homepage/hero-prev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.paragraphs-item-testimonials .slick-next {
  right: 30px;
  background-image: url("../assets/images/homepage/hero-next.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.paragraphs-item-testimonials .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5625em;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.paragraphs-item-testimonials .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
}

.paragraphs-item-testimonials .slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  text-indent: -9999px;
  font-size: 0;
  background-color: #fff;
  border: 3px solid #fff;
}

.paragraphs-item-testimonials .slick-dots .slick-active button {
  background-color: #000;
}

.paragraphs-item-testimonials .node-testimonials {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  background-position: top left;
  color: #fff;
}

.paragraphs-item-testimonials .node-testimonials::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-testimonials .node-testimonials .field-name-field-testimonial-citation p {
  margin-bottom: 0;
}

.paragraphs-item-testimonials .node-testimonials.product-testimonial-colours-blue {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-testimonials .node-testimonials {
    height: 425px;
    background-size: cover;
  }
  .paragraphs-item-testimonials .node-testimonials .content {
    width: 75%;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
  }
  .paragraphs-item-testimonials .node-testimonials .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-25% - 10px);
    height: 4em;
    width: 4em;
    background-image: url("../assets/images/svg/quote-left-white.svg");
    background-size: 92%;
    background-repeat: no-repeat;
  }
  .paragraphs-item-testimonials .node-testimonials.testimonial-blue .content:before {
    background-image: url("../assets/images/svg/quote-left.svg");
  }
  .paragraphs-item-testimonials .node-testimonials .field-name-field-pag-text {
    font-size: 1.375em;
  }
  .paragraphs-item-testimonials .node-testimonials .field-name-field-client-logo {
    display: none;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-testimonials .node-testimonials {
    height: 610px;
    padding-top: 7em;
    padding-bottom: 5.5em;
    background-size: cover;
  }
  .paragraphs-item-testimonials .node-testimonials > .content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
  }
  .paragraphs-item-testimonials .node-testimonials > .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  .paragraphs-item-testimonials .field-name-field-client-logo {
    width: 91.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333333%;
    margin-bottom: 2.5em;
  }
  .paragraphs-item-testimonials .field-name-field-pag-text,
  .paragraphs-item-testimonials .field-name-field-testimonial-citation {
    width: 58.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66666667%;
  }
  .paragraphs-item-testimonials .field-name-field-pag-text {
    position: relative;
    font-size: 2em;
    font-family: "VerbLight", Verdana, sans-serif;
    line-height: 1.2em;
  }
  .paragraphs-item-testimonials .field-name-field-pag-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-8.33333333% - 30px);
    height: 1.6em;
    width: 1.6em;
    background-image: url("../assets/images/svg/quote-left-white.svg");
    background-size: 92%;
    background-repeat: no-repeat;
  }
  .paragraphs-item-testimonials.product-testimonial-colours-blue .field-name-field-pag-text:before {
    background-image: url("../assets/images/svg/quote-left.svg");
  }
  .paragraphs-item-testimonials .field-name-field-testimonial-citation {
    font-size: 1.375em;
    font-family: "VerbLight", Verdana, sans-serif;
  }
}

.paragraphs-item-related-services {
  padding-top: 3.4375em;
  padding-bottom: 3.4375em;
  padding-left: .65em;
  padding-right: .65em;
  background-color: #f4f8fb;
}

.paragraphs-item-related-services .content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.paragraphs-item-related-services .content:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-related-services h2 {
  margin-bottom: .75em;
  padding-bottom: .3em;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #000;
}

.paragraphs-item-related-services .content--left {
  padding-left: .75em;
  padding-right: .75em;
}

.paragraphs-item-related-services .content--right {
  padding-left: .75em;
  padding-right: .75em;
}

.paragraphs-item-related-services .content--right a {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.375em;
  background-color: #002d4e;
  background-image: url("../assets/images/svg/chevron-right.svg");
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
  color: #fff;
}

.paragraphs-item-related-services .view-content {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraphs-item-related-services .views-row-first {
  margin-top: 3em;
}

.paragraphs-item-related-services .views-row {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 1.25em;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #fff;
}

.paragraphs-item-related-services .views-row:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 1.25em;
  background-color: #0eaedd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0eaedd), to(#4cd0d4));
  background-image: linear-gradient(#0eaedd, #4cd0d4);
}

.paragraphs-item-related-services .views-field-title {
  margin-bottom: .6em;
  font-size: 1.125em;
  font-family: "VerbLight", Verdana, sans-serif;
  text-transform: uppercase;
}

.paragraphs-item-related-services .views-field-title a {
  color: #002d4e;
}

.paragraphs-item-related-services .views-row img {
  display: block;
  max-width: 100px;
}

@media (min-width: 981px) {
  .paragraphs-item-related-services::after {
    clear: both;
    content: "";
    display: table;
  }
  .paragraphs-item-related-services .content--left {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-related-services .content--right {
    width: 33.33333333%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66666667%;
    padding-right: 0;
  }
  .paragraphs-item-related-services h2 {
    margin-right: 10px;
    font-size: 2.625em;
  }
  .paragraphs-item-related-services .view-content {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-related-services .views-row {
    width: 24.42748092%;
    float: left;
  }
  .paragraphs-item-related-services .views-row:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .paragraphs-item-related-services .views-row:nth-child(4n + 2) {
    margin-left: 25.19083969%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-item-related-services .views-row:nth-child(4n + 3) {
    margin-left: 50.38167939%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-item-related-services .views-row:nth-child(4n + 4) {
    margin-left: 75.57251908%;
    margin-right: -100%;
    clear: none;
  }
  .paragraphs-item-related-services .views-row-first {
    margin-top: 0;
  }
}

.paragraphs-item-related-services .views-row.blue-to-cyan:before {
  background-color: #0eaedd;
  background-image: linear-gradient(50deg,#0eaedd, #74e5d1);
}

body.product-colours-blue-to-cyan .paragraphs-item-related-services .content--right a {
  -webkit-box-shadow: -5px 5px 0px #0eaedd;
          box-shadow: -5px 5px 0px #0eaedd;
}

.paragraphs-item-related-services .views-row.blue-to-purple:before {
  background-color: #00c2ff;
  background-image: linear-gradient(50deg,#00c2ff, #8a69d4);
}

body.product-colours-blue-to-purple .paragraphs-item-related-services .content--right a {
  -webkit-box-shadow: -5px 5px 0px #8c68d2;
          box-shadow: -5px 5px 0px #8c68d2;
}

.paragraphs-item-related-services .views-row.green-to-yellow:before {
  background-color: #89e872;
  background-image: linear-gradient(50deg,#89e872, #ffd735);
}

body.product-colours-green-to-yellow .paragraphs-item-related-services .content--right a {
  -webkit-box-shadow: -5px 5px 0px #8ae772;
          box-shadow: -5px 5px 0px #8ae772;
}

.paragraphs-item-related-services .views-row.pink-to-light-purple:before {
  background-color: #ff5792;
  background-image: linear-gradient(50deg,#ff5792, #8b6ad3);
}

body.product-colours-pink-to-light-purple .paragraphs-item-related-services .content--right a {
  -webkit-box-shadow: -5px 5px 0px #e9206c;
          box-shadow: -5px 5px 0px #e9206c;
}

.paragraphs-item-related-services .views-row.purple-to-pink:before {
  background-color: #8c68d2;
  background-image: linear-gradient(50deg,#8c68d2, #e9206e);
}

body.product-colours-purple-to-pink .paragraphs-item-related-services .content--right a {
  -webkit-box-shadow: -5px 5px 0px #e9206e;
          box-shadow: -5px 5px 0px #e9206e;
}

.paragraphs-item-related-services .views-row.salmon-to-yellow:before {
  background-color: #ff7376;
  background-image: linear-gradient(50deg,#ff7376, #febb46);
}

body.product-colours-salmon-to-yellow .paragraphs-item-related-services .content--right a {
  -webkit-box-shadow: -5px 5px 0px #fe7275;
          box-shadow: -5px 5px 0px #fe7275;
}

.paragraphs-item-branded-image-header {
  position: relative;
  height: 50em;
  height: 100vh;
  background-position: center top;
  background-size: cover;
  color: #fff;
}

.paragraphs-item-branded-image-header h1, .paragraphs-item-branded-image-header h2, .paragraphs-item-branded-image-header a {
  font-family: "VerbLight", Verdana, sans-serif;
}

.paragraphs-item-branded-image-header h1, .paragraphs-item-branded-image-header h2, .paragraphs-item-branded-image-header a {
  color: #fff;
}

.paragraphs-item-branded-image-header .content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}

.paragraphs-item-branded-image-header .content:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-branded-image-header .logo-contact-wrapper {
  min-height: 7.5em;
}

.paragraphs-item-branded-image-header .logo-contact-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-branded-image-header .field-name-field-pag-brand-logo,
.paragraphs-item-branded-image-header .field-name-field-pag-contact-text,
.paragraphs-item-branded-image-header .header-text-wrapper {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraphs-item-branded-image-header .field-name-field-pag-brand-logo,
.paragraphs-item-branded-image-header .field-name-field-pag-contact-text {
  padding-top: 1.5em;
}

.paragraphs-item-branded-image-header .field-name-field-pag-contact-text {
  text-align: left;
}

.paragraphs-item-branded-image-header .field-name-field-pag-contact-text span.mailto {
  display: none;
}

.paragraphs-item-branded-image-header .field-name-field-pag-contact-text small {
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.paragraphs-item-branded-image-header .header-text-wrapper {
  margin-top: 5em;
  text-align: center;
}

.paragraphs-item-branded-image-header .header-text-wrapper h1 {
  font-size: 2em;
  text-transform: uppercase;
}

.paragraphs-item-branded-image-header .header-text-wrapper h2 {
  font-size: 1.25em;
}

.paragraphs-item-branded-image-header .header-text-wrapper small {
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.paragraphs-item-branded-image-header .scroll-down {
  margin-top: 2em;
  text-align: center;
}

.paragraphs-item-branded-image-header .scroll-down a {
  display: inline-block;
  width: 4em;
  height: 4em;
  background-image: url(../assets/images/svg/angle-down.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 4em 4em;
  text-indent: -999em;
  overflow: hidden;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.paragraphs-item-branded-image-header.text-colour-blue {
  color: #080935;
}

.paragraphs-item-branded-image-header.text-colour-blue h1, .paragraphs-item-branded-image-header.text-colour-blue h2, .paragraphs-item-branded-image-header.text-colour-blue a {
  color: #080935;
}

.paragraphs-item-branded-image-header.text-colour-blue .scroll-down a {
  background-image: url(../assets/images/svg/angle-down-base-blue.svg);
}

.branded-image-header--disclaimer-wrapper {
  padding-top: 1em;
  padding-bottom: .25em;
  font-size: .8em;
  background-color: #000;
  color: #fff;
}

@media (min-width: 981px) {
  .branded-image-header--container {
    position: relative;
  }
  .paragraphs-item-branded-image-header {
    min-height: 50em;
  }
  .paragraphs-item-branded-image-header .field-name-field-pag-brand-logo {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-branded-image-header .field-name-field-pag-contact-text {
    width: 50%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
  }
  .paragraphs-item-branded-image-header .header-text-wrapper {
    width: 83.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
    margin-top: 14em;
  }
  .paragraphs-item-branded-image-header .header-text-wrapper h1 {
    font-size: 3em;
  }
  .paragraphs-item-branded-image-header .header-text-wrapper h2 {
    font-size: 1.625em;
  }
  .csstransforms .paragraphs-item-branded-image-header .header-text-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 1em;
  }
  .branded-image-header-left .paragraphs-item-branded-image-header .header-text-wrapper,
  .paragraphs-item-branded-image-header.alignments-left .header-text-wrapper {
    width: 58.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    text-align: left;
  }
  .branded-image-header-left .paragraphs-item-branded-image-header .scroll-down,
  .paragraphs-item-branded-image-header.alignments-left .scroll-down {
    margin-right: 4em;
  }
  .paragraphs-item-branded-image-header.alignments-right .header-text-wrapper {
    width: 58.33333333%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
  .paragraphs-item-branded-image-header.alignments-right .scroll-down {
    margin-right: 4em;
  }
  .branded-image-header--disclaimer-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.paragraphs-item-simple-form .content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.paragraphs-item-simple-form .content:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-simple-form .text-wrapper-left {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-title {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  line-height: 1.25em;
  color: #fff;
}

.paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-text {
  padding-top: 2.75em;
}

.paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-text h2 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.25em;
  color: #fff;
  margin-bottom: 1.25em;
}

.paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-text h3 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125em;
  color: #fff;
  margin-bottom: 1.25em;
}

.paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-text p {
  font-family: "VerbLight", Verdana, sans-serif;
  color: #fff;
}

.paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-text p strong {
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-weight: normal;
  color: #fff;
}

.paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-text ul {
  margin-left: 20px;
}

.paragraphs-item-simple-form.text-colour-blue .text-wrapper-left .field-name-field-pag-title,
.paragraphs-item-simple-form.text-colour-blue .text-wrapper-left .field-name-field-pag-text h2,
.paragraphs-item-simple-form.text-colour-blue .text-wrapper-left .field-name-field-pag-text h3,
.paragraphs-item-simple-form.text-colour-blue .text-wrapper-left .field-name-field-pag-text p,
.paragraphs-item-simple-form.text-colour-blue .text-wrapper-left .field-name-field-pag-text p strong,
.paragraphs-item-simple-form.text-colour-blue .text-wrapper-left .field-name-field-pag-text ul li {
  color: #042e4c;
}

.paragraphs-item-simple-form.text-colour-white .text-wrapper-left .field-name-field-pag-title,
.paragraphs-item-simple-form.text-colour-white .text-wrapper-left .field-name-field-pag-text h2,
.paragraphs-item-simple-form.text-colour-white .text-wrapper-left .field-name-field-pag-text h3,
.paragraphs-item-simple-form.text-colour-white .text-wrapper-left .field-name-field-pag-text p,
.paragraphs-item-simple-form.text-colour-white .text-wrapper-left .field-name-field-pag-text p strong,
.paragraphs-item-simple-form.text-colour-white .text-wrapper-left .field-name-field-pag-text ul li {
  color: #fff;
}

.paragraphs-item-simple-form .text-wrapper-right {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-title {
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.75em;
  color: #042e4c;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form,
.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text {
  color: #042e4c;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text .left-text {
  float: left;
  width: 100%;
  padding-right: 0;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text .right-image {
  display: none;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text .lower {
  float: left;
  width: 100%;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text h2 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  line-height: 1.25em;
  color: #042e4c;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text h3 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #042e4c;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text h3 strong {
  font-family: "VerbMedium", Verdana, sans-serif;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text h3 .text-promo {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 0;
  font-family: "VerbMedium", Verdana, sans-serif;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text ul {
  margin-left: 20px;
  margin-bottom: 2em;
  font-family: "VerbMedium", Verdana, sans-serif;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text ul::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text ul li {
  padding-bottom: 0.5em;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial {
  display: block;
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #73e5d1;
          box-shadow: -5px 5px 0px #73e5d1;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

.paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-simple-form .form-box-outer {
  position: relative;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.paragraphs-item-simple-form .form-box-outer .form-box-left, .paragraphs-item-simple-form .form-box-outer .form-box-right {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  overflow: hidden;
  z-index: 0;
}

.paragraphs-item-simple-form .form-box-outer .form-box-left {
  top: 0;
  left: 0;
}

.paragraphs-item-simple-form .form-box-outer .form-box-right {
  top: -10px;
  left: 10px;
}

.paragraphs-item-simple-form .form-box-outer .form-box-inner {
  position: relative;
  padding-top: 3em;
  padding-right: 4.25em;
  padding-bottom: 3.25em;
  padding-left: 4.25em;
  z-index: 1;
}

.paragraphs-item-simple-form .form-box-outer .form-box-inner::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 0) and (max-width: 640px) {
  .paragraphs-item-simple-form .form-box-outer .form-box-inner {
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-simple-form .text-wrapper-left,
  .paragraphs-item-simple-form .text-wrapper-right {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .paragraphs-item-simple-form .text-wrapper-left {
    margin-bottom: 2em;
  }
  .paragraphs-item-simple-form .text-wrapper-right {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-title,
  .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text h2 {
    font-size: 2.375em;
  }
  .paragraphs-item-simple-form .text-wrapper-left .field-name-field-pag-text h2,
  .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text h3 {
    font-size: 1.625em;
  }
  .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text .left-text {
    padding-right: 3em;
  }
  .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text .right-image {
    position: absolute;
    display: block;
    top: 1.5em;
    right: 1.5em;
    width: 7em;
    height: 200px;
  }
  .paragraphs-item-simple-form .content {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .paragraphs-item-simple-form .text-wrapper-left {
    width: 41.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 1.5em;
    padding-right: 2.5em;
  }
  .paragraphs-item-simple-form .text-wrapper-right {
    width: 58.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphs-item-simple-form .form-box-outer {
    margin-left: 0.5em;
  }
  .js.csstransitions .paragraphs-item-simple-form .form-box-outer .form-box-left .left {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 200px;
    background-color: #fff;
  }
  .js.csstransitions .paragraphs-item-simple-form .form-box-outer .form-box-left .bottom {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 200px;
    background-color: #fff;
  }
  .js.csstransitions .paragraphs-item-simple-form .form-box-outer .form-box-right .top {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    width: 200px;
    height: 10px;
    background-color: #fff;
  }
  .js.csstransitions .paragraphs-item-simple-form .form-box-outer .form-box-right .right {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 200px;
    background-color: #fff;
  }
}

@media (min-width: 1025px) {
  .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text .left-text {
    padding-right: 6em;
  }
  .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text .right-image {
    width: 8em;
  }
}

body.product-colours-blue-to-cyan .paragraphs-item-simple-form {
  background-color: #0eaedd;
  background-color: #00c2ff;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#00c2ff), to(#73e5d1));
  background-image: linear-gradient(to bottom,#00c2ff, #73e5d1);
}

body.product-colours-blue-to-cyan .paragraphs-item-simple-form {
  background-color: #0eaedd;
  background-color: #0eaedd;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0eaedd), to(#74e5d1));
  background-image: linear-gradient(to bottom,#0eaedd, #74e5d1);
}

body.product-colours-blue-to-cyan .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial {
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #0eaedd;
          box-shadow: -5px 5px 0px #0eaedd;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

body.product-colours-blue-to-purple .paragraphs-item-simple-form {
  background-color: #00c2ff;
  background-color: #00c2ff;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#00c2ff), to(#8a69d4));
  background-image: linear-gradient(to bottom,#00c2ff, #8a69d4);
}

body.product-colours-blue-to-purple .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial {
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #8c68d2;
          box-shadow: -5px 5px 0px #8c68d2;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

body.product-colours-green-to-yellow .paragraphs-item-simple-form {
  background-color: #89e872;
  background-color: #89e872;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#89e872), to(#ffd735));
  background-image: linear-gradient(to bottom,#89e872, #ffd735);
}

body.product-colours-green-to-yellow .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial {
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #8ae772;
          box-shadow: -5px 5px 0px #8ae772;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

body.product-colours-pink-to-light-purple .paragraphs-item-simple-form {
  background-color: #ff5792;
  background-color: #ff5792;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ff5792), to(#8b6ad3));
  background-image: linear-gradient(to bottom,#ff5792, #8b6ad3);
}

body.product-colours-pink-to-light-purple .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial {
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #e9206c;
          box-shadow: -5px 5px 0px #e9206c;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

body.product-colours-purple-to-pink .paragraphs-item-simple-form {
  background-color: #8c68d2;
  background-color: #8c68d2;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#8c68d2), to(#e9206e));
  background-image: linear-gradient(to bottom,#8c68d2, #e9206e);
}

body.product-colours-purple-to-pink .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial {
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #e9206e;
          box-shadow: -5px 5px 0px #e9206e;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

body.product-colours-salmon-to-yellow .paragraphs-item-simple-form {
  background-color: #ff7376;
  background-color: #ff7376;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ff7376), to(#febb46));
  background-image: linear-gradient(to bottom,#ff7376, #febb46);
}

body.product-colours-salmon-to-yellow .paragraphs-item-simple-form .text-wrapper-right .field-name-field-pag-form-text a.btn-trial {
  padding-top: 0.75em;
  padding-right: 3em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
  -webkit-box-shadow: -5px 5px 0px #fe7275;
          box-shadow: -5px 5px 0px #fe7275;
  background-image: url(../assets/images/svg/chevron-right.svg);
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

.paragraphs-item-simple-form-steps {
  background-color: #fff;
}

.paragraphs-item-simple-form-steps .content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.paragraphs-item-simple-form-steps .content:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraphs-item-simple-form-steps .field-name-field-pag-title {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  color: #042e4c;
}

.paragraphs-item-simple-form-steps .field-name-field-pag-text {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #73e5d1;
}

.paragraphs-item-simple-form-steps .field-name-field-pag-text::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-simple-form-steps .steps-wrapper {
  counter-reset: step;
}

.paragraphs-item-simple-form-steps .steps-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-simple-form-steps .steps-wrapper .field-name-field-pag-steps {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-top: 10px;
  padding-left: 55px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #042e4c;
}

.paragraphs-item-simple-form-steps .steps-wrapper .field-name-field-pag-steps::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 3em;
  text-align: center;
  color: #042e4c;
  counter-increment: step;
  content: counter(step) ".";
}

.paragraphs-item-simple-form-steps .text-wrapper-outer::after {
  clear: both;
  content: "";
  display: table;
}

.paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper {
  background-color: #73e5d1;
}

.paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-left {
  display: none;
}

.paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  float: right;
  width: 100%;
  -webkit-transition: width 1s;
  transition: width 1s;
  background-color: #73e5d1;
}

.paragraphs-item-simple-form-steps .text-wrapper-left {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  background-color: #73e5d1;
}

.paragraphs-item-simple-form-steps .text-wrapper-left h2 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  color: #042e4c;
  text-transform: uppercase;
}

.paragraphs-item-simple-form-steps .text-wrapper-left h2 strong {
  font-family: "VerbMedium", Verdana, sans-serif;
}

.paragraphs-item-simple-form-steps .text-wrapper-right {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  background-color: #f4f8fb;
}

.paragraphs-item-simple-form-steps .text-wrapper-right a {
  color: #042e4c;
}

.paragraphs-item-simple-form-steps .text-wrapper-right span.mailto {
  display: none;
}

@media (min-width: 0) and (max-width: 980px) {
  .paragraphs-item-simple-form-steps .field-name-field-pag-title,
  .paragraphs-item-simple-form-steps .field-name-field-pag-text,
  .paragraphs-item-simple-form-steps .steps-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .paragraphs-item-simple-form-steps .steps-wrapper {
    padding-bottom: 2em;
  }
}

@media (min-width: 981px) {
  .paragraphs-item-simple-form-steps .content {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .paragraphs-item-simple-form-steps .field-name-field-pag-title {
    font-size: 3em;
  }
  .paragraphs-item-simple-form-steps .field-name-field-pag-text {
    width: 66.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66666667%;
    margin-right: 16.66666667%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "VerbLight", Verdana, sans-serif;
    font-size: 1.625em;
  }
  .paragraphs-item-simple-form-steps .steps-wrapper {
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 2em;
  }
  .paragraphs-item-simple-form-steps .steps-wrapper .field-name-field-pag-steps {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 55px;
    padding-right: 30px;
  }
  .paragraphs-item-simple-form-steps .text-wrapper-outer {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .paragraphs-item-simple-form-steps .text-wrapper-left {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 14em;
    padding-top: 2.5em;
    padding-right: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
  }
  .paragraphs-item-simple-form-steps .text-wrapper-right {
    width: 66.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 14em;
    padding-top: 1.5em;
    padding-right: 2.5em;
    padding-bottom: 1.5em;
    padding-left: 2.5em;
  }
}

body.product-colours-blue-to-cyan .paragraphs-item-simple-form-steps .field-name-field-pag-text {
  color: #0eaedd;
}

body.product-colours-blue-to-cyan .paragraphs-item-simple-form-steps .text-wrapper-left {
  background-color: #0eaedd;
}

body.product-colours-blue-to-cyan .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper,
body.product-colours-blue-to-cyan .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #0eaedd;
}

body.product-colours-blue-to-purple .paragraphs-item-simple-form-steps .field-name-field-pag-text {
  color: #8c68d2;
}

body.product-colours-blue-to-purple .paragraphs-item-simple-form-steps .text-wrapper-left {
  background-color: #8c68d2;
}

body.product-colours-blue-to-purple .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper,
body.product-colours-blue-to-purple .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #8c68d2;
}

body.product-colours-green-to-yellow .paragraphs-item-simple-form-steps .field-name-field-pag-text {
  color: #8ae772;
}

body.product-colours-green-to-yellow .paragraphs-item-simple-form-steps .text-wrapper-left {
  background-color: #8ae772;
}

body.product-colours-green-to-yellow .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper,
body.product-colours-green-to-yellow .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #8ae772;
}

body.product-colours-pink-to-light-purple .paragraphs-item-simple-form-steps .field-name-field-pag-text {
  color: #e9206c;
}

body.product-colours-pink-to-light-purple .paragraphs-item-simple-form-steps .text-wrapper-left {
  background-color: #e9206c;
}

body.product-colours-pink-to-light-purple .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper,
body.product-colours-pink-to-light-purple .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #e9206c;
}

body.product-colours-purple-to-pink .paragraphs-item-simple-form-steps .field-name-field-pag-text {
  color: #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-item-simple-form-steps .text-wrapper-left {
  background-color: #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper,
body.product-colours-purple-to-pink .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #e9206e;
}

body.product-colours-salmon-to-yellow .paragraphs-item-simple-form-steps .field-name-field-pag-text {
  color: #fe7275;
}

body.product-colours-salmon-to-yellow .paragraphs-item-simple-form-steps .text-wrapper-left {
  background-color: #fe7275;
}

body.product-colours-salmon-to-yellow .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper,
body.product-colours-salmon-to-yellow .paragraphs-item-simple-form-steps .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #fe7275;
}

.paragraphs-item-full-width-image img {
  display: block;
  margin: 0 auto;
}

.paragraphs-item-page-banner {
  height: 40.625rem;
  margin-bottom: 5rem;
  padding-top: 5.3125rem;
  background-size: cover;
  background-position: center;
}

.paragraphs-item-page-banner h1 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}

.paragraphs-item-page-introduction .content {
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
  padding-left: .625rem;
  padding-right: .625rem;
  text-align: center;
}

.paragraphs-item-page-introduction .content h2 {
  margin-bottom: .75rem;
  font-size: 2rem;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #0eaedd;
}

.paragraphs-item-page-introduction .content p {
  margin-bottom: 0;
}

.paragraphs-item-page-introduction .content .text-lead {
  font-size: 1.625rem;
  font-family: "VerbLight", Verdana, sans-serif;
}

@media (min-width: 981px) {
  .paragraphs-item-page-introduction .content h2 {
    font-size: 2.625rem;
  }
}

.paragraphs-item-two-column-text-area {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
}

.paragraphs-item-two-column-text-area .field-name-field-pag-multi-text {
  padding-left: .625rem;
  padding-right: .625rem;
}

@media (min-width: 981px) {
  .paragraphs-item-two-column-text-area .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .paragraphs-item-two-column-text-area .content .field-name-field-pag-multi-text {
    max-width: 34rem;
  }
}

.paragraphs-item-cta-button {
  margin-bottom: 3.125rem;
  text-align: center;
}

.paragraphs-item-cta-button .field-name-field-pag-link a {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #0eaedd;
  color: #fff;
  font-size: 1.375rem;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.paragraphs-item-cta-button .field-name-field-pag-link a:hover, .paragraphs-item-cta-button .field-name-field-pag-link a:focus {
  background-color: #0b8bb1;
}

body.product-colours-blue-to-cyan .paragraphs-item-cta-button .field-name-field-pag-link a {
  color: #fff;
  background-color: #0eaedd;
}

body.product-colours-blue-to-cyan .paragraphs-item-cta-button .field-name-field-pag-link a:hover, body.product-colours-blue-to-cyan .paragraphs-item-cta-button .field-name-field-pag-link a:focus {
  background-color: #0b8bb1;
}

body.product-colours-blue-to-purple .paragraphs-item-cta-button .field-name-field-pag-link a {
  color: #fff;
  background-color: #8c68d2;
}

body.product-colours-blue-to-purple .paragraphs-item-cta-button .field-name-field-pag-link a:hover, body.product-colours-blue-to-purple .paragraphs-item-cta-button .field-name-field-pag-link a:focus {
  background-color: #7053a8;
}

body.product-colours-green-to-yellow .paragraphs-item-cta-button .field-name-field-pag-link a {
  color: #002d4e;
  background-color: #8ae772;
}

body.product-colours-green-to-yellow .paragraphs-item-cta-button .field-name-field-pag-link a:hover, body.product-colours-green-to-yellow .paragraphs-item-cta-button .field-name-field-pag-link a:focus {
  background-color: #6eb95b;
}

body.product-colours-pink-to-light-purple .paragraphs-item-cta-button .field-name-field-pag-link a {
  color: #fff;
  background-color: #e9206c;
}

body.product-colours-pink-to-light-purple .paragraphs-item-cta-button .field-name-field-pag-link a:hover, body.product-colours-pink-to-light-purple .paragraphs-item-cta-button .field-name-field-pag-link a:focus {
  background-color: #ba1a56;
}

body.product-colours-purple-to-pink .paragraphs-item-cta-button .field-name-field-pag-link a {
  color: #fff;
  background-color: #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-item-cta-button .field-name-field-pag-link a:hover, body.product-colours-purple-to-pink .paragraphs-item-cta-button .field-name-field-pag-link a:focus {
  background-color: #ba1a58;
}

body.product-colours-salmon-to-yellow .paragraphs-item-cta-button .field-name-field-pag-link a {
  color: #002d4e;
  background-color: #fe7275;
}

body.product-colours-salmon-to-yellow .paragraphs-item-cta-button .field-name-field-pag-link a:hover, body.product-colours-salmon-to-yellow .paragraphs-item-cta-button .field-name-field-pag-link a:focus {
  background-color: #cb5b5e;
}

.paragraphs-items-field-pag-popup-content .popper-popup-button {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  color: #fff;
  background-color: #0eaedd;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 1em;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.paragraphs-items-field-pag-popup-content .popper-popup-button:hover, .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  color: #fff;
  background-color: #0b8bb1;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.paragraphs-item-popup-content {
  display: none;
  max-width: 780px;
  color: #fff;
  background-color: #080935;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(8, 9, 35, 0.75);
          box-shadow: 0px 0px 20px 0px rgba(8, 9, 35, 0.75);
}

.paragraphs-item-popup-content .field-name-field-pag-text {
  padding: 55px 70px 55px 70px;
}

.paragraphs-item-popup-content .field-name-field-pag-text hr {
  border: 1px solid #fff;
  width: 100%;
}

.paragraphs-item-popup-content .popper-popup-arrow {
  display: none;
}

.paragraphs-item-popup-content .popper-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(../assets/images/svg/times-white.svg) no-repeat 5px 5px;
  background-size: 30px 30px;
  cursor: pointer;
}

.paragraphs-item-popup-content .small-button {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #fff;
  color: #080935;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 1em;
}

@media (min-width: 981px) {
  .paragraphs-item-popup-content .popper-popup-arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 20px;
    border-color: #080935;
  }
  .paragraphs-item-popup-content[x-placement^="left"] {
    margin-right: 20px;
  }
  .paragraphs-item-popup-content[x-placement^="left"] .popper-popup-arrow {
    border-width: 20px 0 20px 20px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -20px;
    top: calc(50% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  .paragraphs-item-popup-content[x-placement^="right"] {
    margin-left: 20px;
  }
  .paragraphs-item-popup-content[x-placement^="right"] .popper-popup-arrow {
    border-width: 20px 20px 20px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -20px;
    top: calc(50% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
}

body.product-colours-blue-to-cyan .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #fff;
  background-color: #0eaedd;
}

body.product-colours-blue-to-cyan .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-blue-to-cyan .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #0b8bb1;
}

body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #0eaedd;
  background-color: #fff;
}

body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #e6e6e6;
}

body.product-colours-blue-to-purple .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #fff;
  background-color: #8c68d2;
}

body.product-colours-blue-to-purple .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-blue-to-purple .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #7053a8;
}

body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #8c68d2;
  background-color: #fff;
}

body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #e6e6e6;
}

body.product-colours-green-to-yellow .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #002d4e;
  background-color: #8ae772;
}

body.product-colours-green-to-yellow .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-green-to-yellow .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #6eb95b;
}

body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #8ae772;
  background-color: #002d4e;
}

body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #002946;
}

body.product-colours-pink-to-light-purple .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #fff;
  background-color: #e9206c;
}

body.product-colours-pink-to-light-purple .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-pink-to-light-purple .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #ba1a56;
}

body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #e9206c;
  background-color: #fff;
}

body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #e6e6e6;
}

body.product-colours-purple-to-pink .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #fff;
  background-color: #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-purple-to-pink .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #ba1a58;
}

body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #e9206e;
  background-color: #fff;
}

body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #e6e6e6;
}

body.product-colours-salmon-to-yellow .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #002d4e;
  background-color: #fe7275;
}

body.product-colours-salmon-to-yellow .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-salmon-to-yellow .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #cb5b5e;
}

body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button {
  color: #fe7275;
  background-color: #002d4e;
}

body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:hover, body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-items-field-pag-popup-content .popper-popup-button:focus {
  background-color: #002946;
}

.paragraphs-item-faq-link .field-name-field-pag-link a {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #73e5d1;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

body.product-colours-blue-to-cyan .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #fff;
  background-color: #74e5d1;
}

body.product-colours-blue-to-cyan .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-blue-to-cyan .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #5db7a7;
}

body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #0eaedd;
  background-color: #fff;
}

body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-blue-to-cyan.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #e6e6e6;
}

body.product-colours-blue-to-purple .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #fff;
  background-color: #8a69d4;
}

body.product-colours-blue-to-purple .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-blue-to-purple .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #6e54aa;
}

body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #8c68d2;
  background-color: #fff;
}

body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-blue-to-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #e6e6e6;
}

body.product-colours-green-to-yellow .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #002d4e;
  background-color: #ffd735;
}

body.product-colours-green-to-yellow .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-green-to-yellow .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #ccac2a;
}

body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #8ae772;
  background-color: #002d4e;
}

body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-green-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #002946;
}

body.product-colours-pink-to-light-purple .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #fff;
  background-color: #8b6ad3;
}

body.product-colours-pink-to-light-purple .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-pink-to-light-purple .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #6f55a9;
}

body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #e9206c;
  background-color: #fff;
}

body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-pink-to-light-purple.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #e6e6e6;
}

body.product-colours-purple-to-pink .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #fff;
  background-color: #e9206e;
}

body.product-colours-purple-to-pink .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-purple-to-pink .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #ba1a58;
}

body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #e9206e;
  background-color: #fff;
}

body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-purple-to-pink.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #e6e6e6;
}

body.product-colours-salmon-to-yellow .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #002d4e;
  background-color: #febb46;
}

body.product-colours-salmon-to-yellow .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-salmon-to-yellow .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #cb9638;
}

body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a {
  color: #fe7275;
  background-color: #002d4e;
}

body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:hover, body.product-colours-salmon-to-yellow.node-type-rich-page .paragraphs-item-product-featureset.has-gradient .paragraphs-item-faq-link .field-name-field-pag-link a:focus {
  background-color: #002946;
}

.zone-menu .block-menu-block .menu-level-1 ul li a {
  font-size: 1em;
  font-family: "VerbRegular", Verdana, sans-serif;
}

.zone-menu .megamenu-inner .block-menu-block ul li a {
  font-family: "VerbMedium", Verdana, sans-serif;
}

.product-and-services-unified-ict .block-title {
  display: none;
}

#region-menu .megamenu {
  background-color: #00c2ff;
}

#region-menu .megamenu ul li a {
  color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  word-wrap: break-word;
}

#region-menu .megamenu ul li a:hover {
  color: #002d4e;
  background-color: #fff;
}

#region-menu .megamenu-mega-menu-products-services {
  max-width: 100%;
  left: 0;
  right: 0;
}

#region-menu .megamenu-mega-menu-products-services .block {
  width: 32%;
  float: left;
  margin-bottom: 2em;
}

#region-menu .megamenu-mega-menu-products-services .block:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

#region-menu .megamenu-mega-menu-products-services .block:nth-child(3n + 2) {
  margin-left: 34%;
  margin-right: -100%;
  clear: none;
}

#region-menu .megamenu-mega-menu-products-services .block:nth-child(3n + 3) {
  margin-left: 68%;
  margin-right: -100%;
  clear: none;
}

#region-menu .megamenu-mega-menu-products-services .block h2 {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: .5em;
  border-bottom: 2px solid #fff;
  font-size: 1.125em;
}

#region-menu .megamenu-mega-menu-products-services .block h2 a {
  color: #fff;
}

#region-menu .megamenu-mega-menu-products-services .block h2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}

#region-menu .megamenu-mega-menu-products-services .block ul.menu {
  margin-left: 20px;
  margin-right: 20px;
}

#region-menu .megamenu-mega-menu-products-services .block ul.menu li {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: .5em;
  padding-right: 0;
  max-width: 100%;
  font-size: .9em;
}

#region-menu .megamenu-mega-menu-products-services .block ul.menu li a {
  display: block;
  padding: 0 5px;
  margin: 0;
  border-bottom: 0;
}

#region-menu .megamenu-mega-menu-products-services .block ul.menu li.management-options ul.menu {
  margin-left: .5em;
}

#region-menu .megamenu-mega-menu-about-us {
  left: auto;
  right: 0;
  max-width: 215px;
  font-family: "VerbLight", Verdana, sans-serif;
}

#region-menu .megamenu-mega-menu-about-us.megamenu {
  padding-left: .4em;
  padding-right: .4em;
}

#region-menu .megamenu-mega-menu-about-us .menu-block-wrapper {
  color: #002d4e;
}

#region-menu .megamenu-mega-menu-about-us ul.menu {
  float: none;
  font-size: .9em;
}

#region-menu .megamenu-mega-menu-about-us ul.menu li {
  float: none;
  margin-bottom: .5em;
}

#region-menu .megamenu-mega-menu-about-us ul.menu li a {
  display: block;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: .5em;
}

.site-interoute-fr #region-menu .megamenu-mega-menu-about-us {
  max-width: 274px;
}

.site-interoute-it #region-menu .megamenu-mega-menu-about-us {
  max-width: 221px;
}

.site-interoute-es #region-menu .megamenu-mega-menu-about-us {
  max-width: 276px;
}

@media (min-width: 0) and (max-width: 440px) {
  #region-menu ul.menu li {
    width: 100%;
  }
  #region-menu ul.menu li:nth-child(-n+2) {
    margin: 4px 0 0;
  }
  #region-menu ul.menu li:nth-child(odd) a {
    margin-right: 0;
  }
  #region-menu ul.menu li:nth-child(even) a {
    margin-left: 0;
  }
  div.responsive-toggle-open {
    overflow: visible !important;
  }
}

@media (min-width: 0) and (max-width: 980px) {
  /* Region: Menu */
  #region-menu ul.menu {
    padding-bottom: 10px;
  }
  #region-menu ul.menu li {
    margin: 4px 0 0;
    width: 50%;
  }
  #region-menu ul.menu li:nth-child(-n+2) {
    margin-top: 0;
  }
  #region-menu ul.menu li a {
    color: #fff;
    background-color: rgba(100, 120, 131, 0.2);
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  #region-menu ul.menu li a:hover {
    background-color: rgba(100, 120, 131, 0.7);
  }
  #region-menu ul.menu li:nth-child(odd) a {
    margin-right: 2px;
  }
  #region-menu ul.menu li:nth-child(even) a {
    margin-left: 2px;
  }
  #region-menu .mega-menu-main-menu li ul.menu li {
    width: 100%;
  }
  #region-menu .mega-menu-main-menu li ul.menu li a {
    background-color: #002744;
  }
  #region-menu .mega-menu-main-menu li ul.menu li a:hover {
    background-color: #00213a;
  }
}

@media (min-width: 981px) {
  #region-menu .mega-menu-main-menu li ul.menu {
    display: none;
  }
  .zone-menu #region-menu .region-menu-inner .menu-block-1 ul.menu li a:hover,
  .zone-menu #region-menu .region-menu-inner .menu-block-1 ul.menu li a.megamenu-visible {
    color: #fff;
    background-color: transparent;
    border-bottom: 4px solid #fff;
  }
  .zone-menu #region-menu .region-menu-inner .menu-block-1 ul.menu li a.megamenu-link {
    margin-right: 0;
    padding-right: 20px;
    background-image: url("../assets/images/header/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: right 18px;
  }
  #region-menu ul.menu {
    float: right;
    padding: 0;
  }
  #region-menu ul.menu li {
    margin: 0;
    width: auto;
  }
  #region-menu ul.menu li a {
    color: #fff;
    background-color: transparent;
    display: inline-block;
    padding: 8px 0px 40px 0px;
    margin: 0 25px 0 25px;
    border-bottom: 4px solid transparent;
  }
  #region-menu ul.menu li a.megamenu-link {
    padding: 8px 15px 40px 0px;
    margin: 0 0 0 15px;
  }
  #region-menu ul.menu li:nth-child(odd) a,
  #region-menu ul.menu li:nth-child(even) a {
    margin: 0 0 0 25px;
  }
  #region-menu ul.menu li:nth-child(odd) a.megamenu-link,
  #region-menu ul.menu li:nth-child(even) a.megamenu-link {
    margin: 0 0 0 25px;
  }
  #region-menu .megamenu {
    padding: 0px 2%;
  }
  #region-menu .megamenu .megamenu-inner {
    margin: 0 auto;
    padding: 20px 0;
  }
  #region-menu .megamenu ul.menu {
    float: none;
  }
  #region-menu .megamenu ul.menu span.ext {
    display: none;
  }
  /* Industry Sectors Menu Link Overrides */
  #region-menu .megamenu-mega-menu-industry-sectors ul.menu li {
    border-right: none;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    width: 33%;
    padding-right: 0;
  }
  #region-menu .megamenu-mega-menu-industry-sectors ul.menu li ul.menu li {
    max-width: 250px;
    width: 100%;
  }
  #region-menu .megamenu-mega-menu-industry-sectors .industry-sectors-menu-item {
    float: left;
    margin-right: 12px;
    width: 220px;
  }
  #region-menu .megamenu-mega-menu-industry-sectors .industry-sectors-menu-item img {
    width: 220px !important;
    height: auto !important;
  }
  /* Industry Sectors Mega Menu Block Advert Content */
  #region-menu .megamenu-mega-menu-industry-sectors .industry-sectors-mega-menu-block {
    float: left;
    margin-bottom: 40px;
    width: 75%;
  }
}

@media (min-width: 1300px) {
  #region-menu .megamenu-mega-menu-industry-sectors .industry-sectors-menu-item {
    width: 270px;
    margin-right: 20px;
  }
  #region-menu .megamenu-mega-menu-industry-sectors .industry-sectors-menu-item img {
    width: 270px !important;
  }
  #region-menu .megamenu-mega-menu-products-services ul.menu li {
    max-width: 260px;
  }
  #region-menu .megamenu ul.menu li {
    padding-right: 20px;
  }
}

.section-header .block-search {
  font-size: .9em;
}

.section-header .block-search .container-inline div {
  display: block;
}

.section-header .block-search .form-item {
  margin: 0;
}

.section-header .block-search .form-item-search-block-form {
  width: 14em;
}

.section-header .block-search .form-item-search-block-form input {
  width: calc(100% - 4.15em);
  padding-left: 2.55em;
  padding-right: 1.6em;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  color: #00AEEF;
  background-color: #fff;
  color: #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.section-header .block-search .form-item-search-block-form input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-header .block-search .form-item-search-block-form input::-webkit-input-placeholder {
  color: #000;
}

.section-header .block-search .form-item-search-block-form input::-moz-placeholder {
  color: #000;
}

.section-header .block-search .form-item-search-block-form input:-moz-placeholder {
  color: #000;
}

.section-header .block-search .form-item-search-block-form input:-ms-input-placeholder {
  color: #000;
}

.section-header .block-search .form-item-search-block-form {
  position: relative;
}

.section-header .block-search .form-item-search-block-form:before {
  position: absolute;
  top: 1px;
  left: .75em;
  content: "\F002";
  font-family: "FontAwesome";
  color: #000;
  z-index: 1000;
}

@media (min-width: 981px) {
  #region-user-second .block-search-form {
    display: block;
    margin-top: 0;
    margin-right: 1em;
    margin-left: 1em;
  }
  #region-user-second .block-search-form input {
    margin-bottom: 0;
    font-size: .9em;
    line-height: 1.4em;
  }
}

.region-user-second .block-menu-block {
  font-size: 0.875em;
}

@media (min-width: 0) and (max-width: 980px) {
  .megamenu-mega-menu-customer-login {
    display: none;
  }
}

@media (min-width: 981px) {
  .region-user-second {
    margin-top: .25em;
    margin-bottom: .25em;
  }
  #region-user-second .block-menu-block .menu-block-wrapper {
    display: block;
  }
  #region-user-second .block-menu-block .menu-block-wrapper li {
    float: none;
    display: inline-block;
    width: auto;
    margin-right: .25em;
    line-height: 1;
    vertical-align: top;
    font-size: 0;
  }
  #region-user-second .block-menu-block .menu-block-wrapper li:after {
    content: "|";
    position: relative;
    top: 5px;
    display: inline-block;
    color: #1a1919;
    font-size: 13px;
  }
  #region-user-second .block-menu-block .menu-block-wrapper li a {
    font-size: 10.8px;
  }
  #region-user-second .block-menu-block .menu-block-wrapper ul.menu li a {
    display: inline-block;
    padding: 0 1em;
    vertical-align: middle;
    color: #1a1919;
    line-height: 2.2em;
  }
  #region-user-second .block-menu-block .menu-block-wrapper ul.menu li a:hover, #region-user-second .block-menu-block .menu-block-wrapper ul.menu li a.megamenu-visible {
    color: #000;
    background-color: #fff;
  }
  #region-user-second .block-menu-block .menu-block-wrapper li.first a,
  #region-user-second .block-menu-block .menu-block-wrapper li:nth-child(2) a {
    padding-left: .5em;
    background-image: url("../assets/images/header/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: right center;
  }
  #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: .75em;
    background-image: url("../assets/images/header/uk-flag.png");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
  }
  .site-interoute-at #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/at-flag.png");
  }
  .site-interoute-de #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/de-flag.png");
  }
  .site-interoute-it #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/it-flag.png");
  }
  .site-interoute-se #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/se-flag.png");
  }
  .site-interoute-be #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/be-flag.png");
  }
  .site-interoute-es #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/es-flag.png");
  }
  .site-interoute-nl #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/nl-flag.png");
  }
  .site-interoute-fr #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/fr-flag.png");
  }
  .site-interoute-ch #region-user-second .block-menu-block .menu-block-wrapper li.first a:before {
    background-image: url("../assets/images/header/ch-flag.png");
  }
  #region-user-second .megamenu-mega-menu-customer-login .block {
    width: 120px;
    padding: 1em;
  }
  #region-user-second .megamenu-mega-menu-customer-login .block p {
    margin-bottom: 0;
  }
  #region-user-second .megamenu-mega-menu-customer-login .block p a {
    display: block;
    margin-left: .25em;
    margin-right: .25em;
    margin-bottom: .25em;
    color: #000;
  }
  #region-user-second .megamenu-mega-menu-customer-login .block p a:last-of-type {
    margin-right: 0;
  }
  #region-user-second .megamenu-mega-menu-customer-login .block p a:hover {
    color: #002d4e;
    text-decoration: underline;
  }
  #region-user-second .megamenu-mega-menu-customer-login .block span.ext {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.view-banners {
  position: relative;
}

.view-banners .view-content .slick-arrow {
  position: absolute;
  top: calc(50% - 36px);
  width: 39px;
  height: 73px;
  color: white;
  z-index: 80;
  background: none;
  text-indent: -9999px;
  outline: 0;
}

.view-banners .view-content .slick-arrow:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.view-banners .view-content .slick-arrow {
  opacity: .3;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.view-banners .view-content:hover .slick-arrow {
  opacity: .6;
}

.view-banners .view-content:hover .slick-arrow:hover {
  opacity: 1;
}

.view-banners .view-content .slick-prev {
  left: 30px;
  background-image: url("../assets/images/homepage/hero-prev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.view-banners .view-content .slick-next {
  right: 30px;
  background-image: url("../assets/images/homepage/hero-next.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.view-banners .view-content .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5625em;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.view-banners .view-content .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
}

.view-banners .view-content .slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  text-indent: -9999px;
  font-size: 0;
  background-color: #fff;
  border: 3px solid #fff;
}

.view-banners .view-content .slick-dots .slick-active button {
  background-color: #000;
}

@media (min-width: 0) and (max-width: 980px) {
  .view-banners .view-content .slick-arrow {
    display: none;
  }
}

.block--homepage-hero {
  position: relative;
}

.block--homepage-hero .heroes .slick-arrow {
  position: absolute;
  top: calc(50% - 36px);
  width: 39px;
  height: 73px;
  color: white;
  z-index: 80;
  background: none;
  text-indent: -9999px;
  outline: 0;
}

.block--homepage-hero .heroes .slick-arrow:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block--homepage-hero .heroes .slick-arrow {
  opacity: .3;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.block--homepage-hero .heroes:hover .slick-arrow {
  opacity: .6;
}

.block--homepage-hero .heroes:hover .slick-arrow:hover {
  opacity: 1;
}

.block--homepage-hero .heroes .slick-prev {
  left: 30px;
  background-image: url("../assets/images/homepage/hero-prev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block--homepage-hero .heroes .slick-next {
  right: 30px;
  background-image: url("../assets/images/homepage/hero-next.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block--homepage-hero .heroes .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5625em;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.block--homepage-hero .heroes .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
}

.block--homepage-hero .heroes .slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  text-indent: -9999px;
  font-size: 0;
  background-color: #fff;
  border: 3px solid #fff;
}

.block--homepage-hero .heroes .slick-dots .slick-active button {
  background-color: #000;
}

.block--homepage-hero .hero-mobile {
  position: relative;
}

.block--homepage-hero .hero-mobile img {
  display: block;
  max-width: 100%;
}

.block--homepage-hero .hero-mobile.hero-1 .content {
  position: absolute;
  left: 10%;
  right: 30%;
  top: 24%;
  bottom: 19%;
}

.block--homepage-hero .hero-mobile h1 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.875em;
  color: white;
  text-shadow: 0px 0px 94.77px rgba(0, 0, 0, 0.59);
}

.block--homepage-hero .hero-mobile p {
  margin: 0;
  font-size: 1.5em;
  font-weight: 200;
  text-shadow: 0px 0px 47.79px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.block--homepage-hero .hero {
  position: relative;
  font-size: 10px;
}

.block--homepage-hero .hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.block--homepage-hero .hero h1 {
  margin-top: 0;
  margin-left: 8px;
  margin-bottom: .5em;
  font-size: 3.25em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #333e47;
}

.block--homepage-hero .hero h1 span {
  margin-left: 0;
  margin-bottom: 0.125em;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: .1em;
  padding-bottom: .1em;
  line-height: 1.5em;
  -webkit-box-shadow: 8px 0 0 #fff, -8px 0 0 #fff, 6px 0 0 #fff, -6px 0 0 #fff, 2px 0 0 #fff, -4px 0 0 #fff, 3px 0 0 #fff, -2px 0 0 #fff;
          box-shadow: 8px 0 0 #fff, -8px 0 0 #fff, 6px 0 0 #fff, -6px 0 0 #fff, 2px 0 0 #fff, -4px 0 0 #fff, 3px 0 0 #fff, -2px 0 0 #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.block--homepage-hero .hero p {
  margin: 0;
  font-size: 1.5em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #fff;
}

.block--homepage-hero .hero p.text-blue {
  color: #333;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--homepage-hero .heroes .slick-arrow {
    display: none;
  }
  .block--homepage-hero .hero {
    font-size: 8px;
    overflow: hidden;
  }
  .block--homepage-hero .hero img.desktop {
    display: none;
  }
  .block--homepage-hero .hero .content {
    position: absolute;
    left: 10%;
    right: 41%;
    top: 15%;
    bottom: 34%;
  }
}

@media (min-width: 0) and (max-width: 360px) {
  .block--homepage-hero .hero h1 {
    font-size: 2.2em;
  }
}

@media (min-width: 639px) {
  .block--homepage-hero .hero img.mobile {
    display: none;
  }
  .block--homepage-hero .hero img.desktop {
    display: block;
  }
  .block--homepage-hero .hero {
    display: block;
    font-size: 6px;
  }
  .block--homepage-hero .hero-1 .content {
    position: absolute;
    left: 21%;
    right: 35%;
    top: 16%;
    bottom: 21%;
  }
  .block--homepage-hero .hero-2 .content {
    position: absolute;
    left: 21%;
    right: 30%;
    top: 21%;
    bottom: 29%;
  }
  .block--homepage-hero .hero-3 .content {
    position: absolute;
    left: 21%;
    right: 30%;
    top: 24%;
    bottom: 31%;
  }
}

@media (min-width: 769px) {
  .block--homepage-hero .hero {
    font-size: 7px;
  }
}

@media (min-width: 940px) {
  .block--homepage-hero .hero {
    font-size: 9px;
  }
}

@media (min-width: 1100px) {
  .block--homepage-hero .hero {
    font-size: 10px;
  }
}

@media (min-width: 1500px) {
  .block--homepage-hero .hero {
    font-size: 13px;
  }
}

@media (min-width: 1700px) {
  .block--homepage-hero .hero {
    font-size: 15px;
  }
}

.contact-callout-wrapper {
  position: fixed;
  left: 0;
  top: 35%;
  font-size: 16px;
  z-index: 500;
}

.contact-callout-wrapper ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 4.5em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #00AEEF;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  z-index: 200;
  font-size: 110%;
}

.contact-callout-wrapper li {
  position: relative;
  display: block;
  width: 4em;
  padding: .5em 0;
  text-align: center;
  background-color: #00AEEF;
  -webkit-transition: margin 150ms ease;
  transition: margin 150ms ease;
  cursor: pointer;
  margin: 0 auto;
}

.contact-callout-wrapper a {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 3em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: background-image 150ms ease;
  transition: background-image 150ms ease;
  color: #fff;
}

.contact-callout-wrapper a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.contact-callout-wrapper a:hover:before,
.contact-callout-wrapper a.active:before {
  opacity: 1;
}

.contact-callout-wrapper .livicon-evo {
  margin-left: auto;
  margin-right: auto;
}

.contact-callout-wrapper .icon--label {
  font-size: .7rem;
  color: #fff;
  text-align: center;
}

.contact-callout-wrapper .contact-callout {
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  width: 19em;
  margin-left: -19em;
  padding-left: 5.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 1.5em;
  background-color: #002d4e;
  color: #fff;
  z-index: 190;
  -webkit-transition: margin 150ms ease;
  transition: margin 150ms ease;
}

.contact-callout-wrapper .contact-callout a {
  text-decoration: underline;
}

.contact-callout-wrapper .contact-callout.active {
  margin-left: 0;
}

.contact-callout-wrapper .contact-callout--telephone p {
  font-size: .8em;
}

.contact-callout-wrapper .contact-callout--email p {
  font-size: .8em;
}

@media (min-width: 0px) and (max-width: 1400px) {
  .contact-callout-wrapper {
    display: none;
  }
}

footer .footer-menu-block::after {
  clear: both;
  content: "";
  display: table;
}

footer .footer-menu-block h2 a {
  color: #0eaedd;
}

footer .footer-menu-block h2 a:hover {
  color: #fff;
}

footer .footer-menu-block li {
  width: 100%;
  line-height: 2em;
}

footer .footer-menu-block li a.menu-item-bold {
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
}

footer .footer-menu-block li a:hover {
  color: #00AEEF;
}

@media (min-width: 0) and (max-width: 980px) {
  footer .footer-menu-block:first-of-type {
    margin-bottom: 0;
  }
}

.block--footer-contact-us-block h2 a {
  color: #00AEEF;
}

.block--footer-contact-us-block a:hover {
  color: #fff;
}

.block--footer-contact-us-block .address-content {
  font-size: 1em;
}

.block--footer-contact-us-block .address-location {
  padding-top: .25em;
  font-family: "VerbRegular", Verdana, sans-serif;
  color: #00AEEF;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--footer-contact-us-block {
    margin-bottom: 2em;
  }
}

.block--footer-hot-topics ul {
  margin: 0;
}

.block--footer-hot-topics ul li {
  list-style: none;
  line-height: 2em;
}

.block--footer-hot-topics ul a:hover {
  color: #00AEEF;
}

.block--footer-hot-topics .ht-menu-footer {
  float: left;
  margin-top: 2em;
}

.block--footer-hot-topics .ht-menu-footer a {
  color: #00AEEF;
  font-size: 1.125em;
}

.block--footer-hot-topics .ht-menu-footer a:hover {
  color: #fff;
}

.block--footer-extras-menu ul li {
  margin-bottom: .5em;
}

.block--footer-extras-menu ul li a {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
}

@media (min-width: 0) and (max-width: 980px) {
  footer .block--footer-extras-menu {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

.block-copyright-block {
  width: auto;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.75em;
}

.block-copyright-block .content {
  line-height: 1.5em;
}

@media (min-width: 0) and (max-width: 980px) {
  .block-copyright-block {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

@media (min-width: 981px) {
  .block-copyright-block {
    width: 41.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 30px;
    margin-left: 0.6em;
  }
}

.block--footer-bottom-legal-menu ul li {
  display: inline-block;
  width: auto;
  line-height: 1em;
  padding-right: 1em;
}

.block--footer-bottom-legal-menu ul li:last-of-type:after {
  display: none;
}

.block--footer-bottom-legal-menu a {
  color: #999;
  font-size: 0.75em;
}

.block--footer-bottom-legal-menu a:hover {
  color: #0eaedd;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--footer-bottom-legal-menu {
    padding: .75em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 981px) {
  .block--footer-bottom-legal-menu {
    width: 49.16943522%;
    float: left;
    margin-right: 1.66112957%;
    margin-bottom: 1em;
  }
}

.block--footer-bottom-social-icons {
  float: left;
  width: 100%;
}

.block--footer-bottom-social-icons span.ext {
  display: none;
}

.block--footer-bottom-social-icons p.follow-text {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
}

.block--footer-bottom-social-icons .social-icon {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 0.46875em;
  margin-bottom: 0.46875em;
  padding: 1em;
  background-color: #fff;
}

.block--footer-bottom-social-icons .social-icon:hover i {
  color: #00AEEF;
}

.block--footer-bottom-social-icons .social-icon i {
  position: absolute;
  color: #002d4e;
  line-height: 22px;
  text-align: center;
  font-size: 1.6em;
}

.block--footer-bottom-social-icons .social-icon:last-of-type {
  margin-right: 0;
}

.block--footer-bottom-social-icons .social-icon:last-of-type i {
  left: 7px;
}

.block--footer-bottom-social-icons .social-icon span.ext {
  display: none;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--footer-bottom-social-icons {
    margin-bottom: 2em;
  }
}

@media (min-width: 981px) {
  .block--footer-bottom-social-icons {
    width: 100%;
    margin-bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block--footer-bottom-social-icons p.follow-text {
    float: left;
    margin-right: 1em;
    padding-top: 0.3125em;
  }
  .block--footer-bottom-social-icons .social-icon {
    float: left;
  }
}

.block--home-how-we-can-help {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.block--home-how-we-can-help hr {
  width: 4.0625em;
  border-color: #333;
}

.block--home-how-we-can-help .block-inner {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}

.block--home-how-we-can-help .block-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--home-how-we-can-help .block-title {
  font-size: 2.25em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #333;
  text-align: center;
}

.block--home-how-we-can-help .help-item-container {
  display: block;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--home-how-we-can-help {
    text-align: center;
  }
  .block--home-how-we-can-help .block-title {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.block-product-services-main-block {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.block-product-services-main-block hr {
  width: 4.0625em;
  border-color: #333;
}

.block-product-services-main-block .block-inner {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}

.block-product-services-main-block .block-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block-product-services-main-block .block-title {
  font-size: 2.25em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #333;
  text-align: center;
}

.block-product-services-main-block .help-item {
  min-height: 350px;
}

.block-product-services-main-block .help-item:hover .views-field-view-node-1 {
  color: #00AEEF;
}

.block-product-services-main-block .views-field-title {
  position: absolute;
  bottom: 3em;
  padding-left: 10px;
  padding-right: 8px;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #fff;
}

.block-product-services-main-block .views-field-title:after {
  position: absolute;
  bottom: -22px;
  left: 0;
  content: "";
  display: block;
}

.block-product-services-main-block .views-field-title span {
  margin-left: 0;
  margin-bottom: 0.125em;
  padding-left: 0;
  padding-right: 0;
  padding-top: .1em;
  padding-bottom: .1em;
  line-height: 1.55em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.block-product-services-main-block .views-field-title a {
  color: #fff;
}

.block-product-services-main-block .cloud-computing .views-field-title:after {
  height: 0;
  width: 0;
  border-top: 20px solid #eb6a3d;
  border-right: 20px solid transparent;
}

.block-product-services-main-block .cloud-computing .views-field-title span {
  background-color: #eb6a3d;
  -webkit-box-shadow: 8px 0 0 #eb6a3d, -10px 0 0 #eb6a3d, 6px 0 0 #eb6a3d, -6px 0 0 #eb6a3d, 4px 0 0 #eb6a3d, -4px 0 0 #eb6a3d, 2px 0 0 #eb6a3d, -2px 0 0 #eb6a3d, 1px 0 0 #eb6a3d, -1px 0 0 #eb6a3d;
          box-shadow: 8px 0 0 #eb6a3d, -10px 0 0 #eb6a3d, 6px 0 0 #eb6a3d, -6px 0 0 #eb6a3d, 4px 0 0 #eb6a3d, -4px 0 0 #eb6a3d, 2px 0 0 #eb6a3d, -2px 0 0 #eb6a3d, 1px 0 0 #eb6a3d, -1px 0 0 #eb6a3d;
}

.block-product-services-main-block .networks .views-field-title:after {
  height: 0;
  width: 0;
  border-top: 20px solid #e52681;
  border-right: 20px solid transparent;
}

.block-product-services-main-block .networks .views-field-title span {
  background-color: #e52681;
  -webkit-box-shadow: 8px 0 0 #e52681, -10px 0 0 #e52681, 6px 0 0 #e52681, -6px 0 0 #e52681, 4px 0 0 #e52681, -4px 0 0 #e52681, 2px 0 0 #e52681, -2px 0 0 #e52681, 1px 0 0 #e52681, -1px 0 0 #e52681;
          box-shadow: 8px 0 0 #e52681, -10px 0 0 #e52681, 6px 0 0 #e52681, -6px 0 0 #e52681, 4px 0 0 #e52681, -4px 0 0 #e52681, 2px 0 0 #e52681, -2px 0 0 #e52681, 1px 0 0 #e52681, -1px 0 0 #e52681;
}

.block-product-services-main-block .unified-communications .views-field-title:after {
  height: 0;
  width: 0;
  border-top: 20px solid #00AEEF;
  border-right: 20px solid transparent;
}

.block-product-services-main-block .unified-communications .views-field-title span {
  background-color: #00AEEF;
  -webkit-box-shadow: 8px 0 0 #00AEEF, -10px 0 0 #00AEEF, 6px 0 0 #00AEEF, -6px 0 0 #00AEEF, 4px 0 0 #00AEEF, -4px 0 0 #00AEEF, 2px 0 0 #00AEEF, -2px 0 0 #00AEEF, 1px 0 0 #00AEEF, -1px 0 0 #00AEEF;
          box-shadow: 8px 0 0 #00AEEF, -10px 0 0 #00AEEF, 6px 0 0 #00AEEF, -6px 0 0 #00AEEF, 4px 0 0 #00AEEF, -4px 0 0 #00AEEF, 2px 0 0 #00AEEF, -2px 0 0 #00AEEF, 1px 0 0 #00AEEF, -1px 0 0 #00AEEF;
}

.block-product-services-main-block .security .views-field-title:after {
  height: 0;
  width: 0;
  border-top: 20px solid #96bf56;
  border-right: 20px solid transparent;
}

.block-product-services-main-block .security .views-field-title span {
  background-color: #96bf56;
  -webkit-box-shadow: 8px 0 0 #96bf56, -10px 0 0 #96bf56, 6px 0 0 #96bf56, -6px 0 0 #96bf56, 4px 0 0 #96bf56, -4px 0 0 #96bf56, 2px 0 0 #96bf56, -2px 0 0 #96bf56, 1px 0 0 #96bf56, -1px 0 0 #96bf56;
          box-shadow: 8px 0 0 #96bf56, -10px 0 0 #96bf56, 6px 0 0 #96bf56, -6px 0 0 #96bf56, 4px 0 0 #96bf56, -4px 0 0 #96bf56, 2px 0 0 #96bf56, -2px 0 0 #96bf56, 1px 0 0 #96bf56, -1px 0 0 #96bf56;
}

.block-product-services-main-block .service-provider-services .views-field-title:after {
  height: 0;
  width: 0;
  border-top: 20px solid #ff3e3f;
  border-right: 20px solid transparent;
}

.block-product-services-main-block .service-provider-services .views-field-title span {
  background-color: #ff3e3f;
  -webkit-box-shadow: 8px 0 0 #ff3e3f, -10px 0 0 #ff3e3f, 6px 0 0 #ff3e3f, -6px 0 0 #ff3e3f, 4px 0 0 #ff3e3f, -4px 0 0 #ff3e3f, 2px 0 0 #ff3e3f, -2px 0 0 #ff3e3f, 1px 0 0 #ff3e3f, -1px 0 0 #ff3e3f;
          box-shadow: 8px 0 0 #ff3e3f, -10px 0 0 #ff3e3f, 6px 0 0 #ff3e3f, -6px 0 0 #ff3e3f, 4px 0 0 #ff3e3f, -4px 0 0 #ff3e3f, 2px 0 0 #ff3e3f, -2px 0 0 #ff3e3f, 1px 0 0 #ff3e3f, -1px 0 0 #ff3e3f;
}

.block-product-services-main-block .voice .views-field-title:after {
  height: 0;
  width: 0;
  border-top: 20px solid #8f1b9b;
  border-right: 20px solid transparent;
}

.block-product-services-main-block .voice .views-field-title span {
  background-color: #8f1b9b;
  -webkit-box-shadow: 8px 0 0 #8f1b9b, -10px 0 0 #8f1b9b, 6px 0 0 #8f1b9b, -6px 0 0 #8f1b9b, 4px 0 0 #8f1b9b, -4px 0 0 #8f1b9b, 2px 0 0 #8f1b9b, -2px 0 0 #8f1b9b, 1px 0 0 #8f1b9b, -1px 0 0 #8f1b9b;
          box-shadow: 8px 0 0 #8f1b9b, -10px 0 0 #8f1b9b, 6px 0 0 #8f1b9b, -6px 0 0 #8f1b9b, 4px 0 0 #8f1b9b, -4px 0 0 #8f1b9b, 2px 0 0 #8f1b9b, -2px 0 0 #8f1b9b, 1px 0 0 #8f1b9b, -1px 0 0 #8f1b9b;
}

.block-product-services-main-block svg {
  max-width: 100%;
  height: auto;
}

.block-product-services-main-block .views-field-view-node {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}

.block-product-services-main-block .views-field-view-node a {
  display: block;
  width: 100%;
  height: 100%;
}

.block-product-services-main-block .views-field-view-node-1 {
  position: absolute;
  bottom: 1.5em;
  color: #333;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 0.875em;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

.block-product-services-main-block .views-field-view-node-1 a {
  position: relative;
  color: #333;
  padding-left: 20px;
}

.block-product-services-main-block .views-field-view-node-1 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  background-image: url(../assets/images/svg/angle-right-dgrey.svg);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 20px 20px;
}

@media (min-width: 0) and (max-width: 980px) {
  .block-product-services-main-block {
    text-align: center;
  }
  .block-product-services-main-block .block-title {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.block--home-latest-news {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  background-color: #eeeeee;
}

.block--home-latest-news .views-row a:hover {
  color: #002d4e;
}

.block--home-latest-news hr {
  width: 4.0625em;
  margin-bottom: 2em;
  border-color: #333;
}

.block--home-latest-news .block-title {
  margin-left: 1em;
  margin-right: 1em;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 2.25em;
  color: #333;
  text-align: center;
}

.block--home-latest-news .block-inner {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}

.block--home-latest-news .block-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--home-latest-news .views-row {
  position: relative;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: 2.1875em;
  padding-left: 2.1875em;
  padding-bottom: 0.9375em;
  padding-right: 2.1875em;
  background-color: #fff;
}

.block--home-latest-news .views-row::after {
  clear: both;
  content: "";
  display: table;
}

.block--home-latest-news .field-name-field-post-date span {
  position: absolute;
  top: 0;
  padding-top: .15em;
  padding-bottom: .15em;
  padding-left: .75em;
  padding-right: .75em;
  color: #fff;
  background-color: #0eaedd;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 0.875em;
}

.block--home-latest-news .views-field-title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.5em;
}

.block--home-latest-news .views-field-body a {
  display: block;
  margin-top: 1.5em;
  color: #000;
  font-family: "VerbRegular", Verdana, sans-serif;
  font-size: 1em;
}

.block--home-latest-news .views-field-body a:hover {
  color: #0eaedd;
}

.block--home-latest-news .views-field-nothing-1 {
  float: right;
  margin-top: 2em;
}

.block--home-latest-news .views-field-nothing-1 a {
  color: #333;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 0.875em;
}

.block--home-latest-news .news-more {
  position: absolute;
  right: 2em;
  bottom: 1.5em;
  width: 150px;
  text-align: right;
}

.block--home-latest-news .news-more p {
  margin-bottom: 0;
}

.block--home-latest-news .news-more a:hover {
  color: #0eaedd;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--home-latest-news .views-row {
    margin-top: 1.5em;
  }
}

@media (min-width: 981px) {
  .block--home-latest-news .views-row {
    width: 32%;
    float: left;
    margin-top: .5;
  }
  .block--home-latest-news .views-row:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .block--home-latest-news .views-row:nth-child(3n + 2) {
    margin-left: 34%;
    margin-right: -100%;
    clear: none;
  }
  .block--home-latest-news .views-row:nth-child(3n + 3) {
    margin-left: 68%;
    margin-right: -100%;
    clear: none;
  }
}

.block--block-with-blue-title .block-title {
  display: table;
  margin-bottom: 1em;
  padding: .25em .5em;
  background-color: #0eaedd;
  color: #fff;
  font-size: 1.5em;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  text-align: "center";
  margin: 0 auto;
}

.block--block-with-blue-title .block-title a {
  color: #fff;
}

.block--digital-enterprise-platform {
  width: 100%;
  background-image: url("../assets/images/homepage/digital-enterprise-platform/bg.png");
  background-repeat: no-repeat;
  background-position: center -11em;
}

.block--digital-enterprise-platform h2 {
  color: #fff;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1.875em;
  text-align: center;
}

.block--digital-enterprise-platform hr {
  width: 10%;
  border-color: #fff;
}

.block--digital-enterprise-platform .dep-wrapper {
  padding-bottom: 4.125em;
  color: #fff;
  background-color: #00AEEF;
  text-align: center;
}

.block--digital-enterprise-platform p {
  font-size: 1em;
  text-align: center;
}

.block--digital-enterprise-platform p.lead {
  font-size: 1.25em;
}

.block--digital-enterprise-platform a {
  display: block;
  color: #fff;
}

.block--digital-enterprise-platform a:hover {
  color: #002d4e;
}

.block--digital-enterprise-platform .more-link {
  margin-top: 3em;
  margin-bottom: 0;
}

.block--digital-enterprise-platform .more-link a {
  display: inline-block;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 0.15em solid #fff;
  color: #fff;
  font-size: 1em;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}

.block--digital-enterprise-platform .more-link a:hover {
  color: #002d4e;
  background-color: #fff;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--digital-enterprise-platform {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
  }
  .block--digital-enterprise-platform:after {
    content: " ";
    display: block;
    clear: both;
  }
  .block--digital-enterprise-platform .dep-wrapper {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 981px) {
  .block--digital-enterprise-platform {
    padding-bottom: 13em;
  }
  .block--digital-enterprise-platform .dep-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .block--digital-enterprise-platform .dep-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
  .block--digital-enterprise-platform .dep-main-text {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .block--digital-enterprise-platform .dep-main-text:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.block-footer-bottom-contact-button {
  display: block;
  position: absolute;
  width: 15em;
  top: -4em;
  right: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  background-color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

.block-footer-bottom-contact-button p {
  margin: 0;
}

.block-footer-bottom-contact-button a {
  font-size: 2.375em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #002d4e;
}

.block-footer-bottom-contact-button:hover a {
  color: #0eaedd;
}

@media (min-width: 0) and (max-width: 980px) {
  .block-footer-bottom-contact-button {
    left: .8em;
  }
}

.block--pshome-grid {
  padding-bottom: 7em;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--pshome-grid .help-items .help-item p.view-now {
    position: absolute;
    bottom: 1.5em;
  }
}

@media (min-width: 981px) {
  .block--pshome-grid .help-items .help-item p.view-now {
    position: absolute;
    bottom: 1.5em;
  }
}

.block--page-title {
  float: none;
  padding-top: 3.5em;
  padding-bottom: 2.5em;
}

.block--page-title .block-inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.block--page-title .block-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--page-title .block-title {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.0625em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #042e4c;
  text-transform: uppercase;
}

.block--page-title .content {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.75em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #02a9da;
}

.block--page-title .content p {
  margin-bottom: 0;
}

.block--page-title .content em {
  font-family: "VerbLight", Verdana, sans-serif;
}

@media (min-width: 981px) {
  .block--page-title::after {
    clear: both;
    content: "";
    display: table;
  }
  .block--page-title .block-title {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.625em;
  }
  .block--page-title .content {
    width: 41.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.25em;
  }
}

.block--webinars-past {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.block--webinars-past:after {
  content: " ";
  display: block;
  clear: both;
}

.block--webinars-past h2 {
  margin-bottom: 1em;
  padding-bottom: .3em;
  border-bottom: 2px solid #000;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #000;
}

.block--webinars-past .block-inner {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.block--webinars-past .view-content {
  border-bottom: 2px solid #000;
}

.block--webinars-past .views-field-title {
  margin-bottom: .4em;
  font-size: 1.875em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #042e4c;
}

.block--webinars-past .views-field-field-webinar-speakers {
  font-size: 0.875em;
}

.block--webinars-past .views-field-field-webinar-speakers .views-label {
  font-family: "VerbMedium", Verdana, sans-serif;
}

.block--webinars-past .views-field-field-webinar-speakers .field-content {
  display: inline;
}

.block--webinars-past .views-field-field-webinar-date {
  margin-bottom: .75em;
  font-size: 0.875em;
  text-transform: uppercase;
}

.block--webinars-past .views-field-field-webinar-date span {
  font-family: "VerbMedium", Verdana, sans-serif;
}

.block--webinars-past .view-footer p {
  margin-top: 2em;
  text-align: center;
}

.block--webinars-past .view-footer p span.ext {
  display: none;
}

.block--webinars-past .view-footer p a {
  display: inline-block;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 0.15em solid #002d4e;
  color: #002d4e;
  font-size: 1em;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}

.block--webinars-past .view-footer p a:hover {
  background-color: #002d4e;
  color: #fff;
}

@media (min-width: 0) and (max-width: 980px) {
  .block--webinars-past .views-row {
    margin-bottom: 1.5em;
  }
  .block--webinars-past .views-field-field-webinar-video {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 981px) {
  .block--webinars-past {
    padding-top: 4.0625em;
    padding-bottom: 4.0625em;
  }
  .block--webinars-past h2 {
    font-size: 2.625em;
  }
  .block--webinars-past .views-row {
    padding-top: .8em;
    padding-bottom: .8em;
    border-top: 1px solid #000;
  }
  .block--webinars-past .views-row::after {
    clear: both;
    content: "";
    display: table;
  }
  .block--webinars-past .views-field:not(.views-field-field-webinar-video) {
    width: 44.93355482%;
    float: right;
    margin-right: 0;
  }
  .block--webinars-past .views-field-field-webinar-video {
    width: 49.16943522%;
    float: left;
    margin-right: 1.66112957%;
  }
  .block--webinars-past .views-field-title {
    font-size: 2em;
  }
}

.block.block--keep-connected {
  float: none;
  clear: both;
  padding-top: 4.3em;
  padding-bottom: 4.3em;
  background-color: #73e5d1;
}

.block.block--keep-connected .block-inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.block.block--keep-connected .block-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block.block--keep-connected input[type="text"],
.block.block--keep-connected input[type="email"],
.block.block--keep-connected input[type="submit"] {
  padding: 0.66em;
  font-size: 1.25em;
  background-color: #fff;
}

.block.block--keep-connected input[type="submit"] {
  display: block;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.375em;
  font-family: "VerbLight", Verdana, sans-serif;
  text-align: left;
  background-color: #002d4e;
  background-image: url("../assets/images/svg/chevron-right.svg");
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
  -webkit-box-shadow: -5px 5px 0px #fff;
          box-shadow: -5px 5px 0px #fff;
  color: #fff;
}

.block.block--keep-connected .block-title {
  margin-bottom: 0;
  padding-bottom: .3em;
  font-size: 2em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #002d4e;
}

.block.block--keep-connected .form-type-checkbox {
  margin-top: .6em;
  margin-bottom: 0;
}

.block.block--keep-connected .form-type-checkbox label {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 1.125em;
  font-family: "VerbRegular", Verdana, sans-serif;
  color: #002d4e;
  vertical-align: middle;
  line-height: 1.3em;
}

.block.block--keep-connected .form-type-checkbox input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

.block.block--keep-connected .form-type-checkbox .checkbox-graphic {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: .5em;
  vertical-align: middle;
  background-image: url("../assets/images/misc/checked-inactive.png?derf");
  background-position: center;
  background-repeat: no-repeat;
}

.block.block--keep-connected .form-type-checkbox input:checked + .checkbox-graphic {
  background-image: url("../assets/images/misc/checked-active.png");
}

.page--webinars .block.block--keep-connected {
  background-color: #8b69d4;
}

@media (min-width: 0) and (max-width: 980px) {
  .node-type-vertical-landing-page .block.block--keep-connected {
    padding-left: .65em;
    padding-right: .65em;
  }
  .block.block--keep-connected .block-title,
  .block.block--keep-connected .content {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 981px) {
  .node-type-vertical-landing-page .block.block--keep-connected {
    padding-left: 1.25em;
  }
  .block.block--keep-connected input[type="text"],
  .block.block--keep-connected input[type="email"] {
    width: 23.75415282%;
    float: left;
    margin-right: 1.66112957%;
  }
  .block.block--keep-connected input[type="submit"] {
    width: 23.75415282%;
    float: right;
    margin-right: 0;
  }
  .block.block--keep-connected .webform-component--first-name {
    clear: left;
  }
  .block.block--keep-connected .block-title,
  .block.block--keep-connected .content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .block.block--keep-connected .block-title {
    width: 32.22591362%;
    float: left;
    margin-right: 1.66112957%;
    font-size: 2.625em;
  }
  .block.block--keep-connected .form-type-checkbox {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

body.product-colours-blue-to-purple .block.block--keep-connected {
  background-color: #8c68d2;
}

body.product-colours-blue-to-purple .block.block--keep-connected h2.block-title,
body.product-colours-blue-to-purple .block.block--keep-connected form label {
  color: #fff;
}

body.product-colours-green-to-yellow .block.block--keep-connected {
  background-color: #8ae772;
}

body.product-colours-pink-to-light-purple .block.block--keep-connected {
  background-color: #8b6ad3;
}

body.product-colours-purple-to-pink .block.block--keep-connected {
  background-color: #e9206e;
}

body.product-colours-salmon-to-yellow .block.block--keep-connected {
  background-color: #febb46;
}

.block-interoute-webinar-register {
  float: left;
  width: 100%;
}

.block-interoute-webinar-register .block-inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.block-interoute-webinar-register .block-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block-interoute-webinar-register .block-inner > h2,
.block-interoute-webinar-register .block-inner > .content {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2em;
}

.block-interoute-webinar-register .block-inner > h2 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  color: #042e4c;
}

.block-interoute-webinar-register .text-wrapper-left {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  background-color: #73e5d1;
}

.block-interoute-webinar-register .text-wrapper-left h2 {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.625em;
  color: #042e4c;
  text-transform: uppercase;
}

.block-interoute-webinar-register .text-wrapper-left h2 strong {
  font-family: "VerbMedium", Verdana, sans-serif;
}

.block-interoute-webinar-register .text-wrapper-right {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  background-color: #f4f8fb;
}

.block-interoute-webinar-register .text-wrapper-right a {
  color: #042e4c;
}

.block-interoute-webinar-register .text-wrapper-right span.mailto {
  display: none;
}

.block-interoute-webinar-register .text-wrapper-outer::after {
  clear: both;
  content: "";
  display: table;
}

.block-interoute-webinar-register .text-wrapper-outer.complete-wrapper {
  background-color: #73e5d1;
}

.block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-left {
  display: none;
}

.block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  float: right;
  width: 100%;
  -webkit-transition: width 1s;
  transition: width 1s;
  background-color: #73e5d1;
}

@media (min-width: 981px) and (max-width: 1024px) {
  .block-interoute-webinar-register .block-inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-interoute-webinar-register .block-inner:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 981px) {
  .block-interoute-webinar-register .block-inner {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .block-interoute-webinar-register .block-inner > h2 {
    font-size: 3em;
  }
  .block-interoute-webinar-register .text-wrapper-left {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 14em;
    padding-top: 2.5em;
    padding-right: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
  }
  .block-interoute-webinar-register .text-wrapper-right {
    width: 66.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 14em;
    padding-top: 1.5em;
    padding-right: 2.5em;
    padding-bottom: 1.5em;
    padding-left: 2.5em;
  }
  .block-interoute-webinar-register .complete-wrapper .text-wrapper-left,
  .block-interoute-webinar-register .complete-wrapper .text-wrapper-right {
    height: auto;
  }
}

body.product-colours-blue-to-cyan .block-interoute-webinar-register .text-wrapper-left {
  background-color: #0eaedd;
}

body.product-colours-blue-to-cyan .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper,
body.product-colours-blue-to-cyan .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #0eaedd;
}

body.product-colours-blue-to-purple .block-interoute-webinar-register .text-wrapper-left {
  background-color: #8c68d2;
}

body.product-colours-blue-to-purple .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper,
body.product-colours-blue-to-purple .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #8c68d2;
}

body.product-colours-green-to-yellow .block-interoute-webinar-register .text-wrapper-left {
  background-color: #8ae772;
}

body.product-colours-green-to-yellow .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper,
body.product-colours-green-to-yellow .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #8ae772;
}

body.product-colours-pink-to-light-purple .block-interoute-webinar-register .text-wrapper-left {
  background-color: #e9206c;
}

body.product-colours-pink-to-light-purple .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper,
body.product-colours-pink-to-light-purple .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #e9206c;
}

body.product-colours-purple-to-pink .block-interoute-webinar-register .text-wrapper-left {
  background-color: #e9206e;
}

body.product-colours-purple-to-pink .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper,
body.product-colours-purple-to-pink .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #e9206e;
}

body.product-colours-salmon-to-yellow .block-interoute-webinar-register .text-wrapper-left {
  background-color: #fe7275;
}

body.product-colours-salmon-to-yellow .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper,
body.product-colours-salmon-to-yellow .block-interoute-webinar-register .text-wrapper-outer.complete-wrapper .text-wrapper-right {
  background-color: #fe7275;
}

.page--digital-transformation #section-header {
  margin: 0;
}

.page--digital-transformation #zone-content,
.page--digital-transformation #breadcrumb {
  display: none;
}

.page--digital-transformation #section-content {
  margin-top: 0;
}

.page--digital-transformation #zone-header-wrapper {
  display: none;
}

.page--digital-transformation #zone-content-wrapper {
  padding-top: 0;
}

.page--digital-transformation .block--digital-transformation {
  position: relative;
}

.page--digital-transformation .dt-diamond-container {
  background-image: url("../assets/images/digital-transformation/dt-hexagon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.page--digital-transformation .dt-hexagon-tie {
  display: none;
}

.page--digital-transformation .box {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: 1.5em 1.5em;
  background-color: #042e4c;
  font-size: .9em;
}

.page--digital-transformation .box:after {
  content: " ";
  display: block;
  clear: both;
}

.page--digital-transformation .box h2 {
  color: #fff;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 2.25em;
}

.page--digital-transformation .box hr {
  width: 4em;
  margin: 1.5em 0;
  border: 1px solid #fff;
}

.page--digital-transformation .box p {
  color: #fff;
  font-family: "VerbLight", Verdana, sans-serif;
}

.page--digital-transformation .box p.lead {
  font-size: 1.5em;
}

.page--digital-transformation .box p:not(.lead),
.page--digital-transformation .box ul {
  line-height: 1.75em;
}

.page--digital-transformation .box ul {
  color: #fff;
  font-family: "VerbMedium", Verdana, sans-serif;
}

.page--digital-transformation .dt--quotes {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.page--digital-transformation .dt--quotes:after {
  content: " ";
  display: block;
  clear: both;
}

.page--digital-transformation .quote {
  width: 100%;
  float: left;
  padding-left: 20.5px;
  padding-right: 20.5px;
  margin-bottom: 2em;
  font-size: .9em;
}

.page--digital-transformation .quote h3 {
  position: relative;
  padding-left: 10px;
  font-size: 2.25em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #fff;
}

.page--digital-transformation .quote h3:after {
  position: absolute;
  bottom: -22px;
  left: 0;
  content: "";
  display: block;
}

.page--digital-transformation .quote h3 span {
  margin-left: 0;
  margin-bottom: 0.125em;
  padding-left: 0;
  padding-right: 0;
  padding-top: .1em;
  padding-bottom: .1em;
  line-height: 1.55em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.page--digital-transformation .quote.pink h3:after {
  height: 0;
  width: 0;
  border-top: 20px solid #e52681;
  border-right: 20px solid transparent;
}

.page--digital-transformation .quote.orange h3:after {
  height: 0;
  width: 0;
  border-top: 20px solid #eb6a3d;
  border-right: 20px solid transparent;
}

.page--digital-transformation .quote.pink h3 span {
  background-color: #e52681;
  -webkit-box-shadow: 8px 0 0 #e52681, -10px 0 0 #e52681, 6px 0 0 #e52681, -6px 0 0 #e52681, 4px 0 0 #e52681, -4px 0 0 #e52681, 2px 0 0 #e52681, -2px 0 0 #e52681, 1px 0 0 #e52681, -1px 0 0 #e52681;
          box-shadow: 8px 0 0 #e52681, -10px 0 0 #e52681, 6px 0 0 #e52681, -6px 0 0 #e52681, 4px 0 0 #e52681, -4px 0 0 #e52681, 2px 0 0 #e52681, -2px 0 0 #e52681, 1px 0 0 #e52681, -1px 0 0 #e52681;
}

.page--digital-transformation .quote.orange h3 span {
  background-color: #eb6a3d;
  -webkit-box-shadow: 8px 0 0 #eb6a3d, -10px 0 0 #eb6a3d, 6px 0 0 #eb6a3d, -6px 0 0 #eb6a3d, 2px 0 0 #eb6a3d, -4px 0 0 #eb6a3d, 3px 0 0 #eb6a3d, -2px 0 0 #eb6a3d, 1px 0 0 #eb6a3d, -1px 0 0 #eb6a3d;
          box-shadow: 8px 0 0 #eb6a3d, -10px 0 0 #eb6a3d, 6px 0 0 #eb6a3d, -6px 0 0 #eb6a3d, 2px 0 0 #eb6a3d, -4px 0 0 #eb6a3d, 3px 0 0 #eb6a3d, -2px 0 0 #eb6a3d, 1px 0 0 #eb6a3d, -1px 0 0 #eb6a3d;
}

.page--digital-transformation .quote p {
  color: #333e47;
}

.page--digital-transformation .dt--pas {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #eeeeee;
  font-size: .9em;
}

.page--digital-transformation .dt--pas .container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.page--digital-transformation .dt--pas .container:after {
  content: " ";
  display: block;
  clear: both;
}

.page--digital-transformation .dt--pas h2 {
  font-size: 2.25em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #333e47;
  text-align: center;
}

.page--digital-transformation .dt--pas hr {
  width: 4em;
  margin: 1.5em auto;
  border-color: #002d4e;
}

.page--digital-transformation .dt--pas .lead {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  color: #333e47;
  text-align: center;
}

.page--digital-transformation .dt--pas .service {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  background-color: #fff;
}

.page--digital-transformation .dt--pas .service a {
  display: block;
}

.page--digital-transformation .dt--pas .service .image {
  position: relative;
  padding-top: 1em;
  text-align: center;
}

.page--digital-transformation .dt--pas .service .image h3 {
  text-align: left;
}

.page--digital-transformation .dt--pas .service .image img {
  max-height: 187px;
}

.page--digital-transformation .dt--pas .service h3 {
  position: absolute;
  top: 5.3em;
  left: 1em;
  padding-left: 10px;
  font-size: 1.5em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #fff;
}

.page--digital-transformation .dt--pas .service h3 a {
  color: #fff;
}

.page--digital-transformation .dt--pas .service h3 a:hover {
  color: #002d4e;
}

.page--digital-transformation .dt--pas .service h3 span {
  margin-left: 0;
  margin-bottom: 0.125em;
  padding-left: 0;
  padding-right: 0;
  padding-top: .1em;
  padding-bottom: .1em;
  line-height: 1.55em;
  background-color: #00AEEF;
  -webkit-box-shadow: 8px 0 0 #00AEEF, -10px 0 0 #00AEEF, 6px 0 0 #00AEEF, -6px 0 0 #00AEEF, 2px 0 0 #00AEEF, -4px 0 0 #00AEEF, 3px 0 0 #00AEEF, -2px 0 0 #00AEEF;
          box-shadow: 8px 0 0 #00AEEF, -10px 0 0 #00AEEF, 6px 0 0 #00AEEF, -6px 0 0 #00AEEF, 2px 0 0 #00AEEF, -4px 0 0 #00AEEF, 3px 0 0 #00AEEF, -2px 0 0 #00AEEF;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.page--digital-transformation .dt--pas .service h3:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid #00AEEF;
  border-right: 20px solid transparent;
}

.page--digital-transformation .dt--pas .service p {
  margin-top: 3em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.page--digital-transformation .dt--pas .service p a {
  color: #333;
}

.page--digital-transformation .dt--pas .service p a:hover {
  color: #00AEEF;
}

.page--digital-transformation .dt--pas .service i {
  position: absolute;
  bottom: 1em;
  left: 1.5em;
}

.page--digital-transformation .dt--pas .service:nth-of-type(2) h3, .page--digital-transformation .dt--pas .service:nth-of-type(3) h3 {
  margin-top: 1.5em;
}

img.tablet-up,
img.mobile-only {
  display: none;
}

.dt-banner-wrapper {
  position: relative;
  font-size: .9em;
}

.dt-banner-wrapper .dt-banner-text {
  position: absolute;
  top: 13%;
  right: 33%;
  bottom: 16%;
  left: 9%;
}

.dt-banner-wrapper img {
  width: 100%;
  height: auto;
}

.dt-banner-wrapper h1 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.8125em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #333e47;
}

.dt-banner-wrapper h1 span {
  margin-left: 10px;
  margin-bottom: 0.125em;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: .1em;
  padding-bottom: .1em;
  line-height: 1.5em;
  -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
          box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.dt-banner-wrapper p {
  color: #fff;
  font-family: "VerbMedium", Verdana, sans-serif;
}

.dt-banner-wrapper .dt-banner-text h1 {
  margin-bottom: .25em;
}

@media (min-width: 0) and (max-width: 980px) {
  .page--digital-transformation .dt-paas-intro {
    padding-left: 1.28125em;
    padding-right: 1.28125em;
  }
  img.mobile-only {
    display: block;
  }
  .dt-banner-text {
    left: 7.5%;
  }
  .dt-banner-text h1 {
    font-size: 1.6em;
  }
}

@media (min-width: 639px) {
  .dt-banner-wrapper .dt-banner-text {
    top: 22%;
    right: 29%;
    bottom: 26%;
    left: 25.5%;
    font-size: 80%;
  }
  img.tablet-up {
    display: block;
  }
  img.mobile-only {
    display: none;
  }
}

@media (min-width: 981px) {
  .page--digital-transformation .dt-hexagon-tie {
    display: block;
    position: absolute;
    width: 25%;
    top: 0;
    right: 5em;
  }
  .page--digital-transformation .box {
    position: relative;
    padding: 2em;
  }
  .page--digital-transformation .quote {
    width: 44.44444444%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .page--digital-transformation .quote:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .page--digital-transformation .quote:nth-child(2n + 2) {
    margin-left: 55.55555556%;
    margin-right: -100%;
    clear: none;
  }
  .page--digital-transformation .quote.pad-top {
    padding-top: 5em;
  }
  .page--digital-transformation .quote p {
    margin-left: 25%;
  }
  .page--digital-transformation h2.complete-ict-foundation {
    width: 40%;
  }
  .page--digital-transformation .dt--pas .services .service {
    width: 32.98969072%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .page--digital-transformation .dt--pas .services .service:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .page--digital-transformation .dt--pas .services .service:nth-child(3n + 2) {
    margin-left: 33.50515464%;
    margin-right: -100%;
    clear: none;
  }
  .page--digital-transformation .dt--pas .services .service:nth-child(3n + 3) {
    margin-left: 67.01030928%;
    margin-right: -100%;
    clear: none;
  }
  .page--digital-transformation .dt--pas .services .service .image {
    min-height: 210px;
  }
}

@media (min-width: 1025px) {
  .page--digital-transformation .dt-hexagon-tie {
    width: auto;
  }
  .page--digital-transformation .box {
    padding-top: 6em;
    padding-right: 5em;
    padding-bottom: 3.3em;
    padding-left: 5em;
  }
}

@media (min-width: 1200px) {
  .dt-banner-text {
    font-size: 100%;
  }
}

.front .zone-content-wrapper {
  display: none;
}

.page-node.node-type-ps-landing-page,
.page-node.node-type-product {
  background: none;
}

.page-node.node-type-ps-landing-page .region--full-width-banner,
.page-node.node-type-product .region--full-width-banner {
  position: relative;
}

.page-node.node-type-ps-landing-page #section-header,
.page-node.node-type-product #section-header {
  margin-bottom: 0;
}

.page-node.node-type-ps-landing-page .zone-header-wrapper,
.page-node.node-type-product .zone-header-wrapper {
  display: none;
}

.page-node.node-type-ps-landing-page .zone-content.container-12,
.page-node.node-type-ps-landing-page .region-content.grid-12,
.page-node.node-type-product .zone-content.container-12,
.page-node.node-type-product .region-content.grid-12 {
  width: 100%;
  margin: 0;
}

.page-node.node-type-ps-landing-page #zone-content,
.page-node.node-type-product #zone-content {
  min-height: auto;
  font-size: 16px;
}

.page-node.node-type-ps-landing-page #section-content,
.page-node.node-type-ps-landing-page #zone-content-wrapper,
.page-node.node-type-product #section-content,
.page-node.node-type-product #zone-content-wrapper {
  margin: 0;
  padding: 0;
}

.page-node.node-type-ps-landing-page .region-content-inner > h1,
.page-node.node-type-product .region-content-inner > h1 {
  display: none;
}

.page-node.node-type-ps-landing-page .region--full-width-content,
.page-node.node-type-product .region--full-width-content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.page-node.node-type-ps-landing-page .region--full-width-content:after,
.page-node.node-type-product .region--full-width-content:after {
  content: " ";
  display: block;
  clear: both;
}

.node-type-product #breadcrumb {
  display: none;
}

.page--products-services.not-front #section-header,
.page--ps-category.not-front #section-header,
.page--product.not-front #section-header {
  margin-bottom: 0;
}

.page--products-services.products-and-services-section,
.page--ps-category.products-and-services-section,
.page--product.products-and-services-section {
  background-image: none;
}

.page--products-services .zone-header-wrapper,
.page--ps-category .zone-header-wrapper,
.page--product .zone-header-wrapper {
  display: none;
}

.page--products-services h1#page-title,
.page--ps-category h1#page-title,
.page--product h1#page-title {
  display: none;
}

.page--products-services #breadcrumb,
.page--ps-category #breadcrumb,
.page--product #breadcrumb {
  display: none;
}

.page--products-services #section-content,
.page--ps-category #section-content,
.page--product #section-content {
  margin-top: 0;
}

.page--products-services .zone-content-wrapper,
.page--ps-category .zone-content-wrapper,
.page--product .zone-content-wrapper {
  display: none;
}

.block-pshome-hero,
.block-ps-networks,
.block-ps-cloud-hosting,
.block-ps-unified-comms,
.block-ps-voice,
.block-ps-security,
.block-ps-infrastructure {
  position: relative;
}

.ps-banner-text {
  position: absolute;
  top: 14%;
  right: 33%;
  left: 10%;
  bottom: 16%;
}

.ps-banner-text p {
  font-size: 1.5em;
  text-shadow: black 1px 3px 10px;
}

@media (min-width: 639px) {
  .ps-banner-text {
    top: 33%;
    right: 41.5%;
    bottom: 26%;
    left: 22.5%;
    font-size: 55%;
  }
}

@media (min-width: 981px) {
  .ps-banner-text {
    font-size: 80%;
  }
}

@media (min-width: 1025px) {
  .ps-banner-text {
    font-size: 90%;
  }
}

@media (min-width: 1300px) {
  .ps-banner-text {
    font-size: 100%;
  }
}

.block-pshome-intro {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 1em;
  text-align: center;
}

.block-pshome-intro:after {
  content: " ";
  display: block;
  clear: both;
}

.block-pshome-intro h1 {
  font-size: 1.75em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #000;
}

.block-pshome-intro hr {
  max-width: 4em;
}

.block-pshome-intro p {
  font-size: 1em;
}

.block-pshome-intro .down-arrow {
  margin-top: 2em;
  margin-bottom: 0;
}

@media (min-width: 981px) {
  .block-pshome-intro h1 {
    font-size: 2.25em;
  }
  .block-pshome-intro p {
    font-size: 1.5em;
  }
}

.ps--header {
  overflow: hidden;
}

.ps--header .s-container {
  position: relative;
}

.ps--header .ps--header-icon {
  position: absolute;
  right: 3em;
  bottom: 6em;
}

.ps--header .ps--header-image {
  position: absolute;
  right: 3em;
  bottom: 6em;
}

.ps--header .ps--header-image svg {
  float: right;
}

.ps--header .ps--header-detail {
  padding-top: 5em;
  padding-bottom: 5em;
}

.ps--header h1 {
  position: relative;
  margin-bottom: .75em;
  font-size: 3.125em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #fff;
  z-index: 10;
}

.ps--header h1:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  height: 0;
  width: 0;
  border-top: 18px solid #00AEEF;
  border-right: 18px solid transparent;
}

.ps--header h1 span {
  margin-bottom: 0.125em;
  padding-left: .3em;
  padding-right: .3em;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #00AEEF;
}

.ps--header h2 {
  position: relative;
  font-size: 1.375em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #000;
  z-index: 10;
}

.ps--header p {
  position: relative;
  font-size: 1.125em;
  z-index: 10;
}

.ps--header p strong {
  font-family: "VerbMedium", Verdana, sans-serif;
}

@media (min-width: 0) and (max-width: 980px) {
  .ps--header .ps--header-icon,
  .ps--header .ps--header-image {
    top: 0;
    width: 75%;
    right: 2em;
    opacity: .3;
  }
  .ps--header .ps--header-image .field-name-field-pag-product-svg {
    width: 100%;
  }
}

@media (min-width: 981px) {
  .ps--header .ps--header-image {
    width: 100%;
  }
  .ps--header .ps--header-image .field-name-field-pag-product-svg {
    float: right;
    width: 50%;
  }
  .ps--header h2 {
    margin-left: 1.36363636em;
  }
  .ps--header p {
    margin-left: 1.66666667em;
  }
  .ps--header.image-top .ps--header-icon {
    top: 0;
    right: 0;
    bottom: inherit;
  }
}

.ps--sub-products {
  margin-bottom: 5em;
}

.ps--sub-products + .ps--sub-products {
  margin-bottom: 0;
}

.ps--sub-products h3 {
  min-height: 6em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2.25em;
  color: #000;
}

.ps--sub-products h4 {
  font-size: 1.5em;
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #fff;
}

.ps--sub-products .help-item {
  position: relative;
  border-color: #eeeeec;
  background-color: #eeeeec;
  min-height: 315px;
}

.ps--sub-products .help-item:after {
  position: absolute;
  bottom: 2em;
  right: 2em;
  content: "";
  height: 28px;
  width: 28px;
  background-image: url("../assets/images/products-services/plus-sign.png");
  background-repeat: no-repeat;
  background-position: center;
}

.ps--sub-products .detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2em;
  background-color: #00AEEF;
  color: #fff;
  opacity: 0;
  -webkit-transition: 150ms ease opacity;
  transition: 150ms ease opacity;
  z-index: 10;
}

.ps--sub-products .detail .view-now {
  position: absolute;
  right: 2.5em;
  bottom: 1.5em;
  color: #fff;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

.ps--sub-products .detail .view-now i {
  font-size: 1.5em;
  vertical-align: middle;
}

.ps--sub-products .help-item:hover .detail {
  opacity: 1;
}

.ps--sub-products .help-item:hover .detail .view-now:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 0) and (max-width: 980px) {
  .ps--sub-products .help-item {
    margin-left: 0;
    margin-right: 0;
  }
  .ps--sub-products .help-item h3 {
    font-size: 2em;
  }
  .ps--sub-products .help-item .detail h4 {
    font-size: 1em;
  }
  .ps--sub-products + .ps--sub-products {
    margin-bottom: 5em;
  }
  .ps--sub-products {
    margin-bottom: 0;
  }
}

@media (min-width: 981px) {
  .ps--sub-products .help-items .help-item {
    width: 32.82051282%;
    float: left;
    margin-left: 0.25641026%;
    margin-right: 0.25641026%;
  }
  .ps--sub-products .help-items .help-item:nth-child(3) {
    width: 32.82051282%;
    float: right;
    margin-left: 0.25641026%;
    margin-right: 0.25641026%;
  }
  .ps--sub-products + .ps--sub-products {
    margin-top: -5em;
    margin-bottom: 5em;
  }
  .ps--sub-products + .ps--sub-products .help-items.one-up a:first-child {
    margin-left: 33.58974359%;
  }
  .ps--sub-products + .ps--sub-products .help-items.two-up a:first-child {
    margin-left: 16.92307692%;
  }
}

.ps--case-study {
  position: relative;
  margin-bottom: 4em;
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #042e4c;
}

.ps--case-study p {
  color: #fff;
}

.ps--case-study h2 {
  margin-bottom: 2em;
  font-size: 1.25em;
  font-family: "VerbMedium", Verdana, sans-serif;
}

.ps--case-study .lead {
  font-size: 1.375em;
}

.ps--case-study .more-link {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 0.875em;
}

.ps--case-study .more-link a {
  font-family: "VerbMedium", Verdana, sans-serif;
  color: #fff;
}

.ps--case-study .more-link a:hover {
  color: #00AEEF;
}

.ps--case-study .more-link i {
  vertical-align: middle;
  font-size: 1.5em;
}

.ps--case-study .case-study-image-element {
  position: absolute;
  left: calc(50% + 4em);
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

@media (min-width: 0) and (max-width: 980px) {
  .case-study-image-element {
    display: none;
  }
}

.ps--awards {
  margin-bottom: 4em;
  text-align: center;
}

.ps--awards p {
  margin-bottom: .5em;
  font-size: 2.25em;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #000;
}

.ps--awards .awards-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}

.ps--awards .awards-wrapper img {
  margin-bottom: 1.5em;
}

.ps--awards .button {
  display: inline-block;
  padding: .75em 1em;
  color: #fff;
  font-size: 0.38888889em;
  font-family: "VerbMedium", Verdana, sans-serif;
  text-transform: uppercase;
  background-color: #2eafd9;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.ps--awards .button:hover {
  background-color: #196d88;
}

@media (min-width: 0) and (max-width: 980px) {
  .ps--awards {
    width: 100%;
    float: left;
    padding-left: 20.5px;
    padding-right: 20.5px;
  }
  .node-type-ps-landing-page article.node .ps--awards img {
    max-width: 45%;
  }
}

@media (min-width: 981px) {
  .ps--awards .awards-wrapper img {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.ps--footer,
.page-node.node-type-ps-landing-page .zone--full-width-content {
  clear: both;
  border-top: 1px solid #00AEEF;
}

.ps--footer h2,
.page-node.node-type-ps-landing-page .zone--full-width-content h2 {
  margin-bottom: .25em;
  font-size: 2.25em;
  font-family: "VerbLight", Verdana, sans-serif;
}

.ps--footer .ps--footer-left,
.ps--footer .ps--footer-right,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps--footer-left,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps--footer-right {
  padding-top: 4em;
  padding-bottom: 4em;
}

.ps--footer .ps-contact-form,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form {
  padding-top: 0.5em;
}

.ps--footer .ps-contact-form input,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input {
  width: 100%;
  margin-bottom: 7px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  padding-right: 1em;
  border: 0;
  font-size: 1.2em;
  font-family: "VerbLight", Verdana, sans-serif;
  text-align: left;
}

.ps--footer .ps-contact-form input[type="text"], .ps--footer .ps-contact-form input[type="email"],
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="text"],
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="email"] {
  background-color: #f5f5f5;
  color: #313131;
}

.ps--footer .ps-contact-form input[type="text"]::-webkit-input-placeholder, .ps--footer .ps-contact-form input[type="email"]::-webkit-input-placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="text"]::-webkit-input-placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="email"]::-webkit-input-placeholder {
  color: #9f9f9f;
}

.ps--footer .ps-contact-form input[type="text"]:-ms-input-placeholder, .ps--footer .ps-contact-form input[type="email"]:-ms-input-placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="text"]:-ms-input-placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="email"]:-ms-input-placeholder {
  color: #9f9f9f;
}

.ps--footer .ps-contact-form input[type="text"]::-ms-input-placeholder, .ps--footer .ps-contact-form input[type="email"]::-ms-input-placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="text"]::-ms-input-placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="email"]::-ms-input-placeholder {
  color: #9f9f9f;
}

.ps--footer .ps-contact-form input[type="text"]::placeholder, .ps--footer .ps-contact-form input[type="email"]::placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="text"]::placeholder,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="email"]::placeholder {
  color: #9f9f9f;
}

.ps--footer .ps-contact-form .confirm-wrapper,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form .confirm-wrapper {
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
}

.ps--footer .ps-contact-form input[type="checkbox"],
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ps--footer .ps-contact-form label,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form label {
  padding-left: 22px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background-image: url(../assets/images/misc/checkbox--inactive--blue.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 3px;
}

.ps--footer .ps-contact-form input[type="checkbox"]:checked + label,
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="checkbox"]:checked + label {
  background-image: url(../assets/images/misc/checkbox--active--blue.svg);
}

.ps--footer .ps-contact-form input[type="submit"],
.page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form input[type="submit"] {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 1.375em;
}

@media (min-width: 640px) {
  .ps--footer .ps-contact-form .left-50,
  .page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form .left-50 {
    float: left;
    width: 50%;
    padding-right: 4px;
  }
  .ps--footer .ps-contact-form .right-50,
  .page-node.node-type-ps-landing-page .zone--full-width-content .ps-contact-form .right-50 {
    float: right;
    width: 50%;
    padding-left: 3px;
  }
}

@media (min-width: 0) and (max-width: 980px) {
  .ps--footer .ps--footer-right {
    padding-top: 0;
  }
  .block-views.ps--footer-left,
  .block-interoute-custom-blocks.ps--footer-right {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 981px) {
  .ps--footer-left {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 4em;
  }
  .ps--footer-left p {
    margin-bottom: 0;
    font-family: "VerbLight", Verdana, sans-serif;
    font-size: 2.25em;
  }
  .ps--footer-left .more-link {
    text-align: right;
    font-size: 0.875em;
    font-family: "VerbMedium", Verdana, sans-serif;
  }
  .ps--footer-left .more-link a {
    color: #000;
  }
  .ps--footer-right {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4em;
    padding-left: 4em;
    padding-bottom: 4em;
    border-left: 1px solid #00AEEF;
  }
}

.page-about-us-technology-partners-microsoft .block-interoute-custom-blocks-ms-partner {
  position: relative;
}

.page-about-us-technology-partners-microsoft h1 {
  padding-left: 10px;
}

.page-about-us-technology-partners-microsoft h1 span {
  -webkit-box-shadow: 8px 0 0 #00AEEF, -10px 0 0 #00AEEF, 6px 0 0 #00AEEF, -6px 0 0 #00AEEF, 4px 0 0 #00AEEF, -4px 0 0 #00AEEF, 2px 0 0 #00AEEF, -2px 0 0 #00AEEF, 1px 0 0 #00AEEF, -1px 0 0 #00AEEF;
          box-shadow: 8px 0 0 #00AEEF, -10px 0 0 #00AEEF, 6px 0 0 #00AEEF, -6px 0 0 #00AEEF, 4px 0 0 #00AEEF, -4px 0 0 #00AEEF, 2px 0 0 #00AEEF, -2px 0 0 #00AEEF, 1px 0 0 #00AEEF, -1px 0 0 #00AEEF;
  padding-left: 0;
  padding-right: 0;
}

.page-about-us-technology-partners-microsoft h1:after {
  left: 0;
}

.page-about-us-technology-partners-microsoft .ps--header-detail {
  padding-bottom: 0;
}

.page-about-us-technology-partners-microsoft .ps--header-points ul {
  margin-left: 2em;
  padding-bottom: 2em;
}

.page-about-us-technology-partners-microsoft .ps--header-points ul li {
  padding-top: .5em;
  padding-bottom: .5em;
  list-style-position: outside;
  list-style-type: square;
  margin-left: 1em;
  color: #0eaedd;
}

.page-about-us-technology-partners-microsoft .ps--header-points ul li span {
  color: #000;
}

.page-about-us-technology-partners-microsoft .ps--header-points ul li strong {
  color: #333;
}

.page-about-us-technology-partners-microsoft .ps--header-icon {
  top: 0;
  right: 0;
}

.page-about-us-technology-partners-microsoft .ps--header-image {
  top: 2em;
  bottom: auto;
}

.page-about-us-technology-partners-microsoft .ms-logo {
  width: 33.33333333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  clear: left;
  margin-left: 2em;
}

.page-about-us-technology-partners-microsoft .ms-logo img {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.page-about-us-technology-partners-microsoft .ps--footer-left {
  border-right: none;
}

.page-about-us-technology-partners-microsoft .ps--footer-right {
  border-left: 1px solid #00AEEF;
}

@media (min-width: 0) and (max-width: 980px) {
  .page-about-us-technology-partners-microsoft .ps--header-points ul {
    margin-left: 0;
  }
  .page-about-us-technology-partners-microsoft .ms-logo {
    width: 66.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.page-node.page--webinars {
  background: none;
}

body.page-node.page--webinars .region--full-width-banner {
  position: relative;
}

body.page-node.page--webinars #breadcrumb {
  display: none;
}

body.page-node.page--webinars #section-header {
  margin-bottom: 0;
}

body.page-node.page--webinars .zone-header-wrapper {
  display: none;
}

body.page-node.page--webinars .zone-content.container-12,
body.page-node.page--webinars .region-content.grid-12 {
  width: 100%;
  margin: 0;
}

body.page-node.page--webinars #zone-content {
  min-height: auto;
  font-size: 16px;
}

body.page-node.page--webinars #section-content,
body.page-node.page--webinars #zone-content-wrapper {
  margin: 0;
  padding: 0;
}

body.page-node.page--webinars .region-content-inner > h1 {
  display: none;
}

body.page-node.page--webinars .region-content .block {
  float: none;
}

.page--our-customers.not-front #section-header {
  margin-bottom: 0;
}

.page--our-customers .zone-header-wrapper {
  display: none;
}

.page--our-customers h1#page-title {
  display: none;
}

.page--our-customers #breadcrumb {
  display: none;
}

.page--our-customers #section-content {
  margin-top: 0;
}

.page--our-customers .zone-content-wrapper {
  display: none;
}

.page--our-customers .zone--full-width-content {
  background-color: #f4f8fb;
}

.page--our-customers .block-ps-landing-page-breadcrumb {
  position: relative;
}

.case-study-filters {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.case-study-filters:after {
  content: " ";
  display: block;
  clear: both;
}

.case-study-filters .header {
  padding-top: 2em;
  padding-bottom: 2em;
}

.case-study-filters .header::after {
  clear: both;
  content: "";
  display: table;
}

.case-study-filters .main-title h2 {
  margin-bottom: 0;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2.625em;
  color: #002d4e;
}

.case-study-filters .button-wrapper {
  float: left;
}

.case-study-filters .button-wrapper .label {
  float: left;
  text-transform: uppercase;
}

.case-study-filters .button-wrapper .buttons {
  float: left;
  margin-top: 0.5em;
}

.case-study-filters .button-wrapper .buttons button {
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 5em;
  padding-top: .9em;
  padding-bottom: .8em;
  font-size: 1em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-weight: normal;
  background-color: #002d4e;
  background-image: url("../assets/images/svg/angle-down.svg");
  background-size: 1.5em;
  background-position: right 1em center;
  background-repeat: no-repeat;
  -webkit-box-shadow: -5px 5px 0px #73e5d1;
          box-shadow: -5px 5px 0px #73e5d1;
  color: #fff;
}

.case-study-filters .button-wrapper .buttons button.active {
  color: #73e5d1;
  background-image: url("../assets/images/svg/angle-up.svg");
}

.case-study-filters .isotope-filters-wrapper {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #000;
}

.case-study-filters .isotope-filters-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.case-study-filters .service-filters,
.case-study-filters .industry-filters {
  float: left;
  padding: 0;
}

.case-study-filters .service-filters ul,
.case-study-filters .industry-filters ul {
  margin: 0;
}

.case-study-filters .service-filters ul li,
.case-study-filters .industry-filters ul li {
  float: left;
  margin: 0;
  width: auto;
}

.case-study-filters .service-filters ul li a,
.case-study-filters .industry-filters ul li a {
  display: block;
  padding-top: 0.75em;
  padding-right: 1em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  margin: 0;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
  font-weight: normal;
  color: #042e4c;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.case-study-filters .service-filters ul li a:hover,
.case-study-filters .industry-filters ul li a:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.case-study-filters .service-filters ul li a.selected,
.case-study-filters .industry-filters ul li a.selected {
  display: none;
}

.case-study-filters .filtered-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #000;
}

.case-study-filters .filtered-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.case-study-filters .filtered-wrapper .label {
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.case-study-filters .filtered-wrapper .filtered-item {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding-top: 0.75em;
  padding-right: 1em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  font-size: 0.875em;
  color: #042e4c;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.case-study-filters .filtered-wrapper .filtered-item:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.case-study-filters .filtered-wrapper .filtered-item:after {
  content: '\F00D';
  font-family: FontAwesome;
  font-size: 1em;
  margin-left: 0.5em;
}

.block-views-case-study-listing-grid {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.block-views-case-study-listing-grid:after {
  content: " ";
  display: block;
  clear: both;
}

.block-views-case-study-listing-grid .view-content {
  overflow: hidden;
}

.block-views-case-study-listing-grid ul.isotope-container {
  margin: 0;
  padding: 0;
}

.block-views-case-study-listing-grid ul li.isotope-element {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.block-views-case-study-listing-grid .filter-row {
  display: none;
  height: 0;
}

.block-views-case-study-listing-grid .name-desc-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: padding 0.5s linear;
  transition: padding 0.5s linear;
}

.block-views-case-study-listing-grid .views-field-field-listing-image a {
  display: block;
  line-height: 0;
}

.block-views-case-study-listing-grid .views-field-field-listing-image img {
  width: 100%;
  height: auto;
}

.block-views-case-study-listing-grid .views-field-field-listing-client-name a {
  display: block;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-size: 0.875em;
  color: #fff;
  text-transform: uppercase;
}

.block-views-case-study-listing-grid .views-field-field-listing-description a {
  display: block;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 0.875em;
  color: #fff;
  opacity: 0;
}

.block-views-case-study-listing-grid .morelink {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.block-views-case-study-listing-grid .morelink::after {
  clear: both;
  content: "";
  display: table;
}

.block-views-case-study-listing-grid .morelink a {
  position: relative;
  display: block;
  padding-bottom: 50px;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  color: #042e4c;
  text-transform: uppercase;
  text-align: center;
}

.block-views-case-study-listing-grid .morelink a:after {
  position: absolute;
  content: '';
  height: 40px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-image: url(../assets/images/svg/angle-down-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.block-views-case-study-listing-grid .morelink.expanded a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

@media (min-width: 0) and (max-width: 639px) {
  .case-study-filters .header,
  .case-study-filters .view-filter {
    margin-left: 1em;
    margin-right: 1em;
  }
  .case-study-filters .button-wrapper {
    float: none;
  }
  .case-study-filters .button-wrapper .label {
    margin-bottom: 1em;
  }
  .case-study-filters .button-wrapper .buttons {
    float: none;
  }
  .case-study-filters .button-wrapper .buttons button {
    display: block;
    width: calc(100% - 5px);
    margin-bottom: 0.5em;
  }
  .case-study-filters .views-exposed-widgets,
  .case-study-filters .filtered-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 640px) {
  .case-study-filters .block-inner {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .case-study-filters .main-title {
    float: left;
    margin-right: 3em;
  }
  .case-study-filters .button-wrapper .label {
    margin-top: 1em;
    margin-right: 2em;
  }
  .case-study-filters .filtered-wrapper .label {
    float: left;
    margin-right: 1em;
  }
  .block-views-case-study-listing-grid .block-inner {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-views-case-study-listing-grid ul li.isotope-element {
    width: 33.3333333%;
  }
  .block-views-case-study-listing-grid ul li.isotope-element:hover .name-desc-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .case-study-filters .button-wrapper {
    float: right;
  }
  .block-views-case-study-listing-grid ul li.isotope-element {
    width: 25%;
  }
}

@media (min-width: 1300px) {
  .block-views-case-study-listing-grid ul li.isotope-element {
    width: 20%;
  }
}

.block-views-customers-block,
.paragraphs-item-customers .field-name-field-pag-customers {
  background-color: #0eaedd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0eaedd), to(#4cd0d4));
  background-image: linear-gradient(#0eaedd, #4cd0d4);
  width: 100%;
  height: 36.25em;
  overflow: hidden;
}

.block-views-customers-block .view-id-customers.view-display-id-block,
.block-views-customers-block .view-id-related_customers_display.view-display-id-default,
.paragraphs-item-customers .field-name-field-pag-customers .view-id-customers.view-display-id-block,
.paragraphs-item-customers .field-name-field-pag-customers .view-id-related_customers_display.view-display-id-default {
  width: 316em;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.block-views-customers-block .view-content,
.paragraphs-item-customers .field-name-field-pag-customers .view-content {
  position: relative;
  width: 158em;
}

.block-views-customers-block .logo,
.paragraphs-item-customers .field-name-field-pag-customers .logo {
  position: absolute;
  width: 8.75em;
  height: 8.75em;
  margin: 2.375em;
  background-color: white;
  border-radius: 100%;
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.1);
}

.block-views-customers-block .logo.large,
.paragraphs-item-customers .field-name-field-pag-customers .logo.large {
  width: 13.5em;
  height: 13.5em;
  margin: 0;
}

.block-views-customers-block .logo a,
.paragraphs-item-customers .field-name-field-pag-customers .logo a {
  display: block;
  -webkit-transition: none;
  transition: none;
}

.block-views-customers-block .logo img,
.paragraphs-item-customers .field-name-field-pag-customers .logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 5em;
  max-height: 5em;
  height: auto;
}

.block-views-customers-block .logo.large img,
.paragraphs-item-customers .field-name-field-pag-customers .logo.large img {
  max-width: 8em;
  max-height: 8em;
}

.block-views-customers-block .logo .views-field-title,
.paragraphs-item-customers .field-name-field-pag-customers .logo .views-field-title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 7.5em;
}

.block-views-customers-block .logo.large .views-field-title,
.paragraphs-item-customers .field-name-field-pag-customers .logo.large .views-field-title {
  max-width: 12.5em;
}

.block-views-customers-block .views-row,
.paragraphs-item-customers .field-name-field-pag-customers .views-row {
  -webkit-transition: -webkit-transform 2.5s ease;
  transition: -webkit-transform 2.5s ease;
  transition: transform 2.5s ease;
  transition: transform 2.5s ease, -webkit-transform 2.5s ease;
}

.block-views-customers-block .views-row-1,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-1 {
  top: 4em;
  left: 1em;
}

.block-views-customers-block .views-row-2,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-2 {
  top: 18em;
  left: 2em;
}

.block-views-customers-block .views-row-3,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-3 {
  top: 9em;
  left: 15em;
}

.block-views-customers-block .views-row-4,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-4 {
  top: 19em;
  left: 26em;
}

.block-views-customers-block .views-row-5,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-5 {
  top: 5em;
  left: 32em;
}

.block-views-customers-block .views-row-6,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-6 {
  top: 14em;
  left: 45em;
}

.block-views-customers-block .views-row-7,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-7 {
  top: 4em;
  left: 58em;
}

.block-views-customers-block .views-row-8,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-8 {
  top: 18em;
  left: 61em;
}

.block-views-customers-block .views-row-9,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-9 {
  top: 9em;
  left: 74em;
}

.block-views-customers-block .views-row-10,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-10 {
  top: 19em;
  left: 86em;
}

.block-views-customers-block .views-row-11,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-11 {
  top: 5em;
  left: 90em;
}

.block-views-customers-block .views-row-12,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-12 {
  top: 12em;
  left: 103em;
}

.block-views-customers-block .views-row-13,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-13 {
  top: 4em;
  left: 115em;
}

.block-views-customers-block .views-row-14,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-14 {
  top: 18em;
  left: 116em;
}

.block-views-customers-block .views-row-15,
.paragraphs-item-customers .field-name-field-pag-customers .views-row-15 {
  top: 11em;
  left: 130em;
}

.block-views-case-study-videos-video .slick-list.playing {
  z-index: 100;
}

.block-views-case-study-videos-video .video-js {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 26em !important;
  width: auto !important;
}

.block-views-case-study-videos-video .videojs-colorbox-popup {
  display: none;
  position: relative;
  font-size: 10px;
  height: 26em;
  background-size: cover;
  background-position: top left;
}

.block-views-case-study-videos-video .videojs-colorbox-popup a {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 14em;
  height: 14em;
  margin: -7em 0 0 -7em;
  text-indent: -999px;
  overflow: hidden;
}

.block-views-case-study-videos-video .videojs-colorbox-popup a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url(../assets/images/svg/play-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60px 60px;
}

.block-views-case-study-videos-video .videojs-colorbox-popup a:hover:before {
  opacity: 0.9;
}

.block-views-case-study-videos-video .vjs-poster {
  background-size: cover;
}

.block-views-case-study-videos-video .slick-active .video-js.vjs-playing {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10000;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

.block-views-case-study-videos-video .vjs-default-skin .vjs-progress-control {
  display: none;
}

.block-views-case-study-videos-video .vjs-paused .vjs-big-play-button {
  display: block !important;
}

.block-views-case-study-videos-video .video-js.vjs-paused .vjs-control-bar.vjs-lock-showing {
  display: none !important;
}

.block-views-case-study-videos-video-nav {
  position: relative;
  margin-bottom: 8px;
}

.block-views-case-study-videos-video-nav:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#6ce1d1), to(#07acda));
  background: linear-gradient(90deg, #6ce1d1, #07acda);
  z-index: 1;
}

.block-views-case-study-videos-video-nav .slick-list {
  overflow: visible;
}

.block-views-case-study-videos-video-nav .slick-arrow {
  position: absolute;
  top: -120px;
  width: 4.375em;
  height: 4.375em;
  text-indent: -999px;
  background-color: #fff;
  overflow: hidden;
}

.block-views-case-study-videos-video-nav .slick-prev {
  right: 95px;
  background-image: url(../assets/images/svg/angle-left-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
}

.block-views-case-study-videos-video-nav .slick-next {
  right: 20px;
  background-image: url(../assets/images/svg/angle-right-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
}

.block-views-case-study-videos-video-nav .views-row {
  position: relative;
  top: 0;
  height: 14.5em;
  margin-bottom: 0;
  padding: 1.5em;
  color: #042e4c;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
  transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
  transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, box-shadow 0.5s;
  transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.block-views-case-study-videos-video-nav .views-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(../assets/images/svg/angle-up-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.block-views-case-study-videos-video-nav .views-row:after {
  content: '';
  position: absolute;
  top: 2em;
  right: 0;
  height: 10.5em;
  width: 1px;
  border-right: 1px solid #73e5d1;
}

.block-views-case-study-videos-video-nav .views-row.slick-current {
  top: -1.5em;
  height: 16em;
  margin-bottom: -1.5em;
  padding-top: 3.5em;
  z-index: 1;
  color: #0eaedd;
  -webkit-box-shadow: 0 0 30px 0 rgba(14, 174, 221, 0.3);
          box-shadow: 0 0 30px 0 rgba(14, 174, 221, 0.3);
}

.block-views-case-study-videos-video-nav .views-row.slick-current:before {
  content: '';
  opacity: 1;
}

.block-views-case-study-videos-video-nav .views-row.slick-current:after {
  border-right: 0;
}

.block-views-case-study-videos-video-nav .views-field-field-listing-client-name {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.75em;
  margin-bottom: 0.25em;
}

.block-views-case-study-videos-video-nav .views-field-field-listing-description {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.25em;
}

@media (min-width: 640px) {
  .block-views-case-study-videos-video .vjs-default-skin .vjs-control-bar {
    max-width: 996px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .block-views-case-study-videos-video .video-js {
    display: none;
    height: 56em !important;
  }
  .block-views-case-study-videos-video .videojs-colorbox-popup {
    display: block;
    height: 56em;
  }
  .block-views-case-study-videos-video-nav .views-row {
    height: 16em;
  }
  .block-views-case-study-videos-video-nav .views-row:after {
    height: 12em;
  }
  .block-views-case-study-videos-video-nav .views-row.slick-current {
    height: 17.5em;
  }
  .block-views-case-study-videos-video-nav .views-row.slick-current:after {
    height: 13.5em;
  }
  .block-views-case-study-videos-video-nav .views-field-field-listing-client-name {
    margin-bottom: 0.5em;
  }
  .block-views-case-study-videos-video-nav .slick-list {
    -webkit-transform: translateX(5em);
            transform: translateX(5em);
  }
}

.block-views-case-study-videos-video .vjs-default-skin .vjs-big-play-button,
#colorbox .vjs-default-skin .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 14.0em;
  height: 14.0em;
  margin: -7em 0 0 -7em;
  background-color: transparent;
}

.block-views-case-study-videos-video .vjs-default-skin .vjs-big-play-button:before,
#colorbox .vjs-default-skin .vjs-big-play-button:before {
  content: '';
  opacity: 0.6;
  background-image: url(../assets/images/svg/play-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60px 60px;
}

.block-views-case-study-videos-video .vjs-default-skin .vjs-big-play-button:focus,
#colorbox .vjs-default-skin .vjs-big-play-button:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-views-case-study-videos-video .vjs-default-skin .vjs-big-play-button:focus:before,
#colorbox .vjs-default-skin .vjs-big-play-button:focus:before {
  opacity: 0.9;
}

.block-views-case-study-videos-video .vjs-default-skin:hover .vjs-big-play-button,
#colorbox .vjs-default-skin:hover .vjs-big-play-button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-views-case-study-videos-video .vjs-default-skin:hover .vjs-big-play-button:before,
#colorbox .vjs-default-skin:hover .vjs-big-play-button:before {
  opacity: 0.9;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxWrapper {
  background: #000;
  border-radius: 5px;
}

#cboxTopLeft {
  width: 15px;
  height: 5px;
}

#cboxTopCenter {
  height: 5px;
}

#cboxTopRight {
  width: 15px;
  height: 5px;
}

#cboxBottomLeft {
  width: 15px;
  height: 10px;
}

#cboxBottomCenter {
  height: 10px;
}

#cboxBottomRight {
  width: 15px;
  height: 10px;
}

#cboxMiddleLeft {
  width: 15px;
}

#cboxMiddleRight {
  width: 15px;
}

#cboxContent #cboxTitle {
  display: none !important;
}

#cboxContent #cboxClose {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: #000;
  border-radius: 50%;
  text-indent: -9999px;
}

#cboxContent #cboxClose:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/svg/times-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 12px;
}

#cboxContent #cboxClose:hover {
  opacity: 0.8;
}

#cboxContent #cboxLoadedContent {
  margin-top: 26px;
}

#cboxLoadingOverlay {
  background: #fff;
}

.block-views-testimonials-block .slick-arrow {
  position: absolute;
  top: 50%;
  top: calc(50% - 28px);
  width: 30px;
  height: 45px;
  padding: 0;
  color: white;
  z-index: 80;
  background: none;
  text-indent: -9999px;
  outline: 0;
}

.block-views-testimonials-block .slick-arrow:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-views-testimonials-block .slick-arrow {
  opacity: .3;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.block-views-testimonials-block:hover .slick-arrow {
  opacity: .6;
}

.block-views-testimonials-block:hover .slick-arrow:hover {
  opacity: 1;
}

.block-views-testimonials-block .slick-prev {
  left: 30px;
  background-image: url("../assets/images/homepage/hero-prev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block-views-testimonials-block .slick-next {
  right: 30px;
  background-image: url("../assets/images/homepage/hero-next.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block-views-testimonials-block .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5625em;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.block-views-testimonials-block .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
}

.block-views-testimonials-block .slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  text-indent: -9999px;
  font-size: 0;
  background-color: #fff;
  border: 3px solid #fff;
}

.block-views-testimonials-block .slick-dots .slick-active button {
  background-color: #000;
}

.block-views-testimonials-block .testimonial-strip {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  background-position: top left;
  color: #fff;
}

.block-views-testimonials-block .testimonial-strip::after {
  clear: both;
  content: "";
  display: table;
}

.block-views-testimonials-block .testimonial-strip .field-name-field-testimonial-citation p {
  margin-bottom: 0;
}

.block-views-testimonials-block .testimonial-strip.testimonial-blue {
  color: #042e4c;
}

@media (min-width: 0) and (max-width: 980px) {
  .block-views-testimonials-block .testimonial-strip {
    background-size: cover;
  }
  .block-views-testimonials-block .testimonial-strip .content {
    width: 75%;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    min-height: 310px;
  }
  .block-views-testimonials-block .testimonial-strip .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-25% - 10px);
    height: 4em;
    width: 4em;
    background-image: url("../assets/images/svg/quote-left-white.svg");
    background-size: 92%;
    background-repeat: no-repeat;
  }
  .block-views-testimonials-block .testimonial-strip.testimonial-blue .content:before {
    background-image: url("../assets/images/svg/quote-left.svg");
  }
  .block-views-testimonials-block .testimonial-strip .field-name-field-pag-text {
    font-size: 1.375em;
  }
  .block-views-testimonials-block .testimonial-strip .field-name-field-client-logo {
    display: none;
  }
}

@media (min-width: 981px) {
  .block-views-testimonials-block .testimonial-strip {
    padding-top: 7em;
    padding-bottom: 5.5em;
    background-size: cover;
  }
  .block-views-testimonials-block .testimonial-strip .content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    height: 410px;
    overflow: hidden;
  }
  .block-views-testimonials-block .testimonial-strip .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  .block-views-testimonials-block .testimonial-strip .field-name-field-client-logo {
    width: 91.66666667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333333%;
    margin-bottom: 2.5em;
  }
  .block-views-testimonials-block .testimonial-strip .field-name-field-pag-text,
  .block-views-testimonials-block .testimonial-strip .field-name-field-testimonial-citation {
    width: 58.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16.66666667%;
  }
  .block-views-testimonials-block .testimonial-strip .field-name-field-pag-text {
    position: relative;
    font-size: 2em;
    font-family: "VerbLight", Verdana, sans-serif;
    line-height: 1.2em;
  }
  .block-views-testimonials-block .testimonial-strip .field-name-field-pag-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-8.33333333% - 30px);
    height: 1.6em;
    width: 1.6em;
    background-image: url("../assets/images/svg/quote-left-white.svg");
    background-size: 92%;
    background-repeat: no-repeat;
  }
  .block-views-testimonials-block .testimonial-strip.testimonial-blue .field-name-field-pag-text:before {
    background-image: url("../assets/images/svg/quote-left.svg");
  }
  .block-views-testimonials-block .testimonial-strip .field-name-field-testimonial-citation {
    font-size: 1.375em;
    font-family: "VerbLight", Verdana, sans-serif;
  }
}

.our-customers-banner-video {
  position: relative;
  height: calc(100vw / 1.77778 - 117px);
  max-height: 26.25em;
  margin-bottom: 4em;
}

.our-customers-banner-video .s-container {
  position: relative;
  height: 100%;
}

.our-customers-banner-video .text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.our-customers-banner-video .title {
  position: absolute;
  top: 38px;
  left: 30px;
  right: 30px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.75em;
  color: #042e4c;
  background-color: #fff;
  text-transform: uppercase;
}

.our-customers-banner-video .text-box {
  position: absolute;
  bottom: -4em;
  left: 2em;
  right: 2em;
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 5em;
  padding-left: 1.5em;
  color: #fff;
  background-color: #042e4c;
}

.our-customers-banner-video .text-box a {
  color: #fff;
}

.our-customers-banner-video .text-box .views-field-field-listing-client-name {
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: 1.125em;
  margin-bottom: 1em;
}

.our-customers-banner-video .text-box .views-field-field-our-customers-heading-text {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125em;
}

.our-customers-banner-video .text-box .views-field-view-node {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  right: 1.5em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.125em;
  background-image: url("../assets/images/svg/angle-right-white.svg");
  background-size: 2.5em;
  background-position: right center;
  background-repeat: no-repeat;
}

.our-customers-banner-video .text-box .views-field-view-node a {
  display: block;
}

.our-customers-banner-video .video-wrapper {
  display: none;
}

.our-customers-banner-video .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-height: 26.25em;
  height: calc(100vw / 1.77778 - 117px);
  z-index: 0;
  overflow: hidden;
}

.our-customers-banner-video .image-wrapper img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  left: -200%;
  right: -200%;
  top: -200%;
  bottom: -200%;
  max-width: none;
}

@media (min-width: 0) and (max-width: 980px) {
  .our-customers-banner-video {
    height: 26.25em;
  }
  .our-customers-banner-video .image-wrapper {
    height: 26.25em;
  }
}

@media (min-width: 981px) {
  .our-customers-banner-video {
    height: calc(100vw / 1.77778 - 117px);
    max-height: 40.75em;
    margin-bottom: 0;
  }
  .our-customers-banner-video .title {
    top: 100px;
    left: 0;
    right: initial;
    font-size: 2.625em;
  }
  .our-customers-banner-video .text-box {
    bottom: 2em;
    left: 0;
    right: initial;
    background-color: rgba(4, 46, 76, 0.7);
  }
  .our-customers-banner-video .title, .our-customers-banner-video .text-box {
    width: 390px;
  }
  .our-customers-banner-video .video-wrapper {
    display: block;
    width: 100%;
    height: calc(100vw / 1.77778 - 117px);
    max-height: 40.75em;
    overflow: hidden;
    z-index: 0;
  }
  .our-customers-banner-video .video-wrapper video {
    margin-top: -50%;
    margin-bottom: -50%;
    width: 100%;
    height: auto;
  }
  .our-customers-banner-video .image-wrapper {
    display: none;
  }
}

.page-node.node-type-vertical-landing-page {
  background: none;
}

.page-node.node-type-vertical-landing-page .node.node-vertical-landing-page {
  padding-bottom: 0;
}

.page-node.node-type-vertical-landing-page .region--full-width-banner {
  position: relative;
}

.page-node.node-type-vertical-landing-page #section-header {
  margin-bottom: 0;
}

.page-node.node-type-vertical-landing-page .zone-header-wrapper {
  display: none;
}

.page-node.node-type-vertical-landing-page .zone-content.container-12,
.page-node.node-type-vertical-landing-page .region-content.grid-12 {
  width: 100%;
  margin: 0;
}

.page-node.node-type-vertical-landing-page #zone-content {
  min-height: auto;
  font-size: 16px;
}

.page-node.node-type-vertical-landing-page #section-content,
.page-node.node-type-vertical-landing-page #zone-content-wrapper {
  margin: 0;
  padding: 0;
}

.page-node.node-type-vertical-landing-page .region-content-inner > h1 {
  display: none;
}

.page-node.node-type-vertical-landing-page .region--full-width-content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.page-node.node-type-vertical-landing-page .region--full-width-content:after {
  content: " ";
  display: block;
  clear: both;
}

.node-type-vertical-landing-page #breadcrumb {
  display: none;
}

body.node-type-headerless-landing-page {
  background: #fff;
}

body.node-type-headerless-landing-page .zone-content.container-12,
body.node-type-headerless-landing-page .region-content.grid-12 {
  width: 100%;
  margin: 0;
}

body.node-type-headerless-landing-page #zone-content {
  min-height: auto;
  font-size: 16px;
}

body.node-type-headerless-landing-page #section-content,
body.node-type-headerless-landing-page #zone-content-wrapper {
  margin: 0;
  padding: 0;
}

body.node-type-headerless-landing-page .region-content-inner > h1 {
  display: none;
}

body.node-type-headerless-landing-page #breadcrumb {
  display: none;
}

body.node-type-headerless-landing-page.hide-footer .section-footer .zone-footer-wrapper,
body.node-type-headerless-landing-page.hide-footer .section-footer .zone--footer-bottom .block-footer-bottom-contact-button {
  display: none;
}

body.node-type-headerless-landing-page .node {
  padding-bottom: 0;
}

.webform-component--personal-information .webform-component-email,
.webform-component--personal-information .webform-component-select:first-of-type {
  margin-top: 0;
}

.page-node.node-type-webform #zone-content {
  font-size: 16px;
}

.page-node.node-type-webform #zone-content h1 {
  font-size: 1.275em;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-markup h3,
.page-node.node-type-webform #zone-content .webform-client-form fieldset legend {
  font: normal 1em/1.3em "VerbRegular-Bold", Verdana, sans-serif;
}

.page-node.node-type-webform #zone-content .webform-client-form label {
  font: normal 0.9em "VerbRegular-Bold", Verdana, sans-serif;
}

.page-node.node-type-webform #zone-content .webform-client-form .form-text,
.page-node.node-type-webform #zone-content .webform-client-form .form-textarea {
  border-bottom: 2px solid #3e3e3e;
}

.page-node.node-type-webform #zone-content .webform-client-form .resizable-textarea .form-textarea {
  border-bottom: 0;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select select {
  padding: 0.5em;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component {
  position: relative;
  background-color: #e0e4e6;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 10px;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/svg/angle-down-dgrey.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 0 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component span.selected {
  display: block;
  height: 2.25em;
  padding: .4em;
  padding-right: 2.5em;
  border-bottom: 2px solid #3e3e3e;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component div {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #f4f8fb;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin-left: 0;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component ul li {
  padding: .4em;
  list-style-type: none;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component ul li:hover {
  background-color: #e0e4e6;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component li.focus {
  position: relative;
  z-index: 3;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component.touch .old {
  width: 100%;
  height: 100%;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component.open div {
  opacity: 1;
  z-index: 2;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-select .dropdown-component.scrollable.open ul {
  overflow-y: auto;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-file .form-managed-file input[type="file"],
.page-node.node-type-webform #zone-content .webform-client-form .webform-component-file .form-managed-file input[type="submit"] {
  margin-bottom: 1em;
}

.page-node.node-type-webform #zone-content .webform-client-form .webform-component-file .description {
  clear: both;
}

.page-node.node-type-webform #zone-content .webform-client-form input[type="submit"] {
  padding: 0.75em 1.5em;
  font-family: "VerbRegular", Verdana, sans-serif;
  color: #fff;
  background: #00AEEF;
}

/* Online enquiries */
@media (min-width: 981px) {
  .webform-component--personal-information--pi-left {
    float: left;
    width: 49%;
  }
  .webform-component--personal-information--pi-right {
    float: right;
    width: 49%;
  }
  .webform-component--personal-information--pi-left-2 {
    float: left;
    width: 49%;
    clear: both;
  }
  .webform-component--personal-information--pi-left .form-item:first-of-type,
  .webform-component--personal-information--pi-right .form-item:first-of-type,
  .webform-component--personal-information--pi-left-2 .form-item:first-of-type {
    margin-top: 0;
  }
  .webform-component-file {
    clear: both;
  }
  .webform-component--personal-information .webform-component-select:first-of-type {
    clear: both;
    margin-top: 1em;
  }
  .webform-component--your-interests .webform-component-checkboxes {
    float: left;
    margin-top: 0;
    width: 50%;
  }
  .webform-component--your-interests .webform-component-markup {
    clear: both;
  }
  .webform-component--your-interests--unified-ict .fieldset-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .webform-component--terms-and-conditions {
    margin-top: 0;
  }
}

.page-node.node-type-rich-page {
  background: none;
}

.page-node.node-type-rich-page .node.node-vertical-landing-page {
  padding-bottom: 0;
}

.page-node.node-type-rich-page .region--full-width-banner {
  position: relative;
}

.page-node.node-type-rich-page #section-header {
  margin-bottom: 0;
}

.page-node.node-type-rich-page .zone-header-wrapper {
  display: none;
}

.page-node.node-type-rich-page .zone-content.container-12,
.page-node.node-type-rich-page .region-content.grid-12 {
  width: 100%;
  margin: 0;
}

.page-node.node-type-rich-page #zone-content {
  min-height: auto;
  font-size: 16px;
}

.page-node.node-type-rich-page #section-content,
.page-node.node-type-rich-page #zone-content-wrapper {
  margin: 0;
  padding: 0;
}

.page-node.node-type-rich-page .region-content-inner > h1 {
  display: none;
}

.page-node.node-type-rich-page #zone-postscript {
  font-size: 16px;
  background: none;
  color: #333;
}

.page-node.node-type-rich-page #region-postscript-second {
  padding: 0;
}

.node-type-rich-page #breadcrumb {
  display: none;
}

body.node-type-webinar {
  background: #fff;
}

body.node-type-webinar .region--full-width-banner {
  position: relative;
}

body.node-type-webinar .zone-content.container-12,
body.node-type-webinar .region-content.grid-12 {
  width: 100%;
  margin: 0;
}

body.node-type-webinar #zone-content {
  min-height: auto;
  font-size: 16px;
}

body.node-type-webinar #section-content,
body.node-type-webinar #zone-content-wrapper {
  margin: 0;
  padding: 0;
}

body.node-type-webinar .region-content-inner > h1 {
  display: none;
}

body.node-type-webinar #breadcrumb,
body.node-type-webinar #zone-header-wrapper {
  display: none;
}

body.node-type-webinar .node {
  padding-bottom: 0;
}

.webinar-page--header {
  margin-bottom: 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.webinar-page--header-text {
  padding-top: 10rem;
  padding-bottom: 12rem;
  color: #fff;
}

.webinar-page--header-text h2 {
  margin-bottom: 3rem;
  color: #fff;
  font-family: "VerbMedium", Verdana, sans-serif;
  font-size: .875rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.webinar-page--header-text h3 {
  color: #fff;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 3rem;
}

.webinar-page--header-text .field-name-field-webinar-date {
  font-size: 1.625rem;
  font-family: "VerbLight", Verdana, sans-serif;
  text-transform: uppercase;
}

.webinar-page--header-text .wb-scroll-down {
  margin-top: 2em;
  text-align: left;
}

.webinar-page--header-text .wb-scroll-down a {
  display: inline-block;
  width: 4em;
  height: 4em;
  margin-left: -0.75rem;
  background-image: url(../assets/images/svg/angle-down.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 4em 4em;
  text-indent: -999em;
  overflow: hidden;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.webinar-page--content-wrapper {
  margin-bottom: 4rem;
}

.webinar-page--content .field-name-field-webinar-page-text h2 {
  margin-bottom: .75em;
  padding-bottom: .3em;
  border-bottom: 2px solid #74E5D1;
  font-size: 2.625rem;
  font-family: "VerbLight", Verdana, sans-serif;
  color: #74E5D1;
}

.webinar-page--content .field-name-field-webinar-page-text p,
.webinar-page--content .field-name-field-webinar-page-text ul {
  font-family: "VerbLight", Verdana, sans-serif;
}

.webinar-page--content .field-name-field-webinar-page-text ul {
  margin-left: 1.25em;
}

.webinar-page--host {
  padding: 2rem;
  text-align: center;
  color: #002d4e;
  font-family: "VerbLight", Verdana, sans-serif;
  background-color: #F4F8FB;
}

.webinar-page--host .field-name-field-webinar-author {
  margin-bottom: .25rem;
  font-size: 2.25rem;
}

.webinar-page--host .field-name-field-webinar-author-job {
  margin-bottom: .35rem;
  font-size: 1.3125rem;
}

#webinar_calendar_target .add-to-calendar {
  position: relative;
  float: left;
  z-index: 10;
  background-color: #fff;
}

#webinar_calendar_target label.add-to-calendar-checkbox {
  width: 250px;
  margin-bottom: 0;
  text-align: center;
  background-color: #002d4e;
}

#webinar_calendar_target .add-to-calendar-checkbox:checked ~ a {
  display: block;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

body.product-colours-blue-to-cyan .webinar-page--content .field-name-field-webinar-page-text h2 {
  border-bottom: 2px solid #0eaedd;
  color: #0eaedd;
}

body.product-colours-blue-to-purple .webinar-page--content .field-name-field-webinar-page-text h2 {
  border-bottom: 2px solid #8c68d2;
  color: #8c68d2;
}

body.product-colours-green-to-yellow .webinar-page--content .field-name-field-webinar-page-text h2 {
  border-bottom: 2px solid #8ae772;
  color: #8ae772;
}

body.product-colours-pink-to-light-purple .webinar-page--content .field-name-field-webinar-page-text h2 {
  border-bottom: 2px solid #e9206c;
  color: #e9206c;
}

body.product-colours-purple-to-pink .webinar-page--content .field-name-field-webinar-page-text h2 {
  border-bottom: 2px solid #e9206e;
  color: #e9206e;
}

body.product-colours-salmon-to-yellow .webinar-page--content .field-name-field-webinar-page-text h2 {
  border-bottom: 2px solid #fe7275;
  color: #fe7275;
}

.page--careers.not-front #section-header {
  margin-bottom: 0;
}

.page--careers .zone-header-wrapper {
  display: none;
}

.page--careers h1#page-title {
  display: none;
}

.page--careers #breadcrumb {
  display: none;
}

.page--careers #section-content {
  margin-top: 0;
}

.page--careers .zone-content-wrapper {
  display: none;
}

.page--careers .zone--full-width-content {
  background-color: #f4f8fb;
}

.page--careers .block-ps-landing-page-breadcrumb {
  position: relative;
}

.page--careers .block.block--keep-connected {
  background-color: #f7d719;
}

.block-views-careers-videos-video .slick-list.playing,
.block-views-careers-videos-why-interoute .slick-list.playing,
.block-views-careers-videos-join-us .slick-list.playing {
  z-index: 100;
}

.block-views-careers-videos-video .video-js,
.block-views-careers-videos-why-interoute .video-js,
.block-views-careers-videos-join-us .video-js {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 26em !important;
  width: auto !important;
}

.block-views-careers-videos-video .videojs-colorbox-popup,
.block-views-careers-videos-why-interoute .videojs-colorbox-popup,
.block-views-careers-videos-join-us .videojs-colorbox-popup {
  display: none;
  position: relative;
  font-size: 10px;
  height: 26em;
  background-size: cover;
  background-position: top left;
}

.block-views-careers-videos-video .videojs-colorbox-popup a,
.block-views-careers-videos-why-interoute .videojs-colorbox-popup a,
.block-views-careers-videos-join-us .videojs-colorbox-popup a {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 14em;
  height: 14em;
  margin: -7em 0 0 -7em;
  text-indent: -999px;
  overflow: hidden;
}

.block-views-careers-videos-video .videojs-colorbox-popup a:before,
.block-views-careers-videos-why-interoute .videojs-colorbox-popup a:before,
.block-views-careers-videos-join-us .videojs-colorbox-popup a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../assets/images/svg/play-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60px 60px;
}

.block-views-careers-videos-video .videojs-colorbox-popup a:hover:before,
.block-views-careers-videos-why-interoute .videojs-colorbox-popup a:hover:before,
.block-views-careers-videos-join-us .videojs-colorbox-popup a:hover:before {
  opacity: 0.4;
}

.block-views-careers-videos-video .vjs-poster,
.block-views-careers-videos-why-interoute .vjs-poster,
.block-views-careers-videos-join-us .vjs-poster {
  background-size: cover;
}

.block-views-careers-videos-video .slick-active .video-js.vjs-playing,
.block-views-careers-videos-why-interoute .slick-active .video-js.vjs-playing,
.block-views-careers-videos-join-us .slick-active .video-js.vjs-playing {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10000;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

.block-views-careers-videos-video .vjs-default-skin .vjs-progress-control,
.block-views-careers-videos-why-interoute .vjs-default-skin .vjs-progress-control,
.block-views-careers-videos-join-us .vjs-default-skin .vjs-progress-control {
  display: none;
}

.block-views-careers-videos-video .vjs-paused .vjs-big-play-button,
.block-views-careers-videos-why-interoute .vjs-paused .vjs-big-play-button,
.block-views-careers-videos-join-us .vjs-paused .vjs-big-play-button {
  display: block !important;
}

.block-views-careers-videos-video .video-js.vjs-paused .vjs-control-bar.vjs-lock-showing,
.block-views-careers-videos-why-interoute .video-js.vjs-paused .vjs-control-bar.vjs-lock-showing,
.block-views-careers-videos-join-us .video-js.vjs-paused .vjs-control-bar.vjs-lock-showing {
  display: none !important;
}

.block-views-careers-videos-video-nav {
  position: relative;
  margin-bottom: 8px;
}

.block-views-careers-videos-video-nav:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#ff7376), to(#f7d719));
  background: linear-gradient(90deg, #ff7376, #f7d719);
  z-index: 1;
}

.block-views-careers-videos-video-nav .slick-list {
  overflow: visible;
}

.block-views-careers-videos-video-nav .slick-arrow {
  position: absolute;
  top: -120px;
  width: 4.375em;
  height: 4.375em;
  text-indent: -999px;
  background-color: #fff;
  overflow: hidden;
}

.block-views-careers-videos-video-nav .slick-prev {
  right: 95px;
  background-image: url(../assets/images/svg/angle-left-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
}

.block-views-careers-videos-video-nav .slick-next {
  right: 20px;
  background-image: url(../assets/images/svg/angle-right-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
}

.block-views-careers-videos-video-nav .views-row {
  position: relative;
  top: 0;
  height: 14.5em;
  margin-bottom: 0;
  padding: 1.5em;
  color: #042e4c;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
  transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
  transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, box-shadow 0.5s;
  transition: top 0.5s, height 0.5s, margin-bottom 0.5s, padding-top 0.5s, color 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.block-views-careers-videos-video-nav .views-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(../assets/images/svg/angle-up-darkestblue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.block-views-careers-videos-video-nav .views-row:after {
  content: '';
  position: absolute;
  top: 2em;
  right: 0;
  height: 10.5em;
  width: 1px;
  border-right: 1px solid #ff7376;
}

.block-views-careers-videos-video-nav .views-row.slick-current {
  top: -1.5em;
  height: 16em;
  margin-bottom: -1.5em;
  padding-top: 3.5em;
  z-index: 1;
  color: #ff7376;
  -webkit-box-shadow: 0 0 30px 0 rgba(255, 115, 118, 0.3);
          box-shadow: 0 0 30px 0 rgba(255, 115, 118, 0.3);
}

.block-views-careers-videos-video-nav .views-row.slick-current:before {
  content: '';
  opacity: 1;
}

.block-views-careers-videos-video-nav .views-row.slick-current:after {
  border-right: 0;
}

.block-views-careers-videos-video-nav .views-field-title,
.block-views-careers-videos-video-nav .views-field-field-careers-display-title {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.75em;
  margin-bottom: 0.25em;
}

.block-views-careers-videos-video-nav .views-field-field-careers-description {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.25em;
}

@media (min-width: 640px) {
  .block-views-careers-videos-video .vjs-default-skin .vjs-control-bar,
  .block-views-careers-videos-why-interoute .vjs-default-skin .vjs-control-bar,
  .block-views-careers-videos-join-us .vjs-default-skin .vjs-control-bar {
    max-width: 996px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .block-views-careers-videos-video .video-js,
  .block-views-careers-videos-why-interoute .video-js,
  .block-views-careers-videos-join-us .video-js {
    display: none;
    height: 56em !important;
  }
  .block-views-careers-videos-video .videojs-colorbox-popup,
  .block-views-careers-videos-why-interoute .videojs-colorbox-popup,
  .block-views-careers-videos-join-us .videojs-colorbox-popup {
    display: block;
    height: 56em;
  }
  .block-views-careers-videos-video-nav .views-row {
    height: 16em;
  }
  .block-views-careers-videos-video-nav .views-row:after {
    height: 12em;
  }
  .block-views-careers-videos-video-nav .views-row.slick-current {
    height: 17.5em;
  }
  .block-views-careers-videos-video-nav .views-row.slick-current:after {
    height: 13.5em;
  }
  .block-views-careers-videos-video-nav .views-field-title,
  .block-views-careers-videos-video-nav .views-field-field-careers-display-title {
    margin-bottom: 0.5em;
  }
  .block-views-careers-videos-video-nav .slick-list {
    -webkit-transform: translateX(5em);
            transform: translateX(5em);
  }
}

.block-views-careers-videos-video .vjs-default-skin .vjs-big-play-button,
#colorbox .vjs-default-skin .vjs-big-play-button,
.block-views-careers-videos-why-interoute .vjs-default-skin .vjs-big-play-button,
.block-views-careers-videos-join-us .vjs-default-skin .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 14.0em;
  height: 14.0em;
  margin: -7em 0 0 -7em;
  background-color: transparent;
}

.block-views-careers-videos-video .vjs-default-skin .vjs-big-play-button:before,
#colorbox .vjs-default-skin .vjs-big-play-button:before,
.block-views-careers-videos-why-interoute .vjs-default-skin .vjs-big-play-button:before,
.block-views-careers-videos-join-us .vjs-default-skin .vjs-big-play-button:before {
  content: '';
  opacity: 0.6;
  background-image: url(../assets/images/svg/play-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60px 60px;
}

.block-views-careers-videos-video .vjs-default-skin .vjs-big-play-button:focus,
#colorbox .vjs-default-skin .vjs-big-play-button:focus,
.block-views-careers-videos-why-interoute .vjs-default-skin .vjs-big-play-button:focus,
.block-views-careers-videos-join-us .vjs-default-skin .vjs-big-play-button:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-views-careers-videos-video .vjs-default-skin .vjs-big-play-button:focus:before,
#colorbox .vjs-default-skin .vjs-big-play-button:focus:before,
.block-views-careers-videos-why-interoute .vjs-default-skin .vjs-big-play-button:focus:before,
.block-views-careers-videos-join-us .vjs-default-skin .vjs-big-play-button:focus:before {
  opacity: 0.9;
}

.block-views-careers-videos-video .vjs-default-skin:hover .vjs-big-play-button,
#colorbox .vjs-default-skin:hover .vjs-big-play-button,
.block-views-careers-videos-why-interoute .vjs-default-skin:hover .vjs-big-play-button,
.block-views-careers-videos-join-us .vjs-default-skin:hover .vjs-big-play-button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-views-careers-videos-video .vjs-default-skin:hover .vjs-big-play-button:before,
#colorbox .vjs-default-skin:hover .vjs-big-play-button:before,
.block-views-careers-videos-why-interoute .vjs-default-skin:hover .vjs-big-play-button:before,
.block-views-careers-videos-join-us .vjs-default-skin:hover .vjs-big-play-button:before {
  opacity: 0.9;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxWrapper {
  background: #000;
  border-radius: 5px;
}

#cboxTopLeft {
  width: 15px;
  height: 5px;
}

#cboxTopCenter {
  height: 5px;
}

#cboxTopRight {
  width: 15px;
  height: 5px;
}

#cboxBottomLeft {
  width: 15px;
  height: 10px;
}

#cboxBottomCenter {
  height: 10px;
}

#cboxBottomRight {
  width: 15px;
  height: 10px;
}

#cboxMiddleLeft {
  width: 15px;
}

#cboxMiddleRight {
  width: 15px;
}

#cboxContent #cboxTitle {
  display: none !important;
}

#cboxContent #cboxClose {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: #000;
  border-radius: 50%;
  text-indent: -9999px;
}

#cboxContent #cboxClose:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/svg/times-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 12px;
}

#cboxContent #cboxClose:hover {
  opacity: 0.8;
}

#cboxContent #cboxLoadedContent {
  margin-top: 26px;
}

#cboxLoadingOverlay {
  background: #fff;
}

@media (min-width: 0) and (max-width: 1600px) {
  .block-views-careers-videos-video-nav .views-field-field-careers-display-title {
    line-height: 30px;
    margin-bottom: 0.3em;
  }
  .block-views-careers-videos-video-nav .views-row {
    padding: 1.1em;
  }
  .block-views-careers-videos-video-nav .views-field-field-careers-description {
    font-size: 1.05em;
  }
}

.block-views-careers-videos-why-interoute {
  padding-top: 5em;
  padding-bottom: 5em;
}

.block-views-careers-videos-why-interoute .block-inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.block-views-careers-videos-why-interoute .view-header {
  margin-bottom: 4em;
}

.block-views-careers-videos-why-interoute h2.block-title {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 3em;
  margin-bottom: .15em;
  text-align: center;
  text-transform: uppercase;
  color: #042e4c;
}

.block-views-careers-videos-why-interoute .views-field-field-thumbnail {
  text-align: center;
}

.block-views-careers-videos-why-interoute h3 {
  font-family: "VerbLight", Verdana, sans-serif;
  color: #fe7275;
  font-size: 1.625em;
  text-align: center;
}

.block-views-careers-videos-why-interoute .views-field-field-careers-name,
.block-views-careers-videos-why-interoute .views-field-field-careers-position {
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2em;
  color: #042e4c;
  text-align: center;
}

.block-views-careers-videos-why-interoute .videojs-colorbox-popup {
  margin: 0 auto;
  margin-bottom: 3em;
  height: 320px;
  width: 320px;
  font-size: 1em;
  background-size: contain;
  border-radius: 100%;
  overflow: hidden;
  color: #fff;
}

.block-views-careers-videos-why-interoute .videojs-colorbox-popup a:before {
  z-index: 1;
}

.block-views-careers-videos-why-interoute .videojs-colorbox-popup .views-field-field-careers-synopsis {
  display: table-cell;
  vertical-align: middle;
  height: 320px;
  width: 320px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.block-views-careers-videos-why-interoute .videojs-colorbox-popup .views-field-field-careers-synopsis .field-content {
  font-size: 1.25em;
  text-align: center;
  vertical-align: middle;
}

.block-views-careers-videos-why-interoute .videojs-colorbox-popup:hover .views-field-field-careers-synopsis {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 0) and (max-width: 980px) {
  .block-views-careers-videos-why-interoute {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-views-careers-videos-why-interoute .views-row {
    margin-bottom: 2em;
  }
  .block-views-careers-videos-why-interoute .views-field-field-careers-video-why {
    margin-bottom: 1em;
  }
  .block-views-careers-videos-why-interoute .views-field-field-careers-name,
  .block-views-careers-videos-why-interoute .views-field-field-careers-position {
    font-size: 1.4em;
  }
}

@media (min-width: 1025px) {
  .block-views-careers-videos-why-interoute .views-row {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-views-careers-videos-why-interoute .views-row:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .block-views-careers-videos-why-interoute .views-row:nth-child(3n + 2) {
    margin-left: 33.33333333%;
    margin-right: -100%;
    clear: none;
  }
  .block-views-careers-videos-why-interoute .views-row:nth-child(3n + 3) {
    margin-left: 66.66666667%;
    margin-right: -100%;
    clear: none;
  }
}

.block-careers-our-values {
  padding-top: 4.3em;
  padding-bottom: 4.3em;
  background-color: #ff7376;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7376), to(#febb46));
  background-image: linear-gradient(#ff7376, #febb46);
}

.block-careers-our-values h2.block-title {
  text-align: center;
  margin-bottom: .25em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 2.625em;
  text-transform: uppercase;
  color: #080935;
}

.block-careers-our-values .our-values-inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.block-careers-our-values .our-values-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block-careers-our-values .item {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.block-careers-our-values .flip-container:hover .flipper,
.block-careers-our-values .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.block-careers-our-values .our-value {
  position: relative;
  z-index: 3;
  width: 15em;
  height: 15em;
  margin: 1.5em auto;
  color: #080935;
  -webkit-transition: width 0.5s ease, -webkit-transform 2.5s ease;
  transition: width 0.5s ease, -webkit-transform 2.5s ease;
  transition: transform 2.5s ease, width 0.5s ease;
  transition: transform 2.5s ease, width 0.5s ease, -webkit-transform 2.5s ease;
  overflow: hidden;
  cursor: pointer;
}

.block-careers-our-values .our-value .flipper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.block-careers-our-values .our-value-wrapper {
  width: 15em;
}

.block-careers-our-values .our-value-wrapper .front,
.block-careers-our-values .our-value-wrapper .back {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 15em;
  height: 15em;
  background-color: white;
  border-radius: 15em;
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: center;
}

.block-careers-our-values .our-value-wrapper .front > span,
.block-careers-our-values .our-value-wrapper .back > span {
  display: table-cell;
  vertical-align: middle;
}

.block-careers-our-values .our-value-wrapper .front span.title,
.block-careers-our-values .our-value-wrapper .front span.title strong,
.block-careers-our-values .our-value-wrapper .back span.title,
.block-careers-our-values .our-value-wrapper .back span.title strong {
  font-style: italic;
}

.block-careers-our-values .our-value-wrapper .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.block-careers-our-values .our-value-wrapper .front img {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}

.block-careers-our-values .our-value-wrapper .front div {
  font-style: italic;
}

.block-careers-our-values .our-value-wrapper .front div strong {
  font-family: "VerbRegular-Bold", Verdana, sans-serif;
  font-style: italic;
}

.block-careers-our-values .our-value-wrapper .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: #080935;
  color: #fff;
}

.block-careers-our-values .our-value-wrapper .back span {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 1300px) {
  .block-careers-our-values {
    position: relative;
    height: 36.25em;
  }
  .block-careers-our-values .our-values-inner {
    max-width: initial;
  }
  .block-careers-our-values .our-value {
    position: absolute;
    margin: 1.5em;
  }
  .block-careers-our-values .our-value .front,
  .block-careers-our-values .our-value .back {
    width: 13.5em;
    height: 13.5em;
    border-radius: 13.5em;
  }
  .block-careers-our-values .our-value.large {
    width: 15em;
    height: 15em;
    margin: 0;
  }
  .block-careers-our-values .our-value.large .front,
  .block-careers-our-values .our-value.large .back {
    width: 15em;
    height: 15em;
  }
  .block-careers-our-values .our-value-1 {
    top: 6em;
    left: 2%;
  }
  .block-careers-our-values .our-value-2 {
    top: 18em;
    left: 12%;
  }
  .block-careers-our-values .our-value-3 {
    top: 6em;
    left: 23%;
  }
  .block-careers-our-values .our-value-4 {
    top: 18em;
    left: 38%;
  }
  .block-careers-our-values .our-value-5 {
    top: 8em;
    right: 33%;
  }
  .block-careers-our-values .our-value-6 {
    top: 6em;
    right: 15%;
  }
  .block-careers-our-values .our-value-7 {
    top: 20em;
    right: 5%;
  }
}

.block-views-careers-videos-join-us {
  padding-top: 4em;
  padding-bottom: 6em;
}

.block-views-careers-videos-join-us .block-inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.block-views-careers-videos-join-us h2.block-title {
  text-align: center;
  margin-bottom: .25em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  color: #080935;
}

@media (min-width: 1025px) {
  .block-views-careers-videos-join-us h2.block-title {
    margin-bottom: 1em;
  }
}

.careers-banner-video {
  position: relative;
  height: calc(100vw / 1.77778 - 117px);
  max-height: 26.25em;
  margin-bottom: 4em;
}

.careers-banner-video .s-container {
  position: relative;
  height: 100%;
}

.careers-banner-video .text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.careers-banner-video .title {
  position: absolute;
  top: 38px;
  left: 30px;
  right: 30px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: "VerbLight", Verdana, sans-serif;
  font-size: 1.75em;
  color: #fff;
  text-transform: uppercase;
}

.careers-banner-video .text-box {
  position: absolute;
  top: 32%;
  width: 100%;
  color: #fff;
}

.careers-banner-video .text-box h2 {
  font-size: 3em;
  font-family: "VerbLight", Verdana, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.careers-banner-video .text-box a {
  color: #fff;
}

.careers-banner-video .text-box .open-positions-link {
  margin-top: 3em;
  text-align: center;
}

.careers-banner-video .text-box .open-positions-link a {
  padding: .75em 1.5em;
  font-family: "VerbRegular", Verdana, sans-serif;
  font-size: 1.4em;
  background-color: #ff7376;
}

.careers-banner-video .text-box .open-positions-link a:hover {
  background-color: #ff696c;
}

.careers-banner-video .text-box .open-positions-link span.ext {
  display: none;
}

.careers-banner-video .video-wrapper {
  display: none;
}

.careers-banner-video .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-height: 26.25em;
  height: calc(100vw / 1.77778 - 117px);
  z-index: 0;
  overflow: hidden;
}

.careers-banner-video .image-wrapper img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  left: -200%;
  right: -200%;
  top: -200%;
  bottom: -200%;
  max-width: none;
}

@media (min-width: 0) and (max-width: 980px) {
  .careers-banner-video {
    height: 26.25em;
  }
  .careers-banner-video .text-box {
    top: auto;
    height: 100%;
  }
  .careers-banner-video .text-box h2 {
    position: absolute;
    top: 32%;
    width: 100%;
    font-size: 1.875em;
  }
  .careers-banner-video .text-box .open-positions-link {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
  }
  .careers-banner-video .text-box a {
    display: block;
  }
  .careers-banner-video .image-wrapper {
    height: 26.25em;
  }
}

@media (min-width: 981px) {
  .careers-banner-video {
    height: calc(100vw / 1.77778 - 117px);
    max-height: 40.75em;
    margin-bottom: 0;
  }
  .careers-banner-video .title {
    top: 100px;
    left: 0;
    right: initial;
    font-size: 3em;
  }
  .careers-banner-video .text-box {
    left: 0;
    right: initial;
  }
  .careers-banner-video .title {
    width: 230px;
  }
  .careers-banner-video .video-wrapper {
    display: block;
    width: 100%;
    height: calc(100vw / 1.77778 - 117px);
    max-height: 40.75em;
    overflow: hidden;
    z-index: 0;
  }
  .careers-banner-video .video-wrapper video {
    margin-top: -50%;
    margin-bottom: -50%;
    width: 100%;
    height: auto;
  }
  .careers-banner-video .image-wrapper {
    display: none;
  }
}

.block-careers-videos-top .attachment-before {
  position: relative;
}

.banner-video-selector {
  position: absolute;
  top: 2em;
  right: 1em;
  font-size: 0.95em;
  z-index: 10;
}

.banner-video-selector .view-header {
  position: relative;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 2.5em;
  padding-bottom: 0.5em;
  color: #fff;
  background-color: #002d4e;
  cursor: pointer;
}

.banner-video-selector .view-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.75em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../assets/images/svg/angle-down.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.banner-video-selector .view-header.closed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.banner-video-selector .view-content {
  background-color: #002d4e;
  font-family: "VerbLight", Verdana, sans-serif;
}

.banner-video-selector .view-content a {
  display: block;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 2.5em;
  padding-bottom: 0.5em;
  color: #fff;
}

.banner-video-selector .view-content a:hover {
  background-color: #023050;
}

.banner-video-selector .view-content .selected a {
  background-color: #023050;
}

.page-node.node-type-press-release {
  background: none;
}

.page-node.node-type-press-release .node.node-press-release {
  padding-bottom: 0;
}

.page-node.node-type-press-release .region--full-width-banner {
  position: relative;
}

.page-node.node-type-press-release #section-header {
  margin-bottom: 0;
}

.page-node.node-type-press-release .zone-header-wrapper {
  display: none;
}

.page-node.node-type-press-release #zone-content {
  min-height: auto;
  font-size: 16px;
}

.page-node.node-type-press-release #section-content,
.page-node.node-type-press-release #zone-content-wrapper {
  margin: 0;
  padding: 0;
}

.page-node.node-type-press-release .region--full-width-content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.page-node.node-type-press-release .region--full-width-content:after {
  content: " ";
  display: block;
  clear: both;
}

.node-type-press-release #breadcrumb {
  display: none;
}

footer .footer-menu-block .case-studies,
footer .footer-menu-block .contact-us {
  display: none;
}

#region-footer-bottom {
  width: 100%;
}

.front .region-content .block {
  float: left;
  clear: left;
  width: 100%;
}

body > img {
  display: none;
}

#zone-content,
#region-header-first,
#region-header-second,
#zone-postscript-wrapper {
  font-size: 12px;
}

.megamenu-mega-menu-about-us .block-title {
  display: none;
}

#page {
  overflow: hidden;
}

@media (min-width: 0) and (max-width: 980px) {
  .page--ps-unified-comms .ps--header-detail h1 {
    font-size: 2.125em;
  }
}

#node-product-instance-1394 table {
  width: auto !important;
}
