@charset "UTF-8";
/* --------------------------------
Style Sheet*/
@import url("https://fonts.googleapis.com/css2?family=Neonderthaw&family=Poppins:wght@300;800&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

/*ol, ul {
    list-style: none;
}*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.yellowBG {
  background: #fdb913;
  color: #000;
  border: solid 1px #1b1b1b;
  border-radius: 5px;
}

.redBG {
  background: #800000;
  color: #fff !important;
  border: solid 1px #1b1b1b;
  border-radius: 5px;
}

.greenBG {
  background-color: #fff;
  color: #000;
  border: solid 1px #1b1b1b;
  border-radius: 5px;
}

.fa-check-circle {
  color: #4e917a;
}

* {
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 16px;
  font-family: Raleway, sans-serif;
  color: #000;
}

@media screen and (max-width: 279px) {
  main a {
    word-break: break-all;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: Cinzel;
}

h1 {
  font-weight: 500;
  font-size: 2.5rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 279px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-weight: 700;
  text-align: center;
  color: #4e917a;
  font-size: 2rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 279px) {
  h2 {
    font-size: 1.55rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 279px) {
  h3 {
    font-size: 1.35rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 279px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 279px) {
  h5 {
    font-size: 1.15rem;
  }
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.6em;
}

li {
  line-height: 1.5;
}

hr {
  width: 100%;
}

b, strong {
  font-weight: bold;
}

video {
  width: 100%;
}

.message-alert {
  background-color: #4e917a;
  text-align: center;
}
.message-alert p {
  font-weight: bold;
  padding: 1.25rem;
}

.alert-warning {
  color: #000;
  font-weight: bold;
  background-color: #fdb913;
}

#ytplayer {
  width: 100%;
  height: 100%;
}

#breadcrumb {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), #fff);
  border-bottom: 1px solid #4e917a;
}
#breadcrumb .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
}
#breadcrumb .breadcrumb .link, #breadcrumb .breadcrumb a.link {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#breadcrumb li {
  line-height: 1;
}

section h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card {
  border: none;
}

.btn {
  position: relative;
}

.text-indent {
  text-indent: 10%;
  margin-bottom: 1rem;
}

.pointer {
  cursor: pointer;
}

.break-column {
  flex-basis: 100%;
  width: 0;
}

address {
  line-height: 1.5;
}

input, select, textarea {
  color: #000;
}
input:hover, select:hover, textarea:hover {
  background-color: #e0e0e0;
  box-shadow: 0 0 0 0.2rem #4e917a;
}

.hide {
  display: none;
}

.display {
  display: flex;
}

.skip a {
  background-color: #4e917a;
  color: #000;
  padding: 1.5rem;
  display: block;
  position: absolute;
  font-weight: bold;
  left: -999px;
  top: -999px;
}
.skip a:focus {
  left: 0;
  top: 0;
  z-index: 999;
}

.underline {
  text-decoration: underline;
}

.video-container {
  width: 100%;
}

.side-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bg-green {
  background-color: #4e917a;
}

.bg-gold {
  background-color: #fdb913;
}

.link, a.link {
  color: #000;
  padding: 0.5em 0.2em;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
}
.link:hover, .link:focus, a.link:hover, a.link:focus {
  background-color: #fdb913;
  border-radius: 5px;
}

.link-light, a.link-light {
  color: #fff;
  padding: 0.5em 0.2em;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
}
.link-light:hover, .link-light:focus, a.link-light:hover, a.link-light:focus {
  background-color: #fdb913;
  color: #000;
  border-radius: 5px;
}

.link-message, a.link-message {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em 0.2em;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
}
.link-message:hover, .link-message:focus, a.link-message:hover, a.link-message:focus {
  background-color: #fdb913;
  color: #000;
  border-radius: 5px;
}

.link-green, a.link-green {
  color: #000;
  padding: 0.5em 0.2em;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
}
.link-green:hover, .link-green:focus, a.link-green:hover, a.link-green:focus {
  background-color: #4e917a;
  border-radius: 5px;
}

.consumer-link, a.consumer-link {
  cursor: pointer;
  background-color: transparent;
  text-decoration: underline;
  color: #000;
  padding: 0.5em 1em;
  border-radius: 5px;
  transition: all ease-in-out 1.5s;
}
.consumer-link:hover, .consumer-link:focus, a.consumer-link:hover, a.consumer-link:focus {
  background-color: #000;
  color: #fff;
  box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.bottom {
  position: absolute;
  margin-left: -20px;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}
.bottom div:last-child {
  margin-top: 0.75em;
}

.red {
  color: darkred;
}

.text-brand-1 {
  color: rgb(42.3228699552, 78.6771300448, 66.197309417);
  font-weight: bold;
}

.text-brand-2 {
  color: #fdb913;
}

.textured-bg {
  background-image: url("../img/bg.png");
}

.container-box-shadow {
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

#tableofcontents {
  width: 30%;
  background-color: #fdb913;
  padding-left: 1em;
  margin-left: 1em;
  margin-right: 1em;
  float: right;
  font-style: italic;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #tableofcontents {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
  }
  #tableofcontents ul {
    max-width: 600px;
  }
}
#tableofcontents .container {
  background-color: #fdb913;
}
#tableofcontents h2 {
  color: #000;
}
#tableofcontents ul {
  margin-left: auto;
  margin-right: auto;
}
#tableofcontents ul li {
  line-height: 1.5;
  margin-left: 0.5em;
}
#tableofcontents ul li a {
  color: #000;
  padding: 0.5em;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
}
#tableofcontents ul li a:hover, #tableofcontents ul li a:focus {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}

.toTop a {
  font-size: 0.75em;
  text-decoration: underline;
  border-radius: 5px;
  padding: 0.15em;
  display: block;
}
.toTop a:hover, .toTop a:focus {
  background-color: #000;
  color: #fff;
}

.negative-margin {
  margin-left: -15px;
  margin-right: -15px;
}

.listNoStyle {
  list-style: none;
}

.breakText {
  word-break: break-all;
}

.accordion .card-header {
  text-align: left;
  background-color: none;
}

.modal-body {
  line-height: 1.5;
}

.btn {
  transition: all ease 0.75s;
}
.btn:hover, .btn:focus {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5), -2px -2px 4px rgba(0, 0, 0, 0.3);
}

.max-width-700 {
  max-width: 700px;
}

.plyr__video-embed {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.disclaimer-small {
  font-size: 0.75em;
}

.spinner {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
  top: 30%;
  left: 40%;
  position: absolute;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  height: 100vh;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.9);
}

#ieAlert, #safariAlert {
  display: none;
}

#broadband-facts article {
  border-radius: 1rem;
}

.navbar {
  background-color: #fff;
  padding: 0 1rem;
  border-bottom: 3px solid rgba(78, 145, 122, 0.5);
}

.nav-link {
  padding: 0.5rem 1rem;
  color: #000 !important;
  transition: all ease 1s;
}
.nav-link:hover, .nav-link:focus {
  background-color: #4e917a;
  border-radius: 0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
@media screen and (min-width: 992px) {
  .nav-link {
    padding: 1.2rem 1rem;
    transition: border-radius ease 2s, background-color 1s ease;
  }
  .nav-link:hover, .nav-link:focus {
    background-color: #4e917a;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.new {
  font-size: 0.75em;
  font-style: italic;
  vertical-align: middle;
  background-color: #fdb913;
  padding: 0.5em;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 1s;
}

a.dropdown-item {
  transition: all ease 1s;
}
a.dropdown-item:hover, a.dropdown-item:focus {
  background-color: #4e917a;
  border-radius: 0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
a.dropdown-item:hover .new, a.dropdown-item:focus .new {
  background-color: #fff;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/*.navbar-light .navbar-nav .nav-link.active, .dropdown-item.active {
    background-color: $brand-2;
    color: $black;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    transition: all ease-in-out 1s;

    &:hover, &:focus {
        background-color: $brand-1;
        border-radius: 0;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
    }

    @media screen and (min-width: 992px) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;

        &:hover, &:focus {
            border-radius: 50px;
        }
    }
}*/
#legalnav.navbar, #webcamnav.navbar, #gigabitcitynav.navbar {
  background-color: #000;
}
#legalnav.navbar a.navbar-brand, #webcamnav.navbar a.navbar-brand, #gigabitcitynav.navbar a.navbar-brand {
  font-family: Cinzel;
  color: #fdb913;
  font-size: 1.8em;
  font-weight: 700;
}
#legalnav.navbar li .nav-link, #webcamnav.navbar li .nav-link, #gigabitcitynav.navbar li .nav-link {
  color: #fff !important;
}

.navbar-light .navbar-toggler {
  border-color: #000 !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-dark .navbar-toggler {
  border-color: #fff !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.btn {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), inset -2px -2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.25em;
  z-index: 10;
  border: none;
}

.btn-brand-1 {
  background-color: #4e917a;
  color: #000;
  transition: all ease-in-out 1s;
}
.btn-brand-1:hover, .btn-brand-1:focus {
  background-color: #fdb913;
  text-decoration: underline;
}

.btn-white {
  background-color: #fff;
  color: #000;
  transition: all ease-in-out 1s;
}
.btn-white:hover, .btn-white:focus {
  background-color: #4e917a;
  text-decoration: underline;
}

.btn-black {
  background-color: #000;
  color: #fff;
  transition: all ease-in-out 1s;
}
.btn-black:hover, .btn-black:focus {
  background-color: #fdb913;
  text-decoration: underline;
}

.btn-brand-2 {
  background-color: #fdb913;
  color: #000;
  transition: all ease-in-out 1s;
}
.btn-brand-2:hover, .btn-brand-2:focus {
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: underline;
}

.apply-button {
  width: -moz-fit-content;
}

.main-header {
  position: relative;
  overflow: hidden;
}
.main-header .mh-text {
  position: relative;
  padding: 1em;
  z-index: 10;
}
.main-header .mh-text p {
  margin: 1.5em 0 2em 0;
}
.main-header #main-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/main-header.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: 2;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.main-header-quicklink {
  position: relative;
  z-index: 10;
  display: block;
  color: #000;
  text-align: center;
  font-size: 1.2em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.main-header-quicklink i, .main-header-quicklink span {
  margin-right: 0.75em;
}
@media only screen and (min-width: 768px) {
  .main-header-quicklink {
    font-size: 1.6em;
  }
}

.main-header-quicklink:first-child {
  background-color: #fdb913;
  transition: all ease-in-out 1s;
}
.main-header-quicklink:first-child:hover, .main-header-quicklink:first-child:focus {
  background-color: #1b1b1b;
  color: #fff;
}

.main-header-quicklink:nth-child(2) {
  background-color: rgb(219.1428571429, 156, 1.8571428571);
  transition: all ease-in-out 1s;
}
.main-header-quicklink:nth-child(2):hover, .main-header-quicklink:nth-child(2):focus {
  background-color: #1b1b1b;
  color: #fff;
}

.main-header-quicklink:last-child {
  background-color: rgb(168.5714285714, 120, 1.4285714286);
  transition: all ease-in-out 1s;
}
.main-header-quicklink:last-child:hover, .main-header-quicklink:last-child:focus {
  background-color: #1b1b1b;
  color: #fff;
}

.level-1 {
  position: relative;
  overflow: hidden;
}
.level-1 .h1-l1, .level-1 .p-l1 {
  position: relative;
}
.level-1 .h1-l1-bg, .level-1 .p-l1-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.92;
  z-index: 2;
  border-radius: 5px;
}
.level-1 h1, .level-1 p {
  position: relative;
  z-index: 10;
}
.level-1 h1 {
  text-align: center;
  padding: 0.25em;
}
.level-1 p {
  padding: 1em;
  margin: 1.5em 0 2em 0;
}
.level-1 #header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  -webkit-filter: blur(0px);
}

.level-2 {
  position: relative;
  overflow: hidden;
  background-color: #4e917a;
}
.level-2 h1 {
  text-align: center;
  padding: 0.25em;
  font-weight: 700;
}
.level-2 .breadcrumb {
  background-color: transparent;
}
.level-2 .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #000;
  content: "/";
}

.level-3 {
  position: relative;
  overflow: hidden;
}
.level-3 .h1-l1, .level-3 .p-l1 {
  position: relative;
}
.level-3 .h1-l1-bg, .level-3 .p-l1-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
  border-radius: 5px;
}
.level-3 h1, .level-3 p {
  position: relative;
  z-index: 10;
}
.level-3 h1 {
  text-align: center;
  padding: 0.25em;
}
.level-3 p {
  padding: 1em;
  margin: 1.5em 0 2em 0;
}
.level-3 #header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: 2;
  -webkit-filter: blur(0px);
}

#breadcrumb {
  z-index: 100;
  align-self: center;
}
#breadcrumb ol {
  justify-content: flex-end;
}
#breadcrumb ol li {
  color: #000;
}

.card img {
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.card .btn {
  transition: all ease 0.75s;
}
.card {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  /*@media screen and (max-width: 768px) {
      border-radius: 0;
  }*/
}

#residential .card, #business .card {
  box-shadow: none;
  border: none;
}
#residential .card .card-footer, #business .card .card-footer {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
#residential .card .card-footer .btn, #business .card .card-footer .btn {
  margin-top: 0;
}

.priceDetails {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1em;
  border: none;
}
.priceDetails .card-footer {
  padding: 0;
}
.priceDetails .card-footer .btn {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.priceDetails .card-body {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.65em;
  padding-bottom: 1.25rem;
}
.priceDetails .card-body h3 span {
  display: inline-block;
  font-size: 0.5em;
}
.priceDetails .card-body ul {
  list-style: none;
}
.priceDetails .card-body li {
  margin: 0.5em;
}
.priceDetails .card-body a.optional {
  text-decoration: underline;
  color: #37528b;
  transition: all ease-in-out 0.75s;
}
.priceDetails .card-body a.optional:hover, .priceDetails .card-body a.optional:focus {
  background-color: #000;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px;
}
.priceDetails .card-body .consumer-labels {
  margin-top: auto;
  font-weight: bold;
}
.priceDetails .card-body .consumer-labels a {
  display: block;
}
.priceDetails .price {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  align-self: center;
}
.priceDetails .price p {
  width: 100px;
  color: #000;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  line-height: 100px;
  text-align: center;
  font-family: Cinzel;
  font-size: 2.75em;
}
.priceDetails .price sup {
  font-size: 0.75em;
}

.business-fiber .priceDetails .price p {
  width: 150px;
  max-width: 150px;
}

#stream .priceDetails .card-body {
  text-align: center;
}
#stream .priceDetails .card-body h4 span {
  display: inline-block;
  font-size: 0.5em;
}

