@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
/* line 9, vendor/assets/stylesheets/reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 30, vendor/assets/stylesheets/reset.css */
body {
  line-height: 1;
}

/* line 34, vendor/assets/stylesheets/reset.css */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 39, vendor/assets/stylesheets/reset.css */
nav ul {
  list-style: none;
}

/* line 43, vendor/assets/stylesheets/reset.css */
blockquote, q {
  quotes: none;
}

/* line 47, vendor/assets/stylesheets/reset.css */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, vendor/assets/stylesheets/reset.css */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 62, vendor/assets/stylesheets/reset.css */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, vendor/assets/stylesheets/reset.css */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, vendor/assets/stylesheets/reset.css */
del {
  text-decoration: line-through;
}

/* line 80, vendor/assets/stylesheets/reset.css */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, vendor/assets/stylesheets/reset.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, vendor/assets/stylesheets/reset.css */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, vendor/assets/stylesheets/reset.css */
input, select {
  vertical-align: middle;
}

/* line 4, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

@font-face {
  font-family: 'museo-sans';
  src: url(/assets/MuseoSans_500-webfont-7387f5d581070cf85f179bf620ec7be44a0286f89ed1a32e8eba959304c74cce.eot);
  src: url(/assets/MuseoSans_500-webfont-7387f5d581070cf85f179bf620ec7be44a0286f89ed1a32e8eba959304c74cce.eot?#iefix) format("embedded-opentype"), url(/assets/MuseoSans_500-webfont-26d51505332c23d6cbda9334670d7311bbb034572931905ecd97e7783a15c3db.woff2) format("woff2"), url(/assets/MuseoSans_500-webfont-168eef9569d1e1883bb987b21e656d7e63dac433653efbe664d3efa468e8887b.woff) format("woff"), url(/assets/MuseoSans_500-webfont-c656e390e57bade6313bf8bf0f3a5bc5a174f525551f813102c32cd0c2c2b1c4.ttf) format("truetype"), url(/assets/MuseoSans_500-webfont-97c382da5eba80471176dc5b7f182d47b77295c4bff335b28cc5b510300f74a1.svg#museo_sans500) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 2, app/assets/stylesheets/base/typography.scss */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'museo-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 9, app/assets/stylesheets/base/typography.scss */
html,
body {
  font-weight: 400;
  line-height: 1.5;
}

/* line 16, app/assets/stylesheets/base/typography.scss */
h1,
h2,
h3,
h4 {
  text-rendering: optimizeLegibility;
}

/* line 24, app/assets/stylesheets/base/typography.scss */
h1,
.h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  /* line 24, app/assets/stylesheets/base/typography.scss */
  h1,
  .h1 {
    font-size: 32.4px;
  }
}

@media screen and (max-width: 480px) {
  /* line 24, app/assets/stylesheets/base/typography.scss */
  h1,
  .h1 {
    font-size: 25.2px;
  }
}

/* line 39, app/assets/stylesheets/base/typography.scss */
h2,
.h2 {
  color: #061424;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  /* line 39, app/assets/stylesheets/base/typography.scss */
  h2,
  .h2 {
    font-size: 25.2px;
  }
}

