/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #MIXINS
\*------------------------------------*/
/*------------------------------------*\
  #CONSTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
.transition {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms; }

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
  #BORDER RADIUS
\*------------------------------------*/
.gradient, .btn--gradient, .btn--gradient--border-white .btn__content, .btn--gradient-border, .btn--gradient-border--grey, .fibre-check-page__list__content__holder .contents .buttons a {
  background: #0089ce;
  background: -moz-linear-gradient(left, #0089ce 0%, #631d76 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0089ce), color-stop(100%, #631d76));
  background: -webkit-linear-gradient(left, #0089ce 0%, #631d76 100%);
  background: -o-linear-gradient(left, #0089ce 0%, #631d76 100%);
  background: -ms-linear-gradient(left, #0089ce 0%, #631d76 100%);
  background: linear-gradient(to right, #0089ce 0%, #631d76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089ce', endColorstr='#631d76', GradientType=1 ); }

.gradient-angle, form button, .btn--gradient-angle, .connect-page__item__number, .news__sidebar__block--statistic, .page__list__number, .contact-page__list--item {
  background: #0089ce;
  background: -moz-linear-gradient(45deg, #0089ce 0%, #631d76 82%, #631d76 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #0089ce), color-stop(82%, #631d76), color-stop(100%, #631d76));
  background: -webkit-linear-gradient(45deg, #0089ce 0%, #631d76 82%, #631d76 100%);
  background: -o-linear-gradient(45deg, #0089ce 0%, #631d76 82%, #631d76 100%);
  background: -ms-linear-gradient(45deg, #0089ce 0%, #631d76 82%, #631d76 100%);
  background: linear-gradient(45deg, #0089ce 0%, #631d76 82%, #631d76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089ce', endColorstr='#631d76', GradientType=1 ); }

.yellow {
  color: #FED100; }

.amber {
  color: #E98300; }

.red {
  color: #D0021B; }

.purple {
  color: #631D76; }

.blue {
  color: #0088CE; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

a {
  cursor: pointer;
  text-decoration: none; }

body {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  padding-top: 8rem;
  font-weight: 300; }
  @media only screen and (max-width: 1024px) {
    body {
      padding-top: 7rem; } }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 0; } }

.container {
  width: 100%;
  max-width: 107.375rem;
  margin: 0 auto; }
  .container--content {
    max-width: 73.125rem;
    margin: 0 auto; }
    .container--content.noresults {
      text-align: center; }
      .container--content.noresults h3 {
        color: #4A4A4A;
        margin: 4rem 0; }

.home-type {
  color: #0088CE; }

.business-type {
  color: #631D76; }

.community-type {
  color: #003989; }

.mute {
  color: #9B9B9B; }

a {
  color: #0088CE;
  cursor: pointer; }

input[type="submit"],
button {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600; }

h2 {
  font-size: 1.625rem;
  line-height: 2.125rem; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/fonts/icomoon.eot");
  src: url("../fonts/icons/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icons/fonts/icomoon.ttf") format("truetype"), url("../fonts/icons/fonts/icomoon.woff") format("woff"), url("../fonts/icons/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close-cross:before {
  content: "\e907"; }

.icon-mobile:before {
  content: "\e906"; }

.icon-business-network:before {
  content: "\e900"; }

.icon-home-network:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-info:before {
  content: "\e903"; }

.icon-message:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e905"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.image {
  display: inline-block;
  width: 100%; }
  .image img {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms; }
  .image--to-load {
    display: inline-block;
    position: relative; }
    .image--to-load img {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .image__credit {
    display: none; }
  .image__caption {
    display: none; }
  .image__space {
    width: 100%;
    display: block; }

.loaded .sk-fading-circle {
  display: none; }

.sk-fading-circle {
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #e1e1e1;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
form fieldset {
  padding: 0;
  border: 0;
  margin: 0; }
form .field {
  padding-bottom: 0.5rem;
  position: relative; }
  form .field.dropdown .middleColumn:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    height: 58px;
    line-height: 58px;
    width: 30px;
    padding-left: 20px;
    color: #0088CE;
    pointer-events: none; }
  form .field label {
    display: none; }
  form .field.optionset {
    margin: 10px 0; }
    form .field.optionset [type="radio"] {
      margin-right: 10px; }
    form .field.optionset h3 {
      margin: 0; }
    form .field.optionset ul {
      list-style: none;
      padding: 0; }
    form .field.optionset label {
      display: inline-block; }
  form .field input[type="text"],
  form .field input[type="email"],
  form .field input[type="password"],
  form .field textarea {
    display: block;
    width: 100%;
    color: #0088CE;
    border: 1px solid #CCCCCC;
    height: 3.75rem;
    line-height: 3.75rem;
    background: #FFFFFF;
    padding: 0 1.125rem; }
    form .field input[type="text"]::-webkit-input-placeholder,
    form .field input[type="email"]::-webkit-input-placeholder,
    form .field input[type="password"]::-webkit-input-placeholder,
    form .field textarea::-webkit-input-placeholder {
      color: #0088CE;
      opacity: 1; }
    form .field input[type="text"]::-moz-placeholder,
    form .field input[type="email"]::-moz-placeholder,
    form .field input[type="password"]::-moz-placeholder,
    form .field textarea::-moz-placeholder {
      color: #0088CE;
      opacity: 1; }
    form .field input[type="text"]:-ms-input-placeholder,
    form .field input[type="email"]:-ms-input-placeholder,
    form .field input[type="password"]:-ms-input-placeholder,
    form .field textarea:-ms-input-placeholder {
      color: #0088CE;
      opacity: 1; }
    form .field input[type="text"]:-moz-placeholder,
    form .field input[type="email"]:-moz-placeholder,
    form .field input[type="password"]:-moz-placeholder,
    form .field textarea:-moz-placeholder {
      color: #0088CE;
      opacity: 1; }
  form .field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #0088CE;
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
    height: 3.75rem;
    line-height: 3.75rem;
    background: #FFFFFF;
    padding: 0 2.5rem 0 1.125rem; }
  form .field textarea {
    line-height: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 10.625rem; }
  form .field.file label {
    display: block;
    color: #0088CE;
    position: absolute;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.125rem; }
  form .field.file .middleColumn {
    border: 1px solid #CCCCCC;
    height: 3.75rem;
    line-height: 3.75rem;
    background: #FFFFFF;
    padding-left: 8.750rem; }
    form .field.file .middleColumn:after {
      pointer-events: none;
      content: " ";
      display: block;
      width: 134px;
      height: 33px;
      background: url("../images/upload-btn.png");
      position: absolute;
      top: 1rem;
      left: 8.750rem;
      cursor: pointer; }
    form .field.file .middleColumn input {
      width: 134px;
      height: 33px;
      position: relative;
      top: 1rem;
      opacity: 0; }
form .recaptcha {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transform-origin: top left; }
form .Actions {
  position: relative; }
form button {
  height: 3.75rem;
  border: 0;
  padding: 0.125rem;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem; }
  form button span {
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    border-radius: 1.875rem;
    background: #FFFFFF;
    font-family: "canada-type-gibson", sans-serif;
    color: #0088CE;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 5.25rem;
    background: linear-gradient(to right, #FFFFFF 50%, #0089ce 50%, #631d76 100%);
    background-size: 280% 100%;
    background-position: left bottom;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    form button span.nopadd {
      padding: 0; }
    form button span:hover {
      color: #FFFFFF;
      background-position: 100% bottom; }
form p.message {
  display: block;
  padding: 0.5rem 0;
  color: #D0021B;
  font-size: 0.875rem;
  clear: both; }
form .message.required {
  display: block;
  padding-top: 0.5rem;
  color: #D0021B;
  font-size: 0.875rem;
  clear: both; }

.hero {
  font-size: 1rem;
  height: 56.25vw;
  position: relative;
  font-family: "canada-type-gibson", sans-serif;
  overflow: hidden;
  margin-bottom: 0.90em; }
  @media screen and (max-width: 1230px) {
    .hero {
      min-height: 60em; }
      .hero .plyr {
        display: none; }
      .hero #fullbg {
        height: 60em; } }
  @media only screen and (max-width: 768px) {
    .hero {
      height: 35.125em;
      min-height: inherit; }
      .hero.hasSlides {
        height: auto; } }
  @media only screen and (max-width: 1024px) {
    .hero {
      margin-bottom: 10px; } }
  .hero.hasSlides {
    height: auto;
    min-height: inherit; }
  .hero picture {
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .hero picture img {
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .hero__logo {
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 2;
    top: 10%;
    width: 100%;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms; }
    @media only screen and (max-width: 768px) {
      .hero__logo {
        display: none; } }
    .hero__logo .mask {
      position: relative;
      display: none;
      z-index: 2000; }
      .hero__logo .mask img:last-child {
        position: absolute;
        top: 1px;
        left: -200px;
        z-index: -1;
        padding: 0 200px;
        opacity: 0.1; }
      .hero__logo .mask .logo {
        position: relative;
        display: block;
        width: 300px;
        height: 110px;
        text-align: center;
        margin: 50px auto;
        -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
        transition: all 3.5s;
        background-position: 60px 0; }
        .hero__logo .mask .logo:hover, .hero__logo .mask .logo:focus {
          transition: all 2s; }
        .hero__logo .mask .logo::after {
          content: '';
          position: absolute;
          pointer-events: none;
          top: 1px;
          left: 1px;
          right: 0;
          bottom: 0;
          background: radial-gradient(circle farthest-side at 0 0, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.8) 98%, rgba(255, 255, 255, 0) 100%) no-repeat;
          background-position: inherit;
          -webkit-mask: url("../images/logo_shimmer/enablelogo400.png") center;
          mask: url("../images/logo_shimmer/enablelogo400.png");
          filter: drop-shadow(5px 5px 5px #fff);
          -webkit-filter: drop-shadow(10px 10px 10px #fff); }
      .hero__logo .mask .shimmer {
        background-position: -320px 0 !important;
        transition: all 0s !important; }
    .hero__logo.hasSlides {
      position: static;
      height: 12rem;
      background-color: #0088CE; }
      .hero__logo.hasSlides .mask {
        position: static;
        overflow: hidden; }
      .hero__logo.hasSlides .logo {
        margin: 40px auto; }
  .hero .homeslider {
    height: 27.8vw; }
    @media only screen and (max-width: 768px) {
      .hero .homeslider {
        height: 76.5vw; } }
    .hero .homeslider .slide img {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .hero .homeslider .slide img.mobile {
          display: block; }
        .hero .homeslider .slide img.desktop {
          display: none; } }
      @media only screen and (min-width: 769px) {
        .hero .homeslider .slide img.mobile {
          display: none; }
        .hero .homeslider .slide img.desktop {
          display: block; } }
    .hero .homeslider .slick-prev, .hero .homeslider .slick-next {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      border: solid 1px #FFF; }
    .hero .homeslider .slick-prev {
      left: 10px;
      z-index: 50; }
      .hero .homeslider .slick-prev:before {
        font-family: inherit;
        content: '<'; }
    .hero .homeslider .slick-next {
      right: 10px;
      z-index: 50; }
      .hero .homeslider .slick-next:before {
        font-family: inherit;
        content: '>'; }
  .hero__controls {
    position: absolute;
    top: 42%;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .hero__controls {
        top: 0;
        margin-top: 1em; } }
    .hero__controls.hasSlides {
      position: static;
      background-color: #0088CE;
      height: auto;
      padding-bottom: 40px;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .hero__controls.hasSlides {
          margin-top: 0; } }
  .hero__slogan {
    z-index: 2;
    font-size: 3em;
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    padding: 0 2.25rem;
    text-align: center;
    margin: 1em 0;
    letter-spacing: 0.05em;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .hero__slogan {
        font-size: 2em; } }
  .hero__cta-buttons {
    text-align: center;
    z-index: 2; }
    .hero__cta-buttons a {
      display: inline-block;
      margin: 0 0.75em 0.75em;
      width: 23.125em; }
      .hero__cta-buttons a .icon {
        position: relative;
        display: inline-block;
        padding-left: 3px; }
    @media only screen and (max-width: 768px) {
      .hero__cta-buttons {
        top: auto;
        padding-top: 32px; }
        .hero__cta-buttons a {
          display: block;
          margin: 0 auto 9px;
          width: 280px; } }
  .hero__cta-text {
    font-size: 1.625em;
    line-height: 1.625em;
    width: 100%;
    padding: 0 2.25rem;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 1024px) {
      .hero__cta-text {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media only screen and (max-width: 768px) {
      .hero__cta-text {
        top: auto;
        padding-top: 36px;
        font-size: 1.125em;
        line-height: 1.5em;
        max-width: 280px;
        margin: 0 auto; } }
  .hero--image {
    height: 40.625em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    margin-bottom: 0;
    border-bottom: 1.125em #0088CE solid;
    overflow: visible; }
    @media only screen and (max-width: 1400px) {
      .hero--image {
        height: 30em; } }
    @media only screen and (max-width: 1024px) {
      .hero--image {
        height: 25.0em;
        border-bottom-width: 0.625em; } }
    @media only screen and (max-width: 768px) {
      .hero--image {
        height: 25em;
        border-bottom-width: 0.625em; } }
    @media only screen and (max-width: 480px) {
      .hero--image {
        height: 18.750em; } }
  .hero--border-bottom {
    position: relative; }
    .hero--border-bottom:after {
      content: " ";
      display: block;
      border-top: 1.25em solid #0088CE;
      border-right: 3.438em solid transparent;
      border-left: 3.438em solid transparent;
      border-top-style: solid;
      border-bottom: none;
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -3.438em;
      z-index: 30; }
    .hero--border-bottom--purple {
      border-bottom-color: #631D76; }
      .hero--border-bottom--purple:after {
        display: block;
        border-top: 1.25em solid #631D76;
        border-right: 3.438em solid transparent;
        border-left: 3.438em solid transparent;
        border-top-style: solid;
        border-bottom: none; }
    .hero--border-bottom--darkblue {
      border-bottom-color: #002776; }
      .hero--border-bottom--darkblue:after {
        display: block;
        border-top: 1.25em solid #002776;
        border-right: 3.438em solid transparent;
        border-left: 3.438em solid transparent;
        border-top-style: solid;
        border-bottom: none; }
    @media only screen and (max-width: 768px) {
      .hero--border-bottom:after {
        display: block;
        border-top: 14px solid #0088CE;
        border-right: 32.5px solid transparent;
        border-left: 32.5px solid transparent;
        border-top-style: solid;
        border-bottom: none;
        margin-left: -32px;
        bottom: -24px; }
      .hero--border-bottom--purple:after {
        display: block;
        border-top: 14px solid #631D76;
        border-right: 32.5px solid transparent;
        border-left: 32.5px solid transparent;
        border-top-style: solid;
        border-bottom: none; } }

.no-cssmask .hero__logo .mask .logo::after {
  display: none; }

.home_slider_container {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
  border-bottom: 1.125em #FFF solid; }

.js-player {
  max-width: 100%; }

#embed {
  background-color: #FFF;
  width: 100%;
  z-index: 3000;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 56.25vw; }

#embed i {
  display: inline-block;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 24px);
  color: #0088CE; }

#fullbg {
  height: 56.25vw;
  background-size: cover;
  background-position: center center; }

.home_slider_container .homeslider {
  width: 100%; }

.home_slider_container .homeslider .slide {
  position: relative; }

.home_slider_container .homeslider iframe {
  pointer-events: none; }

.home_slider_container .homeslider iframe .controls {
  display: none !important;
  opacity: 0 !important;
  top: 300%; }

.home_slider_container .homeslider .slick-prev {
  left: 25px; }

.home_slider_container .homeslider .slick-next {
  right: 25px; }

.home_slider_container .homeslider .slick-prev:before {
  content: none; }

.home_slider_container .homeslider .slick-next:before {
  content: none; }

.home_slider_container .logo_container {
  top: 10%;
  position: absolute;
  height: 110px; }

.home_slider_container .logo_container .logo {
  height: 100%; }

.home_slider_container .logo_container a img {
  height: 100%; }

.home_slider_container .logo_container .hero_container {
  position: relative;
  margin-top: 25%; }

.home_slider_container .logo_container .hero_container .hero__slogan {
  top: 0; }

.home_slider_container .logo_container .hero_container .hero__cta-buttons {
  top: 30px; }

.home_slider_container .logo_container .hero_container .hero__cta-text {
  top: 50px; }

@media screen and (max-width: 1530px) {
  .home_slider_container .logo_container .hero_container {
    margin-top: 18%; } }
@media screen and (max-width: 1350px) {
  .home_slider_container .logo_container .hero_container {
    margin-top: 13%; } }
@media screen and (max-width: 1189px) {
  .home_slider_container .logo_container .hero_container {
    margin-top: 0px; } }
.header {
  display: block;
  height: 8rem;
  width: 100%;
  padding: 0 2.25rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  font-weight: 400; }
  @media only screen and (max-width: 1024px) {
    .header {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      height: 7rem; } }
  .header__navigation {
    background: #FFFFFF;
    height: 8rem;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    width: 100%;
    position: absolute;
    padding: 0 2.25rem;
    left: 0;
    border-bottom: 1px solid #ccc; }
    @media only screen and (max-width: 1024px) {
      .header__navigation {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        height: 7rem; } }
  .header__title {
    float: left;
    margin: 0;
    height: 8rem;
    line-height: 8rem; }
    .header__title a {
      display: block;
      padding-top: 1.688rem;
      height: 8rem; }
    @media only screen and (max-width: 1124px) {
      .header__title img {
        width: 10rem; } }
    @media only screen and (max-width: 1024px) {
      .header__title {
        height: 7rem; }
        .header__title a {
          padding-top: 0.688rem;
          height: 7rem; } }
  .header__list {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 8rem 0 0;
    float: right;
    font-family: "canada-type-gibson", sans-serif; }
    @media only screen and (max-width: 1124px) {
      .header__list {
        margin-right: 7rem; } }
    @media only screen and (max-width: 1024px) {
      .header__list {
        margin-right: 4.75rem; } }
    .header__list a {
      text-decoration: none;
      text-transform: uppercase; }
    .header__list > li {
      float: left;
      margin-right: 2.375rem;
      display: block;
      height: 8rem;
      position: relative; }
      .header__list > li:last-child {
        margin-right: 0; }
      .header__list > li a {
        display: block;
        padding-top: 3.438rem;
        color: #555555;
        font-size: 1.275rem;
        line-height: 1.875rem;
        height: 8rem; }
        @media only screen and (max-width: 1024px) {
          .header__list > li a {
            padding-top: 2.438rem; } }
        .header__list > li a:hover {
          color: #0088CE; }
        .header__list > li a.header__list__dropdown-arrow {
          display: none; }
      @media only screen and (min-width: 769px) {
        .header__list > li:hover .header__dropdown {
          display: block; } }
      @media only screen and (max-width: 1280px) {
        .header__list > li {
          margin-right: 2rem; } }
      @media only screen and (min-width: 1401px) {
        .header__list > li a {
          font-size: 1.275rem; } }
      @media only screen and (min-width: 1124px) and (max-width: 1400px) {
        .header__list > li {
          margin-right: 1.5rem; }
          .header__list > li a {
            font-size: 0.95rem; } }
      @media only screen and (min-width: 1024px) and (max-width: 1124px) {
        .header__list > li a {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .header__list > li a {
          font-size: 0.6rem; } }
      @media only screen and (max-width: 1024px) {
        .header__list > li {
          margin-right: 1rem;
          height: 7rem; }
          .header__list > li a {
            height: 7rem; } }
    .header__list__dropdown-arrow {
      display: none; }
  .header__dropdown {
    display: none;
    position: absolute;
    margin: 0;
    background: #FFFFFF;
    border: 0.75rem #0088CE solid;
    list-style: none;
    list-style-type: none;
    width: 24rem;
    left: 50%;
    padding: 1.125rem 0 1.625rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header__dropdown:before {
      content: " ";
      position: absolute;
      top: -1.625rem;
      left: 50%;
      margin-left: -2.0625rem;
      display: block;
      border-bottom: 0.875rem solid #0088CE;
      border-right: 2.0625rem solid transparent;
      border-left: 2.0625rem solid transparent;
      border-top-style: solid;
      border-top: none; }
    .header__dropdown ul {
      padding: 0;
      list-style: none;
      list-style-type: none; }
    .header__dropdown > li {
      padding: 0 1.5rem; }
      .header__dropdown > li.has_children > a {
        border-bottom: 1px solid #EEEEEE; }
      .header__dropdown > li > a {
        color: #555555; }
        .header__dropdown > li > a:hover {
          color: #0088CE; }
      .header__dropdown > li.no-children.last > a {
        border-bottom: 0; }
      .header__dropdown > li.blue > a {
        color: #0088CE; }
        .header__dropdown > li.blue > a:hover {
          color: #555555; }
      .header__dropdown > li.purple > a {
        color: #631D76; }
        .header__dropdown > li.purple > a:hover {
          color: #555555; }
      .header__dropdown > li.purple li a:hover {
        color: #631D76; }
      .header__dropdown > li.darkblue > a {
        color: #000099; }
        .header__dropdown > li.darkblue > a:hover {
          color: #555555; }
      .header__dropdown > li.darkblue li a:hover {
        color: #000099; }
    .header__dropdown li a {
      height: auto;
      font-size: 1.125rem;
      line-height: 1.5rem;
      padding: 0.25rem 0;
      position: relative; }
      @media only screen and (max-width: 1124px) {
        .header__dropdown li a {
          font-size: 1rem;
          line-height: 1.5rem;
          padding: 0.5rem 0; } }
      .header__dropdown li a:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f105";
        right: 0;
        height: 1.5rem;
        position: absolute;
        top: 60%;
        transform: translateY(-50%); }
    .header__dropdown li ul {
      padding: 0.75rem 0 0; }
      @media only screen and (max-width: 1124px) {
        .header__dropdown li ul {
          padding-bottom: 0; } }
      .header__dropdown li ul li {
        padding-bottom: 0.75rem; }
        .header__dropdown li ul li a {
          padding: 0;
          line-height: 1.5rem; }
          @media only screen and (max-width: 1124px) {
            .header__dropdown li ul li a {
              padding: 0.125rem 0; } }
    .header__dropdown li.no-children a {
      font-size: 1.025rem; }
    .header__dropdown-second li a {
      font-size: 1.025rem; }
  .header__search-button {
    font-size: 2.5rem;
    position: absolute;
    right: 2.25rem;
    top: 50%;
    margin-top: -1.250rem;
    color: #FFFFFF; }
    @media only screen and (max-width: 1024px) {
      .header__search-button {
        right: 1.25rem; } }
    @media only screen and (max-width: 1124px) {
      .header__search-button {
        font-size: 1.5rem;
        margin-top: -6px; } }
    @media only screen and (max-width: 1024px) {
      .header__search-button {
        margin-top: -11px; } }
  .header__search {
    background: #0088CE;
    position: absolute;
    top: 8rem;
    right: 1rem;
    border: 0.75rem #0088CE solid;
    display: block;
    width: 100%;
    max-width: 28.125rem;
    -webkit-transform: translateY(-18rem);
    -moz-transform: translateY(-18rem);
    -ms-transform: translateY(-18rem);
    -o-transform: translateY(-18rem);
    transform: translateY(-18rem);
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms; }
    .header__search--active {
      display: block;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .header__search:before {
      content: " ";
      position: absolute;
      top: -1.625rem;
      right: 0;
      display: block;
      border-bottom: 0.875rem solid #0088CE;
      border-right: 2.0625rem solid transparent;
      border-left: 2.0625rem solid transparent;
      border-top-style: solid;
      border-top: none; }
    .header__search input {
      display: block;
      width: 100%;
      height: 3.5rem;
      border: 0;
      padding: 0 4.5rem 0 1.5rem;
      font-size: 1.375rem;
      color: #0088CE; }
      .header__search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #0088CE;
        opacity: 1; }
      .header__search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #0088CE;
        opacity: 1; }
      .header__search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #0088CE;
        opacity: 1; }
      .header__search input:-moz-placeholder {
        /* Firefox 18- */
        color: #0088CE;
        opacity: 1; }
    .header__search button {
      position: absolute;
      color: #FFFFFF;
      text-transform: uppercase;
      width: 2.5rem;
      height: 2.5rem;
      background: #0088CE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 0;
      right: 1rem;
      top: 50%;
      margin-top: -1.25rem; }
  .header--active .header__navigation {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .header__hamburger {
    position: absolute;
    display: none;
    width: 31px;
    height: 19px;
    left: 18px;
    top: 45px; }
    .header__hamburger__close {
      position: absolute;
      width: 36px;
      height: 36px;
      top: 35px;
      left: 15px;
      display: none; }

.page .header__search-button, .page .header__facebook-button {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  margin-top: -1.250rem;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  text-align: center; }
  .page .header__search-button svg, .page .header__facebook-button svg {
    height: 24px;
    fill: #0088CE;
    margin-top: 8px; }
  @media only screen and (max-width: 1024px) {
    .page .header__search-button, .page .header__facebook-button {
      width: 32px;
      height: 32px; }
      .page .header__search-button svg, .page .header__facebook-button svg {
        height: 20px;
        margin-top: 6px; } }
  @media only screen and (max-width: 768px) {
    .page .header__search-button, .page .header__facebook-button {
      height: 40px;
      width: 40px; }
      .page .header__search-button svg, .page .header__facebook-button svg {
        height: 24px;
        margin-top: 8px; } }
.page .header__search-button {
  right: 30px; }
  @media only screen and (max-width: 1024px) {
    .page .header__search-button {
      right: 10px; } }
.page .header__facebook-button {
  right: 80px; }
  @media only screen and (max-width: 1024px) {
    .page .header__facebook-button {
      right: 50px; } }
  @media only screen and (max-width: 480px) {
    .page .header__facebook-button {
      display: none; } }
.page .header--active .header__search-button, .page .header--active .header__facebook-button {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  background-color: #0088CE; }
  .page .header--active .header__search-button svg, .page .header--active .header__facebook-button svg {
    fill: #FFF; }

@media only screen and (max-width: 768px) {
  .header {
    height: 6.5rem;
    position: relative;
    background: #FFFFFF; }
    .header__navigation {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      height: 6.5rem; }
    .header__title {
      height: 6.5rem;
      line-height: 6.5rem;
      float: none;
      width: 100%;
      text-align: center; }
      .header__title a {
        height: 6.5rem;
        padding-top: 23px;
        display: inline-block; }
    .header__hamburger {
      display: block; }
      .header__hamburger--active {
        display: none; }
      .header__hamburger__close--active {
        display: block; }
    .header__search-button {
      margin-top: -15px;
      right: 23px;
      font-size: 28px; }
    .header__search {
      top: 6.5rem; }
    .header__list {
      position: absolute;
      background: #0088CE;
      background: #0a6c9d;
      background: -moz-linear-gradient(top, #0a6c9d 0%, #0089ce 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #0a6c9d), color-stop(100%, #0089ce));
      background: -webkit-linear-gradient(top, #0a6c9d 0%, #0089ce 100%);
      background: -o-linear-gradient(top, #0a6c9d 0%, #0089ce 100%);
      background: -ms-linear-gradient(top, #0a6c9d 0%, #0089ce 100%);
      background: linear-gradient(to bottom, #0a6c9d 0%, #0089ce 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6c9d', endColorstr='#0089ce', GradientType=0 );
      width: 100%;
      left: 0;
      margin: 0;
      top: 6.5rem;
      display: none; }
      .header__list li {
        display: block;
        float: none;
        margin: 0;
        height: auto;
        position: relative; }
      .header__list > li > a {
        color: #FFFFFF;
        font-size: 1.125rem;
        line-height: 3.25rem;
        height: 3.25rem;
        padding: 0 1.25rem; }
        .header__list > li > a:hover {
          color: #FFFFFF; }
        .header__list > li > a.header__list__dropdown-arrow {
          display: block;
          position: absolute;
          height: 100%;
          right: 0;
          top: 0; }
      .header__list__dropdown-arrow {
        display: block; }
    .header__dropdown {
      position: relative;
      border: 0;
      left: 0;
      margin: 0;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      padding: 0;
      width: 100%; }
      .header__dropdown--last {
        border-bottom: 2px solid #0576B0; }
      .header__dropdown:before {
        display: none; }
      .header__dropdown ul > li li {
        padding: 0; } }
@media only screen and (max-width: 480px) {
  .header__search {
    right: 0;
    width: 100%;
    max-width: 100%; } }

.btn-transition, .btn, .btn__content {
  -webkit-transition: background-color 600ms, background-position 600ms, color 600ms, border-color 600ms;
  -moz-transition: background-color 600ms, background-position 600ms, color 600ms, border-color 600ms;
  -ms-transition: background-color 600ms, background-position 600ms, color 600ms, border-color 600ms;
  -o-transition: background-color 600ms, background-position 600ms, color 600ms, border-color 600ms;
  transition: background-color 600ms, background-position 600ms, color 600ms, border-color 600ms; }

.btn {
  display: block;
  height: 3.750rem;
  padding: 0.25rem;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
  /*--------------------------*\
  * Purple border
  \*--------------------------*/
  /*--------------------------*\
  * White opaque border
  \*--------------------------*/ }
  @media only screen and (max-width: 768px) {
    .btn {
      padding: 0.125rem; } }
  .btn__content {
    display: block;
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    border-radius: 1.875rem;
    height: 3.25rem;
    line-height: 3.25rem;
    font-size: 1.125rem;
    color: #0088CE;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden; }
    .btn__content .icon-angle-right {
      position: relative;
      display: inline-block;
      padding-left: 10px; }
    .btn__content .icon-angle-left {
      position: relative;
      display: inline-block;
      padding-right: 10px; }
    @media only screen and (max-width: 768px) {
      .btn__content {
        height: 3.5rem;
        line-height: 3.5rem; } }
  .btn--medium {
    height: 4.375rem;
    -webkit-border-radius: 2.375rem;
    -moz-border-radius: 2.375rem;
    border-radius: 2.375rem; }
    .btn--medium .btn__content {
      height: 3.875rem;
      line-height: 3.875rem;
      -webkit-border-radius: 2.375rem;
      -moz-border-radius: 2.375rem;
      border-radius: 2.375rem;
      font-size: 1.25rem; }
    @media only screen and (max-width: 768px) {
      .btn--medium {
        height: 3.28rem;
        padding: 0.125rem;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto; }
        .btn--medium .btn__content {
          font-size: 1.125rem;
          line-height: 3.03rem;
          height: 3.03rem; } }
  .btn--large {
    height: 5rem;
    -webkit-border-radius: 2.375rem;
    -moz-border-radius: 2.375rem;
    border-radius: 2.375rem; }
    .btn--large .btn__content {
      height: 4.5rem;
      line-height: 4.5rem;
      -webkit-border-radius: 2.075rem;
      -moz-border-radius: 2.075rem;
      border-radius: 2.075rem;
      font-size: 1.5rem;
      letter-spacing: 0.1rem; }
    @media only screen and (max-width: 768px) {
      .btn--large {
        height: 3.75rem; }
        .btn--large .btn__content {
          font-size: 1.125rem;
          line-height: 3.375rem;
          height: 3.5rem; } }
  .btn--larger {
    height: 5.938rem;
    -webkit-border-radius: 2.813rem;
    -moz-border-radius: 2.813rem;
    border-radius: 2.813rem; }
    .btn--larger .btn__content {
      height: 5.438rem;
      line-height: 5.438rem;
      -webkit-border-radius: 2.813rem;
      -moz-border-radius: 2.813rem;
      border-radius: 2.813rem;
      font-size: 2rem;
      letter-spacing: 0.1rem; }
    @media only screen and (max-width: 768px) {
      .btn--larger {
        height: 3.75rem;
        padding: 0.125rem; }
        .btn--larger .btn__content {
          font-size: 1.125rem;
          line-height: 3.5rem;
          height: 3.5rem; } }
  .btn--x-large {
    height: 6.25rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem; }
    .btn--x-large .btn__content {
      height: 5.75rem;
      line-height: 5.75rem;
      font-size: 1.75rem; }
    @media only screen and (max-width: 768px) {
      .btn--x-large {
        height: 3.75rem;
        padding: 0.125rem; }
        .btn--x-large .btn__content {
          font-size: 1.125rem;
          line-height: 3.5rem;
          height: 3.5rem; } }
  .btn--bold .btn__content {
    font-weight: 600; }
  .btn--normal-text .btn__content {
    text-transform: none; }
  .btn--gradient {
    background: none; }
    .btn--gradient .btn__content {
      color: #FFFFFF;
      background: linear-gradient(to right, #0089ce 0%, #631d76 50%, #0088CE 49%);
      background-size: 300% 100%;
      background-position: left bottom; }
      .btn--gradient .btn__content:hover {
        color: #FFFFFF;
        background-position: 100% bottom; }
  .btn--gradient--border-white {
    background: #FFFFFF; }
    .btn--gradient--border-white .btn__content {
      color: #FFFFFF; }
  .btn--gradient-border .btn__content {
    background: #FFFFFF;
    background: linear-gradient(to right, white 50%, #0089ce 49%, #631d76 100%);
    background-size: 300% 100%;
    background-position: left bottom; }
  .btn--gradient-border:hover .btn__content {
    color: #FFFFFF;
    background-position: 100% bottom; }
  .btn--gradient-border--grey .btn__content {
    background: #F8F8F8;
    background: linear-gradient(to right, #f8f8f8 50%, #0089ce 50%, #631d76 100%);
    background-size: 300% 100%;
    background-position: left bottom; }
  .btn--gradient-border--grey:hover .btn__content {
    background-position: 100% bottom;
    color: #FFFFFF; }
  .btn--white-border {
    background: transparent;
    border: 0.25rem solid #FFFFFF;
    padding: 0; }
    .btn--white-border .btn__content {
      color: #FFFFFF;
      background: linear-gradient(to right, transparent 50%, #0089ce 50%, #631d76 100%);
      background-size: 300% 100%;
      background-position: left bottom; }
      .btn--white-border .btn__content:hover {
        background-position: 100% bottom; }
    @media only screen and (max-width: 768px) {
      .btn--white-border {
        border-width: 0.125rem; } }
  .btn--purple-border {
    background: transparent;
    border: 0.25rem solid #631D76;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .btn--purple-border {
        border-width: 0.125rem; } }
    .btn--purple-border .btn__content {
      color: #0088CE;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, #0089ce 50%, #631d76 100%);
      background-size: 300% 100%;
      background-position: left bottom; }
    .btn--purple-border:hover .btn__content {
      color: #FFFFFF;
      background-position: 100% bottom; }
  .btn--white-border-opaque {
    background: transparent;
    border: 0.25rem solid #FFFFFF;
    border: 4px solid rgba(255, 255, 255, 0.6);
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .btn--white-border-opaque {
        border-width: 0.125rem; } }
    .btn--white-border-opaque .btn__content {
      color: #FFFFFF; }
  .btn--white {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, #0089ce 50%, #631d76 100%);
    background-size: 300% 100%;
    background-position: left bottom; }
    .btn--white .btn__content {
      color: #0088CE; }
    .btn--white:hover {
      color: #FFFFFF;
      background-position: 100% bottom; }
      .btn--white:hover .btn__content {
        color: #FFFFFF; }

.home-page .fiber-check {
  background-image: url("../images/fiber-check-hm-bg.jpg");
  min-height: 400px;
  height: 30vw;
  background-size: cover;
  background-position: center center; }
  .home-page .fiber-check h2 {
    color: #0088CE; }

.fiber-check {
  background: url("../images/fiber-check-bg.jpg") right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  position: relative;
  font-family: "canada-type-gibson", sans-serif;
  padding: 0 2.25rem;
  /*
    $maximum: 1670px;
  $larger: 1400px;
  $navigation-largest: 1280px;
  $navigation-large: 1124px;
  $ipad-landscape: 1024px;
  $ipad-portrait: 768px;
  $ipad-smaller: 640px;
  $iphone-landscape: 667px;
  $iphone-portrait: 375px;
  $mobile-landscape: 480px;
  $mobile-portrait: 320px;
  */ }
  @media only screen and (max-width: 1024px) {
    .fiber-check {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 667px) {
    .fiber-check {
      height: auto; } }
  .fiber-check h2 {
    font-size: 3.438rem;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 5.375rem 0 8.750rem;
    color: #FFFFFF;
    font-weight: 600;
    margin: 0;
    max-width: 1150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1024px) {
      .fiber-check h2 {
        font-size: 1.750rem;
        line-height: 2.188rem;
        padding: 2.875rem 0 10.5rem;
        max-width: 560px;
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 1281px) {
      .fiber-check h2 {
        padding: 10.375rem 0 17.750rem; } }
  @media only screen and (max-width: 1024px) {
    .fiber-check #fiber-check-form {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .fiber-check #fiber-check-result {
    position: relative;
    padding: 0 5rem;
    display: none;
    height: 400px;
    margin: 0 auto;
    max-width: 1200px; }
    @media only screen and (max-width: 667px) {
      .fiber-check #fiber-check-result {
        padding: 0 2rem;
        height: auto; } }
    .fiber-check #fiber-check-result .inner {
      display: table-cell;
      position: relative;
      vertical-align: middle; }
      @media only screen and (max-width: 667px) {
        .fiber-check #fiber-check-result .inner {
          padding-bottom: 40px; } }
    .fiber-check #fiber-check-result h2 {
      padding-top: 0rem;
      padding-bottom: 1rem;
      font-size: 2.3em; }
      @media only screen and (max-width: 1024px) {
        .fiber-check #fiber-check-result h2 {
          font-size: 2rem; } }
      @media only screen and (max-width: 667px) {
        .fiber-check #fiber-check-result h2 {
          font-size: 1.5rem;
          margin: 1.5rem 0px 1rem; } }
      .fiber-check #fiber-check-result h2 a {
        color: #fff;
        text-decoration: underline; }
    .fiber-check #fiber-check-result p {
      text-align: center;
      font-size: 1.2rem;
      line-height: 1.4; }
      @media only screen and (max-width: 1024px) {
        .fiber-check #fiber-check-result p {
          font-size: 1.3rem; } }
      @media only screen and (max-width: 667px) {
        .fiber-check #fiber-check-result p {
          font-size: 1rem; } }
      .fiber-check #fiber-check-result p.address {
        margin-top: 2rem;
        margin-bottom: 0.5rem; }
      .fiber-check #fiber-check-result p a {
        color: #fff;
        text-decoration: underline; }
    .fiber-check #fiber-check-result .btn {
      width: 346px;
      margin: 0 auto; }
      .fiber-check #fiber-check-result .btn__content span {
        padding-left: 10px; }
      @media only screen and (max-width: 667px) {
        .fiber-check #fiber-check-result .btn {
          width: 241px; }
          .fiber-check #fiber-check-result .btn .btn__content {
            font-size: 1rem; } }
  .fiber-check #fiber-check-back-to-form {
    display: none;
    cursor: pointer;
    text-align: center;
    text-decoration: underline; }
    .fiber-check #fiber-check-back-to-form.active {
      display: block; }
  .fiber-check #fibre-check-connect-now {
    position: absolute;
    bottom: -40px;
    width: 100%; }
    @media only screen and (max-width: 667px) {
      .fiber-check #fibre-check-connect-now {
        bottom: -30px; } }
  .fiber-check .fibre-check-addrlookup {
    width: 100%;
    max-width: 73.125rem;
    margin: 0 auto;
    cursor: pointer; }
    .fiber-check .fibre-check-addrlookup.active ul {
      padding: 0px 15px 10px; }
    .fiber-check .fibre-check-addrlookup ul {
      list-style: none;
      list-style-type: none;
      background: rgba(0, 0, 0, 0.3);
      margin: 0 30px; }
      @media only screen and (max-width: 768px) {
        .fiber-check .fibre-check-addrlookup ul {
          margin: 0 25px;
          font-size: .8rem; } }
      .fiber-check .fibre-check-addrlookup ul li {
        margin-bottom: 0.625rem; }
        .fiber-check .fibre-check-addrlookup ul li:hover {
          color: #0088CE; }
          .fiber-check .fibre-check-addrlookup ul li:hover a {
            color: #0088CE; }
        .fiber-check .fibre-check-addrlookup ul li a {
          color: white;
          font-weight: 500;
          text-decoration: underline; }
          .fiber-check .fibre-check-addrlookup ul li a:hover {
            color: inherit; }
  .fiber-check form {
    width: 100%;
    max-width: 73.125rem;
    margin: 0 auto;
    position: relative; }
    .fiber-check form .field.text {
      padding-bottom: 0;
      position: relative; }
      .fiber-check form .field.text:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #0088CE;
        font-size: 2.250rem;
        position: absolute;
        top: 1.125rem;
        left: 4.625rem;
        content: "\f041"; }
        @media only screen and (max-width: 1024px) {
          .fiber-check form .field.text:before {
            font-size: 1.750rem;
            line-height: 2.188rem;
            left: 52px; } }
      .fiber-check form .field.text input {
        height: 4.375rem;
        background: #FFFFFF;
        display: block;
        margin: 0 auto;
        border: 0;
        width: 100%;
        padding: 0 12.188rem;
        -webkit-border-radius: 2.375rem;
        -moz-border-radius: 2.375rem;
        border-radius: 2.375rem;
        font-size: 1.875rem;
        color: #0088CE; }
        .fiber-check form .field.text input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #0088CE;
          opacity: 1; }
        .fiber-check form .field.text input::-moz-placeholder {
          /* Firefox 19+ */
          color: #0088CE;
          opacity: 1; }
        .fiber-check form .field.text input:-ms-input-placeholder {
          /* IE 10+ */
          color: #0088CE;
          opacity: 1; }
        .fiber-check form .field.text input:-moz-placeholder {
          /* Firefox 18- */
          color: #0088CE;
          opacity: 1; }
        @media only screen and (max-width: 1024px) {
          .fiber-check form .field.text input {
            padding-left: 80px;
            padding-right: 24px;
            font-size: 1.5rem;
            font-weight: 300; } }
        @media only screen and (max-width: 480px) {
          .fiber-check form .field.text input {
            font-size: 1rem; } }
  @media only screen and (max-width: 768px) {
    .fiber-check h2 {
      padding: 2.875rem 0 3rem;
      max-width: 560px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  .fiber-check__sign-up {
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.375rem;
    padding: 6rem 0 0;
    font-weight: 300;
    letter-spacing: 0.05rem; }
    .fiber-check__sign-up a {
      color: #FFFFFF; }
    .fiber-check__sign-up span.icon-message {
      width: 5.188rem;
      height: 5.188rem;
      display: inline-block;
      background: url("../images/message-oval.png");
      background-size: cover;
      text-align: center;
      line-height: 5.063rem;
      margin-right: 15px;
      font-size: 25px; }
    .fiber-check__sign-up .icon-angle-right {
      position: relative;
      top: 3px; }
  @media only screen and (max-width: 768px) {
    .fiber-check__sign-up {
      padding-top: 2.75rem;
      font-size: 1rem;
      line-height: 1.375rem; }
      .fiber-check__sign-up span.icon-message {
        display: block;
        margin: 0 auto 1.5rem;
        width: 5rem;
        height: 5rem; } }
  .fiber-check--page {
    background: transparent; }
    .fiber-check--page:before {
      display: none; }
    .fiber-check--page h2 {
      margin: 0;
      padding-top: 11.375rem;
      padding-bottom: 5.875rem; }
      @media only screen and (max-width: 667px) {
        .fiber-check--page h2 {
          padding-top: 3rem;
          padding-bottom: 2rem;
          font-size: 2.5rem; } }

.home-page .fiber-check #fiber-check-result h2 {
  margin-top: 3rem; }

.home-page .fiber-check h2 {
  font-size: 2.4rem;
  padding: 2rem 0;
  text-align: left; }

@media only screen and (max-width: 768px) {
  .home-page .fiber-check h2 {
    font-size: 1.6rem;
    line-height: 3rem;
    max-width: none;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

  .home-page .fiber-check-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none; }

  .home-page .fiber-check-form {
    margin-left: auto; }

  .home-page .fiber-check .fibre-check-addrlookup {
    margin-left: auto; }

  .home-page h2.why-fibre__title {
    font-size: 1.6rem;
    padding: 2rem 0; }

  .home-page .fiber-check form .field.text input {
    padding: 0 6rem;
    font-size: 1rem; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-page .fiber-check h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-left: 0;
    margin-right: auto; }

  .home-page #fiber-check-form {
    width: 70%;
    margin-left: 0;
    margin-right: auto; }

  .home-page #fiber-check-form {
    width: 70%;
    margin-left: 0;
    margin-right: auto; }

  .home-page h2.why-fibre__title {
    font-size: 1.8rem;
    padding: 2rem 0; }

  .home-page .fiber-check form .field.text input {
    padding: 0 9.188rem;
    font-size: 1.2rem; } }
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .home-page .fiber-check h2 {
    font-size: 2.0rem;
    line-height: 3rem;
    max-width: 560px;
    margin-left: 0;
    margin-right: auto;
    padding: 2rem 0; }

  .home-page #fiber-check-form {
    width: 50%;
    margin-left: 0;
    margin-right: auto; }

  .home-page h2.why-fibre__title {
    font-size: 2.4rem;
    padding: 2rem 0; }

  .home-page .fiber-check form .field.text input {
    padding: 0 9.188rem;
    font-size: 1.2rem; } }
@media only screen and (min-width: 1281px) {
  .home-page .fiber-check h2 {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-left: 0;
    margin-right: auto;
    padding: 2rem 0; }

  .home-page #fiber-check-form {
    width: 50%;
    margin-left: 0;
    margin-right: auto; }

  .home-page h2.why-fibre__title {
    font-size: 2.4rem;
    padding: 2rem 0; }

  .home-page .fiber-check form .field.text input {
    padding: 0 9.188rem;
    font-size: 1.2rem; } }
@media only screen and (min-width: 1600px) {
  .home-page #fiber-check-form {
    width: 45%; } }
.home-page .fiber-check h2 {
  color: #571e74; }

@media only screen and (max-width: 768px) {
  .home-page .fiber-check form .field.text input {
    padding: 0 0em 0 5rem;
    font-size: 1rem; } }
.message-alert {
  background: #FED100;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: 600;
  padding: 1.375rem 5.25rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90000;
  display: none; }
  .message-alert p {
    margin: 0; }
  .message-alert a {
    color: #000000; }
  .message-alert time {
    font-size: 0.875rem;
    font-weight: 400; }
  .message-alert span {
    font-size: 2.25rem;
    display: inline-block; }
    .message-alert span.icon-info {
      position: absolute;
      left: 1rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .message-alert span.icon-close {
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer; }

.why-fibre {
  padding: 0 2.25rem 4.5rem;
  font-family: "canada-type-gibson", sans-serif;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .why-fibre {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .why-fibre__title {
    color: #0088CE;
    font-size: 3.438rem;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 3rem 0;
    font-weight: 600; }
    @media only screen and (max-width: 1024px) {
      .why-fibre__title {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    .why-fibre__title--blue {
      color: #0088CE; }
  .why-fibre__intro {
    font-size: 1.625rem;
    color: #0088CE;
    line-height: 1.875rem;
    margin: 0;
    font-weight: 300; }
  .why-fibre__blocks {
    margin: 0 -0.9375rem;
    overflow: hidden; }
  .why-fibre__block {
    width: 33.33333%;
    float: left;
    padding: 0 0.9375rem;
    line-height: 0; }
    @media only screen and (max-width: 768px) {
      .why-fibre__block {
        margin-bottom: 1.00rem; } }
    .why-fibre__block__title--purple {
      color: #631D76; }
      .why-fibre__block__title--purple a {
        color: #631D76; }
    .why-fibre__block__title--darkblue {
      color: #000099; }
      .why-fibre__block__title--darkblue a {
        color: #000099; }
    .why-fibre__block--large {
      width: 50%; }
    .why-fibre__block a {
      display: block;
      position: relative; }
    .why-fibre__block h3 {
      font-size: 1.750rem;
      line-height: 1;
      margin: 0;
      padding-bottom: .750rem;
      letter-spacing: 0.04rem;
      font-weight: 600; }
      @media only screen and (max-width: 1280px) {
        .why-fibre__block h3 {
          font-size: 1.5rem;
          letter-spacing: normal; } }
    .why-fibre__block h3.video-title {
      color: #0088CE;
      font-weight: 400;
      padding: 15px;
      text-align: center; }
    .why-fibre__block__video-title {
      font-size: 1.5rem;
      line-height: 1.875rem;
      color: #0088CE;
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 400;
      margin: 0; }
    .why-fibre__block picture {
      font-size: 0;
      line-height: 0; }
      .why-fibre__block picture img {
        width: 100%; }
    .why-fibre__block__icon {
      position: absolute;
      bottom: 0.875rem;
      right: 0.875rem; }
  .why-fibre__content {
    border: 2px solid #0088CE; }
    .why-fibre__content__body {
      padding: 15px; }
    .why-fibre__content p {
      line-height: 150%; }
    .why-fibre__content a.more {
      text-transform: uppercase;
      font-weight: 600; }
  .why-fibre--connect {
    padding-bottom: 8.250rem;
    padding-top: 7.625rem; }
    .why-fibre--connect .why-fibre__blocks {
      padding-top: 1.25rem; }
  @media only screen and (max-width: 768px) {
    .why-fibre {
      padding: 3rem 0 2rem; }
      .why-fibre__title {
        padding: 0 1.25rem; }
      .why-fibre__intro {
        font-size: 1rem;
        line-height: 1.375rem;
        padding: 1.625rem 1.25rem 0; }
      .why-fibre__blocks {
        padding-top: 2.5rem;
        margin: 0; }
      .why-fibre__block {
        padding: 0 0 0rem 0;
        width: 100%; }
        .why-fibre__block:last-child {
          padding-bottom: 0; }
        .why-fibre__block h3 {
          font-size: 1.5rem;
          padding: 11px 1.25rem 1.375rem;
          letter-spacing: 0.04rem;
          padding-left: 25px; } }

.connect-to-fibre {
  background: #0088CE;
  padding: 8.625rem 2.25rem 8.125rem;
  font-family: "canada-type-gibson", sans-serif;
  overflow: hidden;
  color: #FFFFFF; }
  .connect-to-fibre__title {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 3.438rem;
    line-height: 1;
    padding-bottom: 6.750rem;
    color: #FFFFFF;
    font-weight: 600; }
    @media only screen and (max-width: 1024px) {
      .connect-to-fibre__title {
        font-size: 1.750rem;
        line-height: 2.188rem; } }
  .connect-to-fibre__ctas {
    width: 100%;
    max-width: 73.000rem;
    margin: 0 auto; }
    .connect-to-fibre__ctas > div {
      margin: 0 -1.875rem; }
  .connect-to-fibre__cta {
    width: 50%;
    float: left;
    padding: 0 1.875rem;
    text-align: center;
    position: relative; }
    .connect-to-fibre__cta picture {
      display: block;
      width: 100%;
      max-height: 212px; }
      .connect-to-fibre__cta picture img {
        max-width: 100%; }
    .connect-to-fibre__cta article {
      background: #FFFFFF;
      position: relative;
      margin-top: 3.625rem;
      padding: 2.875rem 0 5.625rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem; }
      .connect-to-fibre__cta article .btn__content {
        background: linear-gradient(to right, #0089ce 0%, #631d76 50%, #0088CE 49%);
        background-size: 200% 100%;
        background-position: left bottom;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .connect-to-fibre__cta article .btn__content:hover {
          color: #FFFFFF;
          background-position: right bottom; }
      .connect-to-fibre__cta article:before {
        content: " ";
        position: absolute;
        top: -1.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        border-bottom: 1.25rem solid #FFFFFF;
        border-right: 2rem solid transparent;
        border-left: 2rem solid transparent;
        border-top-style: solid;
        border-top: none; }
      .connect-to-fibre__cta article h3 {
        font-size: 2.875rem;
        text-transform: uppercase;
        line-height: 1;
        margin: 0;
        font-weight: 600; }
        @media only screen and (max-width: 1024px) {
          .connect-to-fibre__cta article h3 {
            font-size: 1.750rem;
            line-height: 2.188rem; } }
      .connect-to-fibre__cta article .btn {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 2.5rem auto 0;
        width: 67.68953%; }
  .connect-to-fibre__tag {
    font-size: 2.250rem;
    text-align: center;
    clear: both;
    margin: 0;
    font-weight: 300;
    padding: 7.750rem 0 0 0; }
    @media only screen and (max-width: 1024px) {
      .connect-to-fibre__tag {
        font-size: 1.750rem;
        line-height: 2.188rem; } }
  @media only screen and (max-width: 768px) {
    .connect-to-fibre {
      padding: 3.5rem 1.25rem; }
      .connect-to-fibre__title {
        padding-bottom: 2.5rem; }
      .connect-to-fibre__ctas > div {
        margin: 0; }
      .connect-to-fibre__cta picture img {
        max-height: 116px; }
      .connect-to-fibre__cta article {
        margin-top: 25px;
        padding-top: 38px;
        padding-bottom: 57px; }
        .connect-to-fibre__cta article:before {
          display: block;
          border-bottom: 14px solid #FFFFFF;
          border-right: 17px solid transparent;
          border-left: 17px solid transparent;
          border-top-style: solid;
          border-top: none;
          top: -14px; }
        .connect-to-fibre__cta article h3 {
          font-size: 1.5rem;
          line-height: 1.5rem; }
        .connect-to-fibre__cta article .btn {
          margin-top: 1.5rem;
          width: 255px; }
      .connect-to-fibre__tag {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding-top: 78px; } }
  @media only screen and (max-width: 640px) {
    .connect-to-fibre__cta {
      padding: 0;
      width: 100%;
      float: none;
      margin-bottom: 70px; }
      .connect-to-fibre__cta:last-child {
        margin-bottom: 0; } }

.connect-page__title h1 {
  padding: 0 2.25rem;
  color: #0088CE;
  text-align: center;
  font-size: 3.438rem;
  line-height: 5rem;
  font-family: "canada-type-gibson", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding-top: 0.5rem; }
  @media only screen and (max-width: 1024px) {
    .connect-page__title h1 {
      padding: 0 1.25rem;
      font-size: 1.750rem;
      line-height: 2.188rem; } }
.connect-page__title--purple h1 {
  color: #631D76; }
.connect-page__list {
  padding: 1.75rem 2.25rem 0; }
  @media only screen and (max-width: 1024px) {
    .connect-page__list {
      padding: 1.75rem 1.25rem 0; } }
.connect-page__item {
  border-bottom: #CCCCCC 1px solid;
  overflow: hidden;
  clear: both;
  padding: 3.125rem 0; }
  .connect-page__item:last-child {
    border-bottom: 0; }
  .connect-page__item__number {
    display: inline-block;
    width: 7.5rem;
    height: 7.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.125rem;
    color: #FFFFFF;
    line-height: 7.5rem;
    font-family: "canada-type-gibson", sans-serif;
    text-align: center;
    font-weight: 300;
    padding: 0.125rem;
    float: left;
    margin-right: 4.25rem; }
    @media only screen and (max-width: 768px) {
      .connect-page__item__number {
        font-size: 1.750rem;
        line-height: 2.188rem;
        width: 5rem;
        height: 5rem;
        padding: 0;
        margin-right: 2.25rem; } }
    @media only screen and (max-width: 480px) {
      .connect-page__item__number {
        width: 3rem;
        height: 3rem;
        padding: 1px;
        margin-right: 2.0rem;
        font-size: 1.0rem;
        margin-top: 0; } }
    .connect-page__item__number span {
      display: block;
      width: 7.25rem;
      height: 7.25rem;
      line-height: 7.25rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #FFFFFF;
      color: #0088CE; }
      @media only screen and (max-width: 768px) {
        .connect-page__item__number span {
          width: 5rem;
          height: 5rem;
          line-height: 4.8rem; } }
      @media only screen and (max-width: 480px) {
        .connect-page__item__number span {
          /*
          width: 3rem;
          height: 3rem;
          line-height: 3.3rem;
          */
          width: 46px;
          height: 46px;
          line-height: 48px; } }
    .connect-page__item__number--purple span {
      color: #631D76; }
    .connect-page__item__number--active span {
      color: #FFFFFF;
      background: transparent; }
    .connect-page__item__number--complete {
      background: #CCCCCC; }
      .connect-page__item__number--complete span {
        color: #CCCCCC; }
  .connect-page__item__title {
    padding-left: 11.750rem;
    font-size: 1.625rem;
    line-height: 2.125rem;
    color: #4A4A4A;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .connect-page__item__title {
        font-size: 1.125rem;
        padding-left: 6.75rem; } }
    @media only screen and (max-width: 480px) {
      .connect-page__item__title {
        padding-left: 0; } }
    .connect-page__item__title h3 {
      font-size: 2.25rem;
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 300;
      color: #0088CE;
      margin: 0;
      padding-bottom: 2.5rem; }
      @media only screen and (max-width: 1024px) {
        .connect-page__item__title h3 {
          font-size: 1.750rem;
          line-height: 2.188rem; } }
      @media only screen and (max-width: 768px) {
        .connect-page__item__title h3 {
          font-size: 1.5rem;
          line-height: 2.188rem; } }
      @media only screen and (max-width: 480px) {
        .connect-page__item__title h3 {
          padding-left: 5rem;
          padding-bottom: 0.5rem;
          min-height: 3.25rem;
          padding-top: 6px; } }
      .connect-page__item__title h3.mute {
        color: #CCCCCC; }
      .connect-page__item__title h3 a:hover {
        text-decoration: underline; }
    .connect-page__item__title p {
      margin: 0; }
    .connect-page__item__title h4 {
      font-weight: 400;
      font-size: 1.25rem;
      text-transform: uppercase; }
    .connect-page__item__title.title-only {
      padding-top: 2.5rem; }
      @media only screen and (max-width: 768px) {
        .connect-page__item__title.title-only {
          padding-top: 1.5rem; } }
      @media only screen and (max-width: 480px) {
        .connect-page__item__title.title-only {
          padding-left: 0;
          padding-top: 0; } }
    .connect-page__item__title--purple h3 {
      color: #631D76; }
      .connect-page__item__title--purple h3 a {
        color: #631D76; }
    .connect-page__item__title--purple h4 {
      color: #631D76; }
      .connect-page__item__title--purple h4 a {
        color: #631D76; }
  .connect-page__item .fibre-check-page__results-contents {
    padding: 0.625rem 0 0;
    clear: both;
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
  .connect-page__item .install-home-fibre {
    margin-top: 16px; }
    .connect-page__item .install-home-fibre svg {
      width: 45px;
      height: 33px; }
    .connect-page__item .install-home-fibre img, .connect-page__item .install-home-fibre svg {
      position: relative;
      top: 9px;
      margin-right: 6px; }
    .connect-page__item .install-home-fibre__alternate--pushed {
      padding-left: 15px; }
      .connect-page__item .install-home-fibre__alternate--pushed:before {
        content: "|";
        display: inline-block;
        padding-right: 15px; }
.connect-page__pre-footer {
  background-color: #0088CE;
  color: #FFFFFF;
  padding: 8.125rem 0 6.250rem;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .connect-page__pre-footer {
      padding: 3rem 0.5rem; } }
  .connect-page__pre-footer--purple {
    background-color: #631D76; }
  .connect-page__pre-footer a {
    color: #FFFFFF; }
  .connect-page__pre-footer .container {
    overflow: hidden;
    max-width: 1568px;
    display: flex;
    justify-content: center; }
  .connect-page__pre-footer__block {
    width: 25%;
    max-width: 370px;
    padding: 0 0.75rem 4rem;
    display: block;
    text-align: left;
    float: left; }
    .connect-page__pre-footer__block__image {
      width: 100%;
      display: block;
      font-size: 0;
      line-height: 0; }
      .connect-page__pre-footer__block__image img {
        width: 100%; }
    .connect-page__pre-footer__block__title {
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 300;
      font-size: 1.5rem;
      margin: 0;
      min-height: 3.875rem; }
    .connect-page__pre-footer__block__review {
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 300;
      font-size: 0.875rem;
      padding: 2.250rem 0 0.5rem; }
      .connect-page__pre-footer__block__review p {
        margin-top: 0; }
    .connect-page__pre-footer__block__more {
      text-transform: uppercase;
      font-size: 1.25rem;
      color: #FFFFFF; }
      .connect-page__pre-footer__block__more span {
        padding-left: 3px; }
  @media only screen and (max-width: 1024px) {
    .connect-page__pre-footer .container {
      display: block; }
    .connect-page__pre-footer__block {
      width: 50%;
      max-width: none; }
      .connect-page__pre-footer__block:nth-child(even) {
        float: right; }
      .connect-page__pre-footer__block:nth-child(odd) {
        float: left;
        clear: left; } }
  @media only screen and (max-width: 768px) {
    .connect-page__pre-footer__block {
      width: 50%;
      float: left; }
      .connect-page__pre-footer__block:nth-child(2n+1) {
        clear: left; } }
  @media only screen and (max-width: 480px) {
    .connect-page__pre-footer__block {
      width: 100%;
      max-width: 100%; } }

.cta-grid {
  background-color: #EEEEEE;
  font-family: "canada-type-gibson", sans-serif;
  position: relative; }
  .cta-grid__single {
    width: 33.33333%;
    float: left;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .cta-grid__single:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 62.69592%; }
    .cta-grid__single__button {
      position: absolute;
      bottom: 0;
      margin: 0;
      width: 100%;
      padding-bottom: 3.875rem;
      text-align: center; }
      .cta-grid__single__button a {
        width: 90%;
        max-width: 24.875rem;
        display: inline-block; }
        .cta-grid__single__button a .btn__content {
          color: #FFFFFF;
          background: linear-gradient(to right, transparent 50%, #0089ce 50%, #631d76 100%);
          background-size: 200% 100%;
          background-position: left bottom;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .cta-grid__single__button a .btn__content:hover {
            background-position: right bottom; }
    @media only screen and (max-width: 1670px) {
      .cta-grid__single:before {
        padding-top: 75%; } }
    @media only screen and (max-width: 1400px) {
      .cta-grid__single:before {
        padding-top: 90%; } }
    @media only screen and (max-width: 1280px) {
      .cta-grid__single {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .cta-grid__single {
        width: 100%; }
        .cta-grid__single:before {
          padding-top: 75.625%; } }
    @media only screen and (max-width: 1670px) {
      .cta-grid__single:before {
        padding-top: 75%; } }
    @media only screen and (max-width: 1400px) {
      .cta-grid__single:before {
        padding-top: 90%; } }
    @media only screen and (max-width: 1280px) {
      .cta-grid__single {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .cta-grid__single {
        width: 100%; }
        .cta-grid__single:before {
          padding-top: 75.625%; } }
  .cta-grid__double {
    width: 33.33333%;
    float: left;
    position: relative; }
    .cta-grid__double:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 125.39185%; }
    @media only screen and (max-width: 1670px) {
      .cta-grid__double:before {
        padding-top: 150%; } }
    @media only screen and (max-width: 1400px) {
      .cta-grid__double:before {
        padding-top: 180%; } }
    @media only screen and (max-width: 1280px) {
      .cta-grid__double {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .cta-grid__double {
        width: 100%; }
        .cta-grid__double:before {
          display: none; } }
  .cta-grid__double-short {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .cta-grid__double-short:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 51.92108%; }
    @media only screen and (max-width: 768px) {
      .cta-grid__double-short {
        width: 100%;
        position: relative; } }
    @media only screen and (max-width: 480px) {
      .cta-grid__double-short {
        width: 100%;
        position: relative; }
        .cta-grid__double-short:before {
          padding-top: 75.625%; } }
    .cta-grid__double-short .button-holder {
      position: absolute;
      bottom: 4.375rem;
      left: 0;
      width: 100%;
      margin: 0; }
      .cta-grid__double-short .button-holder a {
        display: inline-block;
        min-width: 18.750rem;
        padding: 0 2.625rem; }
        .cta-grid__double-short .button-holder a span.icon {
          position: relative;
          top: 0.125rem; }
  .cta-grid ul.slides {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .cta-grid ul.slides {
        position: relative;
        height: auto;
        overflow: hidden;
        background-color: #0088CE; } }
    .cta-grid ul.slides li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .cta-grid ul.slides li a {
        overflow: hidden;
        display: block; }
      .cta-grid ul.slides li picture {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 78%; }
        .cta-grid ul.slides li picture.case-study-button {
          cursor: pointer; }
          .cta-grid ul.slides li picture.case-study-button:after {
            background: url("../images/play-btn.png");
            content: " ";
            width: 6.750rem;
            height: 4.625rem;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 600ms;
            -moz-transition: all 600ms;
            -ms-transition: all 600ms;
            -o-transition: all 600ms;
            transition: all 600ms; }
          .cta-grid ul.slides li picture.case-study-button:hover:after {
            opacity: 0.6; }
        .cta-grid ul.slides li picture img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .cta-grid ul.slides li article {
        color: #FFFFFF;
        background: #0088CE;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 2rem 2rem 4.8rem 2rem;
        min-height: 28%; }
        .cta-grid ul.slides li article h3 {
          font-size: 1.75rem;
          text-transform: uppercase;
          margin: 0;
          font-weight: 600;
          color: #FFFFFF; }
        .cta-grid ul.slides li article p {
          margin: 0;
          font-size: 1.5rem;
          font-weight: 300;
          padding-top: 1.0rem; }
        @media only screen and (max-width: 1024px) {
          .cta-grid ul.slides li article h3 {
            font-size: 1.125rem;
            line-height: 1.5rem; }
          .cta-grid ul.slides li article p {
            font-size: 1rem;
            line-height: 1.5rem; } }
      @media only screen and (max-width: 768px) {
        .cta-grid ul.slides li article {
          text-align: center;
          padding-top: 22px;
          position: relative; }
        .cta-grid ul.slides li picture {
          position: relative;
          height: auto;
          display: block; }
          .cta-grid ul.slides li picture img {
            position: relative;
            min-width: 1px;
            min-height: 1px;
            top: 0;
            left: 0;
            width: 100%;
            -webkit-transform: translate(0%, 0%);
            -moz-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
            -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%); } }
  .cta-grid .flex-control-nav {
    position: absolute;
    padding: 0 0;
    margin: 0 0;
    z-index: 2;
    right: 2rem;
    bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cta-grid .flex-control-nav {
        right: 0;
        left: 0;
        text-align: center; } }
    .cta-grid .flex-control-nav li {
      display: inline-block;
      margin-left: 0.75rem; }
      .cta-grid .flex-control-nav li a {
        display: inline-block;
        width: 1.875rem;
        height: 1.875rem;
        border: 1px solid #FFFFFF;
        text-indent: -99999px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .cta-grid .flex-control-nav li a.flex-active {
          background: #FFFFFF; }
  .cta-grid .flex-direction-nav {
    display: none; }
  .cta-grid__faqs {
    background: #EEEEEE; }
    .cta-grid__faqs__scroll {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .cta-grid__faqs__scroll {
          position: static; } }
    .cta-grid__faqs__scroll-holder {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: initial;
      -moz-box-sizing: initial;
      box-sizing: initial; }
    .cta-grid__faqs__section {
      position: relative;
      padding: 6.375rem 3rem; }
      @media only screen and (max-width: 768px) {
        .cta-grid__faqs__section {
          padding: 2.5rem 1.25rem; } }
      .cta-grid__faqs__section h3 {
        text-transform: uppercase;
        font-size: 3.438rem;
        line-height: 1;
        margin: 0;
        color: #0088CE;
        padding-bottom: 4.250rem;
        font-weight: 600; }
        @media only screen and (max-width: 1024px) {
          .cta-grid__faqs__section h3 {
            font-size: 1.750rem;
            line-height: 2.188rem; } }
        @media only screen and (max-width: 768px) {
          .cta-grid__faqs__section h3 {
            padding-bottom: 2.5rem; } }
      .cta-grid__faqs__section ul {
        padding: 0;
        margin: 0;
        list-style: none;
        list-style-type: none; }
        .cta-grid__faqs__section ul li {
          font-size: 1rem;
          line-height: 1.5rem;
          margin-bottom: 1.125rem; }
          .cta-grid__faqs__section ul li h4 {
            cursor: pointer;
            background: #FFFFFF;
            font-size: 1.125rem;
            line-height: 1.25rem;
            color: #0088CE;
            margin: 0;
            padding: 1.625rem 5.875rem 1.625rem 1.875rem;
            overflow: hidden;
            position: relative;
            font-weight: 300; }
            .cta-grid__faqs__section ul li h4 span {
              display: inline-block;
              width: 2.75rem;
              height: 2.75rem;
              border: 1px solid #0088CE;
              font-size: 1.5rem;
              text-align: center;
              line-height: 2.625rem;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              cursor: pointer;
              position: absolute;
              right: 30px;
              top: 50%;
              margin-top: -1.375rem;
              -webkit-transition: all 600ms;
              -moz-transition: all 600ms;
              -ms-transition: all 600ms;
              -o-transition: all 600ms;
              transition: all 600ms; }
              .cta-grid__faqs__section ul li h4 span.icon-angle-up {
                display: none; }
              .cta-grid__faqs__section ul li h4 span:hover {
                background-color: #0088CE;
                color: #FFFFFF; }
          .cta-grid__faqs__section ul li.active span.icon-angle-down {
            display: none; }
          .cta-grid__faqs__section ul li.active span.icon-angle-up {
            display: inline-block;
            background-color: #0088CE;
            color: #FFFFFF; }
          .cta-grid__faqs__section ul li div {
            display: none;
            padding: 1.5rem 1.875rem;
            font-weight: 300;
            font-size: 0.875rem; }
            .cta-grid__faqs__section ul li div p {
              margin: 0; }
    .cta-grid__faqs__more {
      text-align: right;
      margin: 0;
      padding-top: 3.375rem; }
      @media only screen and (max-width: 768px) {
        .cta-grid__faqs__more {
          padding-top: 2.5rem; } }
      .cta-grid__faqs__more a {
        width: 100%;
        display: inline-block;
        max-width: 333px; }
        .cta-grid__faqs__more a .btn__content {
          font-size: 1.375rem; }
          .cta-grid__faqs__more a .btn__content:hover {
            background-color: #FFFFFF; }
    @media only screen and (max-width: 768px) {
      .cta-grid__faqs > section {
        position: relative;
        height: auto; } }
  .cta-grid--border-bottom {
    border-bottom: 1.125rem #000099 solid; }
    .cta-grid--border-bottom:after {
      content: " ";
      display: block;
      border-top: 1.25rem solid #000099;
      border-right: 3.438rem solid transparent;
      border-left: 3.438rem solid transparent;
      border-top-style: solid;
      border-bottom: none;
      position: absolute;
      bottom: -2.375rem;
      left: 50%;
      margin-left: -3.438rem; }
  .cta-grid--purple .cta-grid__double-short .button-holder a {
    color: #631D76; }
    .cta-grid--purple .cta-grid__double-short .button-holder a .btn__content {
      color: #631D76; }
    .cta-grid--purple .cta-grid__double-short .button-holder a:hover {
      color: #FFFFFF; }
      .cta-grid--purple .cta-grid__double-short .button-holder a:hover .btn__content {
        color: #FFFFFF; }
  .cta-grid--purple.cta-grid--border-bottom {
    border-color: #631D76; }
  .cta-grid--purple.cta-grid:after {
    display: block;
    border-top: 1.25rem solid #631D76;
    border-right: 3.438rem solid transparent;
    border-left: 3.438rem solid transparent;
    border-top-style: solid;
    border-bottom: none; }

.testimonial {
  background: #000000;
  height: 35rem;
  color: #FFFFFF;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .testimonial__image {
    height: 35rem;
    width: 100%;
    background: url("../images/testimonial.png") no-repeat center;
    background-size: cover;
    opacity: 0.7;
    z-index: 9;
    position: absolute; }
  .testimonial__content {
    position: relative;
    height: 35rem;
    z-index: 10;
    padding: 5.625rem 2.25rem; }
    @media only screen and (max-width: 1024px) {
      .testimonial__content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .testimonial__quote {
    display: inline-block;
    width: 7.313rem;
    height: 7.313rem;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 9.625rem;
    font-size: 6.25rem;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .testimonial__quote {
        width: 5rem;
        height: 5rem;
        font-size: 78px;
        line-height: 110px; } }
  .testimonial p {
    font-size: 2.4rem;
    line-height: 2.813rem;
    margin: 0;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
    padding-top: 2rem;
    font-style: italic; }
    .testimonial p.small {
      font-size: 1.8rem; }
    @media only screen and (max-width: 1024px) {
      .testimonial p {
        font-size: 1.90rem;
        line-height: 2.188rem; }
        .testimonial p.small {
          font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      .testimonial p {
        font-size: 1.7rem;
        line-height: 2.188rem; }
        .testimonial p br {
          display: none; }
        .testimonial p.small {
          font-size: 1.3rem; } }

.breadcrumbs {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 2rem 2.25rem 0;
  /*
  &--purple {
    ul {
      li {
        a {
          color: $purple;

          &:hover {
            color: $grey-breadcrumbs;
          }
        }
      }
    }
  }
  */ }
  @media only screen and (max-width: 1024px) {
    .breadcrumbs {
      padding: 2rem 1.25rem 0; } }
  .breadcrumbs ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs ul li {
      display: inline-block;
      margin-right: 0.25rem; }
      .breadcrumbs ul li a {
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -ms-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms; }
        .breadcrumbs ul li a span {
          display: inline-block;
          position: relative;
          margin-left: 4px;
          top: 2px; }
        .breadcrumbs ul li a:hover {
          color: #999999; }

.product__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.438rem;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  padding-top: 1.25rem; }
  .product__title--purple {
    color: #631D76; }
  @media only screen and (max-width: 1024px) {
    .product__title {
      font-size: 1.750rem;
      line-height: 2.188rem; } }

.product__features {
  padding: 3rem 2.25rem 3.375rem;
  font-family: "canada-type-gibson", sans-serif; }
  @media only screen and (max-width: 1024px) {
    .product__features {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .product__features ul {
    list-style: none;
    list-style-type: none;
    overflow: hidden;
    max-width: 107.375rem;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .product__features ul li {
      padding: 0 0.875rem;
      width: 16.66667%;
      float: left;
      display: inline-block;
      text-align: center;
      position: relative;
      min-height: 580px; }
      .product__features ul li:nth-child(6n+1) {
        clear: left; }
      .product__features ul li .icon {
        position: relative; }
        .product__features ul li .icon:before {
          content: " ";
          width: 100%;
          display: block;
          padding-top: 100%;
          background: red;
          background: #f1f1f1;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .product__features ul li .icon img, .product__features ul li .icon svg {
          display: block;
          max-height: 50%;
          max-width: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .product__features ul li h3 {
        margin: 0;
        font-size: 1.5rem;
        line-height: 2.125rem;
        font-weight: 400;
        padding: 3rem 0 0;
        color: #0088CE; }
      .product__features ul li p {
        margin: 0;
        font-size: 1rem;
        color: #4A4A4A;
        font-weight: 300;
        padding: 2.250rem 0 0; }
        @media screen and (min-width: 1400px) {
          .product__features ul li p {
            padding: 2.250rem 0.5rem 0; } }
        @media only screen and (max-width: 1024px) {
          .product__features ul li p {
            padding: 2.0rem 0rem 1rem; }
            .product__features ul li p:nth-child(4) {
              margin-left: 17%; } }
        @media only screen and (max-width: 768px) {
          .product__features ul li p {
            padding: 2.0rem 0 1rem; } }
        @media only screen and (max-width: 480px) {
          .product__features ul li p {
            padding: 2.0rem 0 1rem; } }
  .product__features--purple ul {
    padding-left: 0; }
    .product__features--purple ul li .icon svg path {
      fill: #631D76; }
    .product__features--purple ul li .icon svg polygon {
      fill: #631D76; }
    .product__features--purple ul li h3 {
      color: #631D76; }
  @media only screen and (max-width: 1024px) {
    .product__features {
      /*
      ul li {
        width: (100%/3);
        padding: 0 0.875rem 2.5rem;
        float: left;

        &:nth-child(6n+1) {
          clear: none;
        }


        &:nth-child(3n+1) {
          clear: left;
        }

      }

      &--purple {
        ul {
          padding-left: 0;
        }
      }
      */ }
      .product__features ul {
        display: flex; }
        .product__features ul li {
          width: 33.33333%;
          padding: 0 0.875rem 2.5rem; } }
  @media only screen and (max-width: 480px) {
    .product__features ul li {
      width: 100%;
      padding: 0 0.60rem 2.5rem;
      clear: both; } }

.product__options {
  background: #0088CE;
  padding: 6.75rem 2.25rem 4.625rem;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .product__options {
      padding: 4.75rem 2.25rem 4.625rem; } }
  .product__options--purple {
    background: #631D76; }
  @media only screen and (max-width: 1024px) {
    .product__options {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .product__options:after {
    content: " ";
    display: block;
    border-top: 1.5rem solid #0088CE;
    border-right: 3.438rem solid transparent;
    border-left: 3.438rem solid transparent;
    border-top-style: solid;
    border-bottom: none;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    margin-left: -3.438rem; }
    @media only screen and (max-width: 480px) {
      .product__options:after {
        border-right: 32.5px solid transparent;
        border-left: 32.5px solid transparent;
        margin-left: -32px; } }
  .product__options__title {
    color: #FFFFFF;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.438rem;
    line-height: 4rem;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    padding-bottom: 5.250rem; }
    @media only screen and (max-width: 1024px) {
      .product__options__title {
        font-size: 1.750rem;
        line-height: 2.188rem; } }
    @media only screen and (max-width: 480px) {
      .product__options__title {
        padding-bottom: 3.750rem; } }
  .product__options__list {
    width: 100%;
    max-width: 96.375rem;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 1.750rem; }
    @media only screen and (max-width: 480px) {
      .product__options__list {
        padding-bottom: 0; } }

.product__option {
  width: 25%;
  float: left;
  padding: 0 1.750rem;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 1400px) {
    .product__option {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .product__option {
      width: 100%;
      float: left;
      padding: 1rem 1.750rem 4rem;
      margin-bottom: 0; } }
  @media only screen and (max-width: 480px) {
    .product__option {
      padding-left: 0;
      padding-right: 0; } }
  .product__option__image {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding-bottom: 4.125rem; }
    .product__option__image img {
      max-width: 90%; }
  .product__option__content {
    background: #FFFFFF;
    text-align: center;
    padding: 1.875rem 1.875rem 2.875rem;
    position: relative;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .product__option__content {
        min-height: 1px;
        padding-bottom: 2.5rem; } }
    .product__option__content:before {
      content: " ";
      position: absolute;
      display: block;
      border-bottom: 1.5rem solid #FFFFFF;
      border-right: 1.5rem solid transparent;
      border-left: 1.5rem solid transparent;
      border-top-style: solid;
      border-top: none;
      top: -1.5rem;
      left: 50%;
      margin-left: -1.5rem; }
    .product__option__content h3 {
      margin: 0;
      font-size: 2.813rem;
      line-height: 3.750rem;
      font-family: "canada-type-gibson", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      padding-bottom: 1.25rem; }
      @media only screen and (max-width: 1024px) {
        .product__option__content h3 {
          font-size: 1.750rem;
          line-height: 2.188rem; } }
    .product__option__content h4 {
      font-size: 1.5rem;
      line-height: 2.25rem;
      font-weight: 700;
      color: #4A4A4A;
      margin: 0;
      padding-bottom: 1.5rem; }
      .product__option__content h4 em {
        color: #0088CE;
        font-style: normal; }
    .product__option__content p {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #4A4A4A;
      font-weight: 300;
      margin: 0; }
    .product__option__content .btn {
      position: absolute;
      bottom: -2.5rem;
      width: 90%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.product__connect {
  padding: 2.75rem 2.25rem 7.125rem;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .product__connect {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .product__connect p {
    margin: 0;
    font-size: 2.25rem;
    line-height: 2.813rem;
    color: #0088CE;
    font-weight: 300;
    padding-bottom: 4.625rem; }
    @media only screen and (max-width: 1024px) {
      .product__connect p {
        font-size: 1.750rem;
        line-height: 2.188rem; } }
  .product__connect a {
    max-width: 32.375rem;
    margin: 0 auto;
    -webkit-transition: all 900ms;
    -moz-transition: all 900ms;
    -ms-transition: all 900ms;
    -o-transition: all 900ms;
    transition: all 900ms; }
    .product__connect a .btn__content {
      -webkit-transition: all 900ms;
      -moz-transition: all 900ms;
      -ms-transition: all 900ms;
      -o-transition: all 900ms;
      transition: all 900ms; }
  .product__connect--purple p {
    color: #631D76; }

.fibre-check-page {
  position: relative; }
  .fibre-check-page__maps {
    max-height: 840px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fibre-check-page__maps {
        max-height: 650px; } }
    @media only screen and (max-width: 667px) {
      .fibre-check-page__maps {
        max-height: 560px; } }
    .fibre-check-page__maps .map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .fibre-check-page__maps--results {
      min-height: 55.250rem; }
  .fibre-check-page.home-page .fibre-check-page__forms {
    position: relative; }
    .fibre-check-page.home-page .fibre-check-page__forms.show_result {
      height: auto; }
  .fibre-check-page.home-page .fibre-check-page__maps {
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .fibre-check-page.home-page .fibre-check-page__maps.show_result {
      position: relative; }
  .fibre-check-page.home-page .show_result .fiber-check__sign-up {
    padding-top: 10px; }
  .fibre-check-page__forms {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(5, 109, 162, 0.7);
    overflow: hidden; }
    .fibre-check-page__forms.show_result {
      height: 400px;
      overflow: visible; }
      .fibre-check-page__forms.show_result #fiber-check-result {
        display: table;
        padding: 0 7rem; }
        @media only screen and (max-width: 480px) {
          .fibre-check-page__forms.show_result #fiber-check-result {
            padding: 0 4rem; } }
        .fibre-check-page__forms.show_result #fiber-check-result.available_now:before {
          height: 70px;
          width: 70px;
          text-align: center;
          font: normal normal normal 4rem/70px FontAwesome;
          content: '\f00c';
          display: block;
          margin-top: 65px;
          border: solid 2px #FFF;
          border-radius: 100px;
          padding: 11px;
          position: absolute;
          left: 10px; }
          @media only screen and (max-width: 1024px) {
            .fibre-check-page__forms.show_result #fiber-check-result.available_now:before {
              display: none; } }
        .fibre-check-page__forms.show_result #fiber-check-result.not_available:before {
          height: 70px;
          width: 70px;
          text-align: center;
          font: normal normal normal 3.4rem/70px FontAwesome;
          content: '\f252';
          display: block;
          margin-top: 65px;
          border: solid 2px #FFF;
          border-radius: 100px;
          padding: 11px;
          position: absolute;
          left: 10px; }
          @media only screen and (max-width: 1024px) {
            .fibre-check-page__forms.show_result #fiber-check-result.not_available:before {
              display: none; } }
      @media only screen and (max-width: 667px) {
        .fibre-check-page__forms.show_result {
          position: relative;
          height: auto; } }
  .fibre-check-page--results-header {
    border-bottom: 1.125rem solid #0088CE; }
    .fibre-check-page--results-header:after {
      content: " ";
      display: block;
      border-top: 1.5rem solid #0088CE;
      border-right: 3.438rem solid transparent;
      border-left: 3.438rem solid transparent;
      border-top-style: solid;
      border-bottom: none;
      bottom: -2.625rem;
      left: 50%;
      margin-left: -3.438rem;
      position: absolute;
      z-index: 10; }
  .fibre-check-page__result-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57.91855%;
    z-index: 20;
    background: rgba(5, 109, 162, 0.7);
    color: #FFFFFF;
    text-align: center;
    font-family: "canada-type-gibson", sans-serif; }
    .fibre-check-page__result-message h2 {
      margin: 0;
      font-size: 3.438rem;
      line-height: 4.063rem;
      padding-top: 12.375rem;
      color: #FFFFFF;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .fibre-check-page__result-message h2 {
          font-size: 1.750rem;
          line-height: 2.188rem; } }
    .fibre-check-page__result-message p {
      margin: 0;
      font-size: 1.5rem;
      line-height: 2.125rem;
      font-weight: 300;
      padding-top: 3.5rem; }
  .fibre-check-page__results-contents {
    padding: 2.25rem 2.25rem 3.25rem;
    display: none; }
    @media only screen and (max-width: 1024px) {
      .fibre-check-page__results-contents {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .fibre-check-page__results-contents .container {
      width: 100%;
      max-width: 73.125rem;
      margin: 0 auto; }
      .fibre-check-page__results-contents .container--wide {
        max-width: 75rem;
        padding-bottom: 2rem; }
  .fibre-check-page__title {
    font-size: 2.375rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    font-family: "canada-type-gibson", sans-serif;
    text-align: center;
    color: #0088CE;
    font-weight: 600; }
    @media only screen and (max-width: 1024px) {
      .fibre-check-page__title {
        font-size: 1.750rem;
        line-height: 2.188rem; } }
  .fibre-check-page__list {
    list-style: none;
    list-style-type: none;
    width: 100%;
    padding: 2rem 0 0;
    font-size: 0;
    line-height: 0;
    position: relative; }
    .fibre-check-page__list.residential li.residential {
      display: inline-block; }
    .fibre-check-page__list.business li.business {
      display: inline-block; }
    .fibre-check-page__list.schools li.schools {
      display: inline-block; }
    .fibre-check-page__list li {
      width: 25%;
      padding: 0 1.25rem 2rem;
      overflow: visible !important;
      display: none;
      vertical-align: text-top; }
      .fibre-check-page__list li .image-block {
        position: relative; }
      .fibre-check-page__list li .holder {
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 10;
        border: 1px solid #CCCCCC;
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -ms-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms; }
        .fibre-check-page__list li .holder:before {
          content: " ";
          width: 100%;
          display: block;
          padding-top: 53.48837%; }
        .fibre-check-page__list li .holder picture {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .fibre-check-page__list li .holder picture img {
            max-width: 90%;
            max-height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .fibre-check-page__list li .image-block:before {
        content: " ";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -2.25rem;
        display: block;
        border-top: 1.25rem solid #0088CE;
        border-right: 2.25rem solid transparent;
        border-left: 2.25rem solid transparent;
        border-top-style: solid;
        border-bottom: none;
        z-index: 20;
        opacity: 0; }
      .fibre-check-page__list li .image-block:after {
        content: " ";
        position: absolute;
        left: 50%;
        margin-left: -2.25rem;
        bottom: -19px;
        z-index: 30;
        display: block;
        border-top: 1.25rem solid #FFFFFF;
        border-right: 2.25rem solid transparent;
        border-left: 2.25rem solid transparent;
        border-top-style: solid;
        border-bottom: none;
        opacity: 1;
        display: none; }
      .fibre-check-page__list li:hover .holder {
        border-color: #0088CE; }
      .fibre-check-page__list li.active .holder {
        border-color: #0088CE; }
      .fibre-check-page__list li.active .image-block:before {
        bottom: -20px;
        opacity: 1; }
      .fibre-check-page__list li.active .image-block:after {
        bottom: -19px;
        opacity: 1;
        display: block; }
      @media only screen and (max-width: 768px) {
        .fibre-check-page__list li {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        .fibre-check-page__list li {
          width: 100%; } }
    .fibre-check-page__list__content {
      position: absolute;
      width: 100%;
      padding: 1.625rem 1.25rem 0;
      margin: 0 -1.25rem;
      left: 1.25rem; }
      .fibre-check-page__list__content__holder {
        background: #f1f1f1;
        padding: 4.250rem 1.875rem; }
        @media only screen and (max-width: 768px) {
          .fibre-check-page__list__content__holder {
            padding: 4.250rem 15px; } }
        .fibre-check-page__list__content__holder .close {
          position: absolute;
          width: 2.250rem;
          height: 2.250rem;
          color: #0088CE;
          border: 1px solid #0088CE;
          font-size: 2.250rem;
          top: 2.75rem;
          right: 2rem;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 600ms;
          -moz-transition: all 600ms;
          -ms-transition: all 600ms;
          -o-transition: all 600ms;
          transition: all 600ms; }
          .fibre-check-page__list__content__holder .close span {
            font-size: 10px;
            width: 34px;
            height: 34px;
            display: block;
            text-align: center;
            line-height: 34px; }
          .fibre-check-page__list__content__holder .close:hover {
            background: #0088CE;
            color: #FFFFFF; }
        @media only screen and (min-width: 769px) {
          .fibre-check-page__list__content__holder.no_banner .contents .buttons {
            width: 100%; }
            .fibre-check-page__list__content__holder.no_banner .contents .buttons a {
              width: 232px;
              float: left;
              margin-right: 20px; } }
        .fibre-check-page__list__content__holder .contents {
          overflow: hidden; }
          .fibre-check-page__list__content__holder .contents .buttons {
            width: 30.06301%;
            float: left;
            min-height: 1px; }
            @media only screen and (max-width: 768px) {
              .fibre-check-page__list__content__holder .contents .buttons {
                width: 100%; } }
            @media only screen and (max-width: 480px) {
              .fibre-check-page__list__content__holder .contents .buttons {
                text-align: center; } }
            .fibre-check-page__list__content__holder .contents .buttons h3 {
              color: #0088CE;
              font-family: "canada-type-gibson", sans-serif;
              font-size: 28px;
              letter-spacing: 0px;
              line-height: 24px;
              font-weight: 400;
              margin: 0;
              padding-bottom: 3.625rem; }
              @media only screen and (min-width: 769px) {
                .fibre-check-page__list__content__holder .contents .buttons h3.noimage {
                  float: left;
                  padding-top: 1rem;
                  margin-right: 2rem;
                  padding-bottom: 0; } }
            .fibre-check-page__list__content__holder .contents .buttons a {
              display: block;
              height: 3.75rem;
              padding: 0.25rem;
              margin-bottom: 1.5rem;
              -webkit-border-radius: 1.875rem;
              -moz-border-radius: 1.875rem;
              border-radius: 1.875rem; }
              @media only screen and (max-width: 768px) {
                .fibre-check-page__list__content__holder .contents .buttons a {
                  width: 232px;
                  margin-right: 20px; } }
              @media only screen and (max-width: 480px) {
                .fibre-check-page__list__content__holder .contents .buttons a {
                  width: 100%;
                  margin-left: auto;
                  margin-right: auto;
                  max-width: 305px;
                  float: none; } }
              .fibre-check-page__list__content__holder .contents .buttons a .btn-upper {
                text-transform: uppercase; }
              .fibre-check-page__list__content__holder .contents .buttons a .btn-content {
                display: block;
                height: 3.250rem;
                line-height: 3.250rem;
                -webkit-border-radius: 1.875rem;
                -moz-border-radius: 1.875rem;
                border-radius: 1.875rem;
                font-size: 1.125rem;
                color: #0088CE;
                text-align: center;
                background: linear-gradient(to right, #FAFAFA 50%, #0089ce 50%, #631d76 100%);
                background-size: 280% 100%;
                background-position: left bottom;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s; }
                .fibre-check-page__list__content__holder .contents .buttons a .btn-content:hover {
                  color: #FFFFFF;
                  background-position: 99% bottom; }
          .fibre-check-page__list__content__holder .contents .banner-block {
            width: 66.24662%;
            float: right;
            min-height: 1px;
            font-size: 0;
            line-height: 0; }
            @media only screen and (max-width: 768px) {
              .fibre-check-page__list__content__holder .contents .banner-block {
                width: 100%; } }
            .fibre-check-page__list__content__holder .contents .banner-block img {
              width: 100%; }
  .fibre-check-page__separator {
    width: 100%;
    max-width: 73.125rem;
    margin: 0 auto;
    background: #CCCCCC;
    clear: both;
    height: 1px; }
  .fibre-check-page__next {
    font-size: 0.875rem;
    line-height: 2.125rem;
    padding-top: 2rem; }
    .fibre-check-page__next h2 {
      font-weight: 300;
      padding-bottom: 1.25rem;
      color: #0088CE; }
    .fibre-check-page__next .install-home-fibre {
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.25rem; }
      .fibre-check-page__next .install-home-fibre img {
        display: inline-block;
        margin-right: 0.5rem;
        position: relative;
        top: 0.625rem; }

.news__newsletter-btn {
  text-align: center;
  padding: 3.625rem 2.25rem 0; }
  @media only screen and (max-width: 1024px) {
    .news__newsletter-btn {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .news__newsletter-btn .btn__content:hover {
    color: #FFFFFF; }
  .news__newsletter-btn .btn {
    display: inline-block;
    width: 90%;
    max-width: 23.875rem; }

.news__holder {
  padding: 6.25rem 2.25rem 0; }
  @media only screen and (max-width: 1024px) {
    .news__holder {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.news__list {
  font-family: "canada-type-gibson", sans-serif; }
  .news__list__container {
    overflow: hidden;
    margin: 0 -0.75rem; }
  .news__list__item {
    width: 33.33333%;
    float: left;
    padding: 0 0.75rem 5rem;
    display: block; }
    .news__list__item:nth-child(3n+1) {
      clear: left; }
    .news__list__item h3 {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 400;
      margin: 0 0 2.125rem 0; }
    .news__list__item__lite-text {
      font-weight: 300 !important; }
    .news__list__item--search {
      border-left: 1px solid #CCCCCC;
      padding-bottom: 1rem;
      margin-bottom: 2rem;
      min-height: 140px;
      position: relative; }
      .news__list__item--search p.button {
        position: absolute;
        bottom: 5px; }
    .news__list__item picture {
      margin-bottom: 2.125rem;
      display: block; }
      .news__list__item picture img {
        width: 100%; }
    .news__list__item time {
      display: block;
      clear: both;
      color: #9B9B9B;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 0.75rem; }
    .news__list__item p {
      font-size: 0.875rem;
      line-height: 1.5rem;
      color: #333333;
      margin: 0;
      font-weight: 300; }
      .news__list__item p.button {
        font-size: 1.25rem;
        color: #0088CE;
        padding-top: 1.375rem;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-weight: 400;
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -ms-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms; }
        .news__list__item p.button .icon {
          position: relative;
          top: 2px;
          margin-left: 2px; }
    .news__list__item:hover .button {
      color: #631D76; }
    @media only screen and (max-width: 768px) {
      .news__list__item {
        width: 50%; }
        .news__list__item:nth-child(3n+1) {
          clear: none; }
        .news__list__item:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (max-width: 480px) {
      .news__list__item {
        width: 100%;
        clear: both; } }

.news__pagination {
  padding: 5rem 2.25rem 6rem;
  text-align: center; }
  .news__pagination .btn__content:hover {
    color: #FFFFFF; }
  .news__pagination .btn {
    display: inline-block; }
    .news__pagination .btn .btn__content {
      padding: 0 3.875rem; }
  @media only screen and (max-width: 1024px) {
    .news__pagination {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.news__media-contact {
  font-family: "canada-type-gibson", sans-serif;
  background: #0088CE;
  padding: 0 2.25rem 3.625rem 0;
  color: #FFFFFF;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .news__media-contact {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .news__media-contact a:hover {
    text-decoration: underline; }
  .news__media-contact h3 {
    margin: 0;
    font-size: 2.25rem;
    line-height: 5rem;
    font-weight: 300;
    padding-top: 2.125rem; }
    @media only screen and (max-width: 1024px) {
      .news__media-contact h3 {
        font-size: 1.750rem;
        line-height: 2.188rem; } }
  .news__media-contact p {
    margin: 0.625rem 0 0;
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 300; }
    .news__media-contact p a {
      color: #FFFFFF; }

.news__time {
  text-transform: uppercase;
  color: #9B9B9B;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  padding: 5.250rem 0 0.375rem; }

.news__page-content {
  overflow: hidden; }

.news__content--main {
  padding-top: 0.750rem; }
  .news__content--main .btn__content a:first-child:hover, .news__content--main .btn__content a:last-child:hover {
    color: #FFFFFF; }
.news__content__video {
  font-size: 0;
  line-height: 0; }
.news__content__image {
  padding: 0 0 2.875rem 0;
  margin: 0; }
  .news__content__image picture {
    width: 100%;
    font-size: 0;
    line-height: 0; }
  .news__content__image img {
    width: 100%; }
  .news__content__image h1, .news__content__image h2 {
    color: #0088CE; }
  .news__content__image figcaption {
    display: block;
    text-align: right;
    color: #666666;
    font-size: 1.125rem;
    font-weight: 300;
    padding-top: 2rem; }

.news__sidebar {
  width: 32.47863%;
  float: right; }
  .news__sidebar--share {
    padding-top: 0.625rem; }
    .news__sidebar--share a span {
      letter-spacing: 0.075rem; }
    .news__sidebar--share .btn__content:hover {
      color: #FFFFFF; }
  .news__sidebar--main {
    padding-top: 5.750rem; }
  .news__sidebar .share-this {
    text-align: right;
    padding-top: 1.25rem; }
    .news__sidebar .share-this.case-study-share .st_sharethis_large {
      display: inline-block;
      width: 25px;
      height: 25px;
      font-size: 0;
      line-height: 0; }
    .news__sidebar .share-this.case-study-share .stButton .stLarge {
      background: url("../images/share.png") no-repeat !important;
      width: 25px;
      height: 25px;
      background-size: cover !important; }
  .news__sidebar .st_sharethis_large {
    display: inline-block;
    width: 37px;
    height: 37px;
    font-size: 0;
    line-height: 0; }
  .news__sidebar .stButton {
    margin: 0 !important; }
  .news__sidebar .stButton .stLarge {
    background: url("../images/share.png") no-repeat !important;
    width: 37px;
    height: 37px; }
  .news__sidebar__block--statistic {
    width: 100%;
    max-width: 15.625rem;
    margin: 0 auto 3.563rem;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .news__sidebar__block--statistic:before {
      content: " ";
      display: block;
      width: 100%;
      padding-top: 100%; }
    .news__sidebar__block--statistic .oval {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0.125rem;
      text-align: center; }
      .news__sidebar__block--statistic .oval--inner {
        display: block;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .news__sidebar__block--statistic .oval span {
        font-size: 5rem;
        line-height: 5rem;
        color: #0088CE;
        font-weight: 300;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        width: 100%; }
  .news__sidebar__block--quote blockquote {
    margin: 0;
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 300;
    font-style: italic;
    color: #0088CE;
    text-align: center; }
  .news__sidebar .news__list__item {
    width: 100%;
    padding: 4.5rem 0 0; }
    .news__sidebar .news__list__item h3 {
      margin-bottom: 1.5rem; }
    .news__sidebar .news__list__item time {
      font-weight: 400; }
    .news__sidebar .news__list__item picture {
      margin-bottom: 1.375rem; }
    .news__sidebar .news__list__item p {
      font-size: 0.875rem;
      font-weight: 300; }
      .news__sidebar .news__list__item p.button {
        font-size: 1.25rem;
        font-weight: 400; }

.news__title {
  font-family: "canada-type-gibson", sans-serif;
  margin: 0;
  color: #0088CE;
  font-size: 3.438rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  padding-bottom: 1rem; }
  @media only screen and (max-width: 1024px) {
    .news__title {
      font-size: 1.750rem;
      line-height: 2.188rem; } }
  .news__title--purple {
    color: #631D76; }
  .news__title--darkblue {
    color: #002776; }

.news__summary {
  color: #0088CE;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 300;
  margin-bottom: 1rem; }
  .news__summary p {
    margin: 0; }
  .news__summary h2 {
    margin: 0.5rem 0; }
  .news__summary .news__title {
    padding-bottom: 0; }

.news__next-prev {
  max-width: 16.250rem;
  margin: 0 0 3rem 0;
  padding-top: 1rem; }
  .news__next-prev a {
    display: inline-block;
    padding: 0 1.125rem; }
    .news__next-prev a:first-child {
      padding-right: 0; }
    .news__next-prev a:first-child:after {
      content: "|";
      display: inline-block;
      padding-left: 1.125rem; }
  .news__next-prev--single a:first-child {
    padding-right: 1.125rem; }
  .news__next-prev--single a:first-child:after {
    display: none; }

.page__title {
  padding: 0 2.25rem; }
  .page__title.paddtop {
    padding: 5rem 2.25rem 0; }
  @media only screen and (max-width: 1024px) {
    .page__title {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .page__title h1, .page__title h2 {
    font-size: 3.438rem;
    line-height: 5rem;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #0088CE;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .page__title h1, .page__title h2 {
        font-size: 2.50rem;
        line-height: 2.75rem; } }
  .page__title--purple h1, .page__title--purple h2 {
    color: #631D76; }
  .page__title--darkblue h1, .page__title--darkblue h2 {
    color: #002776; }

.generic-video-block {
  text-align: center; }
  .generic-video-block picture {
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }
  .generic-video-block picture::after {
    background: url(../images/play-btn.png);
    content: " ";
    width: 6.750rem;
    height: 4.625rem;
    display: block;
    position: absolute;
    top: 40%;
    left: 42%; }

.page__content {
  padding: 0 2.25rem 0; }
  @media only screen and (max-width: 1024px) {
    .page__content {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media only screen and (max-width: 768px) {
    .page__content {
      padding: 0 2.25rem 0rem; } }
  .page__content__container {
    overflow: hidden; }
  .page__content__main {
    width: 65.81197%;
    float: left; }
    @media only screen and (max-width: 768px) {
      .page__content__main {
        width: 100%; } }
  .page__content__sidebar {
    width: 32.47863%;
    float: right; }
    @media only screen and (max-width: 768px) {
      .page__content__sidebar {
        width: 100%; } }
    .page__content__sidebar--block {
      margin-bottom: 3.250rem; }
      .page__content__sidebar--block .btn__content:hover {
        color: #FFFFFF; }
    .page__content__sidebar--links ul {
      padding: 0;
      margin: 0;
      list-style: none;
      list-style-type: none; }
    .page__content__sidebar--news {
      width: 100%;
      padding: 0;
      float: none; }
      .page__content__sidebar--news .button span {
        font-weight: 400; }
    .page__content__sidebar__panel {
      background: #0088CE;
      color: #FFFFFF;
      font-weight: 300;
      margin-bottom: 0.25rem; }
      .page__content__sidebar__panel__content {
        padding: 1.375rem 1.75rem; }
      .page__content__sidebar__panel h3 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin: 0;
        padding-bottom: 1.625rem; }
      .page__content__sidebar__panel p {
        margin-top: 0; }
      .page__content__sidebar__panel--image {
        padding: 0;
        background: #f1f1f1;
        color: #333333; }
        .page__content__sidebar__panel--image picture {
          font-size: 0;
          line-height: 0;
          width: 100%; }
          .page__content__sidebar__panel--image picture img {
            width: 100%; }
        .page__content__sidebar__panel--image h3 {
          color: #0088CE;
          text-transform: none;
          padding-bottom: 0; }
    .page__content__sidebar--purple a {
      color: #631D76; }
    .page__content__sidebar--purple .news__list__item p.button {
      color: #631D76; }
    .page__content__sidebar--darkblue a {
      color: #002776; }
    .page__content__sidebar--darkblue .news__list__item p.button {
      color: #002776; }

.page__wysiwyg {
  font-weight: 300;
  padding-bottom: 2rem;
  /*
  .p3 {
    font-size: 1.5rem;
  }
  */
      /*
      .p3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
      }
      .p2 {
        padding-bottom: 0;
        margin-top: 0;
      }
      .p4 {
        font-size: 1.5rem;
      }

      */ }
  .page__wysiwyg h1, .page__wysiwyg h2, .page__wysiwyg h3, .page__wysiwyg h4, .page__wysiwyg h5, .page__wysiwyg h6 {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 400;
    color: #0088CE;
    margin: 0 0 1.750rem 0; }
  .page__wysiwyg p {
    margin: 0 0 0.8rem 0; }
  .page__wysiwyg img {
    max-width: 100%; }
  .page__wysiwyg iframe {
    max-width: 100%; }
  .page__wysiwyg table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #EEEEEE;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 22px; }
    .page__wysiwyg table th {
      color: #0088CE;
      font-weight: bold; }
    .page__wysiwyg table h1, .page__wysiwyg table h2, .page__wysiwyg table h3, .page__wysiwyg table h4, .page__wysiwyg table h5, .page__wysiwyg table h6 {
      margin-bottom: 0; }
    .page__wysiwyg table th, .page__wysiwyg table td {
      padding: 0.5rem;
      border: 1px solid #EEEEEE;
      border-top: 0;
      border-left: 0; }
  @media only screen and (max-width: 768px) {
    .page__wysiwyg table {
      width: 760px; }
    .page__wysiwyg .table-responsive {
      overflow-x: auto;
      min-height: 0.01; } }
  .page__wysiwyg a:hover {
    text-decoration: underline; }
  .page__wysiwyg--purple h1, .page__wysiwyg--purple h2, .page__wysiwyg--purple h3, .page__wysiwyg--purple h4, .page__wysiwyg--purple h5, .page__wysiwyg--purple h6 {
    color: #631D76; }
  .page__wysiwyg--purple a {
    color: #631D76; }
  .page__wysiwyg--darkblue h1, .page__wysiwyg--darkblue h2, .page__wysiwyg--darkblue h3, .page__wysiwyg--darkblue h4, .page__wysiwyg--darkblue h5, .page__wysiwyg--darkblue h6 {
    color: #002776; }
  .page__wysiwyg--darkblue a {
    color: #002776; }
  .page__wysiwyg h4 {
    margin: 0 0 0.85rem 0; }
  .page__wysiwyg .action {
    width: 220px; }
    .page__wysiwyg .action#UserForm_Form_action_process:hover span {
      color: #FFFFFF;
      background-position: 100% bottom; }

.page--generic {
  padding-top: 2rem; }
  .page--generic__breadcrumbs {
    padding-bottom: 0.5rem;
      /*
      &--purple {
        a {
          color: $purple;

          &:hover {
            color: $grey-breadcrumbs;
          }
        }
      }

      &--darkblue {
        a {
          color: $blue-dark;

          &:hover {
            color: $grey-breadcrumbs;
          }
        }
      }
      */ }
    .page--generic__breadcrumbs ul {
      padding: 0;
      margin: 0;
      list-style: none;
      list-style-type: none;
      text-transform: uppercase; }
      .page--generic__breadcrumbs ul li {
        display: inline-block;
        font-size: 0.875rem; }
        .page--generic__breadcrumbs ul li span {
          position: relative;
          top: 2px;
          padding-left: 3px; }
        .page--generic__breadcrumbs ul li a {
          -webkit-transition: all 600ms;
          -moz-transition: all 600ms;
          -ms-transition: all 600ms;
          -o-transition: all 600ms;
          transition: all 600ms; }
          .page--generic__breadcrumbs ul li a:hover {
            color: #999999; }
  .page--generic .page__content__sidebar {
    padding-top: 0.75rem; }
  .page--generic__hero {
    color: #0088CE;
    font-size: 1.625rem;
    line-height: 2.125rem; }
    @media only screen and (max-width: 768px) {
      .page--generic__hero {
        font-size: 1.3rem; } }
    .page--generic__hero--purple {
      color: #631D76; }
    .page--generic__hero--blue {
      color: #0088CE; }
    .page--generic__hero--darkblue {
      color: #002776; }
    .page--generic__hero.featureblurb {
      font-size: 2rem;
      font-weight: 600; }
  .page--generic__form {
    background: #FAFAFA;
    padding: 2rem 1.875rem;
    margin-bottom: 21px; }
    @media only screen and (max-width: 480px) {
      .page--generic__form {
        padding: 2rem 5px; }
        .page--generic__form form .Actions {
          text-align: center;
          position: relative; }
          .page--generic__form form .Actions button {
            position: inherit;
            margin-top: 0;
            right: 0; } }

/*------------------------------------------*\
Page Lists
\*------------------------------------------*/
.page__list__items {
  padding-top: 0.875rem; }
  .page__list__items ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .page__list__items li {
    position: relative;
    border-bottom: #CCCCCC 1px solid;
    min-height: 10.875rem;
    padding-bottom: 2.375rem;
    margin-bottom: 2.625rem; }
.page__list__number {
  display: inline-block;
  width: 7.5rem;
  height: 7.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.125rem;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .page__list__number {
      width: 5rem;
      height: 5rem;
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    .page__list__number {
      width: 3rem;
      height: 3rem;
      padding: 0; } }
  .page__list__number span {
    width: 7.25rem;
    height: 7.25rem;
    display: block;
    background: #FFFFFF;
    text-align: center;
    line-height: 7.25rem;
    font-size: 3.125rem;
    color: #631D76;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    @media only screen and (max-width: 1024px) {
      .page__list__number span {
        font-size: 1.750rem;
        line-height: 7.188rem; } }
    @media only screen and (max-width: 768px) {
      .page__list__number span {
        width: 5rem;
        height: 5rem;
        padding: 0;
        line-height: 4.8rem;
        font-size: 1.75rem; } }
    @media only screen and (max-width: 480px) {
      .page__list__number span {
        width: 3rem;
        height: 3rem;
        padding: 0;
        line-height: 3.3rem;
        font-size: 1rem; } }
    .page__list__number span.text_label {
      font-size: 1.5em;
      background: none;
      border-radius: 0;
      height: 2em;
      line-height: 2em;
      text-transform: uppercase; }
.page__list__contents {
  padding-top: 1.25rem;
  padding-left: 10.625rem; }
  @media only screen and (max-width: 768px) {
    .page__list__contents {
      padding-top: 0.25rem;
      padding-left: 7.65rem; } }
  @media only screen and (max-width: 480px) {
    .page__list__contents {
      padding-top: 0;
      padding-left: 3.65rem; } }
  .page__list__contents * {
    max-width: 90.83333%; }
.page__list__outro {
  color: #631D76; }
  .page__list__outro h4 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: lighter;
    color: #0088CE !important; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.careers__jobs {
  padding: 0.625rem 0 0;
  margin: 0;
  list-style: none;
  list-style-type: none; }
  .careers__jobs__job {
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2.375rem; }
    .careers__jobs__job:first-child {
      border-top: 1px solid #CCCCCC;
      padding-top: 2.375rem; }
    .careers__jobs__job h3 {
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin: 0;
      font-weight: 300;
      padding-bottom: 1.125rem; }
  .careers__jobs__actions {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 400; }
    .careers__jobs__actions li {
      display: inline-block; }
      .careers__jobs__actions li:first-child {
        padding-right: 1.5rem; }
        .careers__jobs__actions li:first-child:after {
          content: "|";
          display: inline-block;
          padding-left: 1.5rem; }
.careers__content--full {
  display: none; }
.careers__content--active {
  display: block; }
.careers__staff-profile {
  background: #0088CE;
  color: #FFFFFF;
  padding: 5rem 0 3.750rem; }
  @media only screen and (max-width: 768px) {
    .careers__staff-profile {
      padding: 5rem 2.25rem 3.750rem; } }
  .careers__staff-profile .container {
    overflow: hidden; }
  .careers__staff-profile__image {
    float: left;
    width: 40.17094%;
    font-size: 0;
    line-height: 0; }
    @media only screen and (max-width: 768px) {
      .careers__staff-profile__image {
        width: 100%; } }
    .careers__staff-profile__image img {
      width: 100%; }
  .careers__staff-profile__content {
    float: right;
    width: 57.26496%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .careers__staff-profile__content {
        padding-top: 1.5rem;
        width: 100%; } }
    .careers__staff-profile__content h3 {
      margin: 0;
      font-weight: 300;
      font-size: 1.75rem;
      line-height: 1.875rem; }
    .careers__staff-profile__content h4 {
      margin: 0;
      font-weight: 300;
      font-size: 1.125rem;
      line-height: 2rem;
      padding-bottom: 1.25rem; }
    .careers__staff-profile__content p {
      margin-top: 0; }
    .careers__staff-profile__content blockquote {
      margin: 0;
      padding-top: 1rem;
      font-style: italic; }
      .careers__staff-profile__content blockquote:before {
        content: " ";
        display: block;
        background: #FFFFFF;
        width: 4.125rem;
        height: 1px;
        margin-bottom: 0.75rem; }

.gridpage .why-fibre__title {
  color: #0088CE;
  padding-bottom: 4rem; }
.gridpage .why-fibre__intro {
  font-weight: 300; }
.gridpage .why-fibre__blocks {
  padding-top: 1rem; }
.gridpage .why-fibre__block {
  margin-bottom: 4.25rem; }
  .gridpage .why-fibre__block h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: left;
    height: 4.25rem;
    padding-bottom: 0;
    margin-bottom: 0.5rem; }
  @media only screen and (max-width: 768px) {
    .gridpage .why-fibre__block {
      margin-bottom: 2rem; } }

.team {
  padding-bottom: 2.625rem; }
  .team .news__title {
    text-align: center;
    padding-bottom: 1.5rem; }
  .team .page--generic__hero {
    text-align: center; }
  .team__list {
    margin: 0 -1rem;
    overflow: hidden;
    padding-top: 3.438rem; }
    .team__list__item {
      width: 33.33333%;
      float: left;
      padding: 0 1rem 3.250rem; }
      .team__list__item:nth-child(3n+1) {
        clear: left; }
      @media only screen and (max-width: 768px) {
        .team__list__item {
          width: 50%; }
          .team__list__item:nth-child(3n+1) {
            clear: none; }
          .team__list__item:nth-child(2n+1) {
            clear: left; } }
      @media only screen and (max-width: 480px) {
        .team__list__item {
          width: 100%; }
          .team__list__item:nth-child(3n+1) {
            clear: none; } }
      .team__list__item h3 {
        font-family: "canada-type-gibson", sans-serif;
        color: #0088CE;
        margin: 0;
        font-size: 1.5rem;
        font-weight: 400;
        padding-bottom: 0.75rem; }
      .team__list__item h4 {
        margin: 0;
        color: #9B9B9B;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 300;
        padding-bottom: 1rem; }
      .team__list__item .image {
        padding-bottom: 1.25rem;
        display: block;
        overflow: hidden; }
      .team__list__item__content {
        font-size: 0.875rem;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 300; }
        .team__list__item__content p {
          margin-top: 0; }

.case-studies {
  padding-bottom: 0; }
  .case-studies .news__title {
    text-align: center; }
  .case-studies__filters {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    list-style-type: none; }
    .case-studies__filters li {
      display: inline-block;
      padding: 0 5px 10px; }
      .case-studies__filters li .btn {
        width: 23.750rem;
        display: inline-block; }
        .case-studies__filters li .btn.btn--gradient {
          background: linear-gradient(to right, #0089ce 0%, #631d76 50%, #0088CE 49%);
          background-size: 300% 100%; }
  .case-studies__list {
    overflow: hidden;
    padding-top: 5.625rem;
    margin: 0 -1rem; }
    @media only screen and (max-width: 768px) {
      .case-studies__list {
        padding-top: 2.5rem; } }
    .case-studies__list__item {
      float: left;
      width: 33.33333%;
      padding: 0 1rem 1.625rem;
      overflow: hidden; }
      .case-studies__list__item:nth-child(3n+1) {
        clear: left; }
      .case-studies__list__item .heading_container {
        height: 6rem; }
      .case-studies__list__item h3 {
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #0088CE;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 400;
        margin: 0; }
      .case-studies__list__item h4 {
        font-size: 1rem;
        line-height: 1.2rem;
        color: #0088CE;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 400;
        margin: 0; }
      .case-studies__list__item__button {
        font-size: 0;
        line-height: 0;
        position: relative;
        display: block; }
        .case-studies__list__item__button:after {
          background: url("../images/play-btn.png");
          content: " ";
          width: 6.750rem;
          height: 4.625rem;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .case-studies__list__item__button img {
          width: 100%; }
      .case-studies__list__item__nobutton {
        font-size: 0;
        line-height: 0;
        position: relative;
        display: block; }
      .case-studies__list__item__content {
        font-size: 0.875rem;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 300;
        padding-top: 1.250rem; }
        .case-studies__list__item__content p {
          margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .case-studies__list__item {
          width: 50%; }
          .case-studies__list__item:nth-child(3n+1) {
            clear: none; }
          .case-studies__list__item:nth-child(2n+1) {
            clear: left; } }
      @media only screen and (max-width: 480px) {
        .case-studies__list__item {
          width: 100%;
          clear: both; } }
  .case-studies__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    @media only screen and (max-width: 768px) {
      .case-studies__popup {
        padding: 1rem; } }
    @media only screen and (max-width: 480px) {
      .case-studies__popup {
        padding: 0.5rem; } }
    .case-studies__popup__inner {
      position: relative;
      width: 100%;
      height: 100%; }
    .case-studies__popup__close {
      background: #FFFFFF;
      color: #0088CE;
      width: 1.5rem;
      height: 1.5rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: -0.75rem;
      right: -0.75rem;
      z-index: 999; }
      @media only screen and (max-width: 480px) {
        .case-studies__popup__close {
          top: 0;
          right: 0; } }
      .case-studies__popup__close:after {
        content: "X";
        display: block;
        width: 100%;
        text-align: center; }
    .case-studies__popup__video {
      position: absolute;
      width: 100%;
      max-width: 70rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .case-studies__popup__video iframe {
        position: absolute;
        width: 100%;
        height: 100%; }
      .case-studies__popup__video:after {
        content: " ";
        display: block;
        width: 100%;
        padding-top: 56.25%;
        background: #000000; }

.news__pagination--case-studies {
  padding-top: 1.625rem; }

.contact-page {
  padding: 0 2.25rem 5.625rem;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .contact-page {
      padding: 0 1.25rem 5.625rem; } }
  .contact-page__left {
    width: 50%;
    float: left;
    padding-right: 2.250rem; }
    @media only screen and (max-width: 768px) {
      .contact-page__left {
        width: 100%;
        padding-right: 0;
        padding-top: 50px; } }
  .contact-page__right {
    width: 50%;
    float: right;
    padding-left: 2.250rem; }
    @media only screen and (max-width: 768px) {
      .contact-page__right {
        width: 100%;
        padding-left: 0; } }
  .contact-page__title {
    font-size: 2.813rem;
    text-transform: uppercase;
    font-family: "canada-type-gibson", sans-serif;
    color: #0088CE;
    margin: 0;
    padding: 4.5rem 0 5.250rem; }
    @media only screen and (max-width: 1024px) {
      .contact-page__title {
        font-size: 1.750rem;
        line-height: 2.188rem; } }
    @media only screen and (max-width: 768px) {
      .contact-page__title {
        padding: 2rem 0 4rem; } }
  .contact-page__form--container {
    display: none; }
  .contact-page__accordions {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none; }
    .contact-page__accordions li {
      margin-bottom: 1.125rem; }
      .contact-page__accordions li h4 {
        padding: 1.5rem 5.625rem 1.125rem 2rem;
        cursor: pointer;
        font-size: 1.125rem;
        line-height: 1.750rem;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 300;
        color: #0088CE;
        margin: 0;
        background: #f1f1f1;
        position: relative; }
        .contact-page__accordions li h4 .icon-angle-up,
        .contact-page__accordions li h4 .icon-angle-down {
          display: block;
          width: 2.813rem;
          height: 2.813rem;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: #FFFFFF;
          font-size: 1.5rem;
          line-height: 2.813rem;
          text-align: center;
          position: absolute;
          right: 1.5rem;
          top: 0.875rem;
          z-index: 11;
          -webkit-transition: all 600ms;
          -moz-transition: all 600ms;
          -ms-transition: all 600ms;
          -o-transition: all 600ms;
          transition: all 600ms; }
          .contact-page__accordions li h4 .icon-angle-up:hover,
          .contact-page__accordions li h4 .icon-angle-down:hover {
            background: #0088CE;
            color: #FFFFFF; }
        .contact-page__accordions li h4 .icon-angle-up {
          display: none;
          z-index: 10; }
      .contact-page__accordions li.active h4 .icon-angle-up {
        z-index: 12;
        display: block;
        background: #0088CE;
        color: #FFFFFF; }
    .contact-page__accordions--purple li h4 {
      color: #631D76; }
      .contact-page__accordions--purple li h4 .icon-angle-up:hover,
      .contact-page__accordions--purple li h4 .icon-angle-down:hover {
        color: #FFFFFF;
        background: #631D76; }
    .contact-page__accordions--purple li.active h4 .icon-angle-up {
      background: #631D76;
      color: #FFFFFF; }
    .contact-page__accordions--darkblue li h4 {
      color: #002776; }
      .contact-page__accordions--darkblue li h4 .icon-angle-up:hover,
      .contact-page__accordions--darkblue li h4 .icon-angle-down:hover {
        color: #FFFFFF;
        background: #002776; }
    .contact-page__accordions--darkblue li.active h4 .icon-angle-up {
      background: #002776;
      color: #FFFFFF; }
    .contact-page__accordions__content {
      padding: 1.625rem 2rem 0.875rem;
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 300;
      display: none; }
      .contact-page__accordions__content--grey {
        background: #FAFAFA; }
      .contact-page__accordions__content p {
        margin: 0; }
      .contact-page__accordions__content form {
        padding-top: 1.625rem; }
        .contact-page__accordions__content form fieldset {
          border: 0;
          padding: 0; }
        .contact-page__accordions__content form .Actions button {
          background: linear-gradient(to right, #0089ce 0%, #631d76 50%, #0088CE 49%);
          background-size: 200% 100%;
          background-position: left bottom;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .contact-page__accordions__content form .Actions button:hover {
            color: #FFFFFF;
            background-position: right bottom; }
  .contact-page__list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300; }
    .contact-page__list li {
      padding: 1.375rem 0 1.875rem 9rem;
      position: relative;
      min-height: 8.0rem;
      border-bottom: #CCCCCC 1px solid;
      margin-bottom: 1.875rem; }
      .contact-page__list li:first-child h3 {
        text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .contact-page__list li {
          padding: 1.375rem 0 1.875rem; } }
    .contact-page__list--item {
      display: block;
      width: 6.875rem;
      height: 6.875rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 0.125rem;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 1024px) {
        .contact-page__list--item {
          display: none; } }
      @media only screen and (max-width: 480px) {
        .contact-page__list--item {
          width: 5rem;
          height: 5rem;
          padding: 0; } }
      @media only screen and (max-width: 320px) {
        .contact-page__list--item {
          width: 3rem;
          height: 3rem; } }
      .contact-page__list--item-holder {
        background: #FFFFFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 6.625rem;
        height: 6.625rem;
        display: block;
        position: relative; }
        @media only screen and (max-width: 480px) {
          .contact-page__list--item-holder {
            width: 5rem;
            height: 5rem; } }
        @media only screen and (max-width: 320px) {
          .contact-page__list--item-holder {
            width: 3rem;
            height: 3rem; } }
      .contact-page__list--item .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 6.625rem;
        font-size: 3.438rem;
        color: #0088CE; }
        @media only screen and (max-width: 480px) {
          .contact-page__list--item .icon {
            line-height: 5rem; } }
        @media only screen and (max-width: 320px) {
          .contact-page__list--item .icon {
            line-height: 3rem;
            font-size: 2rem; } }
        .contact-page__list--item .icon.icon-message {
          font-size: 1.875rem; }
          @media only screen and (max-width: 320px) {
            .contact-page__list--item .icon.icon-message {
              font-size: 1rem; } }
        .contact-page__list--item .icon.icon-alert {
          background-image: url("/themes/enable/static/images/music.svg");
          background-size: 50% 50%;
          background-repeat: no-repeat;
          background-position: center center; }
    .contact-page__list h3 {
      font-size: 1.625rem;
      color: #0088CE;
      font-weight: 300;
      margin: 0;
      padding-bottom: 1.125rem; }
    .contact-page__list p {
      margin: 0 0 15px 0;
      line-height: 1.5rem; }
      .contact-page__list p span, .contact-page__list p a {
        color: #0088CE; }
    .contact-page__list__description a:hover {
      cursor: pointer;
      text-decoration: underline; }
  .contact-page__bottom {
    padding-top: 0.5rem; }
    .contact-page__bottom h3 {
      color: #0088CE;
      font-weight: 400;
      margin: 0;
      font-size: 1.25rem;
      padding-bottom: 1.375rem; }
    .contact-page__bottom p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0;
      font-weight: 300; }
    .contact-page__bottom a {
      color: #0088CE; }
      .contact-page__bottom a:hover {
        text-decoration: underline; }

.loading-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 99999;
  opacity: 1;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms; }
  .loading-screen--active {
    opacity: 0;
    z-index: -1; }
  .loading-screen .loading-screen-loader {
    width: 6.25rem;
    height: 6.25rem;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -3.125rem;
    margin-left: -3.125rem; }
    .loading-screen .loading-screen-loader .sk-fading-circle {
      width: 6.25rem;
      height: 6.25rem;
      margin-top: -3.125rem;
      margin-left: -3.125rem; }

.newsletter-signup {
  display: none; }
  .newsletter-signup--active {
    display: block; }
  .newsletter-signup__curtain {
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999; }
  .newsletter-signup__close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #F8F8F8;
    width: 30px;
    height: 30px;
    font-size: 30px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .newsletter-signup__close:before {
      position: relative;
      left: 1px;
      top: 0px; }
  .newsletter-signup__container {
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px; }
  .newsletter-signup form .input-group {
    padding-right: 60px;
    position: relative; }
  .newsletter-signup form input {
    width: 100%;
    display: block;
    height: 50px;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #CCCCCC;
    padding: 0 10px; }
  .newsletter-signup form button {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    color: #CCCCCC;
    position: absolute;
    top: 0;
    right: 0; }

.panzoom-container {
  position: relative; }
  .panzoom-container .parent {
    border: solid 1px #0088CE;
    height: 600px;
    text-align: center; }
  .panzoom-container .buttons {
    cursor: pointer;
    font-size: 2rem;
    color: #0088CE;
    position: absolute;
    top: 10px;
    left: 10px; }
    .panzoom-container .buttons a {
      display: inline-block; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr; }
  .plyr,
  .plyr *,
  .plyr *::after,
  .plyr *::before {
    box-sizing: border-box; }
  .plyr a, .plyr button, .plyr input, .plyr label {
    touch-action: manipulation; }
  .plyr:focus {
    outline: 0; }
  .plyr video,
  .plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit; }
  .plyr input[type='range'] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    appearance: none;
    cursor: pointer;
    border: none;
    background: transparent; }
    .plyr input[type='range']::-webkit-slider-runnable-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    .plyr input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none;
      margin-top: -4px;
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type='range']::-moz-range-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    .plyr input[type='range']::-moz-range-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type='range']::-ms-track {
      height: 8px;
      background: transparent;
      border: 0;
      color: transparent; }
    .plyr input[type='range']::-ms-fill-upper {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    .plyr input[type='range']::-ms-fill-lower {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none;
      background: #3498db; }
    .plyr input[type='range']::-ms-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      margin-top: 0; }
    .plyr input[type='range']::-ms-tooltip {
      display: none; }
    .plyr input[type='range']:focus {
      outline: 0; }
    .plyr input[type='range']::-moz-focus-outer {
      border: 0; }
    .plyr input[type='range'].tab-focus:focus {
      outline-offset: 3px; }
    .plyr input[type='range']:active::-webkit-slider-thumb {
      background: #3498db;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type='range']:active::-moz-range-thumb {
      background: #3498db;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type='range']:active::-ms-thumb {
      background: #3498db;
      border-color: #fff;
      transform: scale(1.25); }

.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5); }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important; }

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit; }

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 0; }
  .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    user-select: none; }
  .plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-35.95%); }

.plyr .plyr__video-embed iframe {
  pointer-events: none; }

.plyr video::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-60px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400; }
  .plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    box-decoration-break: clone;
    line-height: 150%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 24px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  transform: translateY(-20px); }

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px; } }
.plyr ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center; }
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 5px; }
    .plyr__controls > button:first-child,
    .plyr__controls .plyr__progress:first-child,
    .plyr__controls .plyr__time:first-child {
      margin-left: 0; }
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  .plyr__controls [data-plyr="pause"] {
    margin-left: 0; }
  .plyr__controls button {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit; }
    .plyr__controls button svg {
      width: 18px;
      height: 18px;
      display: block;
      fill: currentColor; }
    .plyr__controls button:focus {
      outline: 0; }
  .plyr__controls .icon--exit-fullscreen,
  .plyr__controls .icon--muted,
  .plyr__controls .icon--captions-on {
    display: none; }
  @media (min-width: 480px) {
    .plyr__controls > button,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time {
      margin-left: 10px; } }

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none; }

.plyr--video .plyr__controls {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity .3s ease; }
  .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff; }

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64; }
  .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #3498db;
    color: #fff; }

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all .3s ease; }
  .plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor; }
  .plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr .plyr__play-large {
  display: none; }

.plyr--audio .plyr__play-large {
  display: none; }

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none; }

.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block; }

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block; }
  .plyr--fullscreen-active .icon--exit-fullscreen + svg,
  .plyr--muted .plyr__controls .icon--muted + svg,
  .plyr--captions-active .plyr__controls .icon--captions-on + svg {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease; }
  .plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2; }

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr button:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  .plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px; }

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  .plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%); }

.plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  display: none;
  position: relative;
  flex: 1; }
  .plyr__progress input[type="range"] {
    position: relative;
    z-index: 2; }
    .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-moz-range-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-ms-fill-upper {
      background: transparent; }
  .plyr__progress .plyr__tooltip {
    left: 0; }

.plyr .plyr__progress {
  display: inline-block; }

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  appearance: none;
  border: none;
  border-radius: 100px; }
  .plyr__progress--buffer::-webkit-progress-bar,
  .plyr__progress--played::-webkit-progress-bar,
  .plyr__volume--display::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress--buffer::-webkit-progress-value,
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-moz-progress-bar,
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-ms-fill,
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    border-radius: 100px; }

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  transition: none; }
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none; }
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none; }
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    display: none; }

.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease; }
.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease; }
.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease; }

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25); }

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67); }

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

.plyr__time + .plyr__time {
  display: none; }
  @media (min-width: 768px) {
    .plyr__time + .plyr__time {
      display: inline-block; } }
  .plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px; }

.plyr__volume {
  display: none; }

.plyr .plyr__volume {
  flex: 1;
  position: relative; }
  .plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr .plyr__volume {
      display: block;
      max-width: 60px; } }
  @media (min-width: 768px) {
    .plyr .plyr__volume {
      max-width: 100px; } }

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
  display: none !important; }

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important; }
  .plyr--fullscreen-active video {
    height: 100%; }
  .plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }

.fibre-performance-banner {
  background: #000000;
  color: #FFFFFF;
  font-size: 0;
  height: 35rem;
  line-height: 0;
  margin-bottom: 2rem;
  position: relative;
  position: relative; }
  .fibre-performance-banner__half {
    width: 50%;
    float: left; }
  .fibre-performance-banner__image {
    background-size: cover;
    background: url("../images/testimonial.png") no-repeat center;
    height: 35rem;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 9; }
  .fibre-performance-banner__content {
    height: 35rem;
    padding: 5.625rem 2.25rem;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 1024px) {
      .fibre-performance-banner__content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .fibre-performance-banner p {
    background-color: rgba(0, 0, 0, 0.2);
    border: 3px solid #FFFFFF;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.813rem;
    margin: 0;
    padding: 2rem;
    text-transform: uppercase; }
    .fibre-performance-banner p.small {
      font-size: 1.8rem; }
    @media only screen and (max-width: 1024px) {
      .fibre-performance-banner p {
        font-size: 1.90rem;
        line-height: 2.188rem; }
        .fibre-performance-banner p.small {
          font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      .fibre-performance-banner p {
        font-size: 1.7rem;
        line-height: 2.188rem; }
        .fibre-performance-banner p br {
          display: none; }
        .fibre-performance-banner p.small {
          font-size: 1.3rem; } }

.fibre-performance-block {
  clear: both;
  margin: 0 -1rem 30px; }
  .fibre-performance-block__text, .fibre-performance-block__image {
    display: block;
    float: left;
    max-width: 740px;
    text-align: left;
    width: 50%;
    padding: 0 1rem 1.625rem; }
    @media only screen and (max-width: 1024px) {
      .fibre-performance-block__text:nth-child(even), .fibre-performance-block__image:nth-child(even) {
        float: right; }
      .fibre-performance-block__text:nth-child(odd), .fibre-performance-block__image:nth-child(odd) {
        float: left;
        clear: left; } }
    @media only screen and (max-width: 768px) {
      .fibre-performance-block__text, .fibre-performance-block__image {
        width: 100%;
        max-width: 100%; } }
    .fibre-performance-block__text picture img, .fibre-performance-block__image picture img {
      position: relative;
      width: 100%; }
  .fibre-performance-block p {
    margin-top: 0; }

.fibre-performance-factors {
  margin: 0 -1rem 30px; }
  .fibre-performance-factors__item {
    padding: 0 1rem 1.625rem;
    float: left;
    width: 25%; }
    @media only screen and (max-width: 1024px) {
      .fibre-performance-factors__item {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .fibre-performance-factors__item {
        width: 100%; } }
    .fibre-performance-factors__item ul {
      padding-left: 20px; }
    .fibre-performance-factors__item h3, .fibre-performance-factors__item h4 {
      color: #0088CE; }
  .fibre-performance-factors__image {
    text-align: center; }
  .fibre-performance-factors__text--blue {
    color: #0088CE; }
  @media only screen and (max-width: 1024px) {
    .fibre-performance-factors .clear-ipad-landscape {
      clear: both; } }

.footer {
  border-top: 0.125rem solid #0088CE;
  position: relative;
  background: #F8F8F8;
  padding: 4rem 0 0;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  /*

  @include media($ipad-landscape, max) {
    font-weight: 400;
    &:before {
      @include arrow-down($white, 2.375rem, 0.750rem);
    }
    &__col-1 {
      width: 48%;
      a {
        max-width: 17.063rem;
      }
    }
    &__col-2 {
      width: 48%;
    }
    &__col-3 {
      width: 100%;
      clear: both;
      form {
        width: 100%;
        .input-group {
          display: block;
          margin: auto;
          width: 50%;
          button {
            float:left;
            margin-left: 2px;

          }
          input {
            font-weight: 300;
          }
        }

      }

    }
  }
  @include media($ipad-portrait, max) {
      padding: 4rem 0;
      &:before {
        @include arrow-down($white, 2.375rem, 0.750rem);
      }
      &__container {
         max-width: 100%;
      }
      font-weight: 400;
      h3 {
         padding-top: 0.75rem;
         border-bottom: none;

      }
      &__col-1 {
        width: 100%;
        clear: both;
        padding-bottom: 1.589rem;
        a {
          margin-left: auto;
          margin-right: auto;
          max-width: 17.063rem;
          width: 17.063rem;
        }
      }

      &__col-2 {
        width: 100%;
        clear: both;
        margin-left: 0;
        text-align: center;
        padding-bottom: 1.5rem;
        overflow: hidden;
        ul {
            width: 100%;
        }
      }

      &__col-3 {
          border-top: 1px solid #0088CE;
          width: 100%;
          clear: both;
          text-align: center;
          p {
              max-width: 20.750rem;
              margin: 0rem auto 0;
              padding: 0 1rem;
          }
          form {
            width: 100%;
            padding: 1.0rem;
            .input-group {
              display: inline-block;
              padding-left: 2.625rem;
              width: 20.750rem;
              button {
                Float: right;
                font-weight: 500;
                margin-left: 2px;
              }
              input {
                width: 14.125rem;
                font-weight: 300;
              }
            }


          }

      }
      &__separator  {
        border-top: 1px #0088CE solid;
      }
      &__foot-note {
        max-width: 20.750rem;
        nav {
            float:none;
            text-align: center;
        ul li {
            float:none;
            margin-right: 0;
        }
        }
        p {
            float:none;
            clear:both;
            text-align: center;
          br {
            display: block;
          }
        }

      }
    }
    @include media($mobile-portrait, max) {
        font-weight: 400;
        &:before {
          @include arrow-down($white, 2.375rem, 0.750rem);
        }
        &__col-1 {
          padding-left: 0;
          padding-right: 0;
          a {
            margin-left: auto;
            margin-right: auto;
            max-width: 17.063rem;
          }
            }
        &__col-3 {
          p {
            padding: 0 1rem;
            max-width: 20.750rem;
          }
            form {
              width: 100%;
              padding: 1.0rem;
              .input-group {
                padding-left: 1.625rem;
                width: 20.750rem;
                display: inline-block;
                button {
                  margin-left: 2px;
                  float: left;
                }
                input {
                  width: 14.125rem;
                  font-weight: 300;
                }
              }

            }

        }
        }


  */ }
  .footer__top {
    padding: 0 2.25rem; }
  .footer__container {
    width: 100%;
    max-width: 73.125rem;
    margin: 0 auto; }
  .footer__separator {
    border-top: 0.125rem #0088CE solid;
    clear: both;
    width: 100%; }
  .footer__col-1 {
    float: left;
    width: 33.33333%;
    padding: 0 5rem 3.125rem; }
    .footer__col-1 .btn {
      margin-bottom: 0.875rem; }
    .footer__col-1 a {
      font-size: 0.875rem; }
  .footer__col-2 {
    float: left;
    width: 33.33333%;
    padding: 0 0.9375rem 3.125rem; }
    .footer__col-2 p {
      margin: 1rem 0 1rem 0;
      font-size: 0.875rem; }
    .footer__col-2 form {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      .footer__col-2 form div button {
        border: 1px solid #0088CE;
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -ms-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms; }
        .footer__col-2 form div button:hover {
          background: #FFFFFF;
          color: #0088CE; }
    .footer__col-2 input {
      float: left;
      width: 75%;
      height: 3.125rem;
      display: block;
      border: 1px solid #CCCCCC;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem;
      font-size: 1rem;
      padding: 0 1.5rem;
      line-height: 3.125rem; }
      .footer__col-2 input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #0088CE;
        opacity: 1; }
      .footer__col-2 input::-moz-placeholder {
        /* Firefox 19+ */
        color: #0088CE;
        opacity: 1; }
      .footer__col-2 input:-ms-input-placeholder {
        /* IE 10+ */
        color: #0088CE;
        opacity: 1; }
      .footer__col-2 input:-moz-placeholder {
        /* Firefox 18- */
        color: #0088CE;
        opacity: 1; }
    .footer__col-2 button {
      float: right;
      width: 3.125rem;
      height: 3.125rem;
      border: 0;
      background: #0088CE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 1rem; }
  .footer__col-3 {
    float: left;
    width: 33.33333%;
    padding: 0 5rem 3.125rem; }
  .footer h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: #0088CE;
    border-bottom: 1px solid #0088CE;
    font-weight: 400;
    margin-top: -0.5rem;
    padding-bottom: 0.75rem; }
  .footer__foot-note {
    overflow: hidden;
    padding-bottom: 2.250rem;
    padding-top: 0.75rem;
    font-size: 0.875rem; }
    .footer__foot-note nav {
      float: left; }
      .footer__foot-note nav ul {
        list-style: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .footer__foot-note nav ul li {
          float: left;
          margin-right: 38px; }
          .footer__foot-note nav ul li a {
            color: #000000; }
    .footer__foot-note p {
      float: right;
      margin: 0;
      font-size: 0.875rem;
      font-weight: 100; }
      .footer__foot-note p br {
        display: none; }
      .footer__foot-note p a {
        color: #0088CE; }
  @media only screen and (max-width: 1024px) {
    .footer__col-1 {
      clear: both;
      width: 100%;
      text-align: center; }
      .footer__col-1 a {
        display: inline-block;
        width: 17.5rem;
        margin-right: 10px; }
    .footer__col-2 {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .footer__col-3 {
      clear: both;
      width: 100%;
      text-align: center; }
      .footer__col-3 a {
        display: inline-block;
        width: 17.5rem;
        margin-right: 10px; }
    .footer__separator {
      border-top-width: 1px; } }
  @media only screen and (max-width: 768px) {
    .footer {
      border-top-width: 10px;
      padding-top: 40px; }
      .footer__top {
        padding: 0; }
      .footer__col-1, .footer__col-2, .footer__col-3 {
        float: none;
        width: 100%;
        max-width: 20rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
      .footer__col-1 {
        padding-bottom: 40px; }
        .footer__col-1 a {
          margin-right: 0; }
      .footer__col-2 {
        padding-bottom: 27px;
        max-width: 25rem;
        border-top: 1px solid #0088CE;
        border-bottom: 1px solid #0088CE;
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 40px;
        margin-bottom: 40px; }
        .footer__col-2 h3 {
          padding-bottom: 0; }
        .footer__col-2 h3, .footer__col-2 p, .footer__col-2 form {
          width: 100%;
          max-width: 20rem;
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          margin-left: auto;
          margin-right: auto; }
      .footer__col-3 a {
        margin-right: 0; }
      .footer h3 {
        border-bottom: 0; }
      .footer__foot-note {
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
        .footer__foot-note nav {
          float: none;
          width: 100%; }
          .footer__foot-note nav ul {
            text-align: center; }
            .footer__foot-note nav ul li {
              float: none;
              display: inline-block;
              margin: 0 10px; }
        .footer__foot-note p {
          float: none;
          width: 100%;
          text-align: center; } }

/*# sourceMappingURL=styles.css.map */