.serviceDetails {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  text-align: center;
}
.serviceDetails.white {
  background-color: #fff;
}
.serviceDetails.dark, .serviceDetails .dark {
  background-color: #1b1b1b;
  color: #fff;
}
.serviceDetails .card-title {
  margin-bottom: 0;
  color: #4e917a;
  font-weight: 600;
}
.serviceDetails .subheader {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.serviceDetails .card img {
  height: 100%;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .serviceDetails .card img {
    height: 200px;
  }
}
.serviceDetails .card-body {
  text-align: left;
}
.serviceDetails .card-body ul {
  list-style-position: inside;
  margin: 1em;
  margin-bottom: 0;
}
.serviceDetails .card-body ul li {
  line-height: 1.5;
}
.serviceDetails .card-body h4 {
  color: #4e917a;
  margin-top: 0.5em;
  font-weight: 600;
}
.serviceDetails .card-body hr {
  border-top: 2px solid #fff;
}
.serviceDetails .card-body .capacity div {
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 1em;
}
.serviceDetails .card-body .capacity div p {
  background-color: #fff;
  color: #000;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  border: solid 2px #4e917a;
  border-radius: 5px;
}
.serviceDetails .card-body .remoteHands p {
  margin-top: 0.75em;
}
.serviceDetails .card-body .remoteHands p:first-child {
  font-weight: 700;
}
.serviceDetails .card-body .remoteHands ul {
  margin: 0;
}
.serviceDetails .card-body .remoteHands ul li {
  margin-left: 1em;
}
.serviceDetails .card-body a.optional {
  text-decoration: underline;
  color: #37528b;
  transition: all ease-in-out 0.75s;
}
.serviceDetails .card-body a.optional:hover, .serviceDetails .card-body a.optional:focus {
  background-color: #000;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px;
}

#streamFeatures {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#streamFeatures .col {
  margin-bottom: 1.5em;
}
#streamFeatures .card {
  margin: 1em;
}
#streamFeatures .card .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#streamFeatures .card .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#streamFeatures .card .card-img-overlay h3 {
  text-decoration: underline;
}
#streamFeatures .card .card-img-overlay {
  transition: all ease-in-out 0.75s;
}
#streamFeatures .card .card-img-overlay:hover, #streamFeatures .card .card-img-overlay:focus {
  background-color: rgb(0, 0, 0);
  color: #4e917a;
}

#smarthomeFeatures {
  margin-bottom: 1em;
  padding-top: 0.75em;
  padding-bottom: 1em;
  background-color: #1b1b1b;
  color: #000;
  background-image: url("/img/residential/hometech-add.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#smarthomeFeatures .card {
  margin-bottom: 1.2em;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
#smarthomeFeatures .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #smarthomeFeatures .card img {
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#smarthomeFeatures .card .accesswifiapp {
  width: 100%;
}
#smarthomeFeatures .card .accesswifiapp img.card-img {
  position: absolute;
  object-fit: contain;
}
#smarthomeFeatures .card .accesswifiappbody a {
  width: fit-content;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #smarthomeFeatures .card:nth-child(2) img, #smarthomeFeatures .card:nth-child(4) img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  #smarthomeFeatures .card:nth-child(3) img, #smarthomeFeatures .card:nth-child(5) img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#smarthomeFeatures .card, #smarthomeFeatures .list-group-item {
  background-color: #fff;
}
#smarthomeFeatures .card a {
  color: #000;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
}
#smarthomeFeatures .card a:hover, #smarthomeFeatures .card a:focus {
  color: #000;
  background-color: #fdb913;
  padding: 0.15em;
  border-radius: 8px;
}
#smarthomeFeatures .list-group-item {
  border-color: #1b1b1b;
}

#deviceCompatibility {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  /*background-color: $gray-dark;
  color: $white;*/
}
#deviceCompatibility .card {
  margin-bottom: 1.2em;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
#deviceCompatibility .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #deviceCompatibility .card img {
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  #deviceCompatibility .card:nth-child(2) img, #deviceCompatibility .card:nth-child(4) img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  #deviceCompatibility .card:nth-child(3) img, #deviceCompatibility .card:nth-child(5) img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#deviceCompatibility .card, #deviceCompatibility .list-group-item {
  background-color: transparent;
}
#deviceCompatibility .card a {
  color: #000;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
}
#deviceCompatibility .card a:hover, #deviceCompatibility .card a:focus {
  color: #000;
  background-color: #fdb913;
  padding: 0.15em;
  border-radius: 8px;
}
#deviceCompatibility .list-group-item {
  border-color: #1b1b1b;
}

.textLeft {
  text-align: left;
}
.textLeft ul {
  list-style: circle;
  margin-top: 1em;
  margin-bottom: 1em !important;
}
.textLeft ul li {
  margin: 0 0 0 1.5em !important;
  line-height: 1.5em;
}
.textLeft ul li ul {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

#gigabitCity .row {
  margin-right: 0;
  margin-left: 0;
}

#gigabitCity .card-img-overlay, #gigabitCity a .card-img-overlay, #weather .card-img-overlay, #weather a .card-img-overlay, #locations .card-img-overlay, #locations a .card-img-overlay {
  transition: all ease-in-out 0.75s;
}
#gigabitCity .card-img-overlay h2, #gigabitCity a .card-img-overlay h2, #weather .card-img-overlay h2, #weather a .card-img-overlay h2, #locations .card-img-overlay h2, #locations a .card-img-overlay h2 {
  transition: all ease-in-out 0.75s;
}
#gigabitCity a:focus .card-img-overlay, #gigabitCity a:hover .card-img-overlay, #weather a:focus .card-img-overlay, #weather a:hover .card-img-overlay, #locations a:focus .card-img-overlay, #locations a:hover .card-img-overlay {
  box-shadow: inset -4px -4px 20px 3px rgba(0, 0, 0, 0.75);
}
#gigabitCity a:focus .card-img-overlay h2, #gigabitCity a:hover .card-img-overlay h2, #weather a:focus .card-img-overlay h2, #weather a:hover .card-img-overlay h2, #locations a:focus .card-img-overlay h2, #locations a:hover .card-img-overlay h2 {
  box-shadow: inset -12px 0 20px -8px rgba(0, 0, 0, 0.75), inset -12px 0 20px -12px rgba(0, 0, 0, 0.75);
  background-color: rgba(78, 145, 122, 0.8);
}
#gigabitCity a .card img, #gigabitCity a .card, #weather a .card img, #weather a .card, #locations a .card img, #locations a .card {
  transition: all ease-in-out 1s;
}
#gigabitCity a:focus .card img, #gigabitCity a:hover .card img, #weather a:focus .card img, #weather a:hover .card img, #locations a:focus .card img, #locations a:hover .card img {
  filter: grayscale(100%);
}
#gigabitCity a:focus .card, #gigabitCity a:hover .card, #weather a:focus .card, #weather a:hover .card, #locations a:focus .card, #locations a:hover .card {
  border: 4px outset rgba(0, 0, 0, 0.5);
}
#gigabitCity .card, #weather .card, #locations .card {
  margin: 1em;
  border-radius: 10px;
  border: 4px inset rgba(0, 0, 0, 0.5);
}
#gigabitCity .card img, #weather .card img, #locations .card img {
  height: 250px;
  max-height: 250px;
  object-fit: cover;
  filter: grayscale(0);
  border-radius: 8px;
}
#gigabitCity .card .card-img-overlay, #weather .card .card-img-overlay, #locations .card .card-img-overlay {
  padding: 0;
  border-radius: 8px;
}
#gigabitCity .card .card-img-overlay h2, #weather .card .card-img-overlay h2, #locations .card .card-img-overlay h2 {
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#locations h2 {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
#locations img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#locations .card {
  border: none;
}

.telephoneServices .card img {
  height: 100%;
  width: 100%;
}

.connected-voice-card .card {
  border: none;
  box-shadow: none;
}
.connected-voice-card .card img.card-img {
  height: 100%;
  width: 100%;
}
.connected-voice-card .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.press-release, .job-listing {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.press-release .card-header, .job-listing .card-header {
  background-color: transparent;
  text-align: left;
  border-bottom: none;
  padding-bottom: 0;
}
.press-release .card-body, .job-listing .card-body {
  padding-left: 0;
  padding-right: 0;
}
.press-release .card-body .card-spacing, .job-listing .card-body .card-spacing {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.press-release .card-title, .job-listing .card-title {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #1b1b1b;
  color: #fff;
  border-top: 4px solid #4e917a;
  border-bottom: 2px solid #fdb913;
}
.press-release .card-date, .job-listing .card-date {
  margin-bottom: 1rem;
}
.press-release p, .press-release .card-title, .press-release .card-footer, .job-listing p, .job-listing .card-title, .job-listing .card-footer {
  text-align: left;
}
.press-release a, .job-listing a {
  margin-top: 1rem;
}

.job-listing {
  margin-top: 0;
  margin-bottom: 0;
}
.job-listing .card-body {
  padding-top: 1rem;
}
.job-listing .badge {
  font-size: 85%;
}

#gc-1 img.card-img-top, #gc-2 img.card-img-top {
  object-position: center;
}

#vp-1 img.card-img-top {
  object-position: center;
}

#pri img.card-img-right {
  object-position: right;
}

.gig-city {
  position: relative;
  overflow: hidden;
}
.gig-city .link {
  color: #fdb913;
}
.gig-city .link:hover, .gig-city .link:focus {
  color: #000;
}
.gig-city .gc-text {
  max-width: 700px;
}
.gig-city .gc-text h2 {
  padding-bottom: 0.5em;
}
.gig-city .gc-text div p:nth-child(1) {
  color: #fff;
}
.gig-city .gc-text div p:nth-child(2) {
  margin-left: 1em;
  color: #fdb913;
}
.gig-city .gc-text div {
  margin-bottom: 1.2em;
}
.gig-city .gc-text div, .gig-city .gc-text h2, .gig-city .gc-text a {
  position: relative;
  z-index: 10;
}
.gig-city #gig-city-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 2;
  filter: blur(0px);
}
.gig-city #gc-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5;
}

.infoOverlay {
  overflow: hidden;
  color: #000;
}
.infoOverlay .infoOverlay-text {
  position: relative;
  z-index: 10;
  height: 100%;
  max-width: 700px;
}
.infoOverlay .infoOverlay-text h2 {
  color: #000;
  padding-bottom: 0.5em;
}
.infoOverlay .infoOverlay-text p {
  margin-bottom: 1.2em;
}
.infoOverlay .infoOverlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/refer-friend.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 2;
}
.infoOverlay .infoOverlay-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 185, 19, 0.6);
  z-index: 5;
}

@media screen and (min-width: 1200px) {
  #homepageAds .infoOverlay-bg {
    background-position: -100%;
  }
}

/*#homepage {
    .infoOverlay-bg {
        @media screen and (min-width: 1200px) {
            background-position: -100%;
        }
    }
}*/
.info {
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
.info .info-text {
  max-width: 700px;
  position: relative;
  z-index: 10;
}
.info .info-text h2, .info .info-text h3, .info .info-text h4, .info .info-text h5, .info .info-text h6 {
  color: #4e917a;
  margin-bottom: 0.5em;
  text-align: center;
}
.info .info-text h3, .info .info-text h4 {
  margin: 1rem 0;
}
.info .info-text p {
  color: #fff;
  margin-bottom: 1.2em;
}
.info .info-text p a {
  color: #fdb913;
  text-decoration: underline;
  transition: all ease-in-out 0.75s;
  padding: 0.5em 0.2em;
}
.info .info-text p a:hover, .info .info-text p a:focus {
  background-color: #fdb913;
  color: #000;
}
.info .info-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/residential/hometech-add.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 2;
}
.info .serviceAreas {
  margin-bottom: 1.2em;
  list-style: none;
}
.info .serviceAreas li {
  margin-top: 0.5em;
}
.info .serviceAreas li a {
  display: block;
  padding: 0.25em;
  border: solid 1px #fff;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.75s;
}
.info .serviceAreas li a:hover, .info .serviceAreas li a:focus {
  background-color: #fff;
  color: #000;
}

.spacer {
  position: relative;
  overflow: hidden;
}
.spacer .spacer-bg {
  width: 100%;
  height: 5em;
  background-image: url(../img/residential/hometech-add.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .service-image {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-image {
    height: 200px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
}

.footer {
  background-color: #fff;
  padding: 2em 0;
}
.footer .row {
  margin-left: 0;
  margin-right: 0;
}
.footer .footer-quicklinks a, .footer .footer-address a {
  color: #000;
  text-decoration: underline;
  padding: 0.2em 0.35em;
  transition: all ease-in-out 1s;
}
.footer .footer-quicklinks a:hover, .footer .footer-quicklinks a:focus, .footer .footer-address a:hover, .footer .footer-address a:focus {
  background-image: url("/img/logos/longConnector.png");
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.footer .btn {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.footer .btn-brand-1 {
  transition: all ease-in-out 1s;
}
.footer .btn-brand-1:hover, .footer .btn-brand-1:focus {
  background-color: #fff;
  background-image: url("/img/logos/longConnector.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.footer .footer-title {
  font-family: Cinzel;
  font-size: 1.2em;
}
.footer .footer-hr {
  border: solid 1px #1b1b1b;
  max-width: 90%;
  margin: 0.5em 1em;
}
.footer .footer-blog-tag {
  font-size: 0.8em;
  display: table;
  background-color: #4e917a;
  padding: 0.05em 0.85em;
  border-radius: 10px;
}
.footer .footer-blog-title {
  font-size: 1.1em;
  margin-top: 0.5em;
}
.footer .footer-blog img {
  object-fit: cover;
}
.footer .footer-blog a {
  color: #000;
}
.footer .footer-blog a:hover, .footer .footer-blog a:focus {
  border-radius: 8px;
  background-color: #fdb913;
}
.footer li {
  margin: 0.5em 0 0.65em 0;
}
.footer address {
  line-height: 1.4;
}

.footer-copyright {
  background-color: #1b1b1b;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}
.footer-copyright .social-links {
  margin-top: 1em;
}
.footer-copyright .social-links a {
  margin-left: 1em;
  margin-right: 1em;
}
.footer-copyright .social-links a span {
  font-size: 2.5em;
  transition: all ease-in-out 1s;
}
.footer-copyright .social-links a span:hover, .footer-copyright .social-links a span:focus {
  background-color: none;
  color: #fdb913;
}
.footer-copyright .social-links span:last-child {
  margin-right: 0;
}
.footer-copyright .social-links .fa-square-facebook {
  color: #FFFFFF;
}
.footer-copyright .social-links .fa-square-instagram {
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text; /* For Webkit browsers like Chrome and Safari */
  background-clip: text; /* Standard property */
  -webkit-text-fill-color: transparent; /* For Webkit browsers */
  color: white;
  transition: all ease-in-out 1s;
}
.footer-copyright .social-links .fa-square-instagram:hover, .footer-copyright .social-links .fa-square-instagram:focus {
  background-image: linear-gradient(#fdb913 100%);
}
.footer-copyright .social-links .fa-square-x-twitter {
  color: #1DA1F2;
}
.footer-copyright .social-links .fa-square-youtube {
  color: #FF0000;
}
.footer-copyright .social-links .fa-square-linkedin {
  color: #FFFFFF;
}

#LinkedinClick span {
  margin-right: 0;
}

.callBeforeDig {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.callBeforeDig #callBeforeDigClick img {
  max-height: 50px;
  width: auto;
}
.callBeforeDig #callBeforeDigClick span {
  display: inline-block;
}

#homepage img {
  width: 100%;
}
#homepage video {
  width: 100%;
  height: 100%;
}
#homepage .whyPlateau-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#homepage #award {
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  padding-top: 1em;
  padding-bottom: 1em;
}
#homepage #award article {
  margin-top: 1em;
  margin-bottom: 1em;
}
#homepage #award article img {
  width: 80%;
}
#homepage #award article .card {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column; /* Ensures consistent stacking */
  height: 100%; /* Ensures cards are full height */
  justify-content: space-evenly;
}
#homepage #award article .card img {
  height: auto;
  align-self: center;
}
#homepage #award article .card-body h3 {
  margin: 0;
}
#homepage #award article .card-body p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#homepage #award article:nth-child(2), #homepage #award article:nth-child(3) {
  border-bottom: 4px solid #fdb913;
}
@media screen and (min-width: 768px) {
  #homepage #award article:nth-child(2), #homepage #award article:nth-child(3) {
    border: none;
  }
}