/* line 51, app/assets/stylesheets/base/typography.scss */
h3,
.h3 {
  color: #061424;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 59, app/assets/stylesheets/base/typography.scss */
p {
  color: #8c8c8c;
  margin-bottom: 20px;
}

/* line 63, app/assets/stylesheets/base/typography.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 67, app/assets/stylesheets/base/typography.scss */
p.small {
  font-size: 14px;
}

/* line 71, app/assets/stylesheets/base/typography.scss */
p .highlight {
  color: #1c98d4;
}

/* line 76, app/assets/stylesheets/base/typography.scss */
a {
  transition: 0.4s;
  color: #8c8c8c;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/base/typography.scss */
a:hover {
  color: #595959;
}

/* line 86, app/assets/stylesheets/base/typography.scss */
a[href^=tel]:hover {
  color: #718aa8 !important;
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/base/typography.scss */
a.link--underlined {
  border-bottom: 1px solid;
}

/* line 95, app/assets/stylesheets/base/typography.scss */
a.link--branded {
  color: #1c98d4;
}

/* line 98, app/assets/stylesheets/base/typography.scss */
a.link--branded:hover {
  color: #15719e;
}

/* line 104, app/assets/stylesheets/base/typography.scss */
hr {
  max-width: 89em;
  margin-left: auto;
  margin-right: auto;
  border-top-color: #e6e6e6;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
hr::after {
  clear: both;
  content: "";
  display: table;
}

/* line 111, app/assets/stylesheets/base/typography.scss */
strong {
  font-weight: 600;
}

/* line 115, app/assets/stylesheets/base/typography.scss */
ul {
  color: #8c8c8c;
  list-style-type: square;
  padding-left: 17px;
}

/* line 121, app/assets/stylesheets/base/typography.scss */
.text-large {
  font-size: 18px;
}

/* line 125, app/assets/stylesheets/base/typography.scss */
.text-blue {
  color: #1c98d4;
}

/* line 129, app/assets/stylesheets/base/typography.scss */
.text-white {
  color: #fff;
}

/* line 133, app/assets/stylesheets/base/typography.scss */
.text-brand {
  color: #061424;
}

/* line 137, app/assets/stylesheets/base/typography.scss */
sup {
  font-size: 0.7em;
  line-height: 0;
  vertical-align: super;
}

/* line 143, app/assets/stylesheets/base/typography.scss */
.img-circle {
  border-radius: 50%;
}

/* line 147, app/assets/stylesheets/base/typography.scss */
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 27, ../sass/simplelightbox.scss */
/* line 2, vendor/assets/stylesheets/simplelightbox.scss */
body.hidden-scroll {
  overflow: hidden;
}

/* line 30, ../sass/simplelightbox.scss */
/* line 7, vendor/assets/stylesheets/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1050;
}

/* line 41, ../sass/simplelightbox.scss */
/* line 20, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper {
  z-index: 1040;
}

/* line 43, ../sass/simplelightbox.scss */
/* line 24, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

/* line 49, ../sass/simplelightbox.scss */
/* line 32, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7;
}

/* line 54, ../sass/simplelightbox.scss */
/* line 36, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

/* line 69, ../sass/simplelightbox.scss */
/* line 52, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-close:focus {
  outline: none;
}

/* line 74, ../sass/simplelightbox.scss */
/* line 56, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

/* line 84, ../sass/simplelightbox.scss */
/* line 66, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

/* line 87, ../sass/simplelightbox.scss */
/* line 71, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

/* line 99, ../sass/simplelightbox.scss */
/* line 85, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

/* line 104, ../sass/simplelightbox.scss */
/* line 90, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

/* line 109, ../sass/simplelightbox.scss */
/* line 95, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  /* line 87, ../sass/simplelightbox.scss */
  /* line 100, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  /* line 116, ../sass/simplelightbox.scss */
  /* line 104, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  /* line 121, ../sass/simplelightbox.scss */
  /* line 109, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  /* line 87, ../sass/simplelightbox.scss */
  /* line 116, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  /* line 129, ../sass/simplelightbox.scss */
  /* line 120, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  /* line 134, ../sass/simplelightbox.scss */
  /* line 125, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

/* line 142, ../sass/simplelightbox.scss */
/* line 131, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

/* line 147, ../sass/simplelightbox.scss */
/* line 138, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}

@media (min-width: 35.5em) {
  /* line 147, ../sass/simplelightbox.scss */
  /* line 146, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  /* line 147, ../sass/simplelightbox.scss */
  /* line 152, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

/* line 160, ../sass/simplelightbox.scss */
/* line 157, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  /* line 160, ../sass/simplelightbox.scss */
  /* line 163, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  /* line 160, ../sass/simplelightbox.scss */
  /* line 169, vendor/assets/stylesheets/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

/* line 170, ../sass/simplelightbox.scss */
/* line 174, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 181, ../sass/simplelightbox.scss */
/* line 186, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

/* line 186, ../sass/simplelightbox.scss */
/* line 191, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

/* line 191, ../sass/simplelightbox.scss */
/* line 195, vendor/assets/stylesheets/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

/* line 202, ../sass/simplelightbox.scss */
/* line 205, vendor/assets/stylesheets/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

/* line 221, ../sass/simplelightbox.scss */
/* line 225, vendor/assets/stylesheets/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

/**
 * Accordion v3.3.0
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac {
  margin-top: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac .ac-header {
  margin: 0;
  padding: 0;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac .ac-trigger {
  font: bold 16px Arial,sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color .25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac .ac-trigger:focus {
  color: #8a8a8a;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac .ac-panel {
  overflow: hidden;
  transition-property: height,visibility;
  transition-timing-function: ease;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac .ac-panel .ac-text {
  font: 15px/24px Arial,sans-serif;
  color: #111;
  padding: 10px;
  margin: 0;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac.js-enabled .ac-panel {
  visibility: hidden;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac.is-active .ac-panel {
  visibility: visible;
}

/* line 11, vendor/assets/stylesheets/accordion.min.css */
.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.toc {
  overflow-y: auto;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.toc > .toc-list {
  overflow: hidden;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.toc > .toc-list li {
  list-style: none;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.toc-list {
  margin: 0;
  padding-left: 10px;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
a.toc-link {
  color: currentColor;
  height: 100%;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.is-collapsed {
  max-height: 0;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.is-position-fixed {
  position: fixed !important;
  top: 0;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.is-active-link {
  font-weight: 700;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.toc-link::before {
  background-color: #EEE;
  content: ' ';
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}

/* line 1, vendor/assets/stylesheets/tocbot.css */
.is-active-link::before {
  background-color: #54BC4B;
}

/* line 1, app/assets/stylesheets/layout/main.scss */
header,
main,
footer {
  display: block;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
header::after,
main::after,
footer::after {
  clear: both;
  content: "";
  display: table;
}

/* line 7, app/assets/stylesheets/layout/main.scss */
.container {
  max-width: 89em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 480px) {
  /* line 7, app/assets/stylesheets/layout/main.scss */
  .container {
    padding: 0 20px;
  }
}

/* line 16, app/assets/stylesheets/layout/main.scss */
.full-width {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 100%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.full-width:last-child {
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/layout/main.scss */
.two-thirds {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 66.29213%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.two-thirds:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 20, app/assets/stylesheets/layout/main.scss */
  .two-thirds {
    width: 100%;
  }
}

/* line 28, app/assets/stylesheets/layout/main.scss */
.two-thirds-centered {
  margin-left: 16.85393%;
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 66.29213%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.two-thirds-centered:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 28, app/assets/stylesheets/layout/main.scss */
  .two-thirds-centered {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 100%;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .two-thirds-centered:last-child {
    margin-right: 0;
  }
}

/* line 38, app/assets/stylesheets/layout/main.scss */
.one-third {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 32.58427%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.one-third:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 38, app/assets/stylesheets/layout/main.scss */
  .one-third {
    margin-right: 5%;
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  /* line 38, app/assets/stylesheets/layout/main.scss */
  .one-third {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 51, app/assets/stylesheets/layout/main.scss */
  .one-third h2 {
    min-height: 72px;
  }
}

@media screen and (max-width: 480px) {
  /* line 51, app/assets/stylesheets/layout/main.scss */
  .one-third h2 {
    min-height: initial;
  }
}

/* line 62, app/assets/stylesheets/layout/main.scss */
.one-third--aside {
  margin-left: 4.21348%;
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 28.37079%;
  padding: 30px 0;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.one-third--aside:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 62, app/assets/stylesheets/layout/main.scss */
  .one-third--aside {
    margin-left: 0%;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
    width: 100%;
  }
}

/* line 75, app/assets/stylesheets/layout/main.scss */
.one-third--last {
  margin-right: 0;
}

/* line 80, app/assets/stylesheets/layout/main.scss */
.one-half {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 49.4382%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.one-half:last-child {
  margin-right: 0;
}

/* line 83, app/assets/stylesheets/layout/main.scss */
.one-half--last {
  margin-right: 0;
}

/* line 88, app/assets/stylesheets/layout/main.scss */
.one-quarter {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 24.1573%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.one-quarter:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 88, app/assets/stylesheets/layout/main.scss */
  .one-quarter {
    margin-right: 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
  }
}

/* line 97, app/assets/stylesheets/layout/main.scss */
.one-quarter--last {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 97, app/assets/stylesheets/layout/main.scss */
  .one-quarter--last {
    border-bottom: 0;
  }
}

/* line 106, app/assets/stylesheets/layout/main.scss */
.three-quarters {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 74.7191%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.three-quarters:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 106, app/assets/stylesheets/layout/main.scss */
  .three-quarters {
    margin-right: 0;
    width: 100%;
  }
}

/* line 114, app/assets/stylesheets/layout/main.scss */
.three-quarters--last {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/layout/main.scss */
  .three-quarters--last {
    border-bottom: 0;
  }
}

/* line 123, app/assets/stylesheets/layout/main.scss */
.responsive-image {
  border-radius: 7px;
  height: auto;
  width: 100%;
}

/* line 128, app/assets/stylesheets/layout/main.scss */
.responsive-image--fixed-height {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 10px;
}

/* line 140, app/assets/stylesheets/layout/main.scss */
.pull-right {
  float: right;
}

/* line 144, app/assets/stylesheets/layout/main.scss */
.blog-aside {
  margin-left: 4.21348%;
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 24.1573%;
  padding: 0 0 30px 0;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.blog-aside:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 144, app/assets/stylesheets/layout/main.scss */
  .blog-aside {
    margin-left: 0%;
    width: 100%;
  }
}

/* line 155, app/assets/stylesheets/layout/main.scss */
.blog-content {
  margin-left: 4.21348%;
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 62.07865%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.blog-content:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 155, app/assets/stylesheets/layout/main.scss */
  .blog-content {
    margin-left: 0%;
    width: 100%;
  }
}

/* line 167, app/assets/stylesheets/layout/main.scss */
.blog-footer p {
  margin-bottom: 0;
}

/* line 170, app/assets/stylesheets/layout/main.scss */
.blog-footer .button {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/layout/secondary-strip.scss */
.secondary-strip {
  display: block;
  background-color: #061424;
  font-size: 15px;
  padding: 15px 40px;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.secondary-strip::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/layout/secondary-strip.scss */
  .secondary-strip {
    padding: 15px 20px;
  }
}

/* line 11, app/assets/stylesheets/layout/secondary-strip.scss */
.secondary-strip__contact {
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 40px;
  padding-left: 26px;
}

@media screen and (max-width: 768px) {
  /* line 11, app/assets/stylesheets/layout/secondary-strip.scss */
  .secondary-strip__contact {
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  /* line 11, app/assets/stylesheets/layout/secondary-strip.scss */
  .secondary-strip__contact {
    margin-right: 20px;
  }
}

/* line 26, app/assets/stylesheets/layout/secondary-strip.scss */
.secondary-strip__contact--phone {
  background-image: url(/assets/icons/phone-abd2636c001be527fe1816f909e10bf0cbf9d844caaf324a943cafe8c5374789.png);
}

/* line 30, app/assets/stylesheets/layout/secondary-strip.scss */
.secondary-strip__contact--email {
  background-image: url(/assets/icons/email-dcb54b4cf7c9fc87001bfea79f6a683326c34721d48df3176b640033a893c9a3.png);
}

/* line 34, app/assets/stylesheets/layout/secondary-strip.scss */
.secondary-strip__contact p {
  color: #718aa8;
}

/* line 38, app/assets/stylesheets/layout/secondary-strip.scss */
.secondary-strip__contact a {
  color: #718aa8;
}

@media screen and (max-width: 768px) {
  /* line 38, app/assets/stylesheets/layout/secondary-strip.scss */
  .secondary-strip__contact a {
    border-bottom: 0;
    display: block;
    height: 20px;
    margin-left: -30px;
    text-indent: -9999px;
    width: 25px;
  }
}

/* line 50, app/assets/stylesheets/layout/secondary-strip.scss */
.secondary-strip__contact a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 55, app/assets/stylesheets/layout/secondary-strip.scss */
  .secondary-strip__contact span {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/layout/hero.scss */
.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/layout/hero.scss */
  .hero {
    height: 500px;
  }
}

/* line 16, app/assets/stylesheets/layout/hero.scss */
.hero .container {
  height: 100%;
}

/* line 20, app/assets/stylesheets/layout/hero.scss */
.hero__heading {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  height: calc(100% - 124px);
  justify-content: center;
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  /* line 20, app/assets/stylesheets/layout/hero.scss */
  .hero__heading {
    padding: 0 20px;
    height: calc(100% - 84px);
  }
}

@media screen and (max-width: 480px) {
  /* line 20, app/assets/stylesheets/layout/hero.scss */
  .hero__heading {
    height: calc(100% - 70px);
  }
}

/* line 37, app/assets/stylesheets/layout/hero.scss */
.hero__heading h1 {
  background: #1c98d4;
  /* Fallback for browsers that don't support RGBa() */
  background: rgba(28, 152, 212, 0.95);
  border-radius: 7px;
  padding: 2px 12px;
}

/* line 44, app/assets/stylesheets/layout/hero.scss */
.hero__heading p {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 0 7px 7px;
  color: #1c98d4;
  display: block;
  font-size: 22px;
  padding: 6px 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 44, app/assets/stylesheets/layout/hero.scss */
  .hero__heading p {
    font-size: 18px;
  }
}

/* line 58, app/assets/stylesheets/layout/hero.scss */
.hero__heading .button {
  font-size: 24px;
  padding: 10px 30px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  /* line 58, app/assets/stylesheets/layout/hero.scss */
  .hero__heading .button {
    margin-top: 30px;
  }
}

/* line 69, app/assets/stylesheets/layout/hero.scss */
.hero__heading--secondary h1 {
  border-radius: 7px 7px 0 0;
  padding: 12px 12px;
}

/* line 76, app/assets/stylesheets/layout/hero.scss */
.hero__blog {
  height: 500px;
}

@media screen and (max-width: 768px) {
  /* line 76, app/assets/stylesheets/layout/hero.scss */
  .hero__blog {
    height: 400px;
  }
}

/* line 85, app/assets/stylesheets/layout/hero.scss */
.main#index .hero {
  background-image: url(/assets/pages/index/hero-3e906da66209796657d4b8635661895d1242be619e09eabff98f228ed9669a7a.jpg);
}

/* line 89, app/assets/stylesheets/layout/hero.scss */
.main#colocation .hero {
  background-image: url(/assets/pages/colocation/hero-1e64519f01149984e6e3511c0b3f7b95555e34d92c9e68374d994578b8781b72.jpg);
}

/* line 93, app/assets/stylesheets/layout/hero.scss */
.main#connectivity .hero {
  background-image: url(/assets/pages/connectivity/hero-420b7eee229a94dd03fd17873e82f062d3bda468c254eacf509bacff4f690198.jpg);
}

/* line 97, app/assets/stylesheets/layout/hero.scss */
.main#connect .hero {
  background-image: url(/assets/pages/connect/hero-d90d6d687a8709bc1b9ca5f864f59806107b44f908bb24d06b27bd40285d7b8c.jpg);
}

/* line 101, app/assets/stylesheets/layout/hero.scss */
.main#disaster_recovery .hero {
  background-image: url(/assets/pages/disaster_recovery/hero-5d2d81f087431c877527583a8eeed02a4a23ff500a4b6dc52e44846704c41058.jpg);
}

/* line 105, app/assets/stylesheets/layout/hero.scss */
.main#stevenage_colocation .hero {
  background-image: url(/assets/pages/stevenage_colocation/hero2-a7a9d1bf97e23e2f9cfc98a6b3ee932a86f6a9d2c8e0ff8e7afa868a1c162358.jpg);
}

/* line 109, app/assets/stylesheets/layout/hero.scss */
.main#welwyn_colocation .hero {
  background-image: url(/assets/pages/welwyn_colocation/hero-84fff1752e2541647445d78c928cf2f3a89698f3c02601ea3e5304c6a11ccb17.jpg);
}

/* line 113, app/assets/stylesheets/layout/hero.scss */
.main#london_colocation .hero {
  background-image: url(/assets/pages/london_colocation/hero-12b71eddc48f24e44f2c61e1350fd00aa056084f3508dbe13d98c2005a687a1d.jpg);
}

/* line 117, app/assets/stylesheets/layout/hero.scss */
.main#harlow_colocation .hero {
  background-image: url(/assets/pages/harlow_colocation/hero-9e6501d76c6fac37fcbc3ef9d83064f0116280247a2b52b2a62098a90324dc40.jpg);
}

/* line 121, app/assets/stylesheets/layout/hero.scss */
.main#why_serverchoice .hero {
  background-image: url(/assets/pages/why_serverchoice/hero-0f6aad37466ddeb032a6eb509706c7c4f67033e92cd1c5f59d6b8f11c586d32b.jpg);
}

/* line 125, app/assets/stylesheets/layout/hero.scss */
.main#terms .hero,
.main#about .hero,
.main#privacy_notice .hero,
.main#cookie_policy .hero {
  background-image: url(/assets/pages/about/hero-ded1bff477ce744681a810d15de13d4915c48af072b085d4517b9a07fdfae051.jpg);
}

/* line 132, app/assets/stylesheets/layout/hero.scss */
.main#contact .hero {
  background-image: url(/assets/pages/contact/hero-2986608562e46678e776163e68563aa3b21ca6dce4113330c086e6f29c7db641.jpg);
}

/* line 136, app/assets/stylesheets/layout/hero.scss */
.main#quote .hero {
  background-image: url(/assets/pages/quote/hero-2986608562e46678e776163e68563aa3b21ca6dce4113330c086e6f29c7db641.jpg);
}

/* line 140, app/assets/stylesheets/layout/hero.scss */
.main#partners .hero {
  background-image: url(/assets/pages/partners/hero-8f8e0d125bd386d10086f8c2faf9e190c6185a6d3e7c6ab2de4c1e0549751614.png);
}

/* line 144, app/assets/stylesheets/layout/hero.scss */
.main#certifications .hero {
  background-image: url(/assets/pages/certifications/hero-6df8c8f8bb635db8fee64f0e75ef7787dc6fdf2d7e5a3bf2e3d50f1cca795706.jpg);
}

/* line 148, app/assets/stylesheets/layout/hero.scss */
.main#move_and_protect .hero,
.main#move_and_protect_offer .hero {
  background-image: url(/assets/pages/move_and_protect/hero-new-50498f1ffcb40e38624feac3f29ef01c50f93e202240809e9aaa3076f7ed2809.jpg);
}

/* line 153, app/assets/stylesheets/layout/hero.scss */
.main#blog .hero {
  background-image: url(/assets/pages/blog/hero-9b3a894246f87f6aaee410f428143560435c17fa87807cd03b9c281370fe83fc.jpg);
}

/* line 157, app/assets/stylesheets/layout/hero.scss */
.white_papers#index .hero,
.white_papers#thank_you .hero {
  background-image: url(/assets/pages/white_papers/hero-9b3a894246f87f6aaee410f428143560435c17fa87807cd03b9c281370fe83fc.jpg);
}

/* line 162, app/assets/stylesheets/layout/hero.scss */
.data_centre_checklist#index .hero,
.data_centre_checklist#thank_you .hero {
  background-image: url(/assets/pages/data_centre_checklist/hero-a7a9d1bf97e23e2f9cfc98a6b3ee932a86f6a9d2c8e0ff8e7afa868a1c162358.jpg);
}

/* line 167, app/assets/stylesheets/layout/hero.scss */
.main#sustainability .hero {
  background-image: url(/assets/pages/sustainability/hero-76dbd7710659a2a659ec12c76dfbfd2eba309a2397a700806da0be1976cb9788.jpg);
}

/* line 171, app/assets/stylesheets/layout/hero.scss */
.main#case_studies .hero {
  background-image: url(/assets/pages/case_studies/hero-50498f1ffcb40e38624feac3f29ef01c50f93e202240809e9aaa3076f7ed2809.jpg);
}

