* {
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  color: #1B1B1B;
  font-family: Poppins, Avenir, sans-serif;
  font-style: normal;
  margin: 0 auto;
  padding: 0;
}

body {
  font-size: 1.1875em;
}
@media (min-width: 575px) and (max-width: 730px) {
  body {
    font-size: calc(1.1875em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  body {
    font-size: 1.1875em;
  }
}

.link-skipnav {
  background: #FFFFFF;
  left: 1em;
  padding: 0.5em;
  right: 1em;
  text-align: center;
  top: -200px;
  position: fixed;
  white-space: nowrap;
  z-index: 10000;
}

.link-skipnav {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .link-skipnav {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .link-skipnav {
    font-size: 0.95em;
  }
}

.link-skipnav:focus {
  top: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1 {
  font-size: 1.484375em;
}
@media (min-width: 575px) and (max-width: 730px) {
  h1 {
    font-size: calc(1.484375em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  h1 {
    font-size: 1.484375em;
  }
}
@media (min-width: 991px) {
  h1 {
    font-size: 1.85546875em;
  }
}
@media (min-width: 991px) and (min-width: 575px) and (max-width: 730px) {
  h1 {
    font-size: calc(1.85546875em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 991px) and (min-width: 730px) {
  h1 {
    font-size: 1.85546875em;
  }
}

h2 {
  font-size: 1.1875em;
}
@media (min-width: 575px) and (max-width: 730px) {
  h2 {
    font-size: calc(1.1875em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  h2 {
    font-size: 1.1875em;
  }
}
@media (min-width: 991px) {
  h2 {
    font-size: 1.484375em;
  }
}
@media (min-width: 991px) and (min-width: 575px) and (max-width: 730px) {
  h2 {
    font-size: calc(1.484375em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 991px) and (min-width: 730px) {
  h2 {
    font-size: 1.484375em;
  }
}

h3, h4 {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  h3, h4 {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  h3, h4 {
    font-size: 0.95em;
  }
}

h5 {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  h5 {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  h5 {
    font-size: 0.76em;
  }
}

p {
  max-width: 700px;
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p {
    font-size: 0.95em;
  }
}
p {
  line-height: 1.484375em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p {
    line-height: calc(1.484375em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p {
    line-height: 1.484375em;
  }
}

blockquote {
  font-size: 1.1875em;
}
@media (min-width: 575px) and (max-width: 730px) {
  blockquote {
    font-size: calc(1.1875em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  blockquote {
    font-size: 1.1875em;
  }
}

a:hover, .card:hover, .pulse-box:hover {
  transition: 0.15s linear;
}

a:hover {
  color: #1B1B1B;
}

.home a, .home h1.item__title, .home h2 {
  color: #0A6EA1;
}

.home a:hover {
  color: #075A84;
}

.repairs a, .repairs h1.item__title, .repairs h2 {
  color: #138487;
}

.repairs a:hover {
  color: #0E6E71;
}

.internet a, .internet h1.item__title, .internet h2 {
  color: #2B8367;
}

.internet a:hover {
  color: #26735A;
}

.voip a, .voip h1.item__title, .voip h2 {
  color: #504589;
}

.voip a:hover {
  color: #453D75;
}

.business a, .business h1.item__title, .business h2 {
  color: #03528C;
}

.business a:hover {
  color: #034678;
}

.document {
  margin-bottom: 60px;
}

.document ol, .document ul {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .document ol, .document ul {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .document ol, .document ul {
    font-size: 0.95em;
  }
}
.document ol, .document ul {
  line-height: 1.484375em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .document ol, .document ul {
    line-height: calc(1.484375em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .document ol, .document ul {
    line-height: 1.484375em;
  }
}
.document ol, .document ul {
  margin: 15px 0;
}
@media (min-width: 991px) {
  .document ol, .document ul {
    max-width: 60%;
  }
}

.document ol li ul, .document ul li ul {
  margin: 10px 0;
  max-width: 100%;
}

.document ol li, .document ul li {
  padding: 5px 0;
}

.document ol {
  list-style: lower-roman;
}

@media (min-width: 991px) {
  .document h2 {
    max-width: 60%;
  }
}

.flashbanner {
  padding: 10px 0;
}

.flashbanner__contain {
  padding: 0 20px;
}

.flashbanner__contain:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 991px) {
  .flashbanner__contain {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.flashbanner p {
  margin: 0 80px 0 0;
  max-width: 100%;
}

.flashbanner p {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .flashbanner p {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .flashbanner p {
    font-size: 0.95em;
  }
}
.flash {
  margin: 40px 0;
  width: auto;
}

.flash {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 730px) {
  .flash {
    max-width: 65%;
  }
}

.item__sheet .flash p, .flash p {
  padding: 18px 22px 22px;
  width: auto;
}

.flashbanner p, .flashbanner a, .flashbanner a:hover,
.flash p, .flash a, .flash a:hover {
  color: #FFFFFF;
}

.flashbanner a,
.flash a {
  font-weight: 600;
}

.flash--red {
  background: #b91509;
}

.flash--amber {
  background: #da9835;
}

.flash--green {
  background: #59a741;
}

.repairs .flash--match {
  background: #159699;
}

.internet .flash--match {
  background: #2B8367;
}

.voip .flash--match {
  background: #504589;
}

.business .flash--match {
  background: #03528C;
}

.contain {
  padding: 0 20px;
}

.contain:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 991px) {
  .contain {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.contain__location {
  margin-bottom: 50px;
}

.mast + .contain {
  margin-top: -20px;
}
@media (min-width: 991px) {
  .mast + .contain {
    margin-top: -50px;
  }
}

.bg, .bg__panel, .bg__feature {
  background-color: #E8F9FA;
  background-position: top, bottom;
  background-repeat: repeat-x;
  background-size: 270px, 270px;
}

.bg {
  background-image: url("/assets/img/bg-main-top.png"), url("/assets/img/bg-main-bottom.png");
  margin: 10px 0 30px 0;
}

@media (min-width: 991px) {
  .bg {
    margin: 10px 0 50px 0;
  }
}

.bg__feature {
  background-image: url("/assets/img/bg-feature-top.png"), url("/assets/img/bg-feature-bottom.png");
  margin: 40px 0 50px 0;
  padding: 30px 0;
}

.bg__panel {
  background-image: url("/assets/img/bg-feature-top.png"), url("/assets/img/bg-feature-bottom.png");
  margin: 40px 0;
  padding: 30px 0;
}

@media (min-width: 991px) {
  .bg__panel {
    padding: 50px 0;
  }
}

.panel {
  margin: 40px 0 0 0;
  padding: 30px 0;
}

@media (min-width: 991px) {
  .panel {
    padding: 30px 0;
  }
}

.mast {
  margin-bottom: 60px;
}

@media (min-width: 991px) {
  .mast {
    margin: 0;
  }
}

.home .mast {
  background: #0C7DB5 bottom/100% no-repeat url("/assets/img/bg-curve-home-sml.png");
}

.repairs .mast {
  background: #159699 bottom/100% no-repeat url("/assets/img/bg-curve-repairs-sml.png");
}

.internet .mast {
  background: #2B8367 bottom/100% no-repeat url("/assets/img/bg-curve-internet-sml.png");
}

.voip .mast {
  background: #504589 bottom/100% no-repeat url("/assets/img/bg-curve-voip-sml.png");
}

.business .mast {
  background: #03528C bottom/100% no-repeat url("/assets/img/bg-curve-business-sml.png");
}

@media (min-width: 730px) {
  .home .mast {
    background: #0C7DB5 bottom/100% no-repeat url("/assets/img/bg-curve-home.png");
  }
  .repairs .mast {
    background: #159699 bottom/100% no-repeat url("/assets/img/bg-curve-repairs.png");
  }
  .internet .mast {
    background: #2B8367 bottom/100% no-repeat url("/assets/img/bg-curve-internet.png");
  }
  .voip .mast {
    background: #504589 bottom/100% no-repeat url("/assets/img/bg-curve-voip.png");
  }
  .business .mast {
    background: #03528C bottom/100% no-repeat url("/assets/img/bg-curve-business.png");
  }
}
@media (min-width: 991px) {
  .home .mast {
    background: #0C7DB5 bottom/100% no-repeat url("/assets/img/bg-curve-home-lge.png");
  }
  .repairs .mast {
    background: #159699 bottom/100% no-repeat url("/assets/img/bg-curve-repairs-lge.png");
  }
  .internet .mast {
    background: #2B8367 bottom/100% no-repeat url("/assets/img/bg-curve-internet-lge.png");
  }
  .voip .mast {
    background: #504589 bottom/100% no-repeat url("/assets/img/bg-curve-voip-lge.png");
  }
  .business .mast {
    background: #03528C bottom/100% no-repeat url("/assets/img/bg-curve-business-lge.png");
  }
}
.mast__item {
  margin: 0 0 20px 0;
}

@media (min-width: 730px) {
  .mast__item {
    margin: 0 0 60px 0;
    padding-bottom: 200px;
  }
}

.home .mast__item {
  background: #0C7DB5 bottom/270px repeat-x url("/assets/img/bg-item-home.png");
}

.repairs .mast__item {
  background: #159699 bottom/270px repeat-x url("/assets/img/bg-item-repairs.png");
}

.internet .mast__item {
  background: #2B8367 bottom/270px repeat-x url("/assets/img/bg-item-internet.png");
}

.voip .mast__item {
  background: #504589 bottom/270px repeat-x url("/assets/img/bg-item-voip.png");
}

.business .mast__item {
  background: #03528C bottom/270px repeat-x url("/assets/img/bg-item-business.png");
}

.herocore {
  display: flex;
  flex-wrap: wrap;
}

.hero__info {
  width: 100%;
}
@media (min-width: 730px) {
  .hero__info {
    margin-bottom: 70px;
    width: 55%;
  }
}

.hero {
  min-height: 60px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 730px) {
  .hero {
    min-height: 300px;
    width: 45%;
  }
}
@media (min-width: 991px) {
  .hero {
    min-height: 400px;
    width: 45%;
  }
}

.hero img {
  width: 100%;
}

.hero__title {
  color: #FFFFFF;
}

.hero__intro {
  color: #FFFFFF;
  margin-bottom: 25px;
  max-width: 550px;
}

.hero__intro {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .hero__intro {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .hero__intro {
    font-size: 0.95em;
  }
}
@media (min-width: 991px) {
  .hero__intro {
    font-size: 1.1875em;
  }
}
@media (min-width: 991px) and (min-width: 575px) and (max-width: 730px) {
  .hero__intro {
    font-size: calc(1.1875em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 991px) and (min-width: 730px) {
  .hero__intro {
    font-size: 1.1875em;
  }
}

#menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

@media (min-width: 730px) {
  #menu {
    position: relative;
    right: 0;
    top: 0;
  }
}

#menu label, #hamburger {
  cursor: pointer;
  display: none;
}

#menuitems {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  display: block;
  margin: 65px -10px 0 10px;
  min-width: 100%;
  padding: 0 20px 10px;
  width: auto;
}

@media (min-width: 575px) {
  #menuitems {
    margin: 65px 0 0 0;
    padding: 0 20px 10px 20px;
  }
}
@media (min-width: 730px) {
  #menuitems {
    border: 0;
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (max-width: 730px) {
  .home #menuitems {
    background-color: #0C7DB5;
    box-shadow: 0 0 10px 2px rgba(10, 110, 161, 0.8);
  }
  .repairs #menuitems {
    background-color: #159699;
    box-shadow: 0 0 10px 2px rgba(21, 150, 153, 0.6);
  }
  .internet #menuitems {
    background-color: #2B8367;
    box-shadow: 0 0 10px 2px rgba(38, 115, 90, 0.8);
  }
  .voip #menuitems {
    background-color: #504589;
    box-shadow: 0 0 10px 2px rgba(69, 61, 117, 0.8);
  }
  .business #menuitems {
    background-color: #03528C;
    box-shadow: 0 0 10px 2px rgba(3, 70, 120, 0.8);
  }
}
@media (min-width: 730px) {
  .home #menuitems, .repairs #menuitems, .internet #menuitems, .voip #menuitems, .business #menuitems {
    background: transparent;
  }
}

@media screen and (max-width: 730px) {
  #menu label {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    float: right;
    height: 48px;
    margin: 0 0 0 15px;
    text-indent: -9999px;
    width: 48px;
  }
}
@media screen and (max-width: 730px) and (min-width: 730px) {
  #menu label {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 730px) {
  /* Toggle Show/Hide Menu */
  #menuitems {
    display: none;
  }
  #menu input:checked ~ #menuitems {
    display: block;
  }
}
.home #menu label {
  background: #0A6EA1 center/48% no-repeat url("/assets/img/icon-menu.svg");
}

.repairs #menu label {
  background: #138487 center/48% no-repeat url("/assets/img/icon-menu.svg");
}

.internet #menu label {
  background: #26735A center/48% no-repeat url("/assets/img/icon-menu.svg");
}

.voip #menu label {
  background: #453D75 center/48% no-repeat url("/assets/img/icon-menu.svg");
}

.business #menu label {
  background: #034678 center/48% no-repeat url("/assets/img/icon-menu.svg");
}

.home #menu #pulse label {
  background: #0A6EA1;
}

.home #menu #pulse label:hover {
  background: #075A84;
  transition: 0.15s linear;
}

.repairs #menu #pulse label {
  background: #138487;
}

.repairs #menu #pulse label:hover {
  background: #0E6E71;
  transition: 0.15s linear;
}

.internet #menu #pulse label {
  background: #26735A;
}

.internet #menu #pulse label:hover {
  background: #1D5946;
  transition: 0.15s linear;
}

.voip #menu #pulse label {
  background: #453D75;
}

.voip #menu #pulse label:hover {
  background: #362F5B;
  transition: 0.15s linear;
}

.business #menu #pulse label {
  background: #034678;
}

.business #menu #pulse label:hover {
  background: #01355D;
  transition: 0.15s linear;
}