/* =========================================================
   HERO WRAPPER (needed so absolute positioning is anchored)
   ========================================================= */
.hero-wrap {
  position: relative;
}

/* ==========================================
   FLOATING CIRCULAR ANNUAL MEETING BUTTON
   ========================================== */
.annual-float-badge {
  position: absolute;
  z-index: 50;
  top: 24px;
  right: 60px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: #b71c1c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  border: 4px solid rgba(255, 255, 255, 0.5);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.annual-float-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: black;
}

.annual-float-badge:focus,
.annual-float-badge:focus-visible {
  outline: 4px solid #f2b01e;
  outline-offset: 4px;
}

/* ==========================================
   MOBILE
   ========================================== */
/* Large screens: pull it in even more */
@media (min-width: 1400px) {
  .annual-float-badge {
    right: 120px;
  }
}
/* Medium screens: keep it reasonable */
@media (max-width: 1200px) {
  .annual-float-badge {
    right: 28px;
  }
}
/* Mobile: close to edge so it doesn’t block content */
@media (max-width: 768px) {
  .annual-float-badge {
    right: 14px;
    top: 14px;
    width: 90px;
    height: 90px;
    font-size: 0.85rem;
  }
}
/* =========================================================
   AUCTION BANNER (MAKE IT STAND OUT)
   ========================================================= */
.auction-banner {
  margin: 0;
  padding: 14px 0;
  /* Strong, high contrast background */
  background: #0b2d4d;
  color: #fff;
  /* Makes it feel like a "real" section */
  border-top: 3px solid rgba(255, 255, 255, 0.15);
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
}

.auction-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auction-text {
  text-align: left;
  line-height: 1.2;
  font-size: 1rem;
}

.auction-text strong {
  font-size: 1.1rem;
  font-weight: 900;
}

/* Bright contrasting button */
.auction-button {
  flex: 0 0 auto;
  background: #f2b01e;
  color: #111;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.auction-button:hover {
  transform: scale(1.03);
  text-decoration: underline;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.32);
}

#residential section, #business section {
  margin-bottom: 2em;
}
#residential .card, #business .card {
  text-align: center;
  margin-top: 1.5em;
}
#residential .card a, #business .card a {
  margin-top: 1em;
}
#residential .brand1-border, #business .brand1-border {
  border: 3px solid #4e917a;
}
#residential .brand3-border, #business .brand3-border {
  border: 3px solid #37528b;
}
#residential .brand2-border, #business .brand2-border {
  border: 3px solid #fdb913;
}
#residential .darkGray-border, #business .darkGray-border {
  border: 3px solid #1b1b1b;
}
#residential .icon, #business .icon {
  position: relative;
  align-self: center;
  border-radius: 50%;
  padding: 1.5em;
}
#residential .icon i, #residential .icon span, #business .icon i, #business .icon span {
  border-radius: 50%;
  font-size: 5em;
  padding: 0.5em;
}
#residential .icon .brand1-icon, #business .icon .brand1-icon {
  color: #000;
  background-color: #4e917a;
}
#residential .icon .brand3-icon, #business .icon .brand3-icon {
  color: #fff;
  background-color: #37528b;
}
#residential .icon .brand2-icon, #business .icon .brand2-icon {
  color: #000;
  background-color: #fdb913;
}
#residential .icon .darkGray-icon, #business .icon .darkGray-icon {
  color: #fff;
  background-color: #1b1b1b;
}

/********* Price Details Slider ***********/
@media screen and (max-width: 576px) {
  .slider {
    width: 315px;
    text-align: center;
    margin: 0 auto;
  }
  .slider .link {
    padding: 0;
  }
  .card-deck {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /*
      scroll-snap-points-x: repeat(300px);
      scroll-snap-type: mandatory;
    */
  }
  .card-deck .card {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  .card-deck .priceDetails {
    margin-top: 1em;
  }
  .card-deck .priceDetails .card-footer {
    width: 100%;
  }
  .card-deck::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .card-deck::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
  }
  .card-deck::-webkit-scrollbar-track {
    background: transparent;
  }
  .card-deck > article {
    scroll-snap-align: start;
    flex-shrink: 0;
    margin-right: 50px;
    border-radius: 10px;
    /*
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
    */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-deck > article:target {
    /* transform: scale(0.8); */
  }
  .slider > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: #1b1b1b;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
  }
  .slider > a:active {
    top: 1px;
  }
  .slider > a:focus {
    background: #000;
  }
}
#amcNetwork table {
  text-align: center;
  color: #000;
}
#amcNetwork table caption {
  margin-top: 0.5rem;
}
#amcNetwork table thead .bg-primary {
  background-color: #4e917a !important;
}
#amcNetwork table thead .table-primary, #amcNetwork table thead .table-primary > td, #amcNetwork table thead .table-primary > th {
  background-color: rgb(167.869955157, 208.130044843, 194.3094170404) !important;
}
#amcNetwork table th {
  font-weight: bold;
}
#amcNetwork table td {
  vertical-align: middle;
}

#roswellPromo {
  position: relative;
  font-size: 16px;
  background-color: black;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", sans-serif;
}
#roswellPromo .container {
  max-width: 768px;
  background-image: url("../../img/other/glitterBack.png");
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #roswellPromo .container {
    max-width: 100%;
  }
}
#roswellPromo section {
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 48ch;
}
@media screen and (min-width: 768px) {
  #roswellPromo section {
    max-width: 1800px;
  }
}
#roswellPromo #desktopVersion {
  border: dashed 2px white;
  padding: 2em;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3em;
}
#roswellPromo .three {
  line-height: 1.3;
  font-size: 15em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #roswellPromo .three {
    font-size: 27em;
    line-height: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #roswellPromo .three {
    font-size: 18em;
  }
}
@media screen and (min-width: 850px) and (max-width: 990px) {
  #roswellPromo .three {
    font-size: 21em;
  }
}
@media screen and (min-width: 768px) {
  #roswellPromo .freeText {
    margin-left: -5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1002px) {
  #roswellPromo .freeText {
    margin-left: 0;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1140px) {
  #roswellPromo .freeText {
    margin-left: -3em;
  }
}
#roswellPromo .month {
  font-size: 5em;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  #roswellPromo .month {
    font-size: 4em;
  }
}
@media screen and (max-width: 330px) {
  #roswellPromo .month {
    font-size: 3em;
  }
}
@media screen and (min-width: 768px) {
  #roswellPromo .month {
    font-size: 4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #roswellPromo .month {
    font-size: 2em;
  }
}
@media screen and (min-width: 850px) and (max-width: 990px) {
  #roswellPromo .month {
    font-size: 3em;
  }
}
#roswellPromo .free {
  font-family: "Neonderthaw", cursive;
  font-size: 5.7em;
  font-weight: bold;
  margin: -0.25em 0;
}
@media screen and (max-width: 400px) {
  #roswellPromo .free {
    font-size: 4.7em;
  }
}
@media screen and (max-width: 330px) {
  #roswellPromo .free {
    font-size: 3.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #roswellPromo .free {
    font-size: 2.7em;
  }
}
@media screen and (min-width: 850px) and (max-width: 990px) {
  #roswellPromo .free {
    font-size: 3.7em;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  #roswellPromo .free {
    font-size: 4.7em;
  }
}
#roswellPromo .internet {
  font-size: 4.5em;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  #roswellPromo .internet {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 330px) {
  #roswellPromo .internet {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  #roswellPromo .internet {
    font-size: 3.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #roswellPromo .internet {
    font-size: 2em;
  }
}
@media screen and (min-width: 850px) and (max-width: 990px) {
  #roswellPromo .internet {
    font-size: 3em;
  }
}
#roswellPromo .signupD {
  text-align-last: center;
}
#roswellPromo .signupD .signupP {
  font-weight: bold;
  text-align: justify;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #roswellPromo .signupD .signupP {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 850px) and (max-width: 900px) {
  #roswellPromo .signupD .signupP {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 900px) and (max-width: 990px) {
  #roswellPromo .signupD .signupP {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 990px) and (max-width: 1078px) {
  #roswellPromo .signupD .signupP {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 0px) and (max-width: 359px) {
  #roswellPromo .signupD .displayBreak {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #roswellPromo .signupD .displayBreak {
    display: none;
  }
}
#roswellPromo .promoArea {
  display: flex;
  flex-direction: column;
  align-self: center;
}
#roswellPromo .promoCode {
  margin: 2.2em 0;
  font-weight: bold;
}
#roswellPromo .codeForPromo {
  font-size: 1.75em;
}
#roswellPromo .promoButton {
  display: inline-block;
  border: 3px solid white;
  border-radius: 35px;
  padding: 0.75em;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #roswellPromo .promoButton {
    width: 11em;
    align-self: center;
    font-size: 1.1em;
    padding: 0.5em;
  }
}
@media screen and (min-width: 850px) and (max-width: 990px) {
  #roswellPromo .promoButton {
    font-size: 1.35em;
    padding: 0.6em;
  }
}
#roswellPromo .disclaimer {
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  #roswellPromo .disclaimer {
    margin: 0.5em 0;
  }
}
#roswellPromo .smartHomeImage {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  #roswellPromo .smartHomeImage {
    display: none;
  }
}
#roswellPromo figure {
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  #roswellPromo figure {
    display: none;
  }
}
#roswellPromo .ready {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#roswellPromo .goldText {
  color: #fdb913;
}
#roswellPromo .glow {
  color: #fed674;
  text-align: center;
  text-shadow: 0 0 8px #fdb913, 0 0 12px #fdb913, 0 0 18px #fdb913;
}
#roswellPromo .glow-light {
  color: #fed674;
  text-align: center;
  text-shadow: 0 0 4px rgb(99, 73, 7), 0 0 6px rgb(99, 73, 7), 0 0 8px rgb(99, 73, 7), 0 0 10px rgb(99, 73, 7), 0 0 12px rgb(99, 73, 7), 0 0 15px rgb(99, 73, 7);
}
#roswellPromo hr {
  border: 2px solid white;
  margin: 2em auto;
  max-width: 40%;
}
#roswellPromo .lte {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#roswellPromo .offerhere {
  margin-bottom: 0.75em;
}
#roswellPromo .link {
  color: #fdb913;
}
#roswellPromo .logo {
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}
@media screen and (max-width: 400px) {
  #roswellPromo .logo {
    max-width: 65%;
  }
}
@media screen and (min-width: 768px) {
  #roswellPromo .logo {
    max-width: 400px;
  }
}
#roswellPromo .fiberGraphic {
  display: none;
}
@media screen and (min-width: 768px) {
  #roswellPromo .fiberGraphic {
    display: block;
    position: absolute;
    right: -0.5%;
    bottom: 18%;
    width: 25%;
  }
}

#residentialInternet h3 {
  text-align: center;
  margin-top: 1.2rem;
  color: #4e917a;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
#residentialInternet .true-plans {
  list-style: circle;
  list-style-position: inside;
  text-align: left;
  margin-left: 1em;
}
#residentialInternet .what-is-fiber {
  max-width: 992px;
}
#residentialInternet .what-is-fiber .row {
  align-items: center;
}
#residentialInternet .what-is-fiber .fiber-engineer-img img {
  width: 100%;
}

.internet-advantages {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-image: url("/img/residential/hometech-add.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.internet-advantages div.icon {
  background-image: url("/img/residential/hometech-add.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.advantages article {
  color: #fff;
}
.advantages article div {
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
.advantages .advantages-text {
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.advantages div.icon {
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 1rem auto;
}
.advantages i, .advantages span {
  margin-top: 20%;
  font-size: 3em;
}
.advantages .fa-rocket, .advantages .fa-photo-video {
  margin-top: 25%;
}

advantages.row {
  display: flex;
}
advantages.row .col {
  flex: 1;
}

.homeTechPlus p {
  text-align: center;
}

.htList {
  text-align: center;
}
.htList ul {
  list-style-position: inside;
  max-width: 500px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.htList ul ul {
  margin-left: 1.5rem;
}

.shwList {
  /*text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;*/
}
.shwList ul {
  list-style-position: inside;
}
.shwList ul ul {
  margin-left: 1.5rem;
}

#addOns {
  padding-bottom: 1.5em;
}
#addOns h3 {
  margin: 1rem 0;
  text-align: center;
}
#addOns p {
  margin: 0.75rem 0;
}
#addOns ul {
  list-style-position: outside;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
#addOns ul li {
  margin-left: 1em;
}
#addOns ul ul {
  margin-left: 1.5em;
}
@media screen and (max-width: 279px) {
  #addOns .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.disclaimer {
  font-size: 0.75em;
  text-align: center;
}