/* line 175, app/assets/stylesheets/layout/hero.scss */
.main#meet_the_team .hero {
  background-image: url(/assets/pages/meet_the_team/hero-2f25f77f2ae4a641c3f84d473c6094e50c044e8a922b94a0d884252d90310de7.jpg);
}

/* line 179, app/assets/stylesheets/layout/hero.scss */
.main#summer_offer .hero {
  background-image: url(/assets/pages/summer_offer/hero-50498f1ffcb40e38624feac3f29ef01c50f93e202240809e9aaa3076f7ed2809.jpg);
}

/* line 183, app/assets/stylesheets/layout/hero.scss */
.main#colocation_offer .hero {
  background-image: url(/assets/pages/colocation_offer/hero-7afdfe8997197b0df923a67769c5926e904a0dcc9c777f6ea1fa983faf8cc233.jpg);
}

/* line 187, app/assets/stylesheets/layout/hero.scss */
.main#shared_colocation .hero {
  background-image: url(/assets/pages/shared_colocation/hero-a7a9d1bf97e23e2f9cfc98a6b3ee932a86f6a9d2c8e0ff8e7afa868a1c162358.jpg);
}

/* line 1, app/assets/stylesheets/layout/primary-strip.scss */
.primary-strip {
  display: block;
  background: #091a36;
  /* Fallback for browsers that don't support RGBa() */
  background: rgba(9, 26, 54, 0.88);
  padding: 40px;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.primary-strip::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/layout/primary-strip.scss */
  .primary-strip {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/layout/primary-strip.scss */
  .primary-strip {
    padding: 20px;
  }
}

/* line 15, app/assets/stylesheets/layout/primary-strip.scss */
.primary-strip__logo {
  float: left;
}

/* line 18, app/assets/stylesheets/layout/primary-strip.scss */
.primary-strip__logo img {
  display: block;
}

@media screen and (max-width: 480px) {
  /* line 18, app/assets/stylesheets/layout/primary-strip.scss */
  .primary-strip__logo img {
    height: auto;
    margin-top: 2px;
    width: 160px;
  }
}

/* line 1, app/assets/stylesheets/layout/content.scss */
.content {
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  /* line 1, app/assets/stylesheets/layout/content.scss */
  .content {
    padding: 40px 0;
  }
}

/* line 8, app/assets/stylesheets/layout/content.scss */
.content__service {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 60px;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.content__service:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 8, app/assets/stylesheets/layout/content.scss */
  .content__service {
    margin-bottom: 20px;
    width: 100%;
  }
}

/* line 19, app/assets/stylesheets/layout/content.scss */
.content__service--large {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 49.4382%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 170px;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.content__service--large:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 19, app/assets/stylesheets/layout/content.scss */
  .content__service--large {
    background-size: 60px !important;
    padding-left: 80px;
  }
}

@media screen and (max-width: 480px) {
  /* line 19, app/assets/stylesheets/layout/content.scss */
  .content__service--large {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* line 36, app/assets/stylesheets/layout/content.scss */
  .content__service--large:last-child {
    margin-bottom: 0;
  }
}

/* line 44, app/assets/stylesheets/layout/content.scss */
.content__service--last {
  margin-right: 0;
}

/* line 49, app/assets/stylesheets/layout/content.scss */
.content--reduced-vertical-padding {
  padding: 30px 0;
}

@media screen and (max-width: 480px) {
  /* line 49, app/assets/stylesheets/layout/content.scss */
  .content--reduced-vertical-padding {
    padding: 20px 0;
  }
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.clear-fix::after {
  clear: both;
  content: "";
  display: table;
}

/* line 62, app/assets/stylesheets/layout/content.scss */
.text-center {
  text-align: center;
}

@media screen and (max-width: 480px) {
  /* line 66, app/assets/stylesheets/layout/content.scss */
  .text-align-mobile-reset {
    text-align: initial;
  }
}

/* line 72, app/assets/stylesheets/layout/content.scss */
.flex-panel {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 72, app/assets/stylesheets/layout/content.scss */
  .flex-panel {
    flex-direction: column;
  }
}

/* line 80, app/assets/stylesheets/layout/content.scss */
.flex-panel--text {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 62.07865%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.flex-panel--text:last-child {
  margin-right: 0;
}

/* line 85, app/assets/stylesheets/layout/content.scss */
.flex-panel--text h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 80, app/assets/stylesheets/layout/content.scss */
  .flex-panel--text {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .flex-panel--text:last-child {
    margin-right: 0;
  }
  /* line 94, app/assets/stylesheets/layout/content.scss */
  .flex-panel--text h2 {
    text-align: center;
  }
}

/* line 100, app/assets/stylesheets/layout/content.scss */
.flex-panel--image {
  align-self: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 100, app/assets/stylesheets/layout/content.scss */
  .flex-panel--image {
    order: 1;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 108, app/assets/stylesheets/layout/content.scss */
  .flex-panel--image img {
    height: 140px;
    width: auto;
  }
}

/* line 118, app/assets/stylesheets/layout/content.scss */
.margin__bottom {
  margin-bottom: 40px;
}

/* line 121, app/assets/stylesheets/layout/content.scss */
.margin__bottom--medium {
  margin-bottom: 60px;
}

/* line 124, app/assets/stylesheets/layout/content.scss */
.margin__bottom--none {
  margin-bottom: 0 !important;
}

/* line 132, app/assets/stylesheets/layout/content.scss */
.padding__small {
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  /* line 132, app/assets/stylesheets/layout/content.scss */
  .padding__small {
    padding: 30px 0;
  }
}

/* line 139, app/assets/stylesheets/layout/content.scss */
.padding__medium {
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  /* line 139, app/assets/stylesheets/layout/content.scss */
  .padding__medium {
    padding: 50px 0;
  }
}

/* line 146, app/assets/stylesheets/layout/content.scss */
.padding__large {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  /* line 146, app/assets/stylesheets/layout/content.scss */
  .padding__large {
    padding: 50px 0;
  }
}

/* line 1, app/assets/stylesheets/layout/footer.scss */
.footer {
  background: #061424;
}

/* line 4, app/assets/stylesheets/layout/footer.scss */
.footer__left {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 36.79775%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.footer__left:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 4, app/assets/stylesheets/layout/footer.scss */
  .footer__left {
    margin-bottom: 30px;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* line 15, app/assets/stylesheets/layout/footer.scss */
.footer__right {
  margin-left: 16.85393%;
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 45.22472%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.footer__right:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 15, app/assets/stylesheets/layout/footer.scss */
  .footer__right {
    margin-left: 0%;
    width: 100%;
  }
}

/* line 25, app/assets/stylesheets/layout/footer.scss */
.footer__title {
  color: #c0ccf9;
}

/* line 29, app/assets/stylesheets/layout/footer.scss */
.footer__text {
  color: #718aa8;
  font-size: 15px;
}

/* line 33, app/assets/stylesheets/layout/footer.scss */
.footer__text a {
  color: #718aa8;
}

/* line 36, app/assets/stylesheets/layout/footer.scss */
.footer__text a:hover {
  color: #fff;
}

/* line 42, app/assets/stylesheets/layout/footer.scss */
.footer__text--covid a {
  color: #fff;
}

/* line 47, app/assets/stylesheets/layout/footer.scss */
.footer__text--location {
  background: url(/assets/icons/location-5d184c6213c325ad2d1a471908095bb6616c493db5d51a14b6d640e0b43928fe.png) no-repeat left 5px;
  padding-left: 30px;
}

/* line 52, app/assets/stylesheets/layout/footer.scss */
.footer__text--phone {
  background: url(/assets/icons/phone-abd2636c001be527fe1816f909e10bf0cbf9d844caaf324a943cafe8c5374789.png) no-repeat left center;
  padding-left: 30px;
}

/* line 57, app/assets/stylesheets/layout/footer.scss */
.footer__text--email {
  background: url(/assets/icons/email-dcb54b4cf7c9fc87001bfea79f6a683326c34721d48df3176b640033a893c9a3.png) no-repeat left center;
  padding-left: 30px;
}

/* line 65, app/assets/stylesheets/layout/footer.scss */
.footer__social a {
  color: #fff;
  display: inline-flex;
}

/* line 68, app/assets/stylesheets/layout/footer.scss */
.footer__social a:not(:first-child) {
  margin-left: 20px;
}

/* line 71, app/assets/stylesheets/layout/footer.scss */
.footer__social a:hover {
  color: #718aa8;
}

/* line 78, app/assets/stylesheets/layout/footer.scss */
.footer__logo img {
  height: auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs {
  margin: 40px 0 0;
}

/* line 4, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .state {
  display: none;
}

/* line 8, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 8, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  /* line 8, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs {
    width: 100%;
  }
}

/* line 23, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .tab {
  display: flex;
  flex: 1 1;
  align-items: center;
  background-color: whitesmoke;
  border-radius: 7px 7px 0 0;
  color: #8c8c8c;
  cursor: pointer;
  font-size: 18px;
  margin: 0 5px 0 0;
  padding: 15px;
}

/* line 35, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .tab:last-of-type {
  margin-right: 0;
}

/* line 39, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .tab:hover {
  background-color: whitesmoke;
}

@media screen and (max-width: 768px) {
  /* line 23, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .tab {
    display: none;
  }
}

/* line 48, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .panel {
  background-color: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 35px 0 rgba(0, 0, 0, 0.07);
  display: none;
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 48, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel {
    padding: 15px;
    margin-bottom: 40px;
    display: block;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0px -5px 35px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
  }
}

/* line 64, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .panel > div {
  display: flex;
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  /* line 64, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel > div {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  /* line 64, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel > div {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 78, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel > div .panel--text {
    order: 2;
    width: 100%;
  }
}

/* line 85, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .panel > div .panel--image {
  align-self: center;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  /* line 85, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel > div .panel--image {
    order: 1;
    margin: 20px auto 30px auto;
  }
  /* line 93, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel > div .panel--image img {
    width: 120px;
    height: auto;
  }
}

/* line 101, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .panel h3 {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  /* line 101, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel h3 {
    font-size: 28px;
    text-align: center;
  }
}

/* line 110, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .panel ul {
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  /* line 110, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel ul {
    padding-left: 0;
  }
}

/* line 117, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .panel ul li {
  font-size: 18px;
  line-height: 2.0;
  list-style: none;
  padding-left: 28px;
  text-indent: -29px;
}

@media screen and (max-width: 768px) {
  /* line 117, app/assets/stylesheets/components/accordion-tabs.scss */
  .accordion__tabs .flex-tabs .panel ul li {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* line 129, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs .flex-tabs .panel ul li:before {
  background: url(/assets/pages/harlow_colocation/check-a262a11113356ab599b1ff85077aef97887cc95920de4b4d5cbe341842ce791e.svg) no-repeat left center;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: sub;
  width: 18px;
}

/* line 143, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs #tab--one:checked ~ .tabs #tab--one-label,
.accordion__tabs #tab--two:checked ~ .tabs #tab--two-label,
.accordion__tabs #tab--three:checked ~ .tabs #tab--three-label,
.accordion__tabs #tab--four:checked ~ .tabs #tab--four-label,
.accordion__tabs #tab--five:checked ~ .tabs #tab--five-label {
  background-color: #061424;
  box-shadow: 0 5px 15px 0 rgba(160, 160, 160, 0.2), 0 15px 35px 0 rgba(50, 50, 93, 0.2);
  color: #fff;
  cursor: default;
  margin-top: -1px;
  z-index: 1;
}

/* line 156, app/assets/stylesheets/components/accordion-tabs.scss */
.accordion__tabs #tab--one:checked ~ .tabs #tab--one-panel,
.accordion__tabs #tab--two:checked ~ .tabs #tab--two-panel,
.accordion__tabs #tab--three:checked ~ .tabs #tab--three-panel,
.accordion__tabs #tab--four:checked ~ .tabs #tab--four-panel,
.accordion__tabs #tab--five:checked ~ .tabs #tab--five-panel {
  display: block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  /* line 169, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--one-label {
    order: 1;
  }
  /* line 170, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--one-panel {
    order: 2;
  }
  /* line 171, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--two-label {
    order: 3;
  }
  /* line 172, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--two-panel {
    order: 4;
  }
  /* line 173, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--three-label {
    order: 5;
  }
  /* line 174, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--three-panel {
    order: 6;
  }
  /* line 175, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--four-label {
    order: 7;
  }
  /* line 176, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--four-panel {
    order: 8;
  }
  /* line 177, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--five-label {
    order: 9;
  }
  /* line 178, app/assets/stylesheets/components/accordion-tabs.scss */
  .flex-tabs #tab--five-panel {
    order: 10;
  }
}

/* line 2, app/assets/stylesheets/components/accordion.scss */
.sc-faq-accordion .ac {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding-bottom: 30px;
}

/* line 8, app/assets/stylesheets/components/accordion.scss */
.sc-faq-accordion .ac .ac-trigger {
  font-family: inherit;
  font-size: 20px;
  padding: 30px 30px 0 10px;
}

/* line 13, app/assets/stylesheets/components/accordion.scss */
.sc-faq-accordion .ac .ac-trigger:after {
  top: 40px;
}

/* line 18, app/assets/stylesheets/components/accordion.scss */
.sc-faq-accordion .ac .ac-text {
  color: #8c8c8c;
  font-family: inherit;
  padding: 10px 10px 0 10px;
}

/* line 27, app/assets/stylesheets/components/accordion.scss */
.sc-faq-accordion .ac.is-active .ac-trigger, .sc-faq-accordion .ac:hover .ac-trigger, .sc-faq-accordion .ac:focus .ac-trigger {
  color: #1c98d4;
}

/* line 1, app/assets/stylesheets/components/button.scss */
.button {
  background: #1c98d4;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 28px;
  text-decoration: none;
  -webkit-appearance: none;
}

/* line 14, app/assets/stylesheets/components/button.scss */
.button:hover {
  background: #27a5e2;
  color: #fff;
}

/* line 19, app/assets/stylesheets/components/button.scss */
.button--hero {
  box-shadow: 0 3px 0 0 #115e83;
}

/* line 23, app/assets/stylesheets/components/button.scss */
.button--nav {
  font-size: 16px;
  text-transform: initial;
}

@media screen and (max-width: 768px) {
  /* line 23, app/assets/stylesheets/components/button.scss */
  .button--nav {
    background: #51c6ff;
    border: 0;
    border-radius: 0;
    color: #fff !important;
    font-weight: bold;
    margin-top: -1px;
    padding: 15px 40px;
  }
  /* line 36, app/assets/stylesheets/components/button.scss */
  .button--nav:hover {
    background: #51c6ff;
    color: #fff !important;
  }
}

@media screen and (max-width: 480px) {
  /* line 23, app/assets/stylesheets/components/button.scss */
  .button--nav {
    padding: 10px 20px;
  }
}

/* line 47, app/assets/stylesheets/components/button.scss */
.button--outlined {
  background: transparent;
  border: 2px solid #1c98d4;
  color: #1c98d4;
}

/* line 53, app/assets/stylesheets/components/button.scss */
.button--small-outlined {
  background: transparent;
  border: 2px solid #1c98d4;
  color: #1c98d4;
  font-size: 15px;
  padding: 8px 16px;
}

/* line 1, app/assets/stylesheets/components/card.scss */
.blog__card--grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/components/card.scss */
  .blog__card--grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 13, app/assets/stylesheets/components/card.scss */
.case-studies__card--grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 13, app/assets/stylesheets/components/card.scss */
  .case-studies__card--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 480px) {
  /* line 13, app/assets/stylesheets/components/card.scss */
  .case-studies__card--grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 28, app/assets/stylesheets/components/card.scss */
.content__card--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/components/card.scss */
.content__card--row.negative-margin-top {
  margin-top: -110px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  /* line 33, app/assets/stylesheets/components/card.scss */
  .content__card--row.negative-margin-top {
    padding-bottom: 40px;
  }
}

/* line 43, app/assets/stylesheets/components/card.scss */
.content__card--header {
  padding-bottom: 150px;
  padding-top: 60px;
}

/* line 47, app/assets/stylesheets/components/card.scss */
.content__card--header h2 {
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/card.scss */
.content__card--header-bg {
  background-color: #061424;
}

/* line 56, app/assets/stylesheets/components/card.scss */
.content__card {
  border-bottom: 4px solid #061424;
  border-radius: 7px 7px 0 0;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all .25s ease-in-out;
}

@media screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/components/card.scss */
  .content__card {
    margin: 0 2% 30px 2%;
    width: 46%;
  }
}

@media screen and (max-width: 480px) {
  /* line 56, app/assets/stylesheets/components/card.scss */
  .content__card {
    width: 100%;
  }
}

/* line 74, app/assets/stylesheets/components/card.scss */
.content__card:hover {
  top: -6px;
}

/* line 78, app/assets/stylesheets/components/card.scss */
.content__card .responsive-image {
  border-radius: 0;
  display: block;
}

/* line 83, app/assets/stylesheets/components/card.scss */
.content__card--content {
  background-color: #fff;
  padding: 30px 15px;
}

@media screen and (max-width: 768px) {
  /* line 83, app/assets/stylesheets/components/card.scss */
  .content__card--content {
    padding: 20px 15px;
  }
}

/* line 91, app/assets/stylesheets/components/card.scss */
.content__card--content .button {
  margin-top: 20px;
}

/* line 97, app/assets/stylesheets/components/card.scss */
.content__card--colocation {
  border-radius: 5px;
  border: none;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 97, app/assets/stylesheets/components/card.scss */
  .content__card--colocation {
    margin: 0 15px 20px 15px;
  }
}

/* line 106, app/assets/stylesheets/components/card.scss */
.content__card--colocation .content__card--content {
  background-color: whitesmoke;
}

/* line 111, app/assets/stylesheets/components/card.scss */
.article__card {
  border-radius: 7px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.25s all ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 120, app/assets/stylesheets/components/card.scss */
.article__card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* line 124, app/assets/stylesheets/components/card.scss */
.article__card--img {
  flex-shrink: 0;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 131, app/assets/stylesheets/components/card.scss */
.article__card--body {
  padding: 20px;
  flex-direction: column;
  display: flex;
  height: 100%;
}

/* line 137, app/assets/stylesheets/components/card.scss */
.article__card--body h2,
.article__card--body h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 144, app/assets/stylesheets/components/card.scss */
.article__card--meta {
  align-items: center;
  display: flex;
  margin-top: auto;
}

/* line 149, app/assets/stylesheets/components/card.scss */
.article__card--meta img {
  border-radius: 50%;
  margin-right: 20px;
}

/* line 154, app/assets/stylesheets/components/card.scss */
.article__card--meta h5 {
  color: #061424;
}

/* line 160, app/assets/stylesheets/components/card.scss */
.article__card--focus {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  /* line 160, app/assets/stylesheets/components/card.scss */
  .article__card--focus {
    flex-direction: column;
  }
}

/* line 171, app/assets/stylesheets/components/card.scss */
.article__card--focus .article__card--img {
  flex-shrink: 1;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 600px;
}

@media screen and (max-width: 768px) {
  /* line 171, app/assets/stylesheets/components/card.scss */
  .article__card--focus .article__card--img {
    height: 200px;
    width: 100%;
  }
}

/* line 183, app/assets/stylesheets/components/card.scss */
.article__card--focus .article__card--body {
  padding: 30px;
}

/* line 188, app/assets/stylesheets/components/card.scss */
.blog__card--aside {
  align-items: center;
  align-self: flex-start;
  background-color: whitesmoke;
  border-radius: 7px;
  color: #8c8c8c;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 40px 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 188, app/assets/stylesheets/components/card.scss */
  .blog__card--aside {
    flex-direction: row;
    padding: 20px;
    text-align: initial;
  }
}

/* line 206, app/assets/stylesheets/components/card.scss */
.blog__card--aside img {
  border-radius: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 206, app/assets/stylesheets/components/card.scss */
  .blog__card--aside img {
    margin: 0 20px 0 0;
    height: 70px;
    width: auto;
  }
}

/* line 217, app/assets/stylesheets/components/card.scss */
.blog__card--aside .blog-date {
  display: flex;
  margin-top: 10px;
  align-self: center;
}

/* line 221, app/assets/stylesheets/components/card.scss */
.blog__card--aside .blog-date svg {
  flex-shrink: 0;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/components/customer-logos.scss */
.customer-logos {
  background: #e6e6e6;
  padding: 40px 0;
}

/* line 5, app/assets/stylesheets/components/customer-logos.scss */
.customer-logos__title {
  color: #8c8c8c;
  margin-bottom: 15px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/components/customer-logos.scss */
.customer-logos .list {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  /* line 14, app/assets/stylesheets/components/customer-logos.scss */
  .customer-logos .list li {
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/components/error.scss */
.field_with_errors {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/components/error.scss */
.field_with_errors:last-child input[type="text"],
.field_with_errors:last-child textarea {
  margin-bottom: 0 !important;
}

/* line 13, app/assets/stylesheets/components/error.scss */
.error {
  background-color: #cd3838;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 11px;
  border-left: 0;
  border-right: 0;
}

/* line 21, app/assets/stylesheets/components/error.scss */
.error__message {
  color: #fff !important;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/components/form.scss */
.form {
  display: block;
  margin-top: 30px;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.form::after {
  clear: both;
  content: "";
  display: table;
}

/* line 5, app/assets/stylesheets/components/form.scss */
.form__row {
  display: block;
  margin-bottom: 20px;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.form__row::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 480px) {
  /* line 9, app/assets/stylesheets/components/form.scss */
  .form__row .form__text-field:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 15, app/assets/stylesheets/components/form.scss */
  .form__row .one-half {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 100%;
    margin-right: 0;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .form__row .one-half:last-child {
    margin-right: 0;
  }
}

/* line 23, app/assets/stylesheets/components/form.scss */
.form__small-column {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 28.37079%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form__small-column:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 23, app/assets/stylesheets/components/form.scss */
  .form__small-column {
    width: 100%;
  }
}

/* line 31, app/assets/stylesheets/components/form.scss */
.form__large-column {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 41.01124%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form__large-column:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 31, app/assets/stylesheets/components/form.scss */
  .form__large-column {
    width: 100%;
  }
}

/* line 39, app/assets/stylesheets/components/form.scss */
.form__text-field, .form__select-field {
  border-radius: 7px;
  border: 1px solid transparent;
  color: #061424;
  display: block;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 20px;
  outline: 0;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
}

/* line 52, app/assets/stylesheets/components/form.scss */
.form__text-field:last-child, .form__select-field:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  /* line 52, app/assets/stylesheets/components/form.scss */
  .form__text-field:last-child, .form__select-field:last-child {
    margin-bottom: 20px;
  }
}

/* line 61, app/assets/stylesheets/components/form.scss */
.form__select-field {
  color: #8c8c8c;
  background: white url(/assets/select-arrow-b6f07a4491530973589ac0438cb498a5ff5cf640d97bee354352380e2134c4fe.svg) no-repeat right 8px top 15px;
  background-size: 12px auto;
}

/* line 68, app/assets/stylesheets/components/form.scss */
.form .field_with_errors input,
.form .field_with_errors select {
  border-color: #cd3838;
}

/* line 74, app/assets/stylesheets/components/form.scss */
.form__submit {
  display: block;
  margin-top: 20px;
  text-align: right;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.form__submit::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 480px) {
  /* line 74, app/assets/stylesheets/components/form.scss */
  .form__submit {
    margin-top: 0;
  }
}

/* line 84, app/assets/stylesheets/components/form.scss */
.form__submit-centered {
  display: block;
  text-align: center;
}

/* line 20, ../../local/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
.form__submit-centered::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 480px) {
  /* line 88, app/assets/stylesheets/components/form.scss */
  .form__submit-centered .button {
    width: 100%;
  }
}

/* line 97, app/assets/stylesheets/components/form.scss */
.form__w__image.form__container {
  background: url(/assets/quote_background-5f331e9839bea6eb4279a112bbaaeac25a0889acb10d401d8d0a3fa65b7fb74a.png);
  border-radius: 7px;
  display: flex;
  overflow: hidden;
}

/* line 103, app/assets/stylesheets/components/form.scss */
.form__w__image.form__container h2 {
  color: #fff;
  margin-bottom: 20px;
}

/* line 109, app/assets/stylesheets/components/form.scss */
.form__w__image .form__left {
  flex-shrink: 0;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  /* line 109, app/assets/stylesheets/components/form.scss */
  .form__w__image .form__left {
    display: none;
  }
}

/* line 117, app/assets/stylesheets/components/form.scss */
.form__w__image .form__left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

/* line 124, app/assets/stylesheets/components/form.scss */
.form__w__image .form__right {
  flex: 1;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 129, app/assets/stylesheets/components/form.scss */
  .form__w__image .form__row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/components/form.scss */
  .form__w__image .form__row .one-half {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 141, app/assets/stylesheets/components/form.scss */
  .form__w__image .form__row .form__text-field {
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/components/google-maps.scss */
.google-maps {
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/components/google-maps.scss */
.google-maps {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* line 16, app/assets/stylesheets/components/google-maps.scss */
.google-maps iframe,
.google-maps object,
.google-maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/components/list.scss */
.list {
  list-style-type: none;
}

/* line 4, app/assets/stylesheets/components/list.scss */
.list--horizontal {
  padding-left: 0;
}

/* line 7, app/assets/stylesheets/components/list.scss */
.list--horizontal li {
  display: inline-block;
  margin-right: 40px;
}

@media screen and (max-width: 480px) {
  /* line 7, app/assets/stylesheets/components/list.scss */
  .list--horizontal li {
    margin-bottom: 20px;
    margin-right: 15px;
    text-align: center;
  }
}

/* line 17, app/assets/stylesheets/components/list.scss */
.list--horizontal li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 17, app/assets/stylesheets/components/list.scss */
  .list--horizontal li:last-child {
    margin-bottom: 0;
  }
}

/* line 29, app/assets/stylesheets/components/list.scss */
.list--vertical-align li {
  vertical-align: middle;
}

/* line 32, app/assets/stylesheets/components/list.scss */
.list--vertical-align li img {
  display: block;
}

@media screen and (max-width: 480px) {
  /* line 32, app/assets/stylesheets/components/list.scss */
  .list--vertical-align li img {
    display: inline;
  }
}

/* line 42, app/assets/stylesheets/components/list.scss */
.list--gallery {
  margin-top: 10px;
  padding-left: 0;
}

/* line 46, app/assets/stylesheets/components/list.scss */
.list--gallery li {
  border-radius: 7px;
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  overflow: hidden;
  width: 90px;
}

@media screen and (max-width: 768px) {
  /* line 46, app/assets/stylesheets/components/list.scss */
  .list--gallery li {
    width: 15%;
  }
}

@media screen and (max-width: 480px) {
  /* line 46, app/assets/stylesheets/components/list.scss */
  .list--gallery li {
    width: 30%;
  }
}

/* line 63, app/assets/stylesheets/components/list.scss */
.list--gallery img {
  display: block;
  width: 100%;
}

/* line 69, app/assets/stylesheets/components/list.scss */
.list--accessibility {
  background-position: left center;
  background-repeat: no-repeat;
  list-style-type: circle;
  margin-bottom: 20px;
  padding-left: 80px;
}

/* line 77, app/assets/stylesheets/components/list.scss */
.list--checked {
  padding: 0;
  list-style: none;
  line-height: 1.7;
}

/* line 82, app/assets/stylesheets/components/list.scss */
.list--checked li {
  background: url(/assets/shared/blue-check-655fc7de73dce2cd4b43b231e825546982fee49f3dcab3f8122a309899b09a73.svg) no-repeat left top 4px;
  background-size: 18px 18px;
  margin: 0 0 10px 15px;
  padding-left: 30px;
  word-break: break-word;
}

/* line 91, app/assets/stylesheets/components/list.scss */
.list li.list__last {
  margin-right: 0;
}

/* line 95, app/assets/stylesheets/components/list.scss */
.list li.list__bottom {
  margin-bottom: 0;
}

/* line 120, app/assets/stylesheets/components/list.scss */
.list-two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding: 0;
  list-style-position: inside;
}

@media screen and (max-width: 768px) {
  /* line 120, app/assets/stylesheets/components/list.scss */
  .list-two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media screen and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/components/list.scss */
  .list-two-columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

/* line 124, app/assets/stylesheets/components/list.scss */
.list-columns-centered {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  /* line 124, app/assets/stylesheets/components/list.scss */
  .list-columns-centered {
    width: 100%;
  }
}

/* line 132, app/assets/stylesheets/components/list.scss */
.list-with-icons {
  padding-left: 0;
}

/* line 135, app/assets/stylesheets/components/list.scss */
.list-with-icons li {
  display: flex;
}

/* line 137, app/assets/stylesheets/components/list.scss */
.list-with-icons li:not(:last-of-type) {
  margin-bottom: 30px;
}

/* line 141, app/assets/stylesheets/components/list.scss */
.list-with-icons li img {
  flex-shrink: 0;
  margin-right: 20px;
}

/* line 1, app/assets/stylesheets/components/navigation.scss */
.nav {
  font-size: 16px;
  list-style-type: none;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/components/navigation.scss */
.nav li {
  display: inline-block;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  /* line 6, app/assets/stylesheets/components/navigation.scss */
  .nav li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  /* line 6, app/assets/stylesheets/components/navigation.scss */
  .nav li {
    margin-right: 20px;
  }
}

/* line 18, app/assets/stylesheets/components/navigation.scss */
.nav li:last-child {
  margin-right: 0;
}

/* line 24, app/assets/stylesheets/components/navigation.scss */
.nav--primary {
  color: #fff;
  float: right;
  margin-top: 1px;
}

@media screen and (max-width: 768px) {
  /* line 24, app/assets/stylesheets/components/navigation.scss */
  .nav--primary {
    background: #fff;
    display: none;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 136px;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 480px) {
  /* line 24, app/assets/stylesheets/components/navigation.scss */
  .nav--primary {
    top: 122px;
  }
}

/* line 44, app/assets/stylesheets/components/navigation.scss */
.nav--primary > li {
  margin-right: 26px;
}

@media screen and (max-width: 1024px) {
  /* line 44, app/assets/stylesheets/components/navigation.scss */
  .nav--primary > li {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  /* line 44, app/assets/stylesheets/components/navigation.scss */
  .nav--primary > li {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  /* line 44, app/assets/stylesheets/components/navigation.scss */
  .nav--primary > li {
    margin-right: 0;
  }
}

/* line 61, app/assets/stylesheets/components/navigation.scss */
.nav--primary > li:last-child {
  margin-left: 14px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  /* line 61, app/assets/stylesheets/components/navigation.scss */
  .nav--primary > li:last-child {
    border-bottom: 0;
    margin-left: 0;
  }
}

/* line 72, app/assets/stylesheets/components/navigation.scss */
.nav--primary a {
  transition: 0s;
  color: #fff;
  display: block;
  padding: 9px 14px;
}

@media screen and (max-width: 768px) {
  /* line 72, app/assets/stylesheets/components/navigation.scss */
  .nav--primary a {
    color: #061424;
  }
}

/* line 84, app/assets/stylesheets/components/navigation.scss */
.nav-toggle {
  display: none;
  float: right;
  margin-top: 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 84, app/assets/stylesheets/components/navigation.scss */
  .nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  /* line 84, app/assets/stylesheets/components/navigation.scss */
  .nav-toggle {
    margin-top: 7px;
  }
}

/* line 98, app/assets/stylesheets/components/navigation.scss */
.nav-toggle__text {
  color: #fff;
  font-size: 16px;
  left: -53px;
  position: absolute;
  top: -4px;
}

/* line 106, app/assets/stylesheets/components/navigation.scss */
.nav-toggle__line {
  background-color: #fff;
  border-radius: 7px;
  display: block;
  height: 4px;
  margin: 0 0 4px;
  width: 35px;
}

/* line 114, app/assets/stylesheets/components/navigation.scss */
.nav-toggle__line:last-child {
  margin-bottom: 0;
}

/* line 120, app/assets/stylesheets/components/navigation.scss */
#nav-toggle {
  display: none;
}

/* line 124, app/assets/stylesheets/components/navigation.scss */
#nav-toggle:checked ~ .nav--primary {
  display: block !important;
}

/* line 128, app/assets/stylesheets/components/navigation.scss */
.nav--secondary {
  float: right;
  font-size: 15px;
}

/* line 132, app/assets/stylesheets/components/navigation.scss */
.nav--secondary a {
  color: #718aa8;
}

/* line 135, app/assets/stylesheets/components/navigation.scss */
.nav--secondary a:hover {
  color: #fff;
}

/* line 141, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown {
  border-radius: 7px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 141, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown {
    margin-right: 0 !important;
    padding: 0 !important;
  }
}

/* line 150, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown:hover, .nav__dropdown:active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: whitesmoke;
  color: #061424;
}

@media screen and (max-width: 768px) {
  /* line 150, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown:hover, .nav__dropdown:active {
    background: none;
  }
}

/* line 160, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown:hover .nav__dropdown-primary, .nav__dropdown:active .nav__dropdown-primary {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #061424;
  display: block;
}

/* line 165, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown:hover .nav__dropdown-primary:after, .nav__dropdown:active .nav__dropdown-primary:after {
  background-position: right -44px;
}

/* line 170, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown:hover .nav__dropdown-secondary, .nav__dropdown:active .nav__dropdown-secondary {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* line 177, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown-primary {
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 177, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-primary {
    background: whitesmoke;
    color: #061424;
    padding: 15px 40px;
  }
}

@media screen and (max-width: 480px) {
  /* line 177, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-primary {
    padding: 7px 20px;
  }
}

/* line 191, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown-primary:after {
  background: url(/assets/icons/dropdown-dcf8f675576a1e0de4607d4d5069d7b657e6abe4a91c27a5bf936f4b2d84fbde.png) no-repeat right top;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 8px;
  width: 10px;
}

@media screen and (max-width: 768px) {
  /* line 191, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-primary:after {
    background: none;
  }
}

/* line 205, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown-secondary {
  background: #fff;
  border-radius: 7px;
  border-top-left-radius: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding-left: 0;
  position: absolute;
  text-align: left;
  top: 42px;
  visibility: hidden;
  width: 220px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  /* line 205, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-secondary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: none;
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
}

/* line 231, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown-secondary li {
  transition: 0.25s;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 231, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-secondary li {
    background: #fff;
    border-top: 1px solid #e6e6e6;
  }
}

/* line 241, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown-secondary li:hover {
  background-color: whitesmoke;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  /* line 241, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-secondary li:hover {
    padding-left: 0;
  }
}

/* line 251, app/assets/stylesheets/components/navigation.scss */
.nav__dropdown-secondary a {
  color: #061424;
  display: block;
  padding: 9px 14px;
}

@media screen and (max-width: 480px) {
  /* line 251, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-secondary a {
    padding: 7px 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 260, app/assets/stylesheets/components/navigation.scss */
  .nav__dropdown-secondary a:before {
    content: ">";
    font-size: 12px;
    margin-right: 10px;
  }
}

/* line 1, app/assets/stylesheets/components/quote.scss */
.quote {
  background: url(/assets/quote_background-5f331e9839bea6eb4279a112bbaaeac25a0889acb10d401d8d0a3fa65b7fb74a.png);
}

/* line 4, app/assets/stylesheets/components/quote.scss */
.quote h2 {
  color: #fff;
}

/* line 8, app/assets/stylesheets/components/quote.scss */
.quote p {
  color: #c0ccf9;
}

/* line 14, app/assets/stylesheets/components/quote.scss */
.quote__blog {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 20, app/assets/stylesheets/components/quote.scss */
.quote__blog .quote-author {
  background-color: #091A36;
  flex-shrink: 0;
  padding: 20px;
  align-items: flex-start;
}

/* line 27, app/assets/stylesheets/components/quote.scss */
.quote__blog .quote-content {
  background-color: #1C98D4;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px;
}

/* line 34, app/assets/stylesheets/components/quote.scss */
.quote__blog .quote-content p {
  color: #ffffff;
}

/* line 40, app/assets/stylesheets/components/quote.scss */
.quote__blog--plain {
  background-color: #061424;
  border-radius: 10px;
  display: flex;
  padding: 30px;
}

@media screen and (max-width: 480px) {
  /* line 40, app/assets/stylesheets/components/quote.scss */
  .quote__blog--plain {
    flex-direction: column;
  }
}

/* line 50, app/assets/stylesheets/components/quote.scss */
.quote__blog--plain .quote-icon {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  /* line 50, app/assets/stylesheets/components/quote.scss */
  .quote__blog--plain .quote-icon {
    margin: 0 0 20px 0;
  }
}

/* line 57, app/assets/stylesheets/components/quote.scss */
.quote__blog--plain .quote-content p {
  color: #fff;
  font-size: 18px;
}

/* line 61, app/assets/stylesheets/components/quote.scss */
.quote__blog--plain .quote-content hr {
  border-top-color: #fff;
  margin: 30px 0;
}

/* line 1, app/assets/stylesheets/components/sales-points.scss */
.sales-points-grid {
  display: grid;
  gap: 4rem;
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/sales-points.scss */
.sales-points-grid.sales-points-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 480px) {
  /* line 6, app/assets/stylesheets/components/sales-points.scss */
  .sales-points-grid.sales-points-grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 14, app/assets/stylesheets/components/sales-points.scss */
.sales-points-grid.sales-points-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  /* line 14, app/assets/stylesheets/components/sales-points.scss */
  .sales-points-grid.sales-points-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 480px) {
  /* line 14, app/assets/stylesheets/components/sales-points.scss */
  .sales-points-grid.sales-points-grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 25, app/assets/stylesheets/components/sales-points.scss */
.sales-point-w-icon {
  position: relative;
  text-align: center;
  top: 0;
  transition: all 0.2s ease-in-out;
}

/* line 31, app/assets/stylesheets/components/sales-points.scss */
.sales-point-w-icon:hover {
  top: -4px;
}

/* line 35, app/assets/stylesheets/components/sales-points.scss */
.sales-point-w-icon img {
  margin-bottom: 25px;
}

/* line 39, app/assets/stylesheets/components/sales-points.scss */
.sales-point-w-icon.sales-point-horizontal {
  align-items: center;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 768px) {
  /* line 39, app/assets/stylesheets/components/sales-points.scss */
  .sales-point-w-icon.sales-point-horizontal {
    flex-direction: column;
    text-align: center;
  }
}

/* line 47, app/assets/stylesheets/components/sales-points.scss */
.sales-point-w-icon.sales-point-horizontal img {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  /* line 47, app/assets/stylesheets/components/sales-points.scss */
  .sales-point-w-icon.sales-point-horizontal img {
    margin: 0 0 30px 0;
  }
}

/* line 1, app/assets/stylesheets/components/sections.scss */
.squared-bg-section {
  background: #061424 url(/assets/shared/squared-bg-pattern-ea129c426011b439f1d13d295a83c91511b3978c209731aa651228023e8abdef.png) center center;
}

/* line 6, app/assets/stylesheets/components/sections.scss */
.sc-advantage-section .full-width {
  display: flex;
  padding: 40px 0;
}

@media screen and (max-width: 480px) {
  /* line 6, app/assets/stylesheets/components/sections.scss */
  .sc-advantage-section .full-width {
    flex-direction: column;
  }
}

/* line 14, app/assets/stylesheets/components/sections.scss */
.sc-advantage-section .full-width img {
  margin-right: 30px;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  /* line 14, app/assets/stylesheets/components/sections.scss */
  .sc-advantage-section .full-width img {
    height: 60px;
    margin: 0 auto 20px 0;
    width: auto;
  }
}

/* line 25, app/assets/stylesheets/components/sections.scss */
.sc-advantage-section .full-width h3 {
  font-size: 24px;
}

/* line 32, app/assets/stylesheets/components/sections.scss */
.flex-cta-section .full-width {
  align-items: center;
  display: flex;
  padding: 40px 0;
}

@media screen and (max-width: 480px) {
  /* line 32, app/assets/stylesheets/components/sections.scss */
  .flex-cta-section .full-width {
    flex-direction: column;
    text-align: center;
  }
}

/* line 42, app/assets/stylesheets/components/sections.scss */
.flex-cta-section .full-width h3 {
  font-size: 24px;
}

/* line 46, app/assets/stylesheets/components/sections.scss */
.flex-cta-section .full-width .button {
  flex-shrink: 0;
  margin-left: 50px;
}

@media screen and (max-width: 480px) {
  /* line 46, app/assets/stylesheets/components/sections.scss */
  .flex-cta-section .full-width .button {
    margin: 20px 0 0 0;
  }
}

/* line 1, app/assets/stylesheets/components/table.scss */
table.contact {
  font-size: 15px;
}

/* line 4, app/assets/stylesheets/components/table.scss */
table.contact th,
table.contact td {
  color: #8c8c8c;
  padding: 5px 0 20px 0;
}

/* line 10, app/assets/stylesheets/components/table.scss */
table.contact th {
  text-align: left;
  width: 130px;
}

/* line 14, app/assets/stylesheets/components/table.scss */
table.contact th.location {
  background: url(/assets/pages/contact/icon_location-1a649e17cf070886ab8e729a4691c9951f98b33dd789306b1decf49f3053b9b0.png) no-repeat left 8px;
  padding-left: 30px;
}

/* line 19, app/assets/stylesheets/components/table.scss */
table.contact th.phone {
  background: url(/assets/pages/contact/icon_phone-7d0b63b907d4c6237a0f59e526acfc751e5fdb06e8bbd0ef5055cbd6226c30d9.png) no-repeat left 8px;
  padding-left: 30px;
}

/* line 24, app/assets/stylesheets/components/table.scss */
table.contact th.info {
  background: url(/assets/pages/contact/icon_info-bc70b48021ce39db03ee1955b5a6c990615f2d53dbb6579b67de9cce6d1ae2a0.png) no-repeat left 7px;
  padding-left: 30px;
}

/* line 29, app/assets/stylesheets/components/table.scss */
table.contact th.email {
  background: url(/assets/pages/contact/icon_email-488b0c3095690cba0fc7d0a758c5522d8e02a1511744db2cbff79e9240085578.png) no-repeat left 11px;
  padding-left: 30px;
}

/* line 35, app/assets/stylesheets/components/table.scss */
table.contact tr {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  /* line 40, app/assets/stylesheets/components/table.scss */
  .table-responsive {
    display: block;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    width: 100%;
  }
}

/* line 50, app/assets/stylesheets/components/table.scss */
table.package-comparison {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

/* line 55, app/assets/stylesheets/components/table.scss */
table.package-comparison thead tr > th {
  background-color: #061424;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
}

/* line 62, app/assets/stylesheets/components/table.scss */
table.package-comparison thead tr > th:first-child {
  background-color: transparent;
}

/* line 66, app/assets/stylesheets/components/table.scss */
table.package-comparison thead tr > th:not(:first-child):not(:last-child) {
  border-right: 1px solid #fff;
}

/* line 73, app/assets/stylesheets/components/table.scss */
table.package-comparison tbody tr > td {
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  /* line 73, app/assets/stylesheets/components/table.scss */
  table.package-comparison tbody tr > td {
    padding: 10px;
  }
}

/* line 82, app/assets/stylesheets/components/table.scss */
table.package-comparison tbody tr > td:first-child {
  background-color: whitesmoke;
  color: #31373c;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  vertical-align: top;
}

/* line 91, app/assets/stylesheets/components/table.scss */
table.package-comparison tbody tr > td.price {
  color: #1c98d4;
  font-size: 24px;
  font-weight: 600;
}

/* line 95, app/assets/stylesheets/components/table.scss */
table.package-comparison tbody tr > td.price span {
  color: initial;
  font-size: 14px;
  font-weight: initial;
}

/* line 102, app/assets/stylesheets/components/table.scss */
table.package-comparison tbody tr > td.highlighted-price {
  background-color: #1c98d4;
  color: #fff;
}

/* line 107, app/assets/stylesheets/components/table.scss */
table.package-comparison tbody tr > td .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 116, app/assets/stylesheets/components/table.scss */
table.brand-default {
  border-collapse: collapse;
}

/* line 119, app/assets/stylesheets/components/table.scss */
table.brand-default thead tr > th {
  background-color: #061424;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
}

/* line 129, app/assets/stylesheets/components/table.scss */
table.brand-default tbody tr > td {
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
}

@media screen and (max-width: 480px) {
  /* line 129, app/assets/stylesheets/components/table.scss */
  table.brand-default tbody tr > td {
    padding: 10px;
  }
}

/* line 139, app/assets/stylesheets/components/table.scss */
table.fixed-height-500 {
  max-height: 500px;
  overflow-y: scroll;
  display: block;
  position: relative;
}

/* line 145, app/assets/stylesheets/components/table.scss */
table.fixed-height-500 thead {
  background-color: #e6e6e6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* line 1, app/assets/stylesheets/components/testimonial.scss */
.testimonial {
  background: whitesmoke;
}

/* line 4, app/assets/stylesheets/components/testimonial.scss */
.testimonial__company {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 11.51685%;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.testimonial__company:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 4, app/assets/stylesheets/components/testimonial.scss */
  .testimonial__company {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 15.73034%;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .testimonial__company:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 4, app/assets/stylesheets/components/testimonial.scss */
  .testimonial__company {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 32.58427%;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .testimonial__company:last-child {
    margin-right: 0;
  }
}

/* line 16, app/assets/stylesheets/components/testimonial.scss */
.testimonial__company-logo-box {
  background: #fff;
  border-radius: 7px;
  border: 1px solid #e6e6e6;
  height: 100px;
  padding: 10px;
  position: relative;
  width: 100px;
}

/* line 25, app/assets/stylesheets/components/testimonial.scss */
.testimonial__company-logo-box img {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 78px;
}

/* line 34, app/assets/stylesheets/components/testimonial.scss */
.testimonial__content {
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 87.35955%;
  margin-right: 0;
  background: url(/assets/testimonial_quotation_mark-a99c1d106095e2612f4ff8892e6fa2cb6065320acacad0259d45833b5262aa05.png) no-repeat right 7px;
  padding-right: 70px;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.testimonial__content:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 34, app/assets/stylesheets/components/testimonial.scss */
  .testimonial__content {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 83.14607%;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .testimonial__content:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 34, app/assets/stylesheets/components/testimonial.scss */
  .testimonial__content {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 66.29213%;
    background-size: 20px;
    padding-right: 20px;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .testimonial__content:last-child {
    margin-right: 0;
  }
}

/* line 51, app/assets/stylesheets/components/testimonial.scss */
.testimonial__quote {
  font-size: 18px;
}

/* line 55, app/assets/stylesheets/components/testimonial.scss */
.testimonial__author {
  color: #061424;
  font-size: 15px;
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/components/testimonial.scss */
.testimonial__author span {
  color: #8c8c8c;
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  /* line 60, app/assets/stylesheets/components/testimonial.scss */
  .testimonial__author span {
    display: block;
  }
}

/* line 72, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared {
  background-color: #e6e6e6;
}

/* line 75, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared .customer-logos__title {
  margin-bottom: 40px;
}

/* line 79, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared .list {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 79, app/assets/stylesheets/components/testimonial.scss */
  .testimonal--shared .list {
    margin-bottom: 20px;
  }
}

/* line 86, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared .list li {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
  /* line 86, app/assets/stylesheets/components/testimonial.scss */
  .testimonal--shared .list li {
    margin-bottom: 20px;
  }
}

/* line 94, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared .list li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 100, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared .testimonial__container {
  display: flex;
}

@media screen and (max-width: 480px) {
  /* line 100, app/assets/stylesheets/components/testimonial.scss */
  .testimonal--shared .testimonial__container {
    display: block;
  }
}

/* line 107, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared .testimonial__container .testimonial__half {
  display: flex;
  flex-direction: column;
}

/* line 111, app/assets/stylesheets/components/testimonial.scss */
.testimonal--shared .testimonial__container .testimonial__half--quote {
  flex: 1;
}

/* line 118, app/assets/stylesheets/components/testimonial.scss */
.testimonial__half {
  margin-left: 4.21348%;
  float: left;
  display: block;
  margin-right: 1.1236%;
  width: 45.22472%;
  background: #fff url(/assets/testimonial_quotation_mark-a99c1d106095e2612f4ff8892e6fa2cb6065320acacad0259d45833b5262aa05.png) no-repeat right 20px top 20px;
  border-radius: 7px;
  overflow: hidden;
}

/* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.testimonial__half:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 118, app/assets/stylesheets/components/testimonial.scss */
  .testimonial__half {
    margin-right: 0;
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 89, ../../local/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .testimonial__half:last-child {
    margin-right: 0;
  }
}

/* line 133, app/assets/stylesheets/components/testimonial.scss */
.testimonial__half--quote {
  padding: 20px 70px 20px 20px;
}

/* line 137, app/assets/stylesheets/components/testimonial.scss */
.testimonial__half--footer {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  padding: 10px;
}

/* line 145, app/assets/stylesheets/components/testimonial.scss */
.testimonial__half--company-logo-box {
  background: #fff;
  border-radius: 7px;
  padding: 5px;
  margin-right: 20px;
}

/* line 151, app/assets/stylesheets/components/testimonial.scss */
.testimonial__half--company-logo-box img {
  display: block;
}

/* line 156, app/assets/stylesheets/components/testimonial.scss */
.testimonial__half--author {
  color: #061424;
  font-size: 15px;
}

/* line 160, app/assets/stylesheets/components/testimonial.scss */
.testimonial__half--author span {
  color: #8c8c8c;
  font-style: italic;
}

/* line 1, app/assets/stylesheets/components/timeline.scss */
.timeline {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/timeline.scss */
.timeline .timeline-main:after {
  background: #1c98d4;
  bottom: 10px;
  content: '';
  left: 110px;
  position: absolute;
  top: 36px;
  width: 2px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  /* line 4, app/assets/stylesheets/components/timeline.scss */
  .timeline .timeline-main:after {
    bottom: 20px;
    left: 70px;
    top: 26px;
  }
}

@media screen and (max-width: 480px) {
  /* line 4, app/assets/stylesheets/components/timeline.scss */
  .timeline .timeline-main:after {
    bottom: 34px;
    top: 10px;
  }
}

/* line 26, app/assets/stylesheets/components/timeline.scss */
.timeline h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: 20px;
}

@media screen and (max-width: 768px) {
  /* line 26, app/assets/stylesheets/components/timeline.scss */
  .timeline h3 {
    font-size: 18px;
    top: 6px;
  }
}

/* line 39, app/assets/stylesheets/components/timeline.scss */
.timeline .timeline-item {
  position: relative;
}

/* line 42, app/assets/stylesheets/components/timeline.scss */
.timeline .timeline-item-content {
  margin-bottom: 40px;
  position: relative;
}

/* line 46, app/assets/stylesheets/components/timeline.scss */
.timeline .timeline-item-content ul {
  color: #fff;
  list-style-type: none;
  margin: -22px 0 16px;
  padding-left: 110px;
}

@media screen and (max-width: 768px) {
  /* line 46, app/assets/stylesheets/components/timeline.scss */
  .timeline .timeline-item-content ul {
    padding-left: 60px;
  }
}

/* line 55, app/assets/stylesheets/components/timeline.scss */
.timeline .timeline-item-content ul li {
  font-size: 24px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  /* line 55, app/assets/stylesheets/components/timeline.scss */
  .timeline .timeline-item-content ul li {
    font-size: 18px;
  }
}

/* line 64, app/assets/stylesheets/components/timeline.scss */
.timeline .timeline-item-content:first-of-type:after {
  background: #fff;
  border-radius: 50%;
  border: 4px solid #1c98d4;
  content: '';
  height: 21px;
  left: 100px;
  position: absolute;
  top: 6px;
  width: 21px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  /* line 64, app/assets/stylesheets/components/timeline.scss */
  .timeline .timeline-item-content:first-of-type:after {
    left: 60px;
    top: 2px;
  }
}

/* line 1, app/assets/stylesheets/components/toc.scss */
.toc-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/components/toc.scss */
  .toc-sticky {
    position: relative;
  }
}

/* line 9, app/assets/stylesheets/components/toc.scss */
.toc {
  background-color: whitesmoke;
  border-radius: 7px;
  padding: 15px;
}

/* line 14, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list {
  padding-left: 0;
}

/* line 17, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item {
  color: #8c8c8c;
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item:last-of-type {
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item ol.toc-list .toc-list-item {
  margin: 10px 0;
}

/* line 26, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item ol.toc-list .toc-list-item:last-of-type {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item .toc-link::before {
  display: none;
}

/* line 36, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item .toc-link:hover, .toc ol.toc-list .toc-list-item .toc-link.is-active-link {
  color: #1c98d4;
  font-weight: 600;
}

/* line 42, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item .toc-link.node-name--H2 {
  color: #061424;
  font-size: 18px;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/components/toc.scss */
.toc ol.toc-list .toc-list-item .toc-link.node-name--H3 {
  font-size: 14px;
  text-decoration: underline;
}

/* line 3, app/assets/stylesheets/pages/disaster-recovery.scss */
body.main#disaster_recovery .dr-image {
  border-radius: 7px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  height: auto;
  width: 20%;
}

@media screen and (max-width: 480px) {
  /* line 3, app/assets/stylesheets/pages/disaster-recovery.scss */
  body.main#disaster_recovery .dr-image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* line 15, app/assets/stylesheets/pages/disaster-recovery.scss */
  body.main#disaster_recovery .dr-image--first {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/pages/meet-the-team.scss */
.team__card--grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

@media screen and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/pages/meet-the-team.scss */
  .team__card--grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 12, app/assets/stylesheets/pages/meet-the-team.scss */
.team__card {
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 1024px) {
  /* line 12, app/assets/stylesheets/pages/meet-the-team.scss */
  .team__card {
    flex-direction: column;
  }
}

/* line 20, app/assets/stylesheets/pages/meet-the-team.scss */
.team__card img {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  /* line 20, app/assets/stylesheets/pages/meet-the-team.scss */
  .team__card img {
    margin: 0 0 30px 0;
  }
}

/* line 27, app/assets/stylesheets/pages/meet-the-team.scss */
.team__card--body .job-title {
  margin-bottom: 10px;
}

/* line 32, app/assets/stylesheets/pages/meet-the-team.scss */
.team__card--panel {
  background-color: whitesmoke;
  border-radius: 7px;
  padding: 20px;
}

/* line 1, app/assets/stylesheets/pages/certifications.scss */
.cert-badge {
  background-color: #091a36;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 5px 10px;
}

/* line 4, app/assets/stylesheets/pages/terms.scss */
body.main#terms .terms-content ol,
body.main#cookie_policy .terms-content ol {
  list-style-type: lower-alpha;
  margin: 0 0 20px 20px;
  padding-left: 20px;
}

/* line 9, app/assets/stylesheets/pages/terms.scss */
body.main#terms .terms-content ol li,
body.main#cookie_policy .terms-content ol li {
  margin-bottom: 20px;
  color: #8c8c8c;
}

/* line 13, app/assets/stylesheets/pages/terms.scss */
body.main#terms .terms-content ol li:last-child,
body.main#cookie_policy .terms-content ol li:last-child {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/pages/terms.scss */
body.main#terms .terms-content ol ol,
body.main#cookie_policy .terms-content ol ol {
  list-style-type: lower-roman;
  margin: 20px 0 20px 20px;
}

/* line 23, app/assets/stylesheets/pages/terms.scss */
body.main#terms .terms-content ol ol li,
body.main#cookie_policy .terms-content ol ol li {
  margin-bottom: 10px;
}

/* line 32, app/assets/stylesheets/pages/terms.scss */
body.main#terms .terms-content h3,
body.main#terms .terms-content .h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/pages/blog.scss */
.data-centre-checklist-pullout {
  background: url(/assets/quote_background-5f331e9839bea6eb4279a112bbaaeac25a0889acb10d401d8d0a3fa65b7fb74a.png);
  border-radius: 7px;
  display: flex;
  height: 100%;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/pages/blog.scss */
.data-centre-checklist-pullout h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

/* line 14, app/assets/stylesheets/pages/blog.scss */
.data-centre-checklist-pullout img {
  flex-shrink: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: auto;
}

@media screen and (max-width: 480px) {
  /* line 14, app/assets/stylesheets/pages/blog.scss */
  .data-centre-checklist-pullout img {
    display: none;
  }
}

/* line 25, app/assets/stylesheets/pages/blog.scss */
.data-centre-checklist-pullout .content__right {
  flex: 1;
  padding: 30px;
}

/* line 29, app/assets/stylesheets/pages/blog.scss */
.data-centre-checklist-pullout .content__right div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  /* line 29, app/assets/stylesheets/pages/blog.scss */
  .data-centre-checklist-pullout .content__right div {
    align-items: center;
    text-align: center;
  }
}
