.primary {
  color: #00337F;
}

.blue {
  color: #00337F;
}

.light-blue {
  color: #0076ad;
}

.dark-blue {
  color: #22346c;
}

.blue-overlay {
  background-color: rgba(0, 51, 127, 0.74);
}

.secondary {
  color: #006B40;
}

.green {
  color: #006B40;
}

.dark-green {
  color: #00512E;
}

.light-green {
  color: #99C4B3;
}

.red {
  color: #7C2129;
}

.orange {
  color: #e95420;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.gray {
  color: #97958E;
}

.md-gray {
  color: #444c3d;
}

.royal {
  color: #5671B5;
}

a.gray:hover {
  color: #353433;
}

.dkgray {
  color: #353433;
}

.ltgray {
  color: #C6C4BC;
}

a.white {
  color: #C6C4BC;
}
a.white:hover {
  color: #fff;
}

/* ==========================================================================
		File: css/helper-styles.scss
		Description: Helper SASS style classes.
		Author: Jason Nugent
		Date: 9/13/2013
		========================================================================== */
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline {
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  margin: 0 auto;
}

.center-600 {
  max-width: 600px;
  margin: 0 auto;
}

.center-700 {
  max-width: 700px;
  margin: 0 auto;
}

.center-800 {
  max-width: 800px;
  margin: 0 auto;
}

.center-900 {
  max-width: 900px;
  margin: 0 auto;
}

.align-right {
  text-align: right;
}

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

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

.vert-align-parent {
  display: table;
  height: 100%;
  width: 100%;
}