#fiberhood p, #competitionResults p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#fiberhood .circle, #competitionResults .circle {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
}
#fiberhood .circle.red, #competitionResults .circle.red {
  background-color: #ff0000;
}
#fiberhood .circle.brown, #competitionResults .circle.brown {
  background-color: #996300;
}
#fiberhood .circle.green, #competitionResults .circle.green {
  background-color: #4e917a;
}
#fiberhood .circle.blue, #competitionResults .circle.blue {
  background-color: #37528b;
}
#fiberhood .status h2, #competitionResults .status h2 {
  text-align: left;
}
#fiberhood ul, #competitionResults ul {
  border: solid 2px #1b1b1b;
  border-radius: 5px;
  padding: 0.35em 1em;
  margin-left: auto;
  margin-right: auto;
}
#fiberhood ul li, #competitionResults ul li {
  display: inline-block;
  line-height: 1.5em;
}
#fiberhood #map, #competitionResults #map {
  height: 500px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#fiberhood #description, #competitionResults #description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#fiberhood #infowindow-content .title, #competitionResults #infowindow-content .title {
  font-weight: bold;
}
#fiberhood #infowindow-content, #competitionResults #infowindow-content {
  display: none;
}
#fiberhood #map #infowindow-content, #competitionResults #map #infowindow-content {
  display: inline;
}
#fiberhood .pac-card, #competitionResults .pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}
#fiberhood #pac-container, #competitionResults #pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}
#fiberhood .pac-controls, #competitionResults .pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
#fiberhood .pac-controls label, #competitionResults .pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#fiberhood #pac-input, #competitionResults #pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  width: 400px;
  border-radius: 5px;
  margin-top: 0.7rem;
}
#fiberhood #pac-input:focus, #competitionResults #pac-input:focus {
  border-color: #4d90fe;
}
#fiberhood #title, #competitionResults #title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
#fiberhood #target, #competitionResults #target {
  width: 345px;
}
#fiberhood .progress, #competitionResults .progress {
  position: relative;
  height: 2.5rem;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.75);
}
#fiberhood .progress-bar-striped, #competitionResults .progress-bar-striped {
  border-bottom: outset 2px rgba(0, 0, 0, 0.75);
  border-right: outset 2px rgba(0, 0, 0, 0.75);
  border-top: inset 1px rgba(0, 0, 0, 0.25);
}
#fiberhood .progress-heading, #competitionResults .progress-heading {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  margin: 0;
  text-align: center;
  padding-left: 1rem;
  padding-top: 0.55rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  height: 100%;
}
#fiberhood .percentage-text, #competitionResults .percentage-text {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  margin: 0;
  padding-right: 1rem;
  padding-top: 1.2rem;
  height: 100%;
  font-size: 1rem;
}
#fiberhood .bg-preregister, #competitionResults .bg-preregister {
  background-color: #f00;
}
#fiberhood .bg-qualified, #competitionResults .bg-qualified {
  background-color: #4e917a;
}

#voice h3 {
  text-align: center;
  margin-top: 1.2rem;
  color: #4e917a;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

#voice #local-voice-plans .card-body {
  text-align: center;
}
#voice #local-voice-plans .card-body h3 {
  line-height: 1.1;
}
#voice #local-voice-plans .card-body h3 span {
  display: block;
  font-size: 0.5em;
}

#preregister label, #addressNotListed label {
  margin-bottom: 0.5em;
  font-weight: 700;
}
#preregister input, #preregister select, #preregister textarea, #addressNotListed input, #addressNotListed select, #addressNotListed textarea {
  border-color: #000;
  color: #000;
}
#preregister input[type=file], #addressNotListed input[type=file] {
  background-color: #d7d7d7;
  padding: 0.5rem;
  font-size: 1.2em;
  border-radius: 5px;
  transition: 0.75s all ease;
}
#preregister input[type=file]:hover, #preregister input[type=file]:focus, #addressNotListed input[type=file]:hover, #addressNotListed input[type=file]:focus {
  background-color: #fdb913;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#preregister .addressNotFoundLink, #addressNotListed .addressNotFoundLink {
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: underline;
  border-radius: 5px;
  color: #000;
}
#preregister .addressNotFoundLink:before, #addressNotListed .addressNotFoundLink:before {
  content: "►";
  padding-right: 0.25rem;
}
#preregister .addressNotFoundLink:hover, #preregister .addressNotFoundLink:focus, #addressNotListed .addressNotFoundLink:hover, #addressNotListed .addressNotFoundLink:focus {
  background-color: #fdb913;
}
#preregister #submit, #addressNotListed #submit {
  border-color: transparent;
}
#preregister .ohnohoney, #addressNotListed .ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.preRegTermsConditions {
  width: 375px;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.sq-payment-form {
  background-color: rgb(101.5470852018, 172.4529147982, 148.1121076233);
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#error {
  background-color: #fff;
  border-radius: 5px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#quickaddressmodal {
  background-color: rgba(0, 0, 0, 0.55);
}
#quickaddressmodal .qal-selections {
  margin-top: 1rem;
}
#quickaddressmodal .btn {
  display: inline-block;
  width: unset;
}
#quickaddressmodal .modal-footer {
  padding: 0;
}
#quickaddressmodal .modal-footer .quick-address-message {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}
#quickaddressmodal .modal-footer .red {
  background-color: rgba(255, 0, 0, 0.35);
  color: #000;
}
#quickaddressmodal .modal-footer .blue {
  background-color: rgba(55, 82, 139, 0.35);
  color: #000;
}
#quickaddressmodal .modal-footer .brown {
  background-color: rgba(153, 99, 0, 0.35);
  color: #000;
}
#quickaddressmodal .modal-footer .link {
  border-radius: 5px;
}
#quickaddressmodal .modal-footer .link:hover, #quickaddressmodal .modal-footer .link:focus {
  background-color: #000;
  color: #fff;
}
#quickaddressmodal .modal-footer > * {
  margin: 0;
}
#quickaddressmodal .dropdown-menu {
  height: 300px;
  overflow-y: scroll;
}

#paymentMessage {
  position: relative;
  min-height: 160px;
}
#paymentMessage ul {
  list-style-position: inside;
}

.pr-addressconnected-list li {
  margin-left: 1.75em;
}