#pulse {
  position: fixed;
  top: 20px;
  right: 80px;
}
@media (min-width: 730px) {
  #pulse {
    float: right;
    margin: 19px 0 0 15px;
    height: 40px;
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
  }
}

#pulse label, #pulsetoggle {
  cursor: pointer;
  display: none;
}

#pulseitems {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 65px -10px 0 10px;
  min-width: 100%;
  padding: 0 20px 10px;
  width: auto;
}

#pulse label {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  float: right;
  height: 48px;
  text-indent: -9999px;
  width: 48px;
}
@media (min-width: 991px) {
  #pulse label {
    height: 40px;
    width: 40px;
  }
}

#menu #pulse label {
  margin: 0;
}

/* Toggle Show/Hide Menu */
#pulseitems {
  display: none;
}

#pulse input:checked ~ #pulseitems {
  display: block;
}

.sos-panel {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .sos-panel {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .sos-panel {
    font-size: 0.76em;
  }
}
.sos-panel {
  padding: 10px 10px 0 10px;
  position: absolute;
  right: -70px;
  text-align: left;
  top: 65px;
  width: 300px;
}
@media (min-width: 730px) {
  .sos-panel {
    right: -60px;
    width: 400px;
  }
}
@media (min-width: 991px) {
  .sos-panel {
    right: 0;
  }
}

.home .sos-panel {
  background-color: #0C7DB5;
  box-shadow: 0 0 10px 2px rgba(10, 110, 161, 0.8);
}

.repairs .sos-panel {
  background-color: #159699;
  box-shadow: 0 0 10px 2px rgba(21, 150, 153, 0.8);
}

.internet .sos-panel {
  background-color: #2B8367;
  box-shadow: 0 0 10px 2px rgba(38, 115, 90, 0.8);
}

.voip .sos-panel {
  background-color: #504589;
  box-shadow: 0 0 10px 2px rgba(69, 61, 117, 0.8);
}

.business .sos-panel {
  background-color: #03528C;
  box-shadow: 0 0 10px 2px rgba(3, 70, 120, 0.8);
}

.sos__ctaheader {
  color: #FFFFFF;
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .sos__ctaheader {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .sos__ctaheader {
    font-size: 0.95em;
  }
}
.sos__ctaheader {
  font-weight: 600;
  text-transform: uppercase;
}

.sos__ctalist {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.sos__ctaitem {
  margin: 0 0 2px 0;
}

a.sos__ctalink {
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  padding: 15px 30px 15px 12px;
  text-decoration: none;
}
@media (min-width: 991px) {
  a.sos__ctalink {
    padding: 7px 30px 7px 7px;
  }
}

a.sos__ctalink:hover {
  color: #FFFFFF;
}

.sos__ctalink {
  background: 96%/12px no-repeat url("/assets/img/icon-download.svg");
}
@media (min-width: 991px) {
  .sos__ctalink {
    background: 98%/12px no-repeat url("/assets/img/icon-download.svg");
  }
}

.sos__ctalink.sos__status--ok {
  background: 96%/18px no-repeat url("/assets/img/icon-status-ok.svg");
}
@media (min-width: 991px) {
  .sos__ctalink.sos__status--ok {
    background: 98%/18px no-repeat url("/assets/img/icon-status-ok.svg");
  }
}

.sos__ctalink.sos__status--error {
  background: 96%/18px no-repeat url("/assets/img/icon-status-error.svg");
}
@media (min-width: 991px) {
  .sos__ctalink.sos__status--error {
    background: 98%/18px no-repeat url("/assets/img/icon-status-error.svg");
  }
}

.home .pulse {
  background: center/60% no-repeat url("/assets/img/icon-sos.svg");
}

.repairs .pulse {
  background: center/60% no-repeat url("/assets/img/icon-sos.svg");
}

.internet .pulse {
  background: center/60% no-repeat url("/assets/img/icon-sos.svg");
}

.voip .pulse {
  background: center/60% no-repeat url("/assets/img/icon-sos.svg");
}

.business .pulse {
  background: center/60% no-repeat url("/assets/img/icon-sos.svg");
}

.pulse {
  display: inline-block;
  height: 20px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: -9999px;
  z-index: 2;
}
@media (min-width: 991px) {
  .pulse {
    margin-top: 10px;
  }
}

.home a.sos__ctalink {
  background-color: #0A6EA1;
}

.repairs a.sos__ctalink {
  background-color: #138487;
}

.internet a.sos__ctalink {
  background-color: #26735A;
}

.voip a.sos__ctalink {
  background-color: #453D75;
}

.business a.sos__ctalink {
  background-color: #034678;
}

.home .sos__ctalink:hover {
  background-color: #075A84;
}

.repairs .sos__ctalink:hover {
  background-color: #0E6E71;
}

.internet .sos__ctalink:hover {
  background-color: #1D5946;
}

.voip .sos__ctalink:hover {
  background-color: #362F5B;
}

.business .sos__ctalink:hover {
  background-color: #01355D;
}

.brand {
  padding-top: 10px;
  position: relative;
}
.brand:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 991px) {
  .brand {
    padding-top: 20px;
  }
}

.logo {
  background: center/100% no-repeat url("/assets/img/logo-omniscot.svg");
  display: block;
  height: 57px;
  float: left;
  margin: 10px 0 22px 0;
  padding: 0;
  position: relative;
  width: 180px;
  z-index: 999;
}
@media (min-width: 991px) {
  .logo {
    margin: 5px 0 30px 0;
    height: 72px;
    width: 229px;
    z-index: 1999;
  }
}

.logo a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}

.brand-nav__list:after {
  clear: both;
  content: "";
  display: table;
}
.brand-nav__list {
  display: inline-block;
  padding: 0;
}
@media (min-width: 730px) {
  .brand-nav__list {
    float: right;
  }
}

.brand-nav__list .brand-nav__link--email {
  background: 12px/18px no-repeat url("/assets/img/icon-mail.svg");
}

.brand-nav__list .brand-nav__link--tel {
  background: 12px/18px no-repeat url("/assets/img/icon-phone.svg");
}

.brand-nav__list .brand-nav__link--download {
  background: 12px/18px no-repeat url("/assets/img/icon-download.svg");
}

.brand-nav__list .brand-nav__link--document {
  background: 12px/18px no-repeat url("/assets/img/icon-document.svg");
}

.brand-nav__item {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 300%;
  margin: 0 5px 0 0;
}
@media (min-width: 730px) {
  .brand-nav__item {
    line-height: 0%;
    margin: 0 0 0 10px;
  }
}

.brand-nav__item:first-of-type {
  margin: 0;
}

.brand-nav__item a.brand-nav__link {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}
.brand-nav__item a.brand-nav__link--text {
  color: #FFFFFF;
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .brand-nav__item a.brand-nav__link--text {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .brand-nav__item a.brand-nav__link--text {
    font-size: 0.95em;
  }
}
.brand-nav__item a.brand-nav__link--text {
  font-weight: 600;
  padding: 13px 18px 13px 43px;
  text-decoration: none;
}
@media (min-width: 991px) {
  .brand-nav__item a.brand-nav__link--text {
    font-size: 0.76em;
    padding: 11px 15px 11px 40px;
  }
}
@media (min-width: 991px) and (min-width: 575px) and (max-width: 730px) {
  .brand-nav__item a.brand-nav__link--text {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 991px) and (min-width: 730px) {
  .brand-nav__item a.brand-nav__link--text {
    font-size: 0.76em;
  }
}

.brand-nav__item a.brand-nav__link--bluesky, .brand-nav__item a.brand-nav__link--facebook, .brand-nav__item a.brand-nav__link--status, .brand-nav__item a.brand-nav__link--sos {
  display: inline-block;
  height: 50px;
  text-indent: -9999px;
  width: 50px;
}
@media (min-width: 991px) {
  .brand-nav__item a.brand-nav__link--bluesky, .brand-nav__item a.brand-nav__link--facebook, .brand-nav__item a.brand-nav__link--status, .brand-nav__item a.brand-nav__link--sos {
    height: 40px;
    width: 40px;
  }
}

.home a.brand-nav__link {
  background-color: #0A6EA1;
}

.home a.brand-nav__link:hover {
  background-color: #075A84;
}

.repairs a.brand-nav__link {
  background-color: #138487;
}

.repairs a.brand-nav__link:hover {
  background-color: #0E6E71;
}

.internet a.brand-nav__link {
  background-color: #26735A;
}

.internet a.brand-nav__link:hover {
  background-color: #1D5946;
}

.voip a.brand-nav__link {
  background-color: #453D75;
}

.voip a.brand-nav__link:hover {
  background-color: #362F5B;
}

.business a.brand-nav__link {
  background-color: #034678;
}

.business a.brand-nav__link:hover {
  background-color: #01355D;
}

.home a.brand-nav__link--bluesky {
  background: #0A6EA1 center/40% no-repeat url("/assets/img/icon-bluesky.svg");
}

.repairs a.brand-nav__link--bluesky {
  background: #138487 center/40% no-repeat url("/assets/img/icon-bluesky.svg");
}

.internet a.brand-nav__link--bluesky {
  background: #26735A center/40% no-repeat url("/assets/img/icon-bluesky.svg");
}

.voip a.brand-nav__link--bluesky {
  background: #453D75 center/40% no-repeat url("/assets/img/icon-bluesky.svg");
}

.business a.brand-nav__link--bluesky {
  background: #034678 center/40% no-repeat url("/assets/img/icon-bluesky.svg");
}

.home a.brand-nav__link--facebook {
  background: #0A6EA1 center/28% no-repeat url("/assets/img/icon-facebook.svg");
}

.repairs a.brand-nav__link--facebook {
  background: #138487 center/28% no-repeat url("/assets/img/icon-facebook.svg");
}

.internet a.brand-nav__link--facebook {
  background: #26735A center/28% no-repeat url("/assets/img/icon-facebook.svg");
}

.voip a.brand-nav__link--facebook {
  background: #453D75 center/28% no-repeat url("/assets/img/icon-facebook.svg");
}

.business a.brand-nav__link--facebook {
  background: #034678 center/28% no-repeat url("/assets/img/icon-facebook.svg");
}

.home a.brand-nav__link--status {
  background: #0A6EA1 center/100% no-repeat url("/assets/img/icon-ecg.svg");
}

.repairs a.brand-nav__link--status {
  background: #138487 center/100% no-repeat url("/assets/img/icon-ecg.svg");
}

.internet a.brand-nav__link--status {
  background: #26735A center/100% no-repeat url("/assets/img/icon-ecg.svg");
}

.voip a.brand-nav__link--status {
  background: #453D75 center/100% no-repeat url("/assets/img/icon-ecg.svg");
}

.business a.brand-nav__link--status {
  background: #034678 center/100% no-repeat url("/assets/img/icon-ecg.svg");
}

.is-active {
  color: #FFFFFF;
}

.main-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 730px) {
  .main-nav__list {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 60px 0;
    padding: 10px 0 18px 0;
  }
}

.main-nav__item {
  display: block;
  padding: 0;
}
@media (min-width: 730px) {
  .main-nav__item {
    display: inline-block;
  }
}

.main-nav a.main-nav__link {
  color: #A2E7E8;
  text-decoration: none;
}
@media (min-width: 730px) {
  .main-nav a.main-nav__link {
    padding: 0 0 20px 0;
  }
}

.main-nav a.main-nav__link:hover {
  color: #FFFFFF;
}

.main-nav__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .main-nav__link {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .main-nav__link {
    font-size: 0.95em;
  }
}
.main-nav__link {
  font-weight: 600;
}
@media (min-width: 730px) {
  .main-nav__link {
    border-bottom: 0;
    line-height: 0;
    font-size: 15px;
    padding: 0;
  }
}
@media (min-width: 1100px) {
  .main-nav__link {
    font-size: 16.5px;
  }
}

.main-nav__link--sub {
  font-weight: normal;
}

.main-nav__item:last-child a {
  border-bottom: 0;
}

@media (min-width: 730px) {
  .main-nav-mob {
    display: none;
  }
}

.brand-nav-dtp {
  display: none;
}
@media (min-width: 730px) {
  .brand-nav-dtp {
    display: inline-block;
  }
}

.brand-nav--about, .brand-nav--contact {
  margin: 10px;
}

.brand-nav--about .main-nav__link, .brand-nav--contact .main-nav__link {
  text-decoration: none;
}

.brand-nav--about .main-nav__link:hover, .brand-nav--contact .main-nav__link:hover {
  color: #FFFFFF;
}

@media (min-width: 991px) {
  .home .main-nav__list {
    border-bottom: 1px solid #0A6EA1;
  }
  .repairs .main-nav__list {
    border-bottom: 1px solid #138487;
  }
  .internet .main-nav__list {
    border-bottom: 1px solid #26735A;
  }
  .voip .main-nav__list {
    border-bottom: 1px solid #453D75;
  }
  .business .main-nav__list {
    border-bottom: 1px solid #034678;
  }
}
.home a.main-nav__link {
  color: #9BDAFA;
}

.repairs a.main-nav__link {
  color: #A2E7E8;
}

.internet a.main-nav__link {
  color: #B6E6D6;
}

.voip a.main-nav__link {
  color: #D5D1ED;
}

.business a.main-nav__link {
  color: #A5D5F7;
}

.home .is-active a.main-nav__link, .repairs .is-active a.main-nav__link, .internet .is-active a.main-nav__link, .voip .is-active a.main-nav__link, .business .is-active a.main-nav__link {
  color: #FFFFFF;
}

.home.about .main-nav--about a.main-nav__link, .home.contact .main-nav--contact a.main-nav__link {
  color: #FFFFFF;
}

@media (min-width: 730px) {
  .main-nav__item .main-nav__link .navhide {
    display: none;
  }
}
@media (min-width: 1100px) {
  .main-nav__item .main-nav__link .navhide {
    display: inline-block;
  }
}

.item__sheet:after {
  clear: both;
  content: "";
  display: table;
}
.item__sheet {
  background-color: #FFFFFF;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 730px) {
  .item__sheet {
    background-color: transparent;
    background-image: url("/assets/img/sheet-item.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: -260px 15px 0 15px;
    padding: 20px 60px;
  }
}
@media (min-width: 1100px) {
  .item__sheet {
    margin: -260px auto 0 auto;
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 730px) {
  .item__sheet--group {
    background-image: url("/assets/img/sheet-group.png");
  }
}

.item__sheet p.item__intro {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .item__sheet p.item__intro {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .item__sheet p.item__intro {
    font-size: 0.95em;
  }
}
.item__sheet p.item__intro {
  font-weight: 600;
}

h1.item__title {
  margin: 30px 0 20px 0;
}
@media (min-width: 730px) {
  h1.item__title {
    margin: 50px 0 30px 0;
  }
}

.item__sheet p {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .item__sheet p {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .item__sheet p {
    font-size: 0.95em;
  }
}
@media (min-width: 730px) {
  .item__sheet p {
    width: 65%;
  }
}

.item__sheet figure {
  overflow: hidden;
}
@media (min-width: 730px) {
  .item__sheet figure {
    float: right;
    margin-top: -70px;
    width: 34%;
  }
}

.item__sheet figure.inline {
  float: none;
  margin: 30px 0;
  max-width: 700px;
  width: 100%;
}

.item__sheet figure.inline img {
  width: 100%;
}

@media (min-width: 730px) {
  .sideimage {
    float: right;
    width: 30%;
    margin-left: 5%;
  }
}

.item__sheet .sideimage figure.aplogo, .sideimage figure.aplogo {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 730px) {
  .sectionimage {
    width: 30%;
    margin: 0;
  }
}

figure.sectionimage img {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.item__sheet .sideimage figure.aplogo img, .sideimage figure.aplogo img {
  height: 40px;
  margin: 20px 0;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 730px) {
  .item__sheet .sideimage figure.aplogo img, .sideimage figure.aplogo img {
    margin: 10px 0 20px 0;
  }
}

.item__sheet figure.inline figcaption {
  color: #999999;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .item__sheet figure.inline figcaption {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .item__sheet figure.inline figcaption {
    font-size: 0.76em;
  }
}

.home__previews {
  margin: 0 0 30px 0;
}
@media (min-width: 730px) {
  .home__previews {
    margin: 0 0 50px 0;
  }
}
@media (min-width: 991px) {
  .home__previews {
    margin: 0 0 80px 0;
  }
}

.home__pair {
  margin: 40px 0 0 0;
  position: relative;
}
@media (min-width: 730px) {
  .home__pair {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
  }
}

.home__pair__main {
  background: #E8F9FA;
  border: 10px solid transparent;
  border-image: url("/assets/img/home-pair-gen-frame.png") 30 round;
  padding: 10px 10px;
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .home__pair__main {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .home__pair__main {
    font-size: 0.95em;
  }
}
@media (min-width: 730px) {
  .home__pair__main {
    padding: 10px 20px;
    width: 50%;
  }
}
@media (min-width: 991px) {
  .home__pair__main {
    min-height: 280px;
    padding: 20px 30px;
    width: 62%;
  }
}

.home__pair__sec {
  border: 10px solid transparent;
  position: relative;
  text-align: center;
}
@media (min-width: 730px) {
  .home__pair__sec {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 991px) {
  .home__pair__sec {
    margin: 0;
    padding: 15px;
    width: 38%;
  }
}

.home__pair__sec img {
  margin: 20px 0;
  width: 66%;
}
@media (min-width: 730px) {
  .home__pair__sec img {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.home__pair:nth-child(even) {
  flex-direction: row-reverse;
}

.home__pair h3 {
  font-size: 1.1875em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .home__pair h3 {
    font-size: calc(1.1875em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .home__pair h3 {
    font-size: 1.1875em;
  }
}
.home__pair h3 {
  margin-top: 10px;
}

.home__pair__link {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .home__pair__link {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .home__pair__link {
    font-size: 0.95em;
  }
}
.home__pair__link {
  font-weight: 600;
}

.hpl__link::before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home__pair h3 a {
  text-decoration: none;
}

.home__pair--repairs-support h3 a, .home__pair--repairs-support .home__pair__link a {
  color: #0E6E71;
}

.home__pair--internet-services h3 a, .home__pair--internet-services .home__pair__link a {
  color: #26735A;
}

.home__pair--voip-phone-services h3 a, .home__pair--voip-phone-services .home__pair__link a {
  color: #453D75;
}

.home__pair--business-it-support h3 a, .home__pair--business-it-support .home__pair__link a {
  color: #034678;
}

.home__pair--repairs-support .home__pair__sec {
  background-color: #159699;
  border-image: url("/assets/img/home-pair-repairs-frame.png") 30 round;
}

.home__pair--internet-services .home__pair__sec {
  background-color: #2B8367;
  border-image: url("/assets/img/home-pair-internet-frame.png") 30 round;
}

.home__pair--voip-phone-services .home__pair__sec {
  background-color: #504589;
  border-image: url("/assets/img/home-pair-voip-frame.png") 30 round;
}

.home__pair--business-it-support .home__pair__sec {
  background-color: #03528C;
  border-image: url("/assets/img/home-pair-business-frame.png") 30 round;
}

.contain__customers {
  position: relative;
}

.contain__customers h2 {
  margin-top: 0;
}
@media (min-width: 730px) {
  .contain__customers h2 {
    margin-top: 20px;
  }
}

.customers__mouse:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 730px) {
  .customers__mouse {
    position: absolute;
    right: 20px;
    top: -70px;
    width: 350px;
  }
}
@media (min-width: 991px) {
  .customers__mouse {
    top: -110px;
    width: 410px;
  }
}

.customers__mouse p {
  font-style: italic;
  width: 60%;
}
@media (min-width: 730px) {
  .customers__mouse p {
    bottom: 0;
    position: absolute;
    right: 40%;
    width: 60%;
  }
}
@media (min-width: 991px) {
  .customers__mouse p {
    width: 50%;
  }
}

.customers__mouse--mousethumb {
  float: right;
  width: 40%;
}
@media (min-width: 730px) {
  .customers__mouse--mousethumb {
    width: 40%;
  }
}
@media (min-width: 991px) {
  .customers__mouse--mousethumb {
    width: 50%;
  }
}

.customers {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media (min-width: 730px) {
  .customers {
    margin: 40px 0;
  }
}

.customer {
  display: inline-block;
  background: #FFFFFF;
  margin: 3% 3% 0 0;
  width: 47%;
}
@media (min-width: 730px) {
  .customer {
    margin: 2% 2.5% 0 0;
    width: 18%;
  }
}

@media (min-width: 575px) {
  .customer:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 730px) {
  .customer:nth-child(even) {
    margin-right: 2.5%;
  }
  .customer:nth-child(5n) {
    margin-right: 0;
  }
  .customer:nth-child(5n+1) {
    clear: both;
  }
}
.home .customer {
  border: 1px solid rgba(12, 125, 181, 0.2);
  box-shadow: 0 0 10px 2px rgba(12, 125, 181, 0.1);
}

.home .customer:hover {
  border: 1px solid rgba(12, 125, 181, 0.5);
  box-shadow: 0 0 10px 2px rgba(12, 125, 181, 0.2);
}

.customer img {
  display: block;
  width: 100%;
}

.location {
  background: #E8F9FA;
  border: 10px solid transparent;
  border-image: url("/assets/img/home-pair-gen-frame.png") 30 round;
  margin: 10px 0 20px 0;
  padding: 5px 15px;
}
@media (min-width: 730px) {
  .location {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px 0;
  }
}

.location__data {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .location__data {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .location__data {
    font-size: 0.95em;
  }
}
@media (min-width: 730px) {
  .location__data {
    padding: 10px 30px 10px 20px;
    width: 50%;
  }
}

.location__data h3 {
  color: #0A6EA1;
  margin-top: 10px;
}
@media (min-width: 730px) {
  .location__data h3 {
    font-size: 1.1875em;
  }
}
@media (min-width: 730px) and (min-width: 575px) and (max-width: 730px) {
  .location__data h3 {
    font-size: calc(1.1875em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) and (min-width: 730px) {
  .location__data h3 {
    font-size: 1.1875em;
  }
}

figure.locationmap {
  margin: 0 0 15px 0;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 730px) {
  figure.locationmap {
    margin: 10px 0;
    width: 50%;
  }
}

figure.locationmap img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.breadcrumbs:after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumbs {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .breadcrumbs {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .breadcrumbs {
    font-size: 0.76em;
  }
}
.breadcrumbs {
  list-style: none;
  margin-bottom: 0;
  padding: 0 0 20px 0;
}
.breadcrumbs__item {
  color: #CCCCCC;
  display: inline;
  margin-bottom: 50px;
  padding: 0;
}

.breadcrumbs__link {
  font-weight: 600;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.breadcrumbs__item {
  background: url("/assets/img/icon-caret.svg") no-repeat right;
  margin-right: 8px;
  padding-right: 10px;
}

.breadcrumbs__item:last-of-type {
  background: transparent;
}

.home .breadcrumbs {
  border-bottom: 2px solid #9BDAFA;
}

.repairs .breadcrumbs {
  border-bottom: 2px solid #A2E7E8;
}

.internet .breadcrumbs {
  border-bottom: 2px solid #B6E6D6;
}

.voip .breadcrumbs {
  border-bottom: 2px solid #D5D1ED;
}

.business .breadcrumbs {
  border-bottom: 2px solid #A5D5F7;
}

a.contain__link {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  a.contain__link {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  a.contain__link {
    font-size: 0.95em;
  }
}
a.contain__link {
  clear: both;
  display: block;
  font-weight: 600;
  margin: 25px 0 30px 0;
  text-decoration: none;
  width: 100%;
}

a.group__link {
  color: #1B1B1B;
  text-decoration: none;
}

.contain__cards {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 575px) {
  .card:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .card:nth-child(even) {
    margin-right: 5%;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
  .card:nth-child(3n+1) {
    clear: both;
  }
}
.card {
  background: #FFFFFF;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 575px) {
  .card {
    margin-bottom: 25px;
    margin-right: 5%;
    margin-top: 25px;
    width: 46%;
  }
}
@media (min-width: 991px) {
  .card {
    width: 30%;
    margin-right: 5%;
  }
}
.card__header--hardware h3 {
  min-height: 20px;
}

.card__header--package h3 {
  margin: 0 0 15px 0;
  min-height: auto;
}

.card__title {
  margin: 0 0 0 0;
  min-height: 60px;
  padding: 0;
}

.card__aside {
  padding: 0;
}

.card__figure:after {
  clear: both;
  content: "";
  display: table;
}
.card__figure {
  background: #0C7DB5;
  margin: 0;
  padding: 0;
}
.card__figure--1 {
  background: #FFFFFF center/80% no-repeat url("/assets/img/bg-1.png");
}

.card__figure--2 {
  background: #FFFFFF center/80% no-repeat url("/assets/img/bg-2.png");
}

.card__figure--3 {
  background: #FFFFFF center/80% no-repeat url("/assets/img/bg-3.png");
}

.card__figure--4 {
  background: #FFFFFF center/80% no-repeat url("/assets/img/bg-4.png");
}

.card__image {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.card__body {
  margin-top: -10px;
}

.card__copy {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__copy {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__copy {
    font-size: 0.76em;
  }
}
.card__copy {
  clear: both;
  margin: 0 0 10px 0;
}

.card__actions--button {
  margin: 30px 0 10px 0;
}

.card__package {
  text-align: center;
}

.card__pricing {
  align-items: center;
  display: flex;
  padding: 0;
  text-align: center;
}

.card__price {
  margin: 15px auto 25px auto;
}

.card__noprice {
  padding: 0;
}

.card__price--divider {
  color: #999999;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__price--divider {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__price--divider {
    font-size: 0.76em;
  }
}
.card__price--divider {
  text-transform: uppercase;
  width: 12%;
}

.card__price--line {
  background: url("/assets/img/price-divider.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2px;
  height: 50px;
}

.card__price--splitleft {
  width: 44%;
}

.card__price--splitright {
  width: 44%;
}

.card__priceamount {
  font-size: 2.3193359375em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__priceamount {
    font-size: calc(2.3193359375em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__priceamount {
    font-size: 2.3193359375em;
  }
}
.card__priceamount {
  color: #FF7004;
  display: inline-block;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.card__noprice {
  font-size: 1.484375em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__noprice {
    font-size: calc(1.484375em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__noprice {
    font-size: 1.484375em;
  }
}
.card__noprice {
  color: #FF7004;
  font-weight: 600;
  line-height: 150%;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.card__priceamount--pounds {
  padding: 0 0 0 17px;
}

.card__priceamount--pence {
  padding: 0 17px 0 0;
}

.card__pricecurrency {
  font-size: 0.608em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__pricecurrency {
    font-size: calc(0.608em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__pricecurrency {
    font-size: 0.608em;
  }
}
.card__pricecurrency {
  display: block;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 4px;
}

.card__pricepence {
  font-size: 0.608em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__pricepence {
    font-size: calc(0.608em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__pricepence {
    font-size: 0.608em;
  }
}
.card__pricepence {
  display: block;
  line-height: 100%;
  position: absolute;
  right: 0;
  top: 14px;
}

.card__pricevat {
  font-size: 0.608em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__pricevat {
    font-size: calc(0.608em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__pricevat {
    font-size: 0.608em;
  }
}
.card__pricevat {
  color: #999999;
  display: block;
  font-weight: 200;
  line-height: 100%;
  margin: 5px 0 0 0;
}

.card__pricevat--package {
  display: block;
  margin: 5px 0 0 0;
}

.card__features {
  list-style-image: url("/assets/img/icon-bullet.svg");
  padding: 10px 0 0 17px;
}

.card__features--package {
  list-style-image: url("/assets/img/icon-check.svg");
  padding: 20px 0 0 17px;
  text-align: left;
}

.card__feature {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__feature {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__feature {
    font-size: 0.76em;
  }
}
.card__feature {
  line-height: 140%;
  margin: 0 0 8px 0;
}

.card__flag {
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__flag {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__flag {
    font-size: 0.76em;
  }
}
.card__flag {
  background: #2B8367;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0 0 0 3px;
  padding: 0 3px;
  text-transform: uppercase;
}

.card__info {
  background: center/100% no-repeat url("/assets/img/icon-info.svg");
  display: none;
  height: 18px;
  margin: 0 0 0 3px;
  text-indent: -9999px;
  width: 18px;
}

.card__button {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #504589;
  color: #FFFFFF;
  display: block;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__button {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__button {
    font-size: 0.76em;
  }
}
.card__button {
  font-weight: 600;
  line-height: 0;
  padding: 21px 15px;
  text-decoration: none;
}

.card__link {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__link {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__link {
    font-size: 0.76em;
  }
}

.internet .card__button {
  color: #FFFFFF;
  background: #26735A;
}

.internet .card__button:hover {
  color: #FFFFFF;
  background: #1D5946;
}

.voip .card__button {
  color: #FFFFFF;
  background: #453D75;
}

.voip .card__button:hover {
  color: #FFFFFF;
  background: #362F5B;
}

.business .card__button {
  color: #FFFFFF;
  background: #034678;
}

.business .card__button:hover {
  color: #FFFFFF;
  background: #01355D;
}

.card__body ul {
  list-style-image: url("/assets/img/icon-bullet.svg");
  margin: 0;
  padding: 0 0 0 17px;
}

.card__package .card__body ul {
  list-style-image: url("/assets/img/icon-check.svg");
  padding: 20px 0 0 17px;
  text-align: left;
}

.card__body ul li {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__body ul li {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__body ul li {
    font-size: 0.76em;
  }
}
.card__body ul li {
  line-height: 140%;
  margin: 0 0 8px 0;
}

.card__body p.smallprint {
  color: #999;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .card__body p.smallprint {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .card__body p.smallprint {
    font-size: 0.76em;
  }
}

.card__body p .asterisk {
  color: #b91509;
}

.card__package .card__body {
  margin-top: 5px;
}

.home .card {
  border: 1px solid rgba(12, 125, 181, 0.2);
  box-shadow: 0 0 10px 2px rgba(12, 125, 181, 0.1);
}

.home .card:hover {
  border: 1px solid rgba(12, 125, 181, 0.5);
  box-shadow: 0 0 10px 2px rgba(12, 125, 181, 0.2);
}

.repairs .card {
  border: 1px solid rgba(21, 150, 153, 0.2);
  box-shadow: 0 0 10px 2px rgba(21, 150, 153, 0.1);
}

.repairs .card:hover {
  border: 1px solid rgba(21, 150, 153, 0.5);
  box-shadow: 0 0 10px 2px rgba(21, 150, 153, 0.2);
}

.internet .card {
  border: 1px solid rgba(43, 131, 103, 0.2);
  box-shadow: 0 0 10px 2px rgba(43, 131, 103, 0.1);
}

.internet .card:hover {
  border: 1px solid rgba(43, 131, 103, 0.5);
  box-shadow: 0 0 10px 2px rgba(43, 131, 103, 0.2);
}

.voip .card {
  border: 1px solid rgba(80, 69, 137, 0.2);
  box-shadow: 0 0 10px 2px rgba(80, 69, 137, 0.1);
}

.voip .card:hover {
  border: 1px solid rgba(80, 69, 137, 0.5);
  box-shadow: 0 0 10px 2px rgba(80, 69, 137, 0.2);
}

.business .card, .business .feature {
  border: 1px solid rgba(3, 82, 140, 0.2);
  box-shadow: 0 0 10px 2px rgba(3, 82, 140, 0.1);
}

.business .card:hover {
  border: 1px solid rgba(3, 82, 140, 0.5);
  box-shadow: 0 0 10px 2px rgba(3, 82, 140, 0.2);
}

.home .card.hard, .home .card.hard:hover {
  border: 1px solid rgba(12, 125, 181, 0.2);
  cursor: default;
  overflow: visible;
}

.internet .card.hard, .internet .card.hard:hover {
  border: 1px solid rgba(43, 131, 103, 0.2);
  cursor: default;
}

.voip .card.hard, .voip .card.hard:hover {
  border: 1px solid rgba(80, 69, 137, 0.2);
  cursor: default;
  overflow: visible;
}

.business .card.hard, .business .card.hard:hover {
  border: 1px solid rgba(3, 82, 140, 0.2);
  cursor: default;
  overflow: visible;
}

.home .card--mouse, .repairs .card--mouse, .internet .card--mouse, .voip .card--mouse, .business .card--mouse, .home .card--testimonial, .repairs .card--testimonial, .internet .card--testimonial, .voip .card--testimonial, .business .card--testimonial, .home .card--spacer, .repairs .card--spacer, .internet .card--spacer, .voip .card--spacer, .business .card--spacer {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0 0 rgba(21, 150, 153, 0);
}

.home .card__title {
  color: #138487;
}

.repairs .card__title {
  color: #138487;
}

.internet .card__title {
  color: #26735A;
}

.voip .card__title {
  color: #453D75;
}

.business .card__title {
  color: #034678;
}

.card__link::before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ourchoice {
  background: #FF7004;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 70px;
  position: absolute;
  right: -10px;
  top: -20px;
  text-align: center;
  transform: rotate(3deg);
  width: 70px;
}
@media (min-width: 991px) {
  .ourchoice {
    right: -20px;
    top: -30px;
  }
}

.ourchoice--text {
  color: #FFFFFF;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .ourchoice--text {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .ourchoice--text {
    font-size: 0.76em;
  }
}
.ourchoice--text {
  font-weight: 600;
  height: 70px;
  left: 50%;
  line-height: 130%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}

.home .conv {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%239BDAFA' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
}

.repairs .conv {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23A2E7E8' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
}

.internet .conv {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23B6E6D6' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
}

.voip .conv {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23D5D1ED' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
}

.business .conv {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23A5D5F7' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
}

.conv {
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
  margin-top: 25px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 575px) {
  .conv {
    margin-right: 5%;
    width: 46%;
  }
}
@media (min-width: 991px) {
  .conv {
    margin-right: 5%;
    padding: 20px 30px;
    width: 30%;
  }
}

@media (min-width: 575px) {
  .conv:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .conv:nth-child(even) {
    margin-right: 5%;
  }
  .conv:nth-child(3n) {
    margin-right: 0;
  }
  .conv:nth-child(3n+1) {
    clear: both;
  }
}
.conv__mousetext {
  padding: 0 10px;
}

.conv__mousehead {
  font-style: italic;
  font-weight: 700;
}

.conv__mousedesc {
  font-style: italic;
  margin: 0;
}

.conv__mouseimg {
  float: right;
  height: 200px;
  margin: 0 15px 0 0;
  width: 200px;
}
@media (min-width: 991px) {
  .conv__mouseimg {
    height: 230px;
    margin: 15px 15px 20px 0;
    width: 230px;
  }
}

.conv__mouseimg--mousecables {
  background: 0/100% no-repeat url("/assets/img/mouse-cables.png");
}

.conv__mouseimg--mouselaptop {
  background: 0/100% no-repeat url("/assets/img/mouse-laptop.png");
}

.conv__mouseimg--mousethumb {
  background: 0/100% no-repeat url("/assets/img/mouse-thumb.png");
}

.conv__testimonialimg {
  margin: 0 0 20px 0;
  width: 50%;
}
@media (min-width: 991px) {
  .conv__testimonialimg {
    margin: 40px 0 20px 0;
  }
}

.conv__testimonialimg img {
  width: 100%;
}

.conv__testimonialtext blockquote {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .conv__testimonialtext blockquote {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .conv__testimonialtext blockquote {
    font-size: 0.95em;
  }
}
.conv__testimonialtext blockquote {
  font-style: italic;
  margin: 0;
}

.conv__testimonialtext cite {
  display: block;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .conv__testimonialtext cite {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .conv__testimonialtext cite {
    font-size: 0.76em;
  }
}
.conv__testimonialtext cite {
  font-style: normal;
  margin-top: 15px;
}

.internet__smallprint {
  color: #2B8367;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .internet__smallprint {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .internet__smallprint {
    font-size: 0.76em;
  }
}
.internet__smallprint {
  margin: 15px 0 60px 0;
}

.voip__smallprint {
  color: #504589;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .voip__smallprint {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .voip__smallprint {
    font-size: 0.76em;
  }
}
.voip__smallprint {
  margin: 15px 0 60px 0;
}

.connectivity__smallprint {
  color: #0C7DB5;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .connectivity__smallprint {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .connectivity__smallprint {
    font-size: 0.76em;
  }
}
.connectivity__smallprint {
  margin: 15px 0 30px 0;
}

.business__smallprint {
  color: #03528C;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .business__smallprint {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .business__smallprint {
    font-size: 0.76em;
  }
}
.business__smallprint {
  margin: 15px 0 60px 0;
}

.item__sheet p.businesssims__smallprint {
  color: #03528C;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .item__sheet p.businesssims__smallprint {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .item__sheet p.businesssims__smallprint {
    font-size: 0.76em;
  }
}
.item__sheet p.businesssims__smallprint {
  margin: 15px 0 10px 0;
}

.pricelist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px 0 5px 0;
  padding: 0;
}

.priceitem {
  background: rgba(213, 209, 237, 0.4);
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #453D75;
  display: inline-block;
  margin: 0 4% 20px 0;
  text-align: center;
  width: 47.5%;
}
@media (min-width: 730px) {
  .priceitem {
    margin: 0 3% 25px 0;
    width: 22.7%;
  }
}

.home .priceitem {
  background: rgba(155, 218, 250, 0.4);
  color: #0A6EA1;
}

.priceitem:nth-child(even) {
  margin-right: 0;
}

@media (min-width: 575px) {
  .priceitem:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 730px) {
  .priceitem:nth-child(even) {
    margin-right: 3%;
  }
  .priceitem:nth-child(4n) {
    margin-right: 0;
  }
  .priceitem:nth-child(4n+1) {
    clear: both;
  }
}
.pricelist__label {
  font-size: 0.608em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .pricelist__label {
    font-size: calc(0.608em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .pricelist__label {
    font-size: 0.608em;
  }
}
.pricelist__label {
  background: #504589;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 7px 0;
  text-transform: uppercase;
}

.home .pricelist__label {
  background: #0C7DB5;
}

.pricelist .card__priceamount {
  color: #453D75;
}

.pricelist .card__pricevat {
  color: #453D75;
  display: block;
  margin: 10px 0 15px 0;
}

.callpricing__pair:after {
  clear: both;
  content: "";
  display: table;
}
.callpricing__pair {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 60px 0;
}

.callpricing__pair .conv {
  float: none;
  margin: 0;
  width: 100%;
}
@media (min-width: 730px) {
  .callpricing__pair .conv {
    margin: 0 0 0 10%;
    width: 40%;
  }
}
@media (min-width: 991px) {
  .callpricing__pair .conv {
    margin: 0 0 0 20%;
    width: 30%;
  }
}

.voip__chart {
  border-collapse: collapse;
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .voip__chart {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .voip__chart {
    font-size: 0.76em;
  }
}
.voip__chart {
  margin: 0 0 40px 0;
  width: 100%;
}
@media (min-width: 730px) {
  .voip__chart {
    float: left;
    margin: 0;
    width: 50%;
  }
}

.voip__chart tr, .voip__chart th, .voip__chart td {
  padding: 10px;
}

.voip__chart th {
  background: #FFFFFF;
  border-bottom: 2px solid #D5D1ED;
  text-align: left;
}

.voip__chart th.def {
  width: 60%;
}

.voip__chart th.desc {
  border-left: 2px solid #D5D1ED;
  border-right: 2px solid #D5D1ED;
  border-top: 2px solid #D5D1ED;
  width: 40%;
}

.voip__chart td {
  border: 2px solid #D5D1ED;
  font-weight: 600;
}

.voip__chart tr:nth-child(odd) {
  background: rgba(213, 209, 237, 0.3);
}

.voip__chart tr:nth-child(even) {
  background: rgba(213, 209, 237, 0.1);
}

.home .voip__chart th {
  border-bottom: 2px solid #9BDAFA;
}

.home .voip__chart th.desc {
  border-left: 2px solid #9BDAFA;
  border-right: 2px solid #9BDAFA;
  border-top: 2px solid #9BDAFA;
}

.home .voip__chart td {
  border: 2px solid #9BDAFA;
}

.home .voip__chart tr:nth-child(odd) {
  background: rgba(155, 218, 250, 0.3);
}

.home .voip__chart tr:nth-child(even) {
  background: rgba(155, 218, 250, 0.1);
}

p.stocknew-updated {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.stocknew-updated {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.stocknew-updated {
    font-size: 0.76em;
  }
}
p.stocknew-updated {
  background: #CBCBCB;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0;
  padding: 3px 9px;
}

.stocknew-stack {
  margin: 0 0 40px 0;
}
@media (min-width: 730px) {
  .stocknew-stack {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: flex-start;
  }
}

.stocknew-item {
  border: 2px solid #9BDAFA;
  flex-basis: auto;
  margin: 0 0 20px 0;
}
@media (min-width: 730px) {
  .stocknew-item {
    flex-basis: 48%;
  }
}
@media (min-width: 991px) {
  .stocknew-item {
    flex-basis: 31%;
  }
}

p.stocknew-label {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.stocknew-label {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.stocknew-label {
    font-size: 0.76em;
  }
}
p.stocknew-label {
  background: rgba(155, 218, 250, 0.1);
  color: #075A84;
  font-weight: 700;
  margin: 0;
  padding: 10px 10px;
  text-transform: uppercase;
}

p.stocknew-title {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.stocknew-title {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.stocknew-title {
    font-size: 0.95em;
  }
}
p.stocknew-title {
  color: #075A84;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0 10px;
}

p.stocknew-desc {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.stocknew-desc {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.stocknew-desc {
    font-size: 0.76em;
  }
}
p.stocknew-desc {
  margin: -10px 0 0 0;
  padding: 0 10px;
}

.stocknew-pricing {
  color: #0A6EA1;
}

p.tag {
  font-size: 0.608em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.tag {
    font-size: calc(0.608em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.tag {
    font-size: 0.608em;
  }
}
p.tag {
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 15px 10px 0 10px;
  padding: 3px 9px;
  text-transform: uppercase;
}

.tagcolour--tagone {
  background: #C93429;
}

.tagcolour--tagtwo {
  background: #E15E31;
}

.tagcolour--tagthree {
  background: #3B796B;
}

.tagcolour--tagfour {
  background: #378C9B;
}

p.stocknew-price {
  font-size: 1.484375em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.stocknew-price {
    font-size: calc(1.484375em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.stocknew-price {
    font-size: 1.484375em;
  }
}
p.stocknew-price {
  font-weight: 600;
  line-height: 100%;
  margin: 15px 0 0 0;
  padding: 0 10px;
  position: relative;
}

p.stocknew-price span.stocknew-pricevat {
  font-size: 0.4864em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.stocknew-price span.stocknew-pricevat {
    font-size: calc(0.4864em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.stocknew-price span.stocknew-pricevat {
    font-size: 0.4864em;
  }
}
p.stocknew-price span.stocknew-pricevat {
  margin-left: 5px;
}

.pricecolour--tagone {
  color: #C93429;
}

.pricecolour--tagtwo {
  color: #E15E31;
}

.pricecolour--tagthree {
  color: #3B796B;
}

.pricecolour--tagfour {
  color: #378C9B;
}

p.stocknew-availability {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  p.stocknew-availability {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  p.stocknew-availability {
    font-size: 0.76em;
  }
}
p.stocknew-availability {
  color: #999999;
  margin: 10px 0 10px 0;
  padding: 0 10px;
}

p.stocknew-availability span.stocknew-quantity {
  font-weight: 700;
}

.stock-contain:after {
  clear: both;
  content: "";
  display: table;
}
.stock-contain {
  padding: 0 0 0 20px;
}
@media (min-width: 991px) {
  .stock-contain {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.stock-document {
  margin-bottom: 0;
}

.stock-group-container {
  overflow: auto;
}
@media (min-width: 730px) {
  .stock-group-container {
    margin: 0 0 0 auto;
    overflow: visible;
    width: 100%;
  }
}

.stock-group {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .stock-group {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .stock-group {
    font-size: 0.76em;
  }
}
.stock-group {
  border-collapse: collapse;
  margin: 0 0 40px 0;
  min-width: 800px;
  width: 100%;
}
.stock-group tr, .stock-group th, .stock-group td {
  padding: 10px;
}

.stock-group th {
  background: #FFFFFF;
  border-bottom: 2px solid #9BDAFA;
  text-align: left;
}

.stock-group th.sg-th {
  background: rgba(155, 218, 250, 0.1);
  border-left: 2px solid #9BDAFA;
  border-top: 2px solid #9BDAFA;
}

.stock-group th.sg-th-availability {
  border-right: 2px solid #9BDAFA;
}

.stock-group tr:nth-child(odd) {
  background: rgba(155, 218, 250, 0.18);
  border-bottom: 1px solid #9BDAFA;
}

.stock-group tr:nth-child(even) {
  background: rgba(155, 218, 250, 0.1);
  border-bottom: 1px solid #9BDAFA;
}

.stock-group tr:last-of-type {
  border-bottom: 2px solid #9BDAFA;
}

.stock-group td.sg-item, .stock-group td.sg-condition, .stock-group td.sg-price, .stock-group td.sg-quantity, .stock-group td.sg-availability, .stock-group td.sg-quantity-form {
  border-left: 2px solid #9BDAFA;
}

.stock-group td.sg-availability, .stock-group td.sg-quantity-form {
  border-right: 2px solid #9BDAFA;
}

.stock-group td.sg-item {
  width: 37%;
}
@media (min-width: 730px) {
  .stock-group td.sg-item {
    width: 44%;
  }
}

.stock-group td.sg-quantity {
  width: 11%;
}

.stock-group td.sg-condition, .stock-group td.sg-price, .stock-group td.sg-availability {
  width: 15%;
}

.stock-group tr td p {
  color: #075A84;
  font-size: 1em;
  font-weight: 700;
  margin: 5px;
}

.stock-group tr td.sg-item p {
  font-size: 1.1em;
}

.stock-group tr td p span {
  color: #999999;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 130%;
  margin-top: 5px;
}

.network-group-container {
  margin: 0 0 40px 0;
  overflow: scroll;
}
@media (min-width: 730px) {
  .network-group-container {
    overflow: visible;
    width: 100%;
  }
}

.network-pair {
  display: flex;
  margin: 35px 0 0 0;
}

.network-logo {
  background: rgba(155, 218, 250, 0.1);
  border-bottom: 2px solid #9BDAFA;
  border-left: 2px solid #9BDAFA;
  border-top: 2px solid #9BDAFA;
  min-width: 120px;
  padding: 20px 10px 10px;
  text-align: center;
}
@media (min-width: 730px) {
  .network-logo {
    min-width: 180px;
  }
}

.network-logo img {
  width: 100%;
}
@media (min-width: 730px) {
  .network-logo img {
    width: 80%;
  }
}

.network-group {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .network-group {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .network-group {
    font-size: 0.76em;
  }
}
.network-group {
  border-collapse: collapse;
  margin: 0;
  min-width: 800px;
  width: 100%;
}
.network-group tr, .network-group td {
  padding: 5px 10px;
}

.network-group th {
  padding: 10px 10px;
}

.network-group th {
  border-bottom: 2px solid #9BDAFA;
  text-align: left;
}

.network-group th.nw-th {
  border-left: 2px solid #9BDAFA;
  border-top: 2px solid #9BDAFA;
}

.network-group th.nw-th-data {
  border-right: 2px solid #9BDAFA;
}

.network-group tr:nth-child(odd) {
  background: rgba(155, 218, 250, 0.18);
  border-bottom: 1px solid #9BDAFA;
}

.network-group tr:nth-child(even) {
  background: rgba(155, 218, 250, 0.1);
  border-bottom: 1px solid #9BDAFA;
}

.network-group tr:last-of-type {
  border-bottom: 2px solid #9BDAFA;
}

.network-group td.nwnetwork, .network-group td.nwtariff, .network-group td.nwcharge, .network-group td.nwcalls, .network-group td.nwtexts, .network-group td.nwdata {
  border-left: 2px solid #9BDAFA;
}

.network-group td.nwdata {
  border-right: 2px solid #9BDAFA;
}

.network-group td.nwnetwork {
  width: 20%;
}

.network-group td.nwtariff {
  width: 20%;
}

.network-group td.nwcharge, .network-group td.nwcalls, .network-group td.nwtexts, .network-group td.nwdata {
  width: 15%;
}

.network-group tr td p {
  color: #075A84;
  font-size: 1em;
  font-weight: 700;
  margin: 5px;
}

.network-group tr td.nw-item p {
  font-size: 1.1em;
}

.omni-group-container {
  overflow: auto;
}
@media (min-width: 730px) {
  .omni-group-container {
    overflow: visible;
    width: 100%;
  }
}

.omni-group {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .omni-group {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .omni-group {
    font-size: 0.76em;
  }
}
.omni-group {
  border-collapse: collapse;
  margin: 0 0 40px 0;
  min-width: 800px;
  width: 100%;
}
.omni-group tr, .omni-group th, .omni-group td {
  padding: 10px;
}

.omni-group th {
  background: #FFFFFF;
  border-bottom: 2px solid #9BDAFA;
  text-align: left;
}

.omni-group th.og-th {
  background: rgba(155, 218, 250, 0.1);
  border-left: 2px solid #9BDAFA;
  border-top: 2px solid #9BDAFA;
}

.omni-group th.og-th-quantity {
  border-right: 2px solid #9BDAFA;
}

.omni-group tr:nth-child(odd) {
  background: rgba(155, 218, 250, 0.18);
  border-bottom: 1px solid #9BDAFA;
}

.omni-group tr:nth-child(even) {
  background: rgba(155, 218, 250, 0.1);
  border-bottom: 1px solid #9BDAFA;
}

.omni-group tr:last-of-type {
  border-bottom: 2px solid #9BDAFA;
}

.omni-group td.og-item, .omni-group td.og-upfront, .omni-group td.og-monthly, .omni-group td.og-annual, .omni-group td.og-quantity-form {
  border-left: 2px solid #9BDAFA;
}

.omni-group td.og-quantity-form {
  border-right: 2px solid #9BDAFA;
}

.omni-group td.og-item {
  width: 44%;
}

.omni-group td.og-upfront, .omni-group td.og-monthly, .omni-group td.og-annual {
  width: 13%;
}

.omni-group td.og-quantity-form {
  width: 15%;
}

.omni-group td.og-quantity-form input {
  width: 90%;
}

.omni-group td.og-quantity-form.og-hide {
  background: #FFFFFF;
  border: 0;
}

.omni-group.og-sub {
  margin-top: -20px;
}

.omni-group.og-sub tr, .omni-group.og-grand tr {
  border: 0;
}

.omni-group.og-sub td.og-item, .omni-group.og-sub td.og-upfront, .omni-group.og-sub td.og-monthly, .omni-group.og-sub td.og-annual {
  background: rgba(155, 218, 250, 0.18);
  border-bottom: 2px solid #9BDAFA;
}

.omni-group td.og-upfront.og-selected, .omni-group td.og-monthly.og-selected, .omni-group td.og-annual.og-selected, .omni-group.og-sub td.og-upfront.og-selected, .omni-group.og-sub td.og-monthly.og-selected, .omni-group.og-sub td.og-annual.og-selected {
  background: #ffffcc;
}

.omni-group.og-grand td.og-item, .omni-group.og-grand td.og-upfront, .omni-group.og-grand td.og-monthly, .omni-group.og-grand td.og-annual {
  background: #0a6ea1;
  border-top: 2px solid #0A6EA1;
  color: #FFFFFF;
}

.omni-group.og-grand td.og-item {
  border-left: 2px solid #0A6EA1;
}

.omni-group.og-grand td.og-annual {
  border-right: 2px solid #0A6EA1;
}

.omni-group.og-grand td.og-item p, .omni-group.og-grand td.og-upfront p, .omni-group.og-grand td.og-monthly p, .omni-group.og-grand td.og-annual p {
  color: #FFFFFF;
  font-size: 1.3em;
}

.omni-group.og-grand td.og-item p span, .omni-group.og-grand td.og-upfront p span, .omni-group.og-grand td.og-monthly p span, .omni-group.og-grand td.og-annual p span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7em;
}

.omni-group tr td p {
  color: #075A84;
  font-size: 1em;
  font-weight: 700;
  margin: 5px;
}

.omni-group tr td.og-item p {
  font-size: 1.1em;
}

.omni-group tr td p span {
  color: #999999;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 100%;
  margin-top: 5px;
}

.omni-group td.og-subtotal {
  border-top: 2px solid #9BDAFA;
}

.omni-group td.og-annual {
  border-right: 2px solid #9BDAFA;
}

.omniplan-status-item {
  display: flex;
}

.omniplan-status {
  height: 35px;
  margin: 5px 10px 0 5px;
  width: 35px;
}

.omniplan-status-add {
  background: 0 0/35px no-repeat url("/assets/img/omniplan-plus-check.png");
}

.omniplan-status-selected {
  background: 0 -35px/35px no-repeat url("/assets/img/omniplan-plus-check.png");
}

.contain__lists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (min-width: 730px) {
  .contain__lists {
    gap: 50px;
  }
}
@media (min-width: 991px) {
  .contain__lists {
    gap: 50px;
  }
}

.sectionlist {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 730px) {
  .sectionlist {
    flex: auto;
    margin-bottom: 0;
    width: auto;
  }
}

.sectionlist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sectionlist__heading {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .sectionlist__heading {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .sectionlist__heading {
    font-size: 0.76em;
  }
}
.sectionlist__heading {
  font-weight: 600;
  margin: 0 0 7px 0;
  padding: 5px 0 7px 0;
  text-transform: uppercase;
}

.sectionlist__heading a {
  text-decoration: none;
}

.home .sectionlist__heading {
  border-bottom: 2px solid #9BDAFA;
  color: #0A6EA1;
}

.repairs .sectionlist__heading {
  border-bottom: 2px solid #A2E7E8;
  color: #138487;
}

.internet .sectionlist__heading {
  border-bottom: 2px solid #B6E6D6;
  color: #26735A;
}

.voip .sectionlist__heading {
  border-bottom: 2px solid #D5D1ED;
  color: #453D75;
}

.business .sectionlist__heading {
  border-bottom: 2px solid #A5D5F7;
  color: #034678;
}

.sectionlist__link {
  display: block;
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .sectionlist__link {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .sectionlist__link {
    font-size: 0.95em;
  }
}
.sectionlist__link {
  padding: 7px 0;
  text-decoration: none;
}

.home a.sectionlist__link {
  border-bottom: 1px solid #9BDAFA;
  color: #0A6EA1;
}

.home a.sectionlist__link:hover {
  border-bottom: 1px solid #0A6EA1;
  color: #075A84;
}

.repairs a.sectionlist__link {
  border-bottom: 1px solid #A2E7E8;
  color: #138487;
}

.repairs a.sectionlist__link:hover {
  border-bottom: 1px solid #138487;
  color: #0E6E71;
}

.internet a.sectionlist__link {
  border-bottom: 1px solid #B6E6D6;
  color: #26735A;
}

.internet a.sectionlist__link:hover {
  border-bottom: 1px solid #26735A;
  color: #1D5946;
}

.voip a.sectionlist__link {
  border-bottom: 1px solid #D5D1ED;
  color: #453D75;
}

.voip a.sectionlist__link:hover {
  border-bottom: 1px solid #453D75;
  color: #362F5B;
}

.business a.sectionlist__link {
  border-bottom: 1px solid #A5D5F7;
  color: #034678;
}

.business a.sectionlist__link:hover {
  border-bottom: 1px solid #034678;
  color: #01355D;
}

.home .cta__base {
  border: 1px solid rgba(12, 125, 181, 0.2);
}

.repairs .cta__base {
  border: 1px solid rgba(21, 150, 153, 0.2);
}

.internet .cta__base {
  border: 1px solid rgba(43, 131, 103, 0.2);
}

.voip .cta__base {
  border: 1px solid rgba(80, 69, 137, 0.2);
}

.business .cta__base {
  border: 1px solid rgba(3, 82, 140, 0.2);
}

.cta__base {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cta__base:after {
  clear: both;
  content: "";
  display: table;
}
.cta__base {
  box-shadow: 0 0 10px 2px rgba(21, 150, 153, 0.1);
  margin: 0 0 70px 0;
  padding: 20px 20px 20px;
}
@media (min-width: 730px) {
  .cta__base {
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 991px) {
  .cta__base--twothirds {
    width: 64%;
  }
}

.cta__base--mousecables {
  background: 90% 20px/150px no-repeat url("/assets/img/mouse-cables.png");
}
@media (min-width: 730px) {
  .cta__base--mousecables {
    background: 98%/180px no-repeat url("/assets/img/mouse-cables.png");
  }
}

.cta__base--mouselaptop {
  background: 90% 20px/150px no-repeat url("/assets/img/mouse-laptop.png");
}
@media (min-width: 730px) {
  .cta__base--mouselaptop {
    background: 98%/180px no-repeat url("/assets/img/mouse-laptop.png");
  }
}

.cta__base--mousethumb {
  background: 90% 20px/150px no-repeat url("/assets/img/mouse-thumb.png");
}
@media (min-width: 730px) {
  .cta__base--mousethumb {
    background: 98%/180px no-repeat url("/assets/img/mouse-thumb.png");
  }
}

.cta__base--image figure {
  float: right;
  margin: -20px -15px 0 0;
  width: 50%;
}
@media (min-width: 730px) {
  .cta__base--image figure {
    width: 180px;
  }
}

.cta__base--mouse {
  float: right;
  margin: -10px -15px 0 0;
  width: 50%;
  min-height: 150px;
}
@media (min-width: 730px) {
  .cta__base--mouse {
    width: 200px;
  }
}

figure.card__figure .imageset img {
  width: 100%;
}

.cta__base figure.card__figure .imageset img {
  width: 100%;
}

.cta__title {
  margin: 0 0 10px 0;
  width: 50%;
}
@media (min-width: 730px) {
  .cta__title {
    margin: 0 200px 0 0;
    width: auto;
  }
}

.cta__para {
  font-size: 0.76em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .cta__para {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .cta__para {
    font-size: 0.76em;
  }
}
.cta__base .brand-nav__list {
  float: none;
  margin: 0;
}
@media (min-width: 730px) {
  .cta__base .brand-nav__list {
    margin: 0 0 20px 0;
  }
}

.cta__base .brand-nav__item {
  line-height: 360%;
  margin: 0 10px 0 0;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 730px) {
  .cta__base .brand-nav__item {
    line-height: 280%;
  }
}

.home .footer {
  background: #0C7DB5 top/200px repeat-x url("/assets/img/bg-footer-home.png");
}

.repairs .footer {
  background: #159699 top/200px repeat-x url("/assets/img/bg-footer-repairs.png");
}

.internet .footer {
  background: #2B8367 top/200px repeat-x url("/assets/img/bg-footer-internet.png");
}

.voip .footer {
  background: #504589 top/200px repeat-x url("/assets/img/bg-footer-voip.png");
}

.business .footer {
  background: #03528C top/200px repeat-x url("/assets/img/bg-footer-business.png");
}

footer:after {
  clear: both;
  content: "";
  display: table;
}
footer {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  footer {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  footer {
    font-size: 0.95em;
  }
}
footer {
  color: #FFFFFF;
  padding: 40px 20px;
}
@media (min-width: 991px) {
  footer {
    font-size: 0.76em;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 20px 50px 20px;
  }
}
@media (min-width: 991px) and (min-width: 575px) and (max-width: 730px) {
  footer {
    font-size: calc(0.76em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 991px) and (min-width: 730px) {
  footer {
    font-size: 0.76em;
  }
}

.footer__core {
  max-width: 600px;
}
@media (min-width: 991px) {
  .footer__core {
    float: left;
    width: 60%;
  }
}

.footer__core h5 {
  font-size: 0.95em;
}
@media (min-width: 575px) and (max-width: 730px) {
  .footer__core h5 {
    font-size: calc(0.95em + 0 * (100vw - 575px) / 155);
  }
}
@media (min-width: 730px) {
  .footer__core h5 {
    font-size: 0.95em;
  }
}

@media (min-width: 991px) {
  .footer__cta {
    float: right;
    width: 30%;
  }
}

.home footer a, .repairs footer a, .internet footer a, .voip footer a, .business footer a {
  color: #FFFFFF;
}

.home footer a:hover, .repairs footer a:hover, .internet footer a:hover, .voip footer a:hover, .business footer a:hover {
  color: #FFFFFF;
}

.footer__menu {
  list-style: none;
  padding: 20px 0;
}

.footer__listitem {
  display: inline-block;
  margin: 0 10px 20px 0;
}
@media (min-width: 991px) {
  .footer__listitem {
    margin: 0 20px 0 0;
  }
}

.footer__social {
  padding: 0;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/poppins-regular.ttf") format("truetype");
}
@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/assets/fonts/poppins-italic.ttf") format("truetype");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/assets/fonts/poppins-medium.ttf") format("truetype");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/poppins-bold.ttf") format("truetype");
}
@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/assets/fonts/poppins-bolditalic.ttf") format("truetype");
}

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