.vert-align-element {
  display: table-cell;
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

.wrapnormal {
  white-space: normal;
}

.hidden {
  display: none;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative;
}

.display-block {
  display: block;
}

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

.nopadding {
  padding: 0 !important;
}

.padding {
  padding: 5px 10px;
}

.paddingleft {
  padding-left: 20px;
}

.paddingright {
  padding-right: 20px;
}

.paddingbottom {
  padding-bottom: 20px;
}

.paddingtop {
  padding-top: 20px;
}

.rightfloatpadding {
  padding: 0 0 20px 20px;
}

.leftfloatpadding {
  padding: 10px 20px 20px 0;
}

.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.padding30 {
  padding: 30px;
}

.padding40 {
  padding: 40px;
}

.vertpadding {
  padding: 10px 0;
}

.vertpadding20 {
  padding: 20px 0;
}

.sidepadding {
  padding: 0 10px;
}

.sidepadding20 {
  padding: 0 20px !important;
}

.sidepadding-sm {
  padding-right: 5px;
}

.indent {
  padding-left: 15px;
}

.nomargin {
  margin: 0 !important;
}

.marginbottom {
  margin-bottom: 20px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom25 {
  margin-bottom: 25px;
}

.leftfloatmargin {
  margin: 0 20px 10px 0;
}

.rightfloatmargin {
  margin: 0 0 10px 20px;
}

.margintop {
  margin-top: 20px;
}

.margin {
  margin: 5px 10px;
}

.margin5 {
  margin: 5px;
}

.margin10 {
  margin: 10px;
}

.margin20 {
  margin: 20px;
}

.sidemargin {
  margin: 0 10px;
}

.sidemargin-sm {
  margin-right: 5px;
}

.sidemargin-xs {
  margin: 0 3px;
}

.vertmargin {
  margin: 10px 0;
}

.vertmargin25 {
  margin: 25px 0;
}

.pmargin {
  margin-bottom: 5px;
}

.vw2 {
  font-size: 2vw;
}

.vw3 {
  font-size: 3vw;
}

.vw4 {
  font-size: 4vw;
}

.vw5 {
  font-size: 5vw;
}

.vw6 {
  font-size: 6vw;
}

.vw7 {
  font-size: 7vw;
}

.vw8 {
  font-size: 8vw;
}

.vw9 {
  font-size: 9vw;
}

.vw10 {
  font-size: 10vw;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width21 {
  width: 21%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width33 {
  width: 33%;
}

.width35 {
  width: 35%;
}

.width36 {
  width: 36%;
}

.width36_5 {
  width: 36.5%;
}

.width37 {
  width: 37%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width58 {
  width: 58%;
}

.width58_5 {
  width: 58.5%;
}

.width59 {
  width: 59%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.head1 {
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.head2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.head3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.head4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.head5 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.disclaimer {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.6em;
}

.bigNumber {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  margin: 0px 0px;
  padding: 5px 0px;
}

.freakingbig {
  font-size: 600%;
}

.biggererest {
  font-size: 400%;
}

.biggererer {
  font-size: 350%;
}

.biggerest {
  font-size: 300%;
}

.biggest {
  font-size: 250%;
}

.biggerer {
  font-size: 200%;
}

.bigger {
  font-size: 150%;
}

.big {
  font-size: 120%;
}

.small {
  font-size: 90%;
}

.smaller {
  font-size: 80%;
}

.smallerer {
  font-size: 70%;
}

.smallest {
  font-size: 65%;
}

.smallerest {
  font-size: 60%;
}

.evensmaller {
  font-size: 50%;
}

.lineheight {
  line-height: 1.3 !important;
}

.lineheight-sm {
  line-height: 1.1 !important;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: 900;
}

.nobold {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.deleted {
  text-decoration: line-through;
}

.upper {
  text-transform: uppercase;
}

.liststylenone {
  list-style: none;
}

.noborder {
  border: none !important;
}

.rounded-border {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.border {
  border: 1px solid #ccc;
}

.outline {
  outline: 1px solid #ccc;
}

.rounded {
  border-radius: 5px;
}

.text-highlight {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.text-shadow {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.nobutton {
  border: none;
  background: none;
}

.muted, .muted * {
  color: #999 !important;
}

a.muted {
  color: #999 !important;
  font-weight: 400px;
}

.shadow-top {
  position: relative;
  height: 13px;
  background: url(../img/shadows/shadow-top.png) center bottom no-repeat;
  background-size: 100%;
  z-index: 3;
}

.shadow-bottom {
  background: url(../img/shadows/shadow-bottom.png) center top no-repeat;
  background-size: 100%;
  height: 13px;
}

.shadow-right {
  background: url(../img/shadows/shadow-right.png) left top no-repeat;
  background-size: 100%;
  display: block;
  width: 2%;
  margin-right: -5px;
}

.qtip-init {
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.qtip-init:hover {
  color: #C6C4BC;
}

.cursor-pointer {
  cursor: pointer;
}

.my-clearfix:before,
.my-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.my-clearfix:after {
  clear: both;
}

@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/OptimaLTStd.otf") format("opentype");
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/OptimaLTStd-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/OptimaLTStd-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/OptimaLTStd-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/OptimaLTStd-Black.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/OptimaLTStd-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
.optima {
  font-family: "Optima";
}

body {
  font-family: "proxima-nova", "Open Sans", sans-serif !important;
  font-size: 1.1rem;
}

a, a:hover {
  transition: all 0.3s;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Optima", "Open Sans", sans-serif !important;
  font-weight: 900;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.36;
}

.h1, h1 {
  font-size: 66px;
  margin-bottom: 33px;
}

.h2, h2 {
  font-size: 54px;
  margin-bottom: 27px;
}

.h3, h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.h4, h4 {
  font-size: 32px;
  margin-bottom: 16px;
}

.h5, h5 {
  font-size: 26px;
  margin-bottom: 13px;
}

.h6, h6 {
  font-size: 22px;
  margin-bottom: 11px;
}

a.img-link {
  display: block;
}
a.img-link:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.news-border {
  background: url("../../img/bg/newsborder.png");
  padding: 10px;
  margin: 5px 0 15px;
}

.bg-dark-blue {
  background-color: #22346c;
}

.outline-default {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.outline-primary {
  border: 2px solid #00337F;
}

.form-control {
  border-radius: 7px;
}

.form-control-xl {
  min-height: calc(2em + 1rem + var(--bs-border-width) * 2);
  padding: 1rem 1.5rem;
  font-size: 1.75rem;
  border-radius: 15px;
}

.form-control-lg {
  border-radius: 10px;
}

.section {
  padding: 3vw 0;
  transition: all 0.5s;
  display: block;
  position: relative;
}

.section-bg-image {
  background-position: center;
  background-size: cover;
}

.content {
  position: relative;
  padding: 3vw 0;
}

.text-content {
  max-width: 1000px;
  margin: 0 auto;
}

.section-shadow {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.content-shadow {
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.13);
  position: relative;
}

.btn.cc-btn:not(.note-btn) {
  transition: all 0.3s;
  border: none !important;
  font-weight: 700;
  padding: 0.2em 1em;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.btn.cc-btn:not(.note-btn):hover {
  box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.2);
}
.btn.cc-btn:not(.note-btn):active {
  outline-color: #00337F;
  box-shadow: none;
}

.btn.cc-btn.btn-light {
  background-color: #F4F4F4;
  color: #006B40;
}
.btn.cc-btn.btn-light:hover {
  color: #00512E;
  background-color: #fff;
}
.btn.cc-btn.btn-light:active {
  color: #353433;
  background-color: #97958E;
}

.btn.btn-primary.cc-btn, .nav-link.cc-btn.active {
  transition: all 0.3s;
  background-color: #00337F;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.btn.btn-primary.cc-btn:hover, .nav-link.cc-btn.active:hover {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
.btn.btn-primary.cc-btn:active, .nav-link.cc-btn.active:active {
  outline-color: #00337F;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.btn.btn-outline-secondary.cc-btn {
  background-color: rgba(255, 255, 255, 0.8);
}
.btn.btn-outline-secondary.cc-btn:hover {
  color: #006B40;
}
.btn.btn-outline-secondary.cc-btn:active {
  color: #353433;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-close {
  color: #878580;
}
.btn-close:hover {
  color: #545250;
}

.modal {
  --bs-modal-zindex: 99999;
}

.modal-dialog {
  margin-top: 14vw;
}

.text-shadow {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

.text-shadow-sm {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.text-shadow-lg {
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
}

.well {
  background-color: #F4F4F4;
  padding: 2vw 2vw;
  margin: 1vw 0vw 2vw;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.well-sm {
  padding: 10px 15px;
}

.well-lg {
  padding: 3vw 4vw;
}

.well.white-well {
  background-color: #fff;
}

.well.light-well {
  background-color: #F4F4F4;
}

.well-bg-image {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.well-sm {
  padding: 12px;
}

a.well {
  transition: all 0.3s;
  display: block;
  color: #545250;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
a.well:hover {
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
a.well:active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #353433;
}

a.well.text-secondary {
  color: #006B40;
}
a.well.text-secondary:hover {
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
a.well.text-secondary:active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.card {
  margin-bottom: 15px;
}

.big-bold-text {
  font-size: 30px;
  font-weight: 600;
}

.internet-highlight-text {
  padding-top: 4vw;
}

@media (max-width: 991px) {
  .internet-highlight-text {
    font-size: 26px;
    padding: 1vw 3vw;
  }
}
@media (max-width: 767.98px) {
  .internet-highlight-text {
    font-size: 22px;
  }
}
.fade-out {
  transition: all 0.3s;
  opacity: 0 !important;
}

.fade-in {
  transition: all 0.3s;
  opacity: 1 !important;
}

.section-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-bg-image .well {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.section-wavy-bg {
  background-image: url("../../img/graphics/wavy-bg.png");
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.section-wavy-bottom {
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../img/loading/4.png");
  background-position: center center;
  background-size: 100px 100px;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  z-index: 9999;
}

.alerts-wrapper {
  opacity: 0.95;
  max-width: 700px;
  display: none;
  position: fixed;
  top: 15vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 999999;
}

.heading-wrapper {
  margin: 0 auto 35px;
  text-align: center;
}

.heading {
  font-size: 3em;
  line-height: 1.15;
  font-family: "Coolvetica";
  color: #59337F;
}

.accordion-item {
  background-color: #F4F4F4;
}

.block-btn {
  transition: all 0.3s;
  flex: 1 1 300px;
  height: 300px;
  margin: 10px 1vw;
  padding: 5vw;
  overflow: hidden;
  background-color: #353433;
  flex-direction: column;
  display: block;
  position: relative;
}

.block-btn:hover .block-btn-content {
  padding-top: 15px;
}

.block-btn:active .block-btn-content {
  background-color: rgba(0, 51, 127, 0.74);
}

.block-btn-content {
  transition: all 0.5s;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100% 30px 15px;
  z-index: 9;
  color: #F4F4F4;
  background-color: rgba(0, 51, 127, 0.45);
}

.block-btn-title {
  font-size: 1.8em;
  line-height: 1.4;
  font-weight: bolder;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.block-btn-text {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.block-btn-bg {
  transition: all 0.6s;
  content: " ";
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.block-btn-blue-overlay {
  transition: all 0.6s;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.7;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 51, 127, 0.45);
}

.acp-logo {
  width: 300px;
  padding: 0 25px;
  max-width: 40%;
}

.home-service-btn {
  transition: all 0.3s;
  padding: 5vw;
  margin: 1vw 8px 1.2vw 0;
  overflow: hidden;
  background-color: #353433;
  display: flex;
  flex-direction: column;
  display: block;
  position: relative;
}

.home-service-btn-bg {
  transition: all 0.6s;
  content: " ";
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

.home-service-btn:hover .home-service-btn-bg {
  opacity: 0.5;
  transform: scale(1.2);
}

.home-service-btn:active .home-service-btn-bg {
  opacity: 0.3;
  transform: scale(1);
}

.home-service-btn-text {
  transition: all 0.3s;
  float: left;
  text-align: center;
  position: relative;
  z-index: 999;
  max-width: 350px;
  color: #F4F4F4;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.home-service-btn:hover .home-service-btn-text {
  text-shadow: none;
}

.home-service-btn:hover .home-service-btn-text {
  color: #fff;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}

.home-btn-title {
  font-size: 3rem;
  font-weight: bolder;
}

.home-btn-cta {
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .home-service-btn-text {
    float: none;
    margin: 0 auto;
  }
  .acp-logo {
    padding: 0 25px;
    width: 60%;
    max-width: 350px;
  }
  .home-callout-btn {
    margin: 9px auto;
    width: 33%;
    max-width: 80px;
  }
  .home-callout-title {
    font-size: 35px;
  }
}
.green-table-head {
  color: #fff;
}

#device-count-table {
  width: 80%;
  margin: 0 auto;
}

.table .device-label-td {
  padding: 5px;
}

.table td.number-box-td {
  width: 95px;
  padding: 5px;
}

.device-number-input {
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.placeholder-td {
  width: 85px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.note-editor .dropdown-toggle::after {
  all: unset;
}

.tutorial .carousel-control-next {
  right: -15px;
}

.tutorial .carousel-control-prev {
  left: -15px;
}

.tutorial .carousel-control-next, .tutorial .carousel-control-prev {
  width: auto;
}

.feature-blocks {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

.new-icon-block {
  margin: 25px 15px;
}

.icon-title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

.feature-icon {
  background-color: #00337F;
  background-color: #444c3d;
  border-radius: 100em;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
}

.feature-icon.feature-icon-ltblue {
  background-color: #0076ad;
}

.feature-icon i {
  position: absolute;
  top: 26%;
  left: 0;
  right: 0;
  font-size: 23px;
}

.dotted-line-bg {
  background-image: url("../../img/graphics/dotted-line-vert.png");
  background-repeat: repeat-y;
  background-position: center;
}

.alert.alert-default a {
  color: #00337F;
}
.call-to-action-wrapper {
  background-image: url("../../img/graphics/footer-wide.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 25px;
  text-align: center;
  box-shadow: inset 20px 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 5vw 5vw rgb(255, 255, 255);
}

.cta-inner {
  padding: 0vw 5vw;
  position: relative;
}

.cta-logo {
  max-width: 14vw;
  padding: 2vw 1vw;
}

.cta-text {
  vertical-align: middle;
  font-size: 3.2rem;
  font-weight: 600;
  color: #00337F;
}

.flex-package {
  flex-basis: 260px;
  margin: 10px;
}

.package-row {
  margin: 2vw 0 1em;
}

.package-left {
  padding: 1vw;
  background-color: #545250;
  color: #F4F4F4;
  text-align: center;
}

.horizontal-packages {
  margin: 35px 0;
}

.package-horizontal {
  padding: 1vw;
  background-color: #545250;
  color: #F4F4F4;
  text-align: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 1em;
}

.package-right-inner {
  background-color: #E0E0E0;
  padding: 1vw 2vw 0.5vw;
  height: 100%;
  width: 100%;
}

.package-speed {
  font-size: 100px;
  font-weight: bolder;
  line-height: 1;
}

.package-title {
  font-size: 60px;
  font-weight: bolder;
  line-height: 1;
}

.package-title-sm {
  font-size: 40px;
  font-weight: bolder;
  line-height: 1;
}

.package-type {
  font-size: 35px;
  line-height: 1;
}

.package-price {
  font-size: 45px;
  line-height: 1.3;
  font-weight: bolder;
}

.package-price-sm {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bolder;
}

.package-subtitle {
  font-size: 35px;
  font-weight: bold;
}

.package-full-speed {
  font-size: 20px;
}

.collapse-toggle-btn {
  transition: all 0.5s;
}

.collapse-toggle-btn * {
  transition: all 0.5s;
}

@media (max-width: 1399.98px) {
  .package-title {
    font-size: 55px;
  }
}
@media (max-width: 991.98px) {
  .package-speed {
    font-size: 90px;
  }
  .package-title {
    font-size: 40px;
  }
  .package-type {
    font-size: 28px;
  }
  .package-price {
    font-size: 38px;
  }
  .package-subtitle {
    font-size: 27px;
  }
  .package-full-speed {
    font-size: 18px;
  }
  .package-horizontal {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .horizontal-packages {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .horizontal-packages {
    flex-wrap: wrap;
  }
  .package-horizontal {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .package-horizontal .package-title {
    font-size: 45px;
  }
  .package-title {
    font-size: 60px;
  }
  .package-right {
    padding: 0;
    margin-top: 10px;
  }
}
.video-link-block {
  transition: all 0.3s;
  display: block;
  position: relative;
  border-radius: 4px;
}

.video-link-block img {
  opacity: 0.9;
  width: 100%;
  border-radius: 4px;
}

.video-link-block-overlay {
  transition: all 0.3s;
  position: absolute;
  display: block;
  border-radius: 4px;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #e1e1e1;
}
.video-link-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.video-link-block-overlay i {
  position: absolute;
  top: 28%;
  left: 40%;
  font-size: 4.5vw;
}

@media (max-width: 575px) {
  .video-link-block-overlay i {
    font-size: 20vw;
  }
}
.video-link-block-overlay:hover .link-block-text {
  background: none;
}

.video-link-block-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0%;
  width: 100%;
}

.video-link-title {
  font-size: 20px;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 15px;
}

.fiber-legend-item {
  margin: 0px 0px;
  padding: 8px 16px;
  font-size: 13px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.ftth-map-search {
  padding: 0px 20px;
  position: absolute;
  top: 10px;
  right: 12%;
  left: 20%;
}

.ftth-map-search div.controls {
  margin: 0px;
}

.input-append .add-on, .input-prepend .add-on {
  background-color: #ccc;
}

.iframe-wrapper iframe {
  border: 1px solid #ccc;
}

.address-map-info {
  position: absolute;
  bottom: 45px;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px 6px;
  font-size: 14px;
  color: #222;
  text-shadow: 1px 1px 0px #fff;
}

.address-map-info form {
  margin-bottom: 5px;
}

.address-map-info label, .address-map-info input {
  font-size: 11px;
  line-height: 14px;
}

.address-map-info label.control-label {
  width: 120px;
}

.address-map-info .controls {
  margin-left: 140px;
}

.address-map-info .control-group {
  margin-bottom: 5px;
}

.address-map-info .controls input {
  padding: 0px 4px;
}

.ftth-map-legend {
  position: absolute;
  bottom: 45px;
  right: 5%;
  border-radius: 5px;
  overflow: hidden;
}

.ftth-map-legend {
  position: absolute;
  bottom: 45px;
  right: 5%;
}

.ftth-map-legend-top-right {
  position: absolute;
  top: 125px;
  right: 21%;
}

.ftth-map-legend-bare {
  position: absolute;
  bottom: 45px;
  right: 25%;
}

.ftth-map-legend-bare .fiber-legend-item {
  margin: 0px 10px;
  padding: 8px 16px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  border-bottom: 2px solid #ccc;
} 
.address-result {
  cursor: pointer;
}

.green-callout {
  background-color: #00337F;
  padding: 10px 0;
}

.footer-top-bar {
  background-color: #00337F;
  padding: 25px 0 15px;
}

.footer-top-bar-item {
  color: #F4F4F4;
}

a.footer-social-icon {
  transition: all 0.3s;
  background-color: #F4F4F4;
  width: 55px;
  height: 55px;
  font-size: 35px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin: 0 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
a.footer-social-icon:hover {
  background-color: #fff;
  box-shadow: 2px 2px 8px 8px rgba(0, 0, 0, 0.2);
}
a.footer-social-icon:active {
  background-color: #97958E;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.footer-logo {
  max-width: 280px;
}

.footer-inner {
  color: #fff;
  text-align: center;
  background-image: url("../../img/photos/bg/footer-fiber-md.jpg");
  background-position: center 20%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.footer-links {
  padding: 25px;
}

.footer-link {
  display: block;
  font-size: 20px;
  color: #F4F4F4;
}
.footer-link:hover {
  color: #fff;
}

#copyright {
  position: relative;
  background-color: #fff;
  box-shadow: inset 0 10px 60px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  color: #00337F;
  font-size: 20px;
  font-size: 18px;
}

.dataTables_length {
  padding: 6px 0;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.page-link {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
}

.page-link:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

@media (max-width: 1399.98px) {
  .cta-logo {
    max-width: 16vw;
  }
}
@media (max-width: 1199.98px) {
  .h1, h1 {
    font-size: 63px;
    margin-bottom: 31.5px;
  }
  .h2, h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .h3, h3 {
    font-size: 38px;
    margin-bottom: 19px;
  }
  .h4, h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .h5, h5 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .h6, h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .h1, h1 {
    font-size: 56px;
    margin-bottom: 28px;
  }
  .h2, h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .footer-social-icon {
    font-size: 2rem;
    margin: 22px auto 22px;
    padding: 5px 8.5px;
  }
  .footer-icon-label {
    font-size: 18px;
  }
  .cta-text {
    font-size: 2.3rem;
    color: #00337F;
  }
}
@media (max-width: 767.98px) {
  .h1, h1 {
    font-size: 52px;
    margin-bottom: 26px;
  }
  .h2, h2 {
    font-size: 41px;
    margin-bottom: 20.5px;
  }
  .h3, h3 {
    font-size: 35px;
    margin-bottom: 12.5px;
  }
  .src-logo {
    text-align: left;
    float: left;
    margin-top: 1em;
  }
  .footer-link {
    font-size: 1.2rem;
    padding: 0.8rem 0;
  }
  .footer-social-icon {
    font-size: 2.5rem;
    margin: 2.5vw auto 2.5vw;
  }
  .cta-text {
    font-size: 2rem;
  }
  .cta-logo {
    max-width: 20vw;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 45px;
    margin-bottom: 22.5px;
  }
  .h2, h2 {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .h3, h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .h4, h4 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .cta-text {
    font-size: 1.5rem;
  }
  .footer-social-icon {
    font-size: 2.5rem;
    padding: 4px 7px;
  }
}
@media (max-width: 400px) {
  .cta-logo {
    display: none;
  }
  .footer-social-icon {
    font-size: 2rem;
    padding: 3px 5px;
  }
}
.nav-sticky {
  transition: all 1.2s;
  position: absolute;
  z-index: 6;
  width: 100%;
  top: -500px;
}

.nav-inner {
  background-color: rgba(40, 40, 40, 0.74);
}

.nav-sticky-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.64+0,0.51+40,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.51) 40%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a3000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}

.nav-dropdown, .nav-standard {
  background-color: rgba(0, 51, 127, 0.85);
}

.nav-dropdown {
  z-index: 99999;
  transition: all 0.5s;
  position: fixed;
  top: -500px;
  width: 100%;
}

.nav-standard {
  z-index: 8;
  position: relative;
  transition: all 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.nav-fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
}

.nav-logo {
  position: absolute;
  top: 22px;
  left: 0vw;
  max-width: 300px;
  z-index: 9999;
}

.nav-dropdown .nav-logo {
  max-width: 278px;
}

.top-nav {
  height: auto;
}

.nav-sticky .top-nav, .nav-dropdown .top-nav {
  background-color: transparent;
  font-weight: bolder;
  color: #F4F4F4;
  padding: 10px 0 0;
}

.top-nav a {
  transition: all 0.3s;
  font-size: 20px;
  display: block;
  font-weight: normal;
  float: left;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 5px 5px;
  line-height: 1.2;
  color: #F4F4F4;
}

.nav-dropdown .top-nav a {
  font-size: 15px;
  padding: 5px 8px;
}

.nav-sticky .top-nav a.active, .nav-dropdown .top-nav a.active {
  color: #99C4B3;
}

.nav-sticky .top-nav a, .nav-dropdown .top-nav a {
  color: #F4F4F4;
}
.nav-sticky .top-nav a:hover, .nav-dropdown .top-nav a:hover {
  color: #99C4B3;
}
.top-bar-links-wrapper {
  float: right;
}

.top-bar-search-group {
  position: absolute;
  top: 8px;
  width: 50%;
  right: -50vw;
  transition: opacity 1.7s, right 0.3s;
  z-index: 999999;
  opacity: 0;
}

.top-bar-search-group input {
  width: 100%;
  padding: 6px 12px;
  margin: 5px 5px;
  font-size: 20px;
}

.top-bar-search-group .input-group button {
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #545250;
}
.top-bar-search-group .input-group button:hover {
  background-color: #545250;
  border-color: #545250;
  color: #fff;
}
.top-bar-search-group .input-group button:active {
  background-color: #545250;
  border-color: #545250;
  color: #fff;
}
.top-bar-search-group .input-group button:focus {
  background-color: #545250;
  border-color: #545250;
  color: #fff;
}

.nav-sticky .top-bar-search-group input, .nav-dropdown .top-bar-search-group input {
  background-color: transparent;
  color: #fff;
}
.nav-sticky .top-bar-search-group input::-moz-placeholder, .nav-dropdown .top-bar-search-group input::-moz-placeholder {
  color: #f1f1f1;
}
.nav-sticky .top-bar-search-group input::placeholder, .nav-dropdown .top-bar-search-group input::placeholder {
  color: #f1f1f1;
}

.top-nav-mobile .navbar-toggler {
  font-size: 5em;
  font-size: 15vw;
  border: none;
}

.top-nav-mobile .navbar-toggler i {
  color: #fff;
}

.top-nav-mobile {
  z-index: 99;
  position: relative;
  background-color: #00337F;
}

.top-nav-mobile nav {
  background-color: #00337F;
}

.top-bar-mobile {
  margin: 10px 0 0;
}

.top-nav-mobile-link {
  color: #F4F4F4;
  display: inline-block;
  padding: 10px 10px;
  font-size: 20px;
}
.top-nav-mobile-link:hover {
  color: #99C4B3;
}
.top-nav-mobile-link:active {
  color: #fff;
}

.top-nav-mobile-link.active {
  color: #99C4B3;
}

.top-nav-mobile .nav-link {
  font-size: 1rem;
  padding: 10px 20px;
  color: #F4F4F4;
  border-radius: 6px;
}
.top-nav-mobile .nav-link:hover {
  color: #99C4B3;
  background-color: rgba(0, 0, 0, 0.1);
}
.top-nav-mobile .nav-link:active {
  color: #99C4B3;
  background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu {
  transition: all 0.3s;
}

.top-nav-mobile .nav-link.active {
  color: #99C4B3;
}

.top-nav-mobile .dropdown-item {
  transition: all 0.3s;
  color: #F4F4F4;
}
.top-nav-mobile .dropdown-item:hover {
  color: #006B40;
}
.top-nav-mobile .dropdown-item:focus {
  color: #006B40;
}
.top-nav-mobile .dropdown-item:active {
  color: #F4F4F4;
}

.top-nav-location-wrapper {
  float: left;
  padding-left: 140px;
  margin-top: 3.5px;
}

@media (max-width: 991px) {
  .top-nav-location-selector {
    float: right;
  }
}
.main-nav {
  position: relative;
  z-index: 4;
}

.nav-sticky .main-nav {
  background-color: transparent;
}

.main-nav-btns-wrapper {
  float: right;
  text-align: center;
}

.main-nav-btn, .phone-nav-btn {
  transition: 0.3s;
  display: block;
  float: left;
  font-size: 29px;
  padding: 5px 18px;
  border-radius: 7px;
  margin: 4px 8px 4px;
  font-weight: bold;
}

.main-nav-sm .main-nav-btn, .main-nav-sm .phone-nav-btn {
  font-size: 24px;
  padding: 5px 18px;
}

.nav-dropdown .main-nav-btn, .nav-dropdown .phone-nav-btn {
  font-size: 23px;
  padding: 5px 15px;
}

.nav-sticky .main-nav .main-nav-btn, .nav-dropdown .main-nav .main-nav-btn {
  color: #F4F4F4;
}
.nav-sticky .main-nav .main-nav-btn:hover, .nav-dropdown .main-nav .main-nav-btn:hover {
  color: #99C4B3;
}
.nav-sticky .main-nav .main-nav-btn:active, .nav-dropdown .main-nav .main-nav-btn:active {
  color: #fff !important;
}

.nav-sticky .main-nav a.main-nav-btn.active, .nav-dropdown .main-nav a.main-nav-btn.active {
  color: #99C4B3;
}

.sub-nav {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.sub-nav a.active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #00337F;
}

.sub-nav a {
  transition: all 0.2s;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 1.2em;
  color: #006B40;
}
.sub-nav a:hover {
  color: #353433;
  background-color: rgba(255, 255, 255, 0.6);
}
.sub-nav a:active {
  background-color: rgba(255, 255, 255, 0.8);
}

.nav-dropdown .sub-nav a {
  font-size: 1em;
  padding: 5px 15px;
}

.sub-nav-container {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1399.98px) {
  .top-nav a, .top-bar-search-group input {
    font-size: 18px;
  }
  .nav-dropdown .main-nav-btn, .nav-dropdown .phone-nav-btn, .main-nav-btn, .phone-nav-btn {
    font-size: 25px;
  }
  .main-nav-sm .main-nav-btn, .main-nav-sm .phone-nav-btn {
    font-size: 24px;
    padding: 5px 17px;
    margin: 4px 6px 4px;
  }
  .nav-dropdown .nav-logo, .nav-logo {
    max-width: 256px;
  }
  .sub-nav a {
    font-size: 1.1em;
    padding: 10px 20px;
  }
}
@media (max-width: 1199.98px) {
  .nav-dropdown .main-nav-btn, .nav-dropdown .phone-nav-btn, .main-nav-btn, .phone-nav-btn {
    font-size: 22px;
    padding: 5px 17px;
  }
  .main-nav-sm .main-nav-btn, .main-nav-sm .phone-nav-btn {
    font-size: 21px;
    padding: 5px 15px;
    margin: 4px 4px 4px;
  }
  .top-nav a, .top-bar-search-group input {
    font-size: 16px;
  }
  .nav-dropdown .nav-logo, .nav-logo {
    max-width: 247px;
  }
}
@media (max-width: 991.98px) {
  .top-nav a, .top-bar-search-group input {
    margin: 0 2px;
    font-size: 14px;
    padding: 3px 6px;
  }
  .top-nav-location-wrapper {
    padding-left: 93px;
    margin-top: 0;
  }
  .nav-dropdown .main-nav-btn, .nav-dropdown .phone-nav-btn, .main-nav-btn, .phone-nav-btn {
    font-size: 18px;
    padding: 3px 5px;
  }
  .main-nav-sm .main-nav-btn, .main-nav-sm .phone-nav-btn {
    font-size: 18px;
    padding: 5px 8px;
    margin: 4px 4px 4px;
  }
  .sub-nav a {
    font-size: 1em;
    padding: 6px 15px;
  }
  .nav-dropdown .nav-logo, .nav-logo {
    top: 12px;
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .nav-dropdown .main-nav-btn, .nav-dropdown .phone-nav-btn, .main-nav-btn, .phone-nav-btn {
    font-size: 18px;
  }
  .main-nav-btns-wrapper {
    text-align: center;
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nav-dropdown .nav-logo, .nav-logo {
    top: 8px;
    max-width: 150px;
  }
}
@media (max-width: 575.98px) {
  .main-nav-btns-wrapper {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .nav-dropdown .main-nav-btn, .nav-dropdown .phone-nav-btn, .main-nav-btn {
    display: inline-block;
    float: none;
    margin: 8px 0;
    padding: 18px 12px;
  }
}
@media (max-width: 480px) {
  .main-nav-btns-wrapper {
    margin: 13px auto 0;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
  }
  .nav-dropdown .main-nav-btn, .nav-dropdown .phone-nav-btn, .main-nav-btn {
    display: inline-block;
    padding: 10px 8px;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 767px) {
  .home-nav-standard {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-nav-sticky {
    display: none;
  }
}
.home-slider-logo {
  max-width: 35vw;
}

.home-slider-md {
  max-width: 20vw;
}

.home-slider-lg {
  max-width: 30vw;
}

.home-slider-xl {
  max-width: 50vw;
}

.home-slider,
.home-slider .carousel-item,
.home-slider .active-slide {
  height: 55vw;
}

.home-slider h1 {
  font-size: 5.5vw;
  margin-bottom: 1vw;
}

.home-slider h2 {
  font-size: 3.5vw;
  margin-bottom: 1vw;
}

.home-slider h3 {
  font-size: 3vw;
  margin-bottom: 1vw;
}

.home-slider h4 {
  font-size: 2vw;
  margin-bottom: 1vw;
}

.home-slider {
  font-size: 1vw;
}

.home-slider p {
  margin-bottom: 1vw;
}

.carousel-inner {
  bottom: 0;
}

.home-slider .carousel-item {
  transition: all 0.5s;
  background-color: #000;
}

.home-slider .carousel-item.carousel-item-light {
  background-color: #fff;
}

.home-slider .carousel-item.carousel-item-dark .text-secondary {
  color: #E0E0E0 !important;
}

.home-slider .carousel-caption {
  transition: all 0.3s;
  padding-bottom: 80px;
  top: 10vw;
  bottom: inherit;
  height: 44vw;
}

.home-slider .carousel-caption.caption-wide {
  width: 96vw;
  left: 2vw;
  right: 2vw;
  padding: 1vw 3vw;
}

.home-slider .carousel-caption * {
  transition: all 0.3s;
}

.home-slider .carousel-indicators {
  margin-bottom: 0;
}

.carousel-control-prev-icon {
  background-image: url("../../img/graphics/left-curve.png");
}

.carousel-control-next-icon {
  background-image: url("../../img/graphics/right-curve.png");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.carousel-indicators {
  bottom: 3vw;
}

.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.carousel-control {
  transition: all 0.5s;
}

.carousel-bottom-right {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
}

@media (max-width: 1199.98px) {
  .home-slider h1 {
    font-size: 4.5vw;
  }
  .home-slider h2 {
    font-size: 3vw;
  }
  .home-slider h3 {
    font-size: 2vw;
  }
}
@media (max-width: 991.98px) {
  .home-slider,
  .home-slider .carousel-item,
  .home-slider .active-slide {
    height: 65vw;
  }
  .home-slider .carousel-caption {
    padding: 3.3vw 0 7vw;
    height: 52vw;
  }
  .home-slider h1 {
    font-size: 5vw;
  }
  .home-slider h2 {
    font-size: 3.3vw;
  }
  .home-slider h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767.98px) {
  .home-slider-logo {
    max-width: 51vw;
    margin: 14px 0;
  }
  .home-slider-lg {
    max-width: 50vw;
  }
  .home-slider-xl {
    max-width: 70vw;
  }
  .home-slider-md {
    max-width: 30vw;
  }
  .home-slider {
    height: 90vw;
  }
  .home-slider .carousel-item,
  .home-slider .active-slide {
    height: 90vw;
  }
  .home-slider h1 {
    font-size: 7vw;
  }
  .home-slider h2 {
    font-size: 5.3vw;
  }
  .home-slider h3 {
    font-size: 4.2vw;
  }
  .home-slider {
    font-size: 1.4vw;
  }
  .home-slider .carousel-caption {
    top: 0;
    height: 55vw;
  }
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
  transition: all 1s;
  -webkit-transition: 1s; /* Chrome < 26, Safari < 9 */
  -moz-transition: 1s; /* Firefox < 16 */
  -o-transition: 1s; /* Opera < 12.10 */
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  -o-background-size: cover;
}

.fill-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-item-blue .fill-overlay, .page-header-blue .fill-overlay {
  background-color: rgba(0, 51, 127, 0.74);
}

.fill-transparent {
  opacity: 0.6;
}

.fill-light-delay {
  transition: all 2s;
  opacity: 0.6;
}

.fill-light {
  opacity: 1;
}

.fill-md-dark {
  opacity: 0.8;
}

.fill-dark {
  opacity: 0.5;
}

.fill-darker {
  opacity: 0.3;
}

.carousel-item-light .carousel-caption {
  color: #444;
}

.carousel-item-dark .carousel-caption, .carousel-item-blue .carousel-caption {
  color: #e1e1e1;
}

.home-side-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 41vw;
  padding: 1vw 0 1vw 5vw;
}

@media (max-width: 1200px) {
  .home-side-text {
    padding: 3vw 0 1vw 5vw;
  }
}
.home-slider-circle {
  background-image: url("../../img/graphics/circle.png");
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 120vw;
  height: 65vw;
  top: -24vw;
  z-index: 1;
}

.home-slider-circle-1 {
  left: -52vw;
}

.home-slider-circle-2 {
  left: -55vw;
}

.home-slider-circle-3 {
  left: -58vw;
}

@media (max-width: 767.98px) {
  .home-side-text {
    width: 88vw;
  }
  .home-slider-circle {
    top: -31vw;
  }
  .home-slider-circle-1 {
    left: -10vw;
  }
  .home-slider-circle-2 {
    left: -14vw;
  }
  .home-slider-circle-3 {
    left: -18vw;
  }
}
.homesync-bg {
  background-image: url("../../img/photos/homesync-home-slide-bg.png");
}

@media (max-width: 767.98px) {
  .homesync-bg {
    background-image: url("../../img/photos/homesync-home-slide-mobile-bg.png");
    background-position: top center;
  }
}
.homesync-bg-1 {
  background-image: url("../../img/photos/backyard-wifi-md.jpg");
}

@media (max-width: 767.98px) {
  .homesync-bg-1 {
    background-image: url("../../img/photos/backyard-wifi-mobile.jpg");
    background-position: top center;
  }
}
.homesync-bg-2 {
  background-image: url("../../img/photos/laptop-outside-md.jpg");
}

@media (max-width: 767.98px) {
  .homesync-bg-2 {
    background-image: url("../../img/photos/laptop-outside-mobile.jpg");
    background-position: top center;
  }
}
.page-header {
  height: 35vw;
  position: relative;
  background-color: #F4F4F4;
}

.page-header.page-header-xs {
  height: 25vw;
}

.page-header.page-header-sm {
  height: 30vw;
}

.page-header.page-header-lg {
  height: 45vw;
}

.page-header h1 {
  font-size: 5rem;
}

.page-header h1.small {
  font-size: 3.5rem;
}

.page-header h1.smaller {
  font-size: 2rem;
}

.page-header-inner {
  position: absolute;
  text-align: bottom;
  padding-top: 170px;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  color: #F4F4F4;
  text-align: center;
}

.page-header-img {
  max-height: 17vw;
  max-width: 23vw;
  margin-bottom: 1vw;
}

.page-header-content {
  width: 100%;
  padding: 1vw 0 4vw;
}

@media (max-width: 1400px) {
  .page-header {
    height: 40vw;
  }
  .page-header.page-header-sm {
    height: 35vw;
  }
  .page-header.page-header-lg {
    height: 50vw;
  }
  .page-header h1.small {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .page-header {
    height: 45vw;
  }
  .page-header.page-header-sm {
    height: 35vw;
  }
  .page-header.page-header-lg {
    height: 53vw;
  }
  .page-header h1 {
    font-size: 3.5rem;
  }
  .page-header h1.small {
    font-size: 2.5rem;
  }
}
@media (max-width: 992.98px) {
  .page-header {
    height: 50vw;
  }
  .page-header.page-header-xs {
    height: 30vw;
  }
  .page-header.page-header-sm {
    height: 45vw;
  }
  .page-header.page-header-lg {
    height: 58vw;
  }
  .page-header h1 {
    font-size: 3.2rem;
  }
  .page-header h1.small {
    font-size: 2.2rem;
  }
  .page-header h4 {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .page-header-inner {
    padding-top: 2vw;
  }
  .page-header {
    height: 55vw;
  }
  .page-header.page-header-xs {
    height: 31vw;
  }
  .page-header.page-header-sm {
    height: 40vw;
  }
  .page-header.page-header-lg {
    height: 60vw;
  }
  .page-header h1 {
    font-size: 3.5rem;
  }
  .page-header h1.small {
    font-size: 1.8rem;
  }
  .page-header h4 {
    font-size: 20px;
  }
  .page-header-img {
    max-height: 35vw;
    max-width: 51vw;
  }
}
@media (max-width: 500px) {
  .page-header {
    height: 85vw;
  }
  .page-header.page-header-xs {
    height: 37vw;
  }
  .page-header.page-header-sm {
    height: 43vw;
  }
  .page-header h1 {
    font-size: 3rem;
  }
}
#company-news-table_wrapper div.dataTables_scrollBody {
  background-color: transparent !important;
  background: transparent !important;
}

div.dataTables_wrapper div.dataTables_length label {
  padding-left: 1rem;
  font-size: 1rem;
  color: #97958E;
}

div.dataTables_wrapper div.dataTables_info {
  padding-left: 1rem;
  font-size: 1rem;
  color: #97958E;
}

.news-share-btn {
  padding: 3px 0;
  text-align: center;
  margin: 5px 10px 0 0;
  width: 35px;
  display: block;
  color: #F4F4F4;
  border-radius: 4px;
}
.news-share-btn:hover {
  color: #fff;
}

.news-share-btn.facebook {
  background-color: #4267B2;
}
.news-share-btn.facebook:hover {
  background-color: #5380DB;
}

.news-share-btn.twitter {
  background-color: #212529;
}
.news-share-btn.twitter:hover {
  background-color: #444b40;
}

#company-news-table {
  background-color: transparent;
}

#company-news-table td {
  background-color: transparent;
}

.news-card-wrapper {
  padding: 1.5vw;
  margin: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.news-card-img-wrapper {
  height: 100%;
  position: relative;
}

.news-card-img {
  height: 100%;
}

.news-card-img {
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-text-wrapper-no-img {
  padding: 15px 25px;
}

.news-text-wrapper-right {
  padding: 15px 25px 15px 0;
}

.news-text-wrapper-left {
  padding: 15px 0 15px 25px;
}

@media (max-width: 767px) {
  .news-text-wrapper-no-img,
  .news-text-wrapper-right,
  .news-text-wrapper-left {
    padding: 15px 25px;
  }
  .news-share-btn {
    padding: 3px 5px;
    margin: 4px;
    width: 35px;
  }
}
.news-snippet-header-wrapper {
  position: relative;
  background-color: #000;
}

.news-snippet-header {
  display: block;
  padding: 40px 30px 10px;
  margin-bottom: 25px;
  width: 100%;
  z-index: 1;
  position: relative;
  color: #f5f5f5;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.news-snippet-header:hover {
  color: #fff;
}

.news-snippet-header-text {
  z-index: 4;
  position: relative;
}

.news-snippet-header-img {
  width: 100%;
  background-color: #000;
  background-size: cover;
  z-index: 1;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  overflow: hidden;
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.news-snippet-header-img::after {
  z-index: 1;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
}

.news-snippet-header-wrapper:hover .news-snippet-header-img::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.news-hero-background {
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  z-index: 1;
  overflow: hidden;
  background-position: center center;
  transition: all 0.9s;
  display: block;
  background-size: cover;
}

.news-hero-wrapper {
  position: relative;
}

.news-hero-background-overlay {
  z-index: 1;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.9s;
}

.news-hero {
  position: relative;
  display: table;
  width: 100%;
  min-height: 250px;
  text-align: center;
  background-color: #000;
  vertical-align: middle;
}

.news-text {
  z-index: 3;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 100px 35px 80px;
  text-align: center;
  max-width: 800px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  transition: all 0.9s;
}

.news-hero h2 {
  margin: 0;
  font-weight: bolder;
  color: #fff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 45px;
}

.news-hero h4.news-subtitle {
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
}

.news-hero .news-author {
  color: #f1f1f1;
}

i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  line-height: 1.5;
}

@media (max-width: 575px) {
  .news-hero h2 {
    font-size: 35px;
  }
}
#company-news-table_wrapper div.dataTables_scrollBody {
  /* border-left: 1px solid #ddd !important; */
  border-left: none !important;
}

div.dataTables_wrapper div.dataTables_filter {
  margin-bottom: 15px;
}

.primary {
  color: #00337F;
}

.blue {
  color: #00337F;
}

.light-blue {
  color: #0076ad;
}

.dark-blue {
  color: #22346c;
}

.blue-overlay {
  background-color: rgba(0, 51, 127, 0.74);
}

.secondary {
  color: #006B40;
}

.green {
  color: #006B40;
}

.dark-green {
  color: #00512E;
}

.light-green {
  color: #99C4B3;
}

.red {
  color: #7C2129;
}

.orange {
  color: #e95420;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.gray {
  color: #97958E;
}

.md-gray {
  color: #444c3d;
}

.royal {
  color: #5671B5;
}

a.gray:hover {
  color: #353433;
}

.dkgray {
  color: #353433;
}

.ltgray {
  color: #C6C4BC;
}

a.white {
  color: #C6C4BC;
}
a.white:hover {
  color: #fff;
}

.remove-signup-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #F4F4F4;
}
.remove-signup-btn:hover {
  color: #fff;
}

.signup-btn {
  position: fixed;
  right: -200px;
  bottom: 100px;
  z-index: 99999;
  background-color: #262525;
  border-radius: 7px;
  padding: 13px 35px 13px 13px;
  line-height: 1.3;
  color: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.signup-btn:hover {
  color: #fff;
}
.signup-btn:active {
  color: #fff;
}
.signup-btn:focus {
  color: #fff;
}

.signup-btn-visible {
  right: 40px;
  bottom: 100px;
}

.signup-btn-spacer {
  height: 52px;
  width: 100%;
}

@media (min-width: 993px) {
  .signup-btn:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    background-color: #353433;
    color: white;
    bottom: 101px;
  }
  .signup-btn:active {
    bottom: 99px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 992px) {
  .signup-btn-visible {
    bottom: 0 !important;
  }
  .signup-btn {
    bottom: -200px;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 512px) {
  .signup-btn-spacer {
    height: 48px;
  }
}
.admin-alert {
  padding: 5px 16px;
  background-color: #878580;
  color: #fff;
}

.admin-wrapper {
  padding: 20px 20px 20vw;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}

.row-link {
  cursor: pointer;
}
.row-link:hover {
  background-color: rgba(196, 93, 92, 0.05) !important;
}

.tags-button {
  padding: 3px 19px 3px 8px;
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
}

.tags-button .btn-close {
  padding: 2px 4px;
  height: auto;
  width: auto;
  color: #878580;
  background: none;
  line-height: 1.2;
  content: "X";
}
.tags-button .btn-close:hover {
  color: #545250;
}

.related-tag {
  cursor: pointer;
}

.alert-default {
  background-color: #e1e1e1;
  color: #444;
}

[data-toggle=tooltip] {
  cursor: pointer;
}

.input-service-line {
  padding: 1px 5px;
  margin: 0 5px 10px 0;
  line-height: 1.5;
  float: left;
  color: inherit;
}

.input-service-line .close, .tags-button .close {
  padding-left: 5px;
  line-height: 1;
  color: inherit !important;
}
.input-service-line .close:hover, .tags-button .close:hover {
  color: inherit !important;
}
.input-service-line .close:active, .tags-button .close:active {
  border: none;
  outline: none;
}
.input-service-line .close:focus, .tags-button .close:focus {
  border: none;
  outline: none;
}

.clear-image-input-btn:hover {
  background-color: #f1f1f1;
}/*# sourceMappingURL=main.css.map */