#wifiappfeatures {
  /*background-image: url("/img/residential/hometech-add.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
  background-color: #fff;
  padding: 1em 0;
}
#wifiappfeatures .wifiapp-list li {
  padding: 0.25em;
}
#wifiappfeatures .phone-image {
  position: relative;
  text-align: center;
}
#wifiappfeatures .phone-image img {
  width: 58%;
}
@media screen and (max-width: 991px) {
  #wifiappfeatures .phone-image img {
    width: 93%;
  }
}
@media screen and (max-width: 568px) {
  #wifiappfeatures .phone-image img {
    display: none;
  }
}
#experienceIQ {
  background-color: #1b1b1b;
  color: #fff;
  padding-top: 2em;
  margin-top: 6em;
}
#experienceIQ .expIQ-top {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  #experienceIQ .expIQ-top {
    margin-bottom: 2rem;
  }
}
#experienceIQ .expIQ-top img.expIQ-title-image {
  width: 80%;
  position: absolute;
  bottom: -10%;
  left: 10%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  #experienceIQ .expIQ-top img.expIQ-title-image {
    width: 105%;
    bottom: 10%;
  }
}
@media screen and (max-width: 900px) {
  #experienceIQ .expIQ-top img.expIQ-title-image {
    width: 90%;
    bottom: 20%;
    left: 13%;
  }
}
@media screen and (max-width: 767px) {
  #experienceIQ .expIQ-top img.expIQ-title-image {
    position: relative;
    width: 100%;
    bottom: 20%;
    left: 13%;
  }
}
@media screen and (max-width: 575px) {
  #experienceIQ .expIQ-top img.expIQ-title-image {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
#experienceIQ .expIQ-bottom {
  position: relative;
  overflow: hidden;
}
#experienceIQ .expIQ-bottom img.expIQ-phone-image {
  position: absolute;
  width: 60%;
  left: 15%;
}
@media screen and (max-width: 991px) {
  #experienceIQ .expIQ-bottom img.expIQ-phone-image {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #experienceIQ .expIQ-bottom img.expIQ-phone-image {
    width: 90%;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  #experienceIQ .expIQ-bottom img.expIQ-phone-image {
    display: none;
  }
}
#experienceIQ .expIQ-bottom .expIQ-bottom-inner li {
  padding: 0.5em;
}

#protectIQ {
  background-color: #fff;
  color: #000;
  padding: 2em 0;
}
#protectIQ .proIQ-top {
  position: relative;
}
#protectIQ .proIQ-top img.proIQ-phone-image {
  width: 60%;
}
@media screen and (max-width: 991px) {
  #protectIQ .proIQ-top img.proIQ-phone-image {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #protectIQ .proIQ-top img.proIQ-phone-image {
    width: 50%;
    margin-top: 1.5rem;
  }
}
#protectIQ .proIQ-top .proIQ-top-inner .piq-list li {
  padding: 0.5em;
}

#ltePromoPage .level-3 #header-bg {
  background-position: top;
}
#ltePromoPage .infoOverlay .infoOverlay-bg {
  background-repeat: repeat;
}

#ltePromo {
  font-size: 1.5em;
}
#ltePromo .card-body {
  position: relative;
  font-size: 1.5em;
}
#ltePromo .card-body h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#ltePromo .card-title {
  text-align: left;
}
#ltePromo .card-title .card-subtitle {
  font-size: 0.6em;
  color: #000;
  text-shadow: none;
  background-color: rgb(167.869955157, 208.130044843, 194.3094170404);
  border-radius: 5px;
  padding: 0.25em;
}
#ltePromo .card-footer {
  background-color: #fdb913;
}
#ltePromo .disclaimer {
  box-shadow: none;
  text-align: left;
}

#arloFeatures {
  line-height: 1.5;
  letter-spacing: 0.06em;
  word-spacing: 0.16em;
}
#arloFeatures .card {
  box-shadow: none;
}
#arloFeatures p {
  margin-bottom: 2em;
}
#arloFeatures article {
  padding-top: 3em;
  padding-bottom: 3em;
}
#arloFeatures article .row {
  margin-left: 0;
  margin-right: 0;
}
#arloFeatures article .subTitle {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
#arloFeatures article .divCard {
  padding: 1em;
}
#arloFeatures article .divCard .fa-check-circle {
  color: inherit;
}
#arloFeatures article .divCard.dc-1 {
  background-color: rgb(253.8571428571, 215, 120.1428571429);
}
#arloFeatures article .divCard.dc-2 {
  background-color: rgb(253.4285714286, 200, 69.5714285714);
}
#arloFeatures article .divCard.dc-3 {
  background-color: #fdb913;
}
#arloFeatures article .divCard.dc-4 {
  background-color: rgb(219.1428571429, 156, 1.8571428571);
}
#arloFeatures article .divCard .icon {
  font-size: 2em;
}
#arloFeatures article .divCard .cardParagraph span {
  align-self: center;
  padding-left: 0;
}
#arloFeatures article .divCard .cardParagraph ul {
  list-style: none;
}
#arloFeatures article .divCard ul {
  padding-left: 1em;
}
#arloFeatures article .divCard .cardFooter {
  align-self: self-end;
}
#arloFeatures article .divCard .cardFooter button {
  margin-top: 1em;
}
#arloFeatures article .divCard .cardFooter .btn-outline-dark {
  background-color: #fff;
  transition: all ease-in-out 0.75s;
}
#arloFeatures article .divCard .cardFooter .btn-outline-dark:hover, #arloFeatures article .divCard .cardFooter .btn-outline-dark:focus {
  background-color: #1b1b1b;
}
#arloFeatures #wholeHomeVisibility h2 {
  text-align: left;
}
#arloFeatures #wholeHomeVisibility img {
  height: unset;
}
#arloFeatures #personalSecurity h2 {
  text-align: left;
}
#arloFeatures #personalSecurity img {
  height: unset;
  margin-left: -1em;
}
#arloFeatures #YourHome {
  background-color: #1b1b1b;
  overflow: hidden;
}
#arloFeatures #YourHome h2 {
  text-align: center;
}
#arloFeatures #YourHome h3 {
  text-align: left;
  font-size: 1.25em;
  color: #fff;
}
#arloFeatures #YourHome p {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #arloFeatures #YourHome .imgDiv {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #arloFeatures #YourHome .imgDiv {
    display: none;
  }
}
#arloFeatures #YourHome img {
  margin-bottom: -30em;
}
@media only screen and (max-width: 1199px) {
  #arloFeatures #YourHome img {
    max-width: 98%;
  }
}
#arloFeatures #HowItWorks .imgDiv {
  align-self: center;
}
#arloFeatures #HowItWorks .imgDiv img {
  width: 100%;
}
#arloFeatures #HowItWorks h2 {
  text-align: left;
}
#arloFeatures #HowItWorks h3 {
  font-size: 1.25em;
  font-weight: 700;
}
#arloFeatures #HowItWorks p {
  margin-bottom: 1.25em;
  margin-left: 2.8em;
}
#arloFeatures #HowItWorks .numberStyles {
  border-radius: 50%;
  padding: 0.3em 0.5em 0.2em 0.6em;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}
#arloFeatures #HowItWorks .numberStyles.n-1 {
  background-color: rgb(253.8571428571, 215, 120.1428571429);
}
#arloFeatures #HowItWorks .numberStyles.n-2 {
  background-color: rgb(253.4285714286, 200, 69.5714285714);
}
#arloFeatures #HowItWorks .numberStyles.n-3 {
  background-color: #fdb913;
}
#arloFeatures #HowItWorks .numberStyles.n-4 {
  background-color: rgb(219.1428571429, 156, 1.8571428571);
}
#arloFeatures #arloPlans {
  box-shadow: inherit;
}
#arloFeatures #arloPlans p {
  margin-bottom: 0;
}
#arloFeatures #arloPlans article {
  padding: 0;
  text-align: left;
}
#arloFeatures #arloPlans .arloAddOns {
  list-style: disc;
  padding-left: 1em;
}
#arloFeatures #arloPlans li {
  text-align: left;
}
#arloFeatures #arloPlans .card {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#arloFeatures #arloPlans .card img {
  object-fit: contain;
  object-position: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#arloFeatures #arloPlans .row span {
  align-self: center;
  padding-left: 0;
}
#arloFeatures .testDiv-4 {
  background-color: #fdb913;
}
#arloFeatures .testDiv-3 {
  background-color: rgb(253.4285714286, 200, 69.5714285714);
}
#arloFeatures .testDiv-2 {
  background-color: rgb(253.8571428571, 215, 120.1428571429);
}
#arloFeatures .testDiv-1 {
  background-color: rgb(254.2857142857, 230, 170.7142857143);
}
#arloFeatures .testDiv-5 {
  background-color: rgb(219.1428571429, 156, 1.8571428571);
}
#arloFeatures .testDiv-6 {
  background-color: rgb(168.5714285714, 120, 1.4285714286);
}
#arloFeatures .testDiv-7 {
  background-color: #765401;
}

#businessSolutions i, #businessSolutions span {
  color: #fff;
  font-size: 3em;
  align-self: center;
}
#businessSolutions .benefits .row {
  margin-bottom: 1.5em;
}
#businessSolutions .benefits h3 {
  color: #fff;
  font-weight: 600;
}
#businessSolutions .benefits h3, #businessSolutions .benefits p {
  margin: 0;
  text-align: left;
}
#businessSolutions .benefits .row .col-2 {
  display: flex;
}
#businessSolutions .telephoneServices .btn, #businessSolutions .telephoneServices table {
  margin: 1em 0;
}
#businessSolutions .telephoneServices tr:first-child {
  text-align: center;
}
#businessSolutions .telephoneServices th {
  font-weight: 700;
}
#businessSolutions .telephoneServices td {
  text-align: center;
}
#businessSolutions #transportServices p {
  margin-bottom: 1em;
}
#businessSolutions #transportServices ul {
  margin-left: 1em;
}

#connectedVoice .unifiedCommImage {
  width: 100%;
}
#connectedVoice article {
  margin-top: 1.2em;
}
#connectedVoice .flag {
  width: 16px;
  height: 16px;
  margin: 0.2em;
}
#connectedVoice .addOnFeatures ul, #connectedVoice .accountFeatures ul {
  list-style-position: inside;
}
#connectedVoice .addOnFeatures ul li, #connectedVoice .accountFeatures ul li {
  margin: 1em 0 1em 0.5em;
}
#connectedVoice .addOnFeatures h3, #connectedVoice .accountFeatures h3 {
  text-align: center;
}
#connectedVoice .addOnFeatures .btn, #connectedVoice .accountFeatures .btn {
  margin: 1em 0;
}
#connectedVoice .addOnFeatures .listFeatures, #connectedVoice .accountFeatures .listFeatures {
  margin-left: 1.5em;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  #connectedVoice .addOnFeatures, #connectedVoice .accountFeatures {
    justify-content: center;
  }
}
#connectedVoice .international {
  margin-bottom: 1em;
}
#connectedVoice .international h3 {
  text-align: center;
}
#connectedVoice .international {
  margin-left: auto;
  margin-right: auto;
}
#connectedVoice .international > div {
  justify-content: center;
}

#professionalServices .btn {
  margin-top: 1em;
}
#professionalServices .vcio-image {
  background-image: url("/img/business/ProfessionalServices/virtual_cio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#professionalServices .server-image {
  background-image: url("/img/business/ProfessionalServices/server_administration.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#professionalServices .network-image {
  background-image: url("/img/business/ProfessionalServices/network_support.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#professionalServices .end-image {
  background-image: url("/img/business/ProfessionalServices/end_user_support.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#professionalServices .security-image {
  background-image: url("/img/business/ProfessionalServices/managed_security.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#professionalServices .smart-image {
  background-image: url("/img/business/ProfessionalServices/smart_automation.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#professionalServices .hardware-image {
  background-image: url("/img/business/ProfessionalServices/endless_hardware.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#dataCenter .serviceDetails .container,
#professionalServices .serviceDetails .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#dataCenter .data-center-video h3 {
  margin: 1em 0 1em 0;
  color: #4e917a;
  font-weight: 700;
}
#dataCenter .eor-image {
  background-image: url("/img/business/DataCenter/eor.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#dataCenter .colocation-image {
  background-image: url("/img/business/DataCenter/colocation.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#dataCenter .vir-image {
  background-image: url("/img/business/DataCenter/vir.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#dataCenter .bu-image {
  background-image: url("/img/business/DataCenter/bu.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#dataCenter .remote-image {
  background-image: url("/img/business/DataCenter/v.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#dataCenter .pec-image {
  background-image: url("/img/business/DataCenter/pec.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#support article {
  margin: 2em 0;
}
#support .card-footer {
  border-top: none;
  background-color: #fff;
}
#support .accessible-assistance .image-div {
  background-image: url(../img/support/accessible-assistance.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#support .faq .image-div {
  background-image: url(../img/support/question.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
#support .plateau-tutorials .image-div {
  background-image: url(../img/support/tutorial-image.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#support .smarthub-support .image-div {
  background-image: url(../img/support/sh_logo.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#support .self-install .image-div {
  background-image: url(../img/support/selfInstall.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
#support #accessibleassistance p:first-child {
  margin-top: 2em;
}
#support #accessibleassistance p {
  margin: 0.5em 0;
}
#support #accessibleassistance h2 {
  margin: 1em;
}
#support #accessibleassistance li {
  margin-left: 1.5em;
}
#support #accessibleassistance ul:last-child {
  margin-bottom: 2em;
}

#accordion, #accordionPreRegistration,
#accordionServices, #accordionInstallation,
#accordionBilling, #accordionMdu,
#accordionTv, #accordionEverywhere,
#accordionStream {
  margin: 2em 0;
  border-radius: 8px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
#accordion .card, #accordionPreRegistration .card,
#accordionServices .card, #accordionInstallation .card,
#accordionBilling .card, #accordionMdu .card,
#accordionTv .card, #accordionEverywhere .card,
#accordionStream .card {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
#accordion .card:first-child, #accordion .card:first-child .card-header .card-title, #accordionPreRegistration .card:first-child, #accordionPreRegistration .card:first-child .card-header .card-title,
#accordionServices .card:first-child,
#accordionServices .card:first-child .card-header .card-title, #accordionInstallation .card:first-child, #accordionInstallation .card:first-child .card-header .card-title,
#accordionBilling .card:first-child,
#accordionBilling .card:first-child .card-header .card-title, #accordionMdu .card:first-child, #accordionMdu .card:first-child .card-header .card-title,
#accordionTv .card:first-child,
#accordionTv .card:first-child .card-header .card-title, #accordionEverywhere .card:first-child, #accordionEverywhere .card:first-child .card-header .card-title,
#accordionStream .card:first-child,
#accordionStream .card:first-child .card-header .card-title {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#accordion .card:last-child, #accordion .card:last-child .card-header .card-title, #accordionPreRegistration .card:last-child, #accordionPreRegistration .card:last-child .card-header .card-title,
#accordionServices .card:last-child,
#accordionServices .card:last-child .card-header .card-title, #accordionInstallation .card:last-child, #accordionInstallation .card:last-child .card-header .card-title,
#accordionBilling .card:last-child,
#accordionBilling .card:last-child .card-header .card-title, #accordionMdu .card:last-child, #accordionMdu .card:last-child .card-header .card-title,
#accordionTv .card:last-child,
#accordionTv .card:last-child .card-header .card-title, #accordionEverywhere .card:last-child, #accordionEverywhere .card:last-child .card-header .card-title,
#accordionStream .card:last-child,
#accordionStream .card:last-child .card-header .card-title {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#accordion .card:last-child .card-header .card-title:not(.collapsed), #accordionPreRegistration .card:last-child .card-header .card-title:not(.collapsed),
#accordionServices .card:last-child .card-header .card-title:not(.collapsed), #accordionInstallation .card:last-child .card-header .card-title:not(.collapsed),
#accordionBilling .card:last-child .card-header .card-title:not(.collapsed), #accordionMdu .card:last-child .card-header .card-title:not(.collapsed),
#accordionTv .card:last-child .card-header .card-title:not(.collapsed), #accordionEverywhere .card:last-child .card-header .card-title:not(.collapsed),
#accordionStream .card:last-child .card-header .card-title:not(.collapsed) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#accordion .card .card-header, #accordionPreRegistration .card .card-header,
#accordionServices .card .card-header, #accordionInstallation .card .card-header,
#accordionBilling .card .card-header, #accordionMdu .card .card-header,
#accordionTv .card .card-header, #accordionEverywhere .card .card-header,
#accordionStream .card .card-header {
  padding: 0;
  border: none;
  margin: 0;
}
#accordion .card .card-header h2, #accordion .card .card-header h3, #accordion .card .card-header h4, #accordionPreRegistration .card .card-header h2, #accordionPreRegistration .card .card-header h3, #accordionPreRegistration .card .card-header h4,
#accordionServices .card .card-header h2,
#accordionServices .card .card-header h3,
#accordionServices .card .card-header h4, #accordionInstallation .card .card-header h2, #accordionInstallation .card .card-header h3, #accordionInstallation .card .card-header h4,
#accordionBilling .card .card-header h2,
#accordionBilling .card .card-header h3,
#accordionBilling .card .card-header h4, #accordionMdu .card .card-header h2, #accordionMdu .card .card-header h3, #accordionMdu .card .card-header h4,
#accordionTv .card .card-header h2,
#accordionTv .card .card-header h3,
#accordionTv .card .card-header h4, #accordionEverywhere .card .card-header h2, #accordionEverywhere .card .card-header h3, #accordionEverywhere .card .card-header h4,
#accordionStream .card .card-header h2,
#accordionStream .card .card-header h3,
#accordionStream .card .card-header h4 {
  margin-bottom: 0;
}
#accordion .card .card-header .card-title, #accordionPreRegistration .card .card-header .card-title,
#accordionServices .card .card-header .card-title, #accordionInstallation .card .card-header .card-title,
#accordionBilling .card .card-header .card-title, #accordionMdu .card .card-header .card-title,
#accordionTv .card .card-header .card-title, #accordionEverywhere .card .card-header .card-title,
#accordionStream .card .card-header .card-title {
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1.5rem;
  margin: 0;
  text-align: left;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}
#accordion .card .card-header .card-title i, #accordion .card .card-header .card-title span, #accordionPreRegistration .card .card-header .card-title i, #accordionPreRegistration .card .card-header .card-title span,
#accordionServices .card .card-header .card-title i,
#accordionServices .card .card-header .card-title span, #accordionInstallation .card .card-header .card-title i, #accordionInstallation .card .card-header .card-title span,
#accordionBilling .card .card-header .card-title i,
#accordionBilling .card .card-header .card-title span, #accordionMdu .card .card-header .card-title i, #accordionMdu .card .card-header .card-title span,
#accordionTv .card .card-header .card-title i,
#accordionTv .card .card-header .card-title span, #accordionEverywhere .card .card-header .card-title i, #accordionEverywhere .card .card-header .card-title span,
#accordionStream .card .card-header .card-title i,
#accordionStream .card .card-header .card-title span {
  margin-right: 1rem;
}
#accordion .card .card-header .card-title:not(.collapsed), #accordionPreRegistration .card .card-header .card-title:not(.collapsed),
#accordionServices .card .card-header .card-title:not(.collapsed), #accordionInstallation .card .card-header .card-title:not(.collapsed),
#accordionBilling .card .card-header .card-title:not(.collapsed), #accordionMdu .card .card-header .card-title:not(.collapsed),
#accordionTv .card .card-header .card-title:not(.collapsed), #accordionEverywhere .card .card-header .card-title:not(.collapsed),
#accordionStream .card .card-header .card-title:not(.collapsed) {
  color: #000;
  background-color: #4e917a;
}
#accordion .card .card-header .card-title:not(.collapsed) .collapsed-reveal, #accordionPreRegistration .card .card-header .card-title:not(.collapsed) .collapsed-reveal,
#accordionServices .card .card-header .card-title:not(.collapsed) .collapsed-reveal, #accordionInstallation .card .card-header .card-title:not(.collapsed) .collapsed-reveal,
#accordionBilling .card .card-header .card-title:not(.collapsed) .collapsed-reveal, #accordionMdu .card .card-header .card-title:not(.collapsed) .collapsed-reveal,
#accordionTv .card .card-header .card-title:not(.collapsed) .collapsed-reveal, #accordionEverywhere .card .card-header .card-title:not(.collapsed) .collapsed-reveal,
#accordionStream .card .card-header .card-title:not(.collapsed) .collapsed-reveal {
  display: inline-block;
}
#accordion .card .card-header .card-title:not(.collapsed) .collapsed-hidden, #accordionPreRegistration .card .card-header .card-title:not(.collapsed) .collapsed-hidden,
#accordionServices .card .card-header .card-title:not(.collapsed) .collapsed-hidden, #accordionInstallation .card .card-header .card-title:not(.collapsed) .collapsed-hidden,
#accordionBilling .card .card-header .card-title:not(.collapsed) .collapsed-hidden, #accordionMdu .card .card-header .card-title:not(.collapsed) .collapsed-hidden,
#accordionTv .card .card-header .card-title:not(.collapsed) .collapsed-hidden, #accordionEverywhere .card .card-header .card-title:not(.collapsed) .collapsed-hidden,
#accordionStream .card .card-header .card-title:not(.collapsed) .collapsed-hidden {
  display: none;
}
#accordion .card .card-header .card-title.collapsed, #accordionPreRegistration .card .card-header .card-title.collapsed,
#accordionServices .card .card-header .card-title.collapsed, #accordionInstallation .card .card-header .card-title.collapsed,
#accordionBilling .card .card-header .card-title.collapsed, #accordionMdu .card .card-header .card-title.collapsed,
#accordionTv .card .card-header .card-title.collapsed, #accordionEverywhere .card .card-header .card-title.collapsed,
#accordionStream .card .card-header .card-title.collapsed {
  color: #000;
  border-bottom: 2px ridge #1b1b1b;
}
#accordion .card .card-header .card-title.collapsed:hover, #accordion .card .card-header .card-title.collapsed:focus, #accordionPreRegistration .card .card-header .card-title.collapsed:hover, #accordionPreRegistration .card .card-header .card-title.collapsed:focus,
#accordionServices .card .card-header .card-title.collapsed:hover,
#accordionServices .card .card-header .card-title.collapsed:focus, #accordionInstallation .card .card-header .card-title.collapsed:hover, #accordionInstallation .card .card-header .card-title.collapsed:focus,
#accordionBilling .card .card-header .card-title.collapsed:hover,
#accordionBilling .card .card-header .card-title.collapsed:focus, #accordionMdu .card .card-header .card-title.collapsed:hover, #accordionMdu .card .card-header .card-title.collapsed:focus,
#accordionTv .card .card-header .card-title.collapsed:hover,
#accordionTv .card .card-header .card-title.collapsed:focus, #accordionEverywhere .card .card-header .card-title.collapsed:hover, #accordionEverywhere .card .card-header .card-title.collapsed:focus,
#accordionStream .card .card-header .card-title.collapsed:hover,
#accordionStream .card .card-header .card-title.collapsed:focus {
  background-color: rgb(167.869955157, 208.130044843, 194.3094170404);
}
#accordion .card .card-header .card-title.collapsed .collapsed-reveal, #accordionPreRegistration .card .card-header .card-title.collapsed .collapsed-reveal,
#accordionServices .card .card-header .card-title.collapsed .collapsed-reveal, #accordionInstallation .card .card-header .card-title.collapsed .collapsed-reveal,
#accordionBilling .card .card-header .card-title.collapsed .collapsed-reveal, #accordionMdu .card .card-header .card-title.collapsed .collapsed-reveal,
#accordionTv .card .card-header .card-title.collapsed .collapsed-reveal, #accordionEverywhere .card .card-header .card-title.collapsed .collapsed-reveal,
#accordionStream .card .card-header .card-title.collapsed .collapsed-reveal {
  display: none;
}
#accordion .card .card-header .card-title.collapsed .collapsed-hidden, #accordionPreRegistration .card .card-header .card-title.collapsed .collapsed-hidden,
#accordionServices .card .card-header .card-title.collapsed .collapsed-hidden, #accordionInstallation .card .card-header .card-title.collapsed .collapsed-hidden,
#accordionBilling .card .card-header .card-title.collapsed .collapsed-hidden, #accordionMdu .card .card-header .card-title.collapsed .collapsed-hidden,
#accordionTv .card .card-header .card-title.collapsed .collapsed-hidden, #accordionEverywhere .card .card-header .card-title.collapsed .collapsed-hidden,
#accordionStream .card .card-header .card-title.collapsed .collapsed-hidden {
  display: inline-block;
}
#accordion .card .card-body, #accordionPreRegistration .card .card-body,
#accordionServices .card .card-body, #accordionInstallation .card .card-body,
#accordionBilling .card .card-body, #accordionMdu .card .card-body,
#accordionTv .card .card-body, #accordionEverywhere .card .card-body,
#accordionStream .card .card-body {
  border-left: 1px solid #4e917a;
  border-right: 1px solid #4e917a;
  border-bottom: 2px solid #4e917a;
}
#accordion .card .card-body h3, #accordion .card .card-body h4, #accordion .card .card-body h5, #accordion .card .card-body h6, #accordionPreRegistration .card .card-body h3, #accordionPreRegistration .card .card-body h4, #accordionPreRegistration .card .card-body h5, #accordionPreRegistration .card .card-body h6,
#accordionServices .card .card-body h3,
#accordionServices .card .card-body h4,
#accordionServices .card .card-body h5,
#accordionServices .card .card-body h6, #accordionInstallation .card .card-body h3, #accordionInstallation .card .card-body h4, #accordionInstallation .card .card-body h5, #accordionInstallation .card .card-body h6,
#accordionBilling .card .card-body h3,
#accordionBilling .card .card-body h4,
#accordionBilling .card .card-body h5,
#accordionBilling .card .card-body h6, #accordionMdu .card .card-body h3, #accordionMdu .card .card-body h4, #accordionMdu .card .card-body h5, #accordionMdu .card .card-body h6,
#accordionTv .card .card-body h3,
#accordionTv .card .card-body h4,
#accordionTv .card .card-body h5,
#accordionTv .card .card-body h6, #accordionEverywhere .card .card-body h3, #accordionEverywhere .card .card-body h4, #accordionEverywhere .card .card-body h5, #accordionEverywhere .card .card-body h6,
#accordionStream .card .card-body h3,
#accordionStream .card .card-body h4,
#accordionStream .card .card-body h5,
#accordionStream .card .card-body h6 {
  margin-top: 1rem;
}
#accordion .card .card-body ul, #accordion .card .card-body ol, #accordionPreRegistration .card .card-body ul, #accordionPreRegistration .card .card-body ol,
#accordionServices .card .card-body ul,
#accordionServices .card .card-body ol, #accordionInstallation .card .card-body ul, #accordionInstallation .card .card-body ol,
#accordionBilling .card .card-body ul,
#accordionBilling .card .card-body ol, #accordionMdu .card .card-body ul, #accordionMdu .card .card-body ol,
#accordionTv .card .card-body ul,
#accordionTv .card .card-body ol, #accordionEverywhere .card .card-body ul, #accordionEverywhere .card .card-body ol,
#accordionStream .card .card-body ul,
#accordionStream .card .card-body ol {
  margin-left: 1rem;
}
#accordion .card .card-body dl, #accordionPreRegistration .card .card-body dl,
#accordionServices .card .card-body dl, #accordionInstallation .card .card-body dl,
#accordionBilling .card .card-body dl, #accordionMdu .card .card-body dl,
#accordionTv .card .card-body dl, #accordionEverywhere .card .card-body dl,
#accordionStream .card .card-body dl {
  line-height: 1.5;
}
#accordion .card .card-body dl dt, #accordionPreRegistration .card .card-body dl dt,
#accordionServices .card .card-body dl dt, #accordionInstallation .card .card-body dl dt,
#accordionBilling .card .card-body dl dt, #accordionMdu .card .card-body dl dt,
#accordionTv .card .card-body dl dt, #accordionEverywhere .card .card-body dl dt,
#accordionStream .card .card-body dl dt {
  font-weight: bold;
}
#accordion .card .card-body dl dd, #accordionPreRegistration .card .card-body dl dd,
#accordionServices .card .card-body dl dd, #accordionInstallation .card .card-body dl dd,
#accordionBilling .card .card-body dl dd, #accordionMdu .card .card-body dl dd,
#accordionTv .card .card-body dl dd, #accordionEverywhere .card .card-body dl dd,
#accordionStream .card .card-body dl dd {
  margin-left: 0.5rem;
}

#accordionStream .card-header h4 {
  margin-top: 0;
}

#emailsupport #collapseFour .card-body,
#computersupport #collapseThree .card-body {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#faq #manuals {
  margin-bottom: 1em;
}
#faq #manuals div.col {
  padding: 0.5em;
}
#faq #manuals a {
  margin-bottom: 0.7em;
}
#faq #tableofcontents {
  width: 100%;
  float: none;
  margin: 0;
}
@media screen and (max-width: 279px) {
  #faq .row {
    margin-left: 0;
    margin-right: 0;
  }
}

#contactus {
  line-height: 1.5;
}
#contactus article h3 {
  margin-top: 1rem;
}
#contactus .contact-margin-left {
  margin-left: 3.4em;
}
#contactus .contact-info {
  background-color: #fff;
  padding: 1.5rem;
}
#contactus .contact-info label {
  font-weight: 700;
}
#contactus .contact-info input, #contactus .contact-info select, #contactus .contact-info textarea {
  border-color: #000;
}
#contactus .contact-info #submit {
  border-color: transparent;
}
#contactus #social-links {
  margin-left: -25px;
  margin-right: -25px;
}
#contactus .social-links {
  text-align: center;
}
#contactus .social-links a {
  width: 100%;
  padding: 0.75rem;
  font-size: 3em;
  transition: 0.75s ease-in-out all;
  background-color: #4e917a;
  color: #fff;
}
#contactus .social-links a:hover, #contactus .social-links a:focus {
  color: #fdb913;
  background-color: #1b1b1b;
}
@media screen and (max-width: 279px) {
  #contactus .social-links a {
    font-size: 1.5em;
  }
}
#contactus .ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#accessibleassistance {
  margin: 2rem auto;
}
#accessibleassistance h2 {
  margin: 1rem;
}
#accessibleassistance ul {
  margin-left: 1rem;
}

#firmware {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#firmware a {
  margin: 1rem 0;
}
#firmware .col {
  margin-top: 1rem;
}

#teamsupport {
  margin: 2rem auto;
  text-align: center;
}
#teamsupport p {
  margin-bottom: 1.5rem;
  font-size: 1.25em;
}
#teamsupport .list-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#teamsupport .list-center ul {
  text-align: left;
  margin-left: 1rem;
}

#teamsupport .team-card,
#internetsupport .team-card,
#tutorialvideos .team-card {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  position: relative;
  text-align: center;
  width: 18rem;
  /*.support-icon {
      position: relative;
      border: none;
      background-color: #fff;
      margin-top: -75px;
      margin-left: auto;
      margin-right: auto;
  }*/
}
#teamsupport .team-card img,
#internetsupport .team-card img,
#tutorialvideos .team-card img {
  max-height: 150px;
}
#teamsupport .team-card .card-body,
#internetsupport .team-card .card-body,
#tutorialvideos .team-card .card-body {
  padding: 0;
}
#teamsupport .team-card .card-body p,
#internetsupport .team-card .card-body p,
#tutorialvideos .team-card .card-body p {
  margin-bottom: 1rem;
}
#teamsupport .team-card .card-footer,
#internetsupport .team-card .card-footer,
#tutorialvideos .team-card .card-footer {
  padding: 0;
}
#teamsupport .team-card .card-footer a,
#internetsupport .team-card .card-footer a,
#tutorialvideos .team-card .card-footer a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#teamsupport .team-card .card-footer a:hover, #teamsupport .team-card .card-footer a:focus,
#internetsupport .team-card .card-footer a:hover,
#internetsupport .team-card .card-footer a:focus,
#tutorialvideos .team-card .card-footer a:hover,
#tutorialvideos .team-card .card-footer a:focus {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0;
}

#emailsupport .card-body p,
#emailsupport .card-body li {
  line-height: 1.5;
}
#emailsupport .card-body p {
  margin-bottom: 0.75em;
}
#emailsupport .card-body p + ol {
  margin-bottom: 0;
}
#emailsupport .card-body ol {
  margin-left: 3em;
  margin-bottom: 0.75em;
}
#emailsupport .card-body table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#emailsupport .card-body table th, #emailsupport .card-body table td {
  border: 1px solid black;
  padding: 0.25em;
}
#emailsupport .card-body table th {
  font-weight: bold;
}

#internetsupport .support-advantages {
  color: #000;
}
#internetsupport .support-advantages i, #internetsupport .support-advantages span {
  margin-top: 20%;
  font-size: 3em;
}
#internetsupport .support-advantages div {
  border-radius: 8px;
  padding: 1rem;
  box-shadow: inset -2px -2px 5px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#internetsupport .support-advantages .advantages-text {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  text-decoration: underline;
}
#internetsupport .support-advantages div.icon {
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 1rem auto;
  background-color: #fdb913;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), -1px -1px 5px rgba(0, 0, 0, 0.5);
}
#internetsupport .browsers {
  margin-top: 0.75em;
}
#internetsupport .browsers .team-card {
  width: 100%;
}
#internetsupport .browsers .team-card .support-icon {
  position: relative;
  border: none;
  width: 110px;
  height: 110px;
  background-color: #fff;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
}
#internetsupport .browsers .team-card img {
  width: 110px;
  height: 110px;
}
#internetsupport .browsers .card-body h2 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media screen and (min-width: 1200px) {
  #internetsupport .browsers .card-body h2 {
    font-size: 1.6em;
  }
}
#internetsupport .speed-test {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
#internetsupport .speed-test a {
  margin-top: 1.2rem;
}
#internetsupport .browsers > div {
  padding-left: 15px;
  padding-right: 15px;
}
#internetsupport #speed {
  position: relative;
}
#internetsupport #speed, #internetsupport #speed .needle, #internetsupport #speed .speedometer {
  display: inline-block;
}
#internetsupport .animated {
  opacity: 1 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#internetsupport .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
#internetsupport #speed .speedometer {
  background-image: url(../img/support/speed.svg);
  width: 500px;
  height: 300px;
  background-repeat: no-repeat;
}
#internetsupport #speed, #internetsupport #speed .needle, #internetsupport #speed .speedometer {
  display: inline-block;
}
#internetsupport #speed .needle {
  width: 20px;
  height: 150px;
  background: #333;
  left: 178px;
  position: absolute;
  top: 116px;
  -webkit-animation: move 500ms infinite;
  transform: rotate(0);
  transform-origin: bottom;
  border-radius: 100% 100% 0 0;
}
#internetsupport #speed, #internetsupport #speed .needle, #internetsupport #speed .speedometer {
  display: inline-block;
}

#tutorialvideos ul {
  list-style: none;
}
#tutorialvideos .browsers {
  margin-top: 0.75em;
}
#tutorialvideos .browsers .team-card {
  width: 100%;
}
#tutorialvideos .browsers .team-card .support-icon {
  position: relative;
  border: none;
  width: 110px;
  height: 110px;
  background-color: #fff;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
}
#tutorialvideos .browsers .team-card img {
  width: 110px;
  height: 110px;
}
#tutorialvideos .browsers .team-card .support-icon.uc {
  margin-top: -65px;
  width: 160px;
  height: 130px;
}
#tutorialvideos .browsers .team-card #unifiedcommunications {
  object-fit: contain;
  width: 160px;
  height: 160px;
}
#tutorialvideos .browsers .card-body {
  margin-bottom: 2rem;
}
#tutorialvideos .browsers .card-body h3 {
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: 700;
  text-align: center;
  color: #4e917a;
  font-size: 2rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1200px) {
  #tutorialvideos .browsers .card-body h3 {
    font-size: 1.6em;
  }
}
#tutorialvideos .browsers > div {
  padding-left: 15px;
  padding-right: 15px;
}

@-webkit-keyframes move {
  0%, 100% {
    transform: rotate(40deg);
  }
  50% {
    transform: rotate(45deg);
  }
}
#messageboard th {
  font-weight: bold;
  text-align: center;
}
#messageboard td {
  line-height: 1.5em;
}
#messageboard .table {
  color: #000;
}
#messageboard .table td, #messageboard .table th {
  border-top-color: #000;
}
#messageboard .redAlert {
  background-color: rgba(255, 0, 0, 0.25);
}
#messageboard .whiteMessage {
  background-color: #fff;
}

/****************************   About Us   *********************************/
#aboutus {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}
#aboutus .container {
  background-color: #fff;
}
#aboutus #tableofcontents .container {
  background-color: #fdb913;
}
#aboutus p {
  margin-top: 1rem;
}
#aboutus #about {
  padding: 1.5rem 2rem;
}
#aboutus #management {
  padding: 1.5rem 2rem;
}
#aboutus #management img {
  width: 100%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#aboutus #management h4 {
  margin-top: 1rem;
}
#aboutus #management h3 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#aboutus #management .mgt-title {
  margin-top: -1.5rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#aboutus #management .mgt-title h3, #aboutus #management .mgt-title h4, #aboutus #management .mgt-title p {
  margin: 0;
}
#aboutus #bod {
  padding: 1.5rem 2rem;
}
#aboutus #bod ul {
  margin-left: 2rem;
}
#aboutus #bod .row {
  margin: 1rem;
}
#aboutus #bod .card {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#aboutus #bod .card-img-top {
  width: 100%;
  height: 100%;
}
#aboutus #bod .card-body {
  padding: 0;
}
#aboutus #bod .card-title {
  text-align: center;
  color: #fff;
  background-color: #1b1b1b;
  border-bottom: 2px solid #fdb913;
  border-top: 1px solid #4e917a;
  margin-bottom: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#aboutus #bod .card-title span {
  display: block;
}
#aboutus #bod .card-text {
  text-align: center;
  margin-top: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.35rem;
}
#aboutus #bod .card-text span {
  display: block;
}
#aboutus #history {
  background-color: #fff;
  padding: 1.5rem 2rem;
}
#aboutus {
  /*********** History Timeline *************/
  /* -------------------------------- 

  Modules - reusable parts of our design

  -------------------------------- */
}
#aboutus .cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
#aboutus .cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
#aboutus .cd-date {
  font-weight: bold;
}
#aboutus .tl-timeline h2.tl-headline-title {
  font-size: 55px;
}
#aboutus .tl-menubar-button {
  color: #000;
}
#aboutus {
  /*General TimeLine Color*/
}
#aboutus .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
#aboutus .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
  color: #000;
}
#aboutus .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"], #aboutus .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-] {
  color: #000;
}
#aboutus .tl-timemarker .tl-timemarker-content-container {
  background-color: #FFFFFF;
}
#aboutus {
  /*Hover TimeLine Colors*/
}
#aboutus .tl-timemarker .tl-timemarker-content-container:hover {
  background-color: #ffc107;
}
#aboutus .tl-timemarker .tl-timemarker-content-container:hover .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  color: #000;
}
#aboutus .tl-timemarker .tl-timemarker-content-container:hover .tl-icon-image:after {
  color: #000;
}
#aboutus {
  /*Active TimeLine Colors*/
}
#aboutus .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
  background-color: #00796b;
}
#aboutus .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  color: #fff;
}
#aboutus {
  /*Timeline Axis Color*/
}
#aboutus .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick {
  color: #000;
}
#aboutus .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before, #aboutus .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
  color: #000;
  border-left: 1px solid #000;
}
#aboutus .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
  color: #313131;
}

/****************************   Locations   *********************************/
#locations {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#locations .card {
  border-bottom: 2px solid #4e917a;
}
#locations .card-body {
  border-top: solid 2px #1b1b1b;
}
#locations .col {
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  #locations .agent .card {
    max-width: 350px;
  }
}

/****************************   Scholarships and Grants   *********************************/
#scholarships {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #scholarships {
    padding-top: 0;
  }
}
#scholarships .our-legacy {
  padding-bottom: 2rem;
}
#scholarships .scholarship-numbers {
  background-color: #1b1b1b;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#scholarships .scholarship-numbers div {
  text-align: center;
}
#scholarships .scholarship-numbers hr {
  border-color: #fff;
}
#scholarships .serviceDetails a {
  margin-top: 1rem;
}
#scholarships .eligibility {
  padding-bottom: 3rem;
}
#scholarships .eligibility h2 {
  margin-top: 1.5rem;
}
#scholarships .eligibility a {
  margin-top: 1.5rem;
}
#scholarships .cte-image {
  background-image: url("/img/company/cte.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .frs-image {
  background-image: url("/img/company/frs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .efs-image {
  background-image: url("/img/company/efs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .tps-image {
  background-image: url("/img/company/tps.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .vcs-image {
  background-image: url("/img/company/vcs-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .innovation-image {
  background-image: url("/img/company/innovation.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .safety-image {
  background-image: url("/img/company/safety.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .nuestro-image {
  background-image: url("/img/company/nuestro.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#scholarships .meg-image {
  background-image: url("/img/company/meg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .order-md-12 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}

#excellance .image-div {
  background-image: url(../img/support/faq.jpeg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#donationGuidelines {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#donationGuidelines p {
  margin-bottom: 1rem;
}
#donationGuidelines h2 {
  margin-top: 1.75rem;
}
#donationGuidelines h3 {
  margin-top: 1rem;
}
#donationGuidelines ul, #donationGuidelines ol {
  margin-left: 1rem;
}
#donationGuidelines a {
  margin-top: 2rem;
}

#eligibility {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#eligibility ul, #eligibility ol {
  margin: 1rem 0 1rem 1rem;
}
#eligibility ul li, #eligibility ol li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/****************************   Individual Scholarship Pages   *********************************/
#cte,
#frs,
#ef,
#tomphelps,
#vcs {
  text-align: center;
}
#cte section,
#frs section,
#ef section,
#tomphelps section,
#vcs section {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
#cte h3,
#frs h3,
#ef h3,
#tomphelps h3,
#vcs h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#cte ul,
#frs ul,
#ef ul,
#tomphelps ul,
#vcs ul {
  display: inline-block;
}
#cte ul li,
#frs ul li,
#ef ul li,
#tomphelps ul li,
#vcs ul li {
  text-align: left;
}

#innovation section,
#nuestro section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
#innovation h3,
#nuestro h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#innovation ol, #innovation ul,
#nuestro ol,
#nuestro ul {
  margin-left: 2rem;
}

.scholarship.card {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  border-bottom: 4px solid #4e917a;
}
.scholarship.card .card-img-top {
  height: 100%;
}
.scholarship.card .card-body {
  border-top: 4px solid #fdb913;
}

#ef .row {
  padding-left: 3rem;
  padding-right: 3rem;
}
#ef .row .card {
  border-bottom: 4px solid #4e917a;
  margin-bottom: 2rem;
}
#ef .row .card-body {
  border-top: 4px solid #fdb913;
}
#ef .row .card-img-top {
  height: 100%;
}

#vcs .row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 992px) {
  #vcs .row .row {
    padding-left: 0;
    padding-right: 0;
  }
}

/****************************   Publications   *********************************/
#publications {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#publications h2 {
  margin-top: 0;
}
#publications aside .card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#publications aside .card .card-header, #publications aside .card .card-footer {
  background-color: #4e917a;
  color: #000;
}
#publications aside .card a.btn-brand-1 {
  margin-top: 1rem;
  border-top: 1px solid rgba(78, 145, 122, 0.75);
  border-left: 1px solid rgba(78, 145, 122, 0.75);
  background-color: #fff;
}
#publications aside .card a.btn-brand-1:hover, #publications aside .card a.btn-brand-1focus {
  border-top: none;
  border-left: none;
  border-bottom: 1px solid rgba(78, 145, 122, 0.75);
  border-right: 1px solid rgba(78, 145, 122, 0.75);
  background-color: #4e917a;
  color: #000;
}

#lifeline {
  background-image: url("/img/bg.png");
  word-break: break-all;
}
#lifeline .container {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#lifeline ul {
  margin-left: 1.2rem;
}
#lifeline p {
  margin-top: 1rem;
}
#lifeline h2 {
  margin: 0.75rem;
}

/****************************   Careers   *********************************/
#careers {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#careers .bg-color {
  margin-top: 1rem;
  background-color: #1b1b1b;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
#careers .job {
  padding-top: 2rem;
}
#careers .everify {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#careers .everify div {
  padding: 0.5rem;
}
#careers .no-opening-img {
  position: relative;
  z-index: 1;
}
#careers .no-opening-img .no-opening-text {
  top: 1em;
  text-align: center;
}
#careers .no-opening-img .no-opening-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(white 10%, transparent);
  z-index: 10;
}
#careers .no-opening-img img {
  width: 100%;
}

/****************************   Application   *********************************/
#apply {
  padding-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  #apply p {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#apply label, #apply legend {
  font-weight: 700;
}
#apply input, #apply select, #apply textarea {
  border-color: #000;
  color: #000;
}
#apply input[type=file] {
  background-color: #d7d7d7;
  padding: 0.5rem;
  font-size: 1.2em;
  border-radius: 5px;
  transition: 0.75s all ease;
}
#apply input[type=file]:hover, #apply input[type=file]:focus {
  background-color: #fdb913;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#apply .file-upload {
  position: relative;
  padding: 1rem;
  background-color: #303030;
  color: white;
  border-radius: 8px;
  line-height: 1.3;
}
#apply .file-upload .delete-icon {
  position: absolute;
  top: 10px;
  right: 13px;
}
#apply .apply-table th {
  font-weight: bold;
}
#apply #submit {
  border-color: transparent;
}
#apply .ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #apply h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
    position: absolute;
  }
  #apply h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    right: 0;
    top: 50%;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  #apply h2:before {
    content: "";
    display: block;
    width: 220px;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
    position: absolute;
  }
  #apply h2:after {
    content: "";
    display: block;
    width: 220px;
    height: 2px;
    background: #000;
    right: 0;
    top: 50%;
    position: absolute;
  }
}

.scholarship-video-section {
  background-color: #fdb913;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 1em;
}

#legal {
  line-height: 1em;
}
#legal h2, #legal h3 {
  margin-top: 0.5em;
}
#legal p {
  margin-bottom: 1.2em;
}
#legal p address {
  line-height: 1.2em;
}
#legal ol {
  list-style: decimal;
  margin-bottom: 0.5em;
}
#legal ol li {
  margin-left: 1em;
  margin-top: 0.5em;
  line-height: 1.5em;
}
#legal ol li h2, #legal ol li h3, #legal ol li h4, #legal ol li h5 {
  display: inline-block;
}
#legal ol li h2::after, #legal ol li h3::after, #legal ol li h4::after, #legal ol li h5::after {
  content: "\a";
}
#legal ul {
  margin-bottom: 0.5em;
}
#legal ul li {
  margin-left: 1em;
  line-height: 1.5;
}
#legal ul li h2, #legal ul li h3, #legal ul li h4, #legal ul li h5 {
  display: inline-block;
}
#legal .link {
  padding: 0.1em;
}
#legal .capitalCredits ul {
  margin-bottom: 1em;
}
#legal .capitalCredits ul li {
  line-height: 1.5;
}

#itservicestc ol {
  counter-reset: item;
}
#itservicestc ol li {
  display: block;
}
#itservicestc ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.terms-link {
  display: block;
  width: 100%;
  background-color: rgb(134.7085201794, 190.2914798206, 171.2107623318);
  color: #000;
  padding: 1rem;
  border-radius: 5px;
  margin-top: 1.5rem;
  box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.75s all ease-in-out;
}
.terms-link:hover, .terms-link:focus {
  background-color: #fdb913;
  color: #000;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5), -2px -2px 4px rgba(0, 0, 0, 0.3);
}

#internettc .subheader {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}
#internettc .bold {
  font-weight: bold;
}
#internettc ol {
  list-style-type: none;
}
#internettc ol.list-letters {
  list-style-type: lower-alpha;
}
#internettc ol.list-roman {
  list-style-type: lower-roman;
}
#internettc ol.list-numbers {
  list-style-type: decimal;
}
@media screen and (max-width: 279px) {
  #internettc {
    word-break: break-all;
  }
}

#weather {
  background-color: #fff;
}

@media (min-width: 1800px) {
  #weather.container-md {
    max-width: 2500px !important;
  }
}

.camera {
  padding: 1.5rem;
}
.camera img {
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.wdata {
  padding: 1.5rem;
}
.wdata iframe {
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 1400px;
}

.centerAlignSpinner {
  text-align: -webkit-center;
}

.circles {
  width: 300px;
  height: 300px;
  position: relative;
  margin: auto;
}

.circles > * {
  background-color: transparent;
  box-sizing: border-box;
  border: 5px solid powderblue;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-radius: 50%;
  position: absolute;
  animation: spin 4s infinite linear alternate;
}

.circle1 {
  width: 300px;
  height: 300px;
  animation-delay: -5s;
  border-color: rgb(163, 207, 213);
}

.circle2 {
  width: 280px;
  height: 280px;
  top: 10px;
  left: 10px;
  animation-delay: -4.9s;
  border-color: rgba(163, 207, 213, 0.95);
}

.circle3 {
  width: 260px;
  height: 260px;
  top: 20px;
  left: 20px;
  animation-delay: -4.8s;
  border-color: rgba(163, 207, 213, 0.9);
}

.circle4 {
  width: 240px;
  height: 240px;
  top: 30px;
  left: 30px;
  animation-delay: -4.7s;
  border-color: rgba(163, 207, 213, 0.85);
}

.circle5 {
  width: 220px;
  height: 220px;
  top: 40px;
  left: 40px;
  animation-delay: -4.6s;
  border-color: rgba(163, 207, 213, 0.8);
}

.circle6 {
  width: 200px;
  height: 200px;
  top: 50px;
  left: 50px;
  animation-delay: -4.5s;
  border-color: rgba(163, 207, 213, 0.75);
}

.circle7 {
  width: 180px;
  height: 180px;
  top: 60px;
  left: 60px;
  animation-delay: -4.4s;
  border-color: rgba(163, 207, 213, 0.7);
}

.circle8 {
  width: 160px;
  height: 160px;
  top: 70px;
  left: 70px;
  animation-delay: -4.3s;
  border-color: rgba(163, 207, 213, 0.65);
}

.circle9 {
  width: 140px;
  height: 140px;
  top: 80px;
  left: 80px;
  animation-delay: -4.2s;
  border-color: rgba(163, 207, 213, 0.6);
}

.circle10 {
  width: 120px;
  height: 120px;
  top: 90px;
  left: 90px;
  animation-delay: -4.1s;
  border-color: rgba(163, 207, 213, 0.55);
}

.circle11 {
  width: 100px;
  height: 100px;
  top: 100px;
  left: 100px;
  animation-delay: -4s;
  border-color: rgba(163, 207, 213, 0.5);
}

.circle12 {
  width: 80px;
  height: 80px;
  top: 110px;
  left: 110px;
  animation-delay: -3.9s;
  border-color: rgba(163, 207, 213, 0.45);
}

.circle13 {
  width: 60px;
  height: 60px;
  top: 120px;
  left: 120px;
  animation-delay: -3.8s;
  border-color: rgba(163, 207, 213, 0.4);
}

.circle14 {
  width: 40px;
  height: 40px;
  top: 130px;
  left: 130px;
  animation-delay: -3.7s;
  border-color: rgba(163, 207, 213, 0.35);
}

.circle15 {
  width: 20px;
  height: 20px;
  top: 140px;
  left: 140px;
  animation-delay: -3.6s;
  border-color: rgba(163, 207, 213, 0.3);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  width: 20em;
  height: 20em;
  font-size: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader .face {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  animation: animate 3s linear infinite;
}

.loader .face:nth-child(1) {
  width: 100%;
  height: 100%;
  color: #fdb913;
  border-color: currentColor transparent transparent currentColor;
  border-width: 0.2em 0.2em 0em 0em;
  --deg: -45deg;
  animation-direction: normal;
}

.loader .face:nth-child(2) {
  width: 70%;
  height: 70%;
  color: #4e917a;
  border-color: currentColor currentColor transparent transparent;
  border-width: 0.2em 0em 0em 0.2em;
  --deg: -135deg;
  animation-direction: reverse;
}

.loader .face .circle {
  position: absolute;
  width: 50%;
  height: 0.1em;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: rotate(var(--deg));
  transform-origin: left;
}

.loader .face .circle::before {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 0.5em rgba(255, 255, 0, 0.1);
}

@keyframes animate {
  to {
    transform: rotate(1turn);
  }
}
.smallBiz {
  color: #fff;
  height: 100vh;
}
.smallBiz .headerBgImage {
  background-color: #4e917a;
  background-image: url(/img/business/SmallBiz/potter.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.smallBiz .headerBox {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
}
.smallBiz .textBackground {
  position: absolute;
  background-color: rgba(78, 145, 122, 0.5);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .smallBiz .textBackground {
    width: 50%;
  }
}
.smallBiz .headerText {
  padding: 2rem;
  z-index: 10;
}
.smallBiz .headerText img {
  width: 10rem;
  padding-bottom: 1rem;
}
.smallBiz .headerText h1 span {
  color: #fdb913;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
  .smallBiz .headerText {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .smallBiz .headerText {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

#smallBiz {
  font-size: 1.2rem;
}
#smallBiz h1, #smallBiz h2, #smallBiz h3, #smallBiz h4, #smallBiz h5, #smallBiz h6 {
  font-family: "Roboto Slab", serif;
}
#smallBiz h1 {
  font-size: 3.3rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 400px) {
  #smallBiz h1 {
    font-size: 2rem;
  }
}
#smallBiz h2 {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #smallBiz h2 {
    font-size: 2.3rem;
  }
}
#smallBiz h3 {
  font-size: 1.17rem;
  font-family: Cinzel;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #smallBiz h3 {
    font-size: 1.33rem;
  }
}
#smallBiz h4 {
  font-size: 1rem;
}
#smallBiz h5 {
  font-size: 0.83rem;
}
#smallBiz h6 {
  font-size: 0.67rem;
}
#smallBiz p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
#smallBiz a {
  font-family: "Roboto", sans-serif;
}
#smallBiz button {
  font-family: "Roboto Slab", serif;
}
#smallBiz input, #smallBiz textarea {
  font-family: "Roboto", sans-serif;
}
#smallBiz nav {
  font-family: "Roboto", sans-serif;
}
#smallBiz body {
  font-family: "Roboto", sans-serif;
}
#smallBiz p {
  line-height: 1.5;
}
#smallBiz ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.1rem;
  line-height: 1.5;
  list-style-type: square;
  list-style-position: outside;
}
#smallBiz h2 {
  color: #000;
  text-shadow: none;
  text-align: left;
  font-weight: normal;
}
#smallBiz h2 span {
  color: rgb(219.1428571429, 156, 1.8571428571);
}
#smallBiz .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.2rem;
  overflow: hidden;
}
#smallBiz .transform {
  -webkit-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
}
#smallBiz .bizCard {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  position: relative;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#smallBiz .bizCard .bizCardBody {
  display: flex;
  flex-flow: column nowrap;
}
#smallBiz .bizCard .bizCardBody .bizCardImage img {
  width: 100%;
  object-fit: cover;
}
#smallBiz .bizCard .bizCardBody .bizCardPrice {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  align-self: center;
}
#smallBiz .bizCard .bizCardBody .bizCardPrice p {
  background-color: #fff;
  font-size: 1.1rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(0, 0, 0, 0.3);
  width: 150px;
  max-height: 100px;
  line-height: 100px;
  text-align: center;
}
#smallBiz .bizCard .bizCardBody .bizCardText {
  padding: 1rem;
}
#smallBiz .bizCard .bizCardBody .bizCardText h3 {
  text-align: center;
}
#smallBiz .bizCard .bizCardBody .bizCardText p, #smallBiz .bizCard .bizCardBody .bizCardText ul {
  text-align: left;
}
#smallBiz .bizCard .bizCardFooter a {
  border-radius: 0px;
}
#smallBiz #connectivity .connectivityBG {
  background-color: #fff;
}
#smallBiz #connectivity .connectivityBox {
  margin: 2rem auto;
}
#smallBiz #connectivity .connectivityImage {
  display: none;
}
#smallBiz #connectivity .connectivityText ul {
  list-style-type: none;
}
#smallBiz #connectivity .connectivityText .connectivityList div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#smallBiz #connectivity .connectivityText .connectivityList div img {
  width: 3rem;
  padding-right: 0.5rem;
}
#smallBiz #connectivity .connectivityText .connectivityButtons {
  margin-top: 1em;
  display: block;
}
#smallBiz #connectivity .connectivityText .connectivityButtons a:hover, #smallBiz #connectivity .connectivityText .connectivityButtons a:focus {
  box-shadow: 1px 1px 3px rgba(99, 73, 7, 0.5);
}
#smallBiz #connectivity .connectivityText .connectivityButtons .btn-commandworx {
  font-size: 1em;
  padding: 0.25em 0.75em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000;
  color: #fff;
  transition: all ease-in-out 1s;
}
#smallBiz #connectivity .connectivityText .connectivityButtons .btn-commandworx:hover, #smallBiz #connectivity .connectivityText .connectivityButtons .btn-commandworx:focus {
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 485px) {
  #smallBiz #connectivity .connectivityText .connectivityButtons {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  #smallBiz #connectivity .connectivityBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
  }
  #smallBiz #connectivity .connectivityText {
    width: 50%;
    padding: 1rem;
  }
  #smallBiz #connectivity .connectivityImage {
    display: block;
    width: 50%;
    height: 100%;
    text-align: center;
  }
  #smallBiz #connectivity .connectivityImage img {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  #smallBiz #connectivity .connectivityBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
  }
  #smallBiz #connectivity .connectivityText {
    width: 50%;
    padding: 1rem;
  }
  #smallBiz #connectivity .connectivityImage {
    display: block;
    width: 50%;
    height: 100%;
    text-align: center;
  }
  #smallBiz #connectivity .connectivityImage img {
    max-width: 400px;
  }
}
#smallBiz #resilience .resilienceBG {
  background-color: #f0f0f0;
}
#smallBiz #resilience .resilienceList article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}
#smallBiz #resilience .resilienceList article div:first-child {
  align-self: center;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  #smallBiz #resilience .resilienceBody {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #smallBiz #resilience .resilienceImage {
    max-width: 50%;
    padding-right: 1rem;
  }
  #smallBiz #resilience .resilienceImage h2 {
    margin-top: 8rem;
    font-size: 4rem;
  }
  #smallBiz #resilience .resilienceList {
    padding-left: 1rem;
  }
}
#smallBiz #network {
  position: relative;
  color: #fff;
}
#smallBiz #network .networkBG {
  position: relative;
  background-image: url("/img/business/SmallBiz/networkBG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#smallBiz #network .bgOpacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.75);
}
#smallBiz #network .networkText h2 {
  position: relative;
  color: #fff;
  text-align: center;
}
#smallBiz #network .networkList {
  position: relative;
  display: block;
}
#smallBiz #network .networkList article {
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
  padding: 0 1rem;
}
#smallBiz #network .networkList article div {
  overflow: hidden;
}
#smallBiz #network .networkList article img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#smallBiz #network .networkList article h3 {
  margin-top: 0.75rem;
}
#smallBiz #network .networkList article:last-child {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #smallBiz #network .networkText {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #smallBiz #network .networkText h2 {
    position: relative;
    align-self: center;
    color: #fff;
    text-align: center;
    max-width: 700px;
  }
  #smallBiz #network .networkList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #smallBiz #network .networkList article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#smallBiz #worx {
  overflow: hidden;
}
#smallBiz #worx .worxBG {
  background-color: #1b1b1b;
}
#smallBiz #worx .worxBox {
  margin: 2rem auto;
}
#smallBiz #worx .worxBox h2 {
  text-align: left;
  color: #fff;
}
#smallBiz #worx .worxBox h2 span {
  color: #fdb913;
}
#smallBiz #worx .worxBox .worxText {
  color: #fff;
}
#smallBiz #worx .worxBox .worxText ul.worxList {
  margin-left: 0;
}
#smallBiz #worx .worxBox .worxText ul.worxList li {
  list-style: none;
  padding-left: 20px;
  text-indent: -10px;
}
#smallBiz #worx .worxBox .worxText ul.worxList li::before {
  content: "✓";
  display: inline-block;
  padding-right: 0.5rem;
}
#smallBiz #worx .worxBox .worxRow .bubble {
  display: none;
}
#smallBiz #worx .worxBox .worxRow article {
  margin-top: 2rem;
}
@media screen and (min-width: 568px) {
  #smallBiz #worx .worxRow article {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-top: 2.5rem;
  }
  #smallBiz #worx .worxRow article div {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  #smallBiz #worx .worxBox {
    text-align: center;
  }
  #smallBiz #worx .worxBox h2 {
    text-align: center;
  }
  #smallBiz #worx .worxBox .worxRow {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  #smallBiz #worx .worxBox .worxRow .bubble {
    display: block;
    text-align: center;
  }
  #smallBiz #worx .worxBox .worxRow .bubble img {
    width: 100%;
    margin: 1rem auto;
    max-width: 300px;
  }
  #smallBiz #worx .worxBox .worxRow article {
    display: block;
    max-width: 300px;
    text-align: left;
  }
  #smallBiz #worx .worxBox .worxRow article .worxListHeading {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #smallBiz #worx .worxBox .worxRow .bubble img {
    max-width: 600px;
  }
  #smallBiz #worx .worxBox .worxRow article {
    max-width: 400px;
  }
}
#smallBiz #plus {
  z-index: 10;
}
#smallBiz #plus .plusBG {
  background-color: #fff;
}
#smallBiz #plus .plusText {
  margin: 2rem auto;
  text-align: -webkit-center;
}
#smallBiz #plus .plusText h2 {
  text-align: center;
}
#smallBiz #benefits .benefitsBG {
  background-color: #fdb913;
}
#smallBiz #benefits .benefitsBox {
  position: relative;
  margin: 2rem auto;
}
#smallBiz #benefits .benefitsBox .benefitsHeading {
  position: relative;
  z-index: 10;
  padding-left: 1rem;
}
#smallBiz #benefits .benefitsBox .benefitsHeading h2 {
  color: #fff;
}
#smallBiz #benefits .benefitsBox .benefitsHeading h2 span {
  color: rgb(219.1428571429, 156, 1.8571428571);
}
#smallBiz #benefits .benefitsBox .benefitsHeadingBG-1 {
  position: absolute;
  z-index: 1;
  background-color: rgb(24.4843049327, 45.5156950673, 38.2959641256);
  width: 320px;
  height: 50px;
  right: 0px;
  top: -10px;
}
#smallBiz #benefits .benefitsBox .benefitsHeadingBG-2 {
  position: absolute;
  z-index: 1;
  background-color: #000;
  width: 320px;
  height: 100px;
  left: 0px;
  top: 0px;
}
#smallBiz #benefits .benefitsBox .benefitsText {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 446px) {
  #smallBiz #benefits .benefitsHeadingBG-1 {
    height: 80px;
  }
}
@media screen and (min-width: 550px) {
  #smallBiz #benefits .benefitsHeadingBG-1 {
    width: 440px;
  }
  #smallBiz #benefits .benefitsHeadingBG-2 {
    width: 440px;
  }
}
@media screen and (min-width: 768px) {
  #smallBiz #benefits .benefitsBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
  }
  #smallBiz #benefits .benefitsBox h2 span {
    color: rgb(219.1428571429, 156, 1.8571428571);
  }
  #smallBiz #benefits .benefitsBox .benefitsHeadingBG-1 {
    width: 200px;
    height: 100%;
    left: 69px;
    top: 10px;
  }
  #smallBiz #benefits .benefitsBox .benefitsHeadingBG-2 {
    width: 200px;
    height: 100%;
    left: 0px;
    top: -4px;
  }
  #smallBiz #benefits .benefitsBox h2 {
    max-width: 228px;
    margin-top: 1rem;
    color: #fff;
  }
  #smallBiz #benefits .benefitsText {
    display: inline-block;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  #smallBiz #benefits .benefitsBox .benefitsHeadingBG-1 {
    left: 118px;
  }
}
@media screen and (min-width: 992px) {
  #smallBiz #benefits .benefitsBox h2 {
    max-width: 334px;
    margin-top: 2.5rem;
  }
  #smallBiz #benefits .benefitsBox .benefitsHeadingBG-1 {
    width: 350px;
  }
  #smallBiz #benefits .benefitsBox .benefitsHeadingBG-2 {
    left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  #smallBiz #benefits .benefitsBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
  }
  #smallBiz #benefits .benefitsBox .benefitsHeadingBG-1 {
    position: absolute;
    z-index: 1;
    background-color: rgb(24.4843049327, 45.5156950673, 38.2959641256);
    width: 400px;
    height: 100%;
    left: 136px;
    top: 10px;
  }
  #smallBiz #benefits .benefitsBox .benefitsHeadingBG-2 {
    position: absolute;
    z-index: 1;
    background-color: #000;
    width: 400px;
    height: 100%;
    left: 86px;
    top: -4px;
  }
}
#smallBiz .marginBottom {
  margin-bottom: 1.6rem;
}
#smallBiz .marginTop {
  margin-top: 1.6rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  border-radius: 5px;
  padding: 0.5em;
  margin-top: 0.35em;
  background-color: rgba(255, 0, 0, 0.7);
  color: #000;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

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