@font-face {
  font-family: 'Avenir';
  font-style: bold;
  src: url(css/fonts/Avenir.ttc) format('ttc');
}

a, p, h1, h2, h3, h4, h5, h6, label, time, li {
	font-family: Avenir;
}

hr {
	width: 80%;
	margin: auto;
	opacity: 10%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.top-gradient {
	background-image: linear-gradient(to bottom right, #193b70, #3a70bb, #68aadd);
}

.header {
	padding: 25px 100px 50px 100px;
}

.CTAheader {
	font-size: 40px;
	font-weight: bold;
	background: -webkit-linear-gradient(45deg, #193b70, #68aadd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.CTAparagraph {
	color: #323232;
	padding-bottom: 20px;
}

.CTAblock {
	text-align: left;
	padding-right: 80px;
	padding-left: 50px;
	padding-bottom: 50px;
	line-height: 30px;
	margin: auto;
}

.feature-list {
	font-size: 14px;
}

.MobileTopNav {
	text-align: right;
}

.logo {
	width: 150px;
	margin-left: 50px;
	float: left;
}

.CTAimage {
	padding: 0px;
	position: absolute;
	right: 0;
	overflow: hidden;
}

#image1, #myImage {
	width: 120%;
	display: none;
}

.swiper-wrapper {
	padding-top: 70px;
	color: white;
}

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

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #f8981d;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: white;
}

.swiper {
	margin-left: 160px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}

.header-link>a, .footer-link>a{
	text-decoration: none;
	color: white;
}

.header-link>a:hover, .footer-link>a:hover{
	color: #f8981d;
}

.emailLink {
	color: #193b70;
}

.emailLink:hover {
	color: #f8981d;
}

.footer {
	background-color: #323232;
	color: white;
	padding: 25px 100px 25px 100px;
}

.header-link {
	text-decoration: none;
	color: white;
	padding: 35px 3%;
	display: inline-block;
	font-size: 14px;
}

.header-link-beyond {
	text-decoration: none;
	color: #193b70;
	padding: 35px 3%;
	display: inline-block;
	font-size: 14px;
}

.header-link-interior {
	text-decoration: none;
	color: #2560b1;
	padding: 35px 3%;
	display: inline-block;
	font-size: 14px;
}

.header-link:hover, .header-link-beyond:hover, .header-link-interior:hover {
	color: #f8981d;
}

.footer-link {
	text-align: center;
	margin: auto;
	font-size: 14px;
}

.sign-up {
	padding: 10px 50px 10px 50px;
	color: white;
	border: none;
	background-color: #f8981d;
}

.sign-up:hover {
	background-color: white;
	color: #f8981d;
}

.sign-up.CTA-button:hover {
	background-color: #193b70;
	color: white;
}

.sign-up-page {
	margin-left: 150px;
	text-align: left;
}

.required {
	color: darkred;
}

.learn-more {
	font-size: 14px;
	font-weight: bold;
	color: #68aadd;
}

.learn-more:hover {
	color: #193b70;
}

.title-area {
	border-left-style: solid;
	margin-left: 160px;
	padding-left: 20px;
	color: white;
	margin-bottom: 50px;
}

.title-area>p:first-of-type {
	font-size: 14px;
}

.title-area>h1 {
	font-size: 30px;
}

.beyond {
	color: #193b70;
	height: 100%;
}

.home-icon {
	font-size: 25px;
	border-style: solid;
	padding: 10px 0px 10px 0px;
	border-width: 6px;
	border-radius: 50%;
	color: white;
	width: 55px;
	height: 55px;
}

.slide-list {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 14px;
}

.feature-teaser {
	border: none;
	border-radius: 20px;
	width: auto;
	color: darkgray;
	font-size: 14px;
	padding: 2px 20px 2px 20px;
	margin: 0px 10px 20px 10px;
}

.feature-teaser:hover {
	background-color: #2560b1;
	color: white;
}

.feature-icon{
	width: 30px;
	margin-right: 10px;
}

.feature-list {
	list-style-type: none;
	padding-left: 0px;
}

.feature-panel-row {
	margin-bottom: 50px;
}

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

.animate {
	animation-name: LoadIn;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-timing-function: ease;
}

@keyframes LoadIn {
	from {
		top: 20%;
		right: 23%;
	}
	to {
		top: 34%;
		right: 19.8%;
	}
}

.animate2 img {
	animation-name: imageSwap;
	animation-duration: 6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes imageSwap {
	0% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	92% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.animate2 img:nth-of-type(1){
	animation-delay: 4s;
}
.animate2 img:nth-of-type(2) {
	animation-delay: 2s;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: none;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
	background-color: white;
	color: black;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}

/* Hide the link that should open and close the topnav on small screens */
.MobileTopNav .icon {
  display: none;
}

.form-control {
	height: 50px;
	border: none;
	border-radius: 0px;
	background-color: #f4f2f2;
}

.unwrap {
	flex-wrap: nowrap;
}

.feature-column {
	margin: auto;
	padding-right: 50px;
}

.feature-header {
	display: inline;
	vertical-align: middle;
}

.featureSection {
	text-align: center;
	overflow: hidden;
	background-color: #1a3b70;
	padding-top: 20px;
}

.FAQ-hero {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 40%;
}

.FAQ-hero>img {
	width: 80%;
}

.FAQ-entry {
	margin-left: 128px;
	text-align: left;
	display: flex;
}

.About-hero {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 25%;
}

.About-hero>img {
	width: 88%;
}

.About-block, .Why-block {
	padding-top: 100px;
	padding-bottom: 50px;
	margin-left: 170px;
	text-align: left;
}

.ThankYou-block {
	padding-bottom: 50px;
	margin-left: 170px;
	text-align: left;
}

.message-sent {
	width: 65%;
	padding-bottom: 50px;
}

.message-sent-about {
	width: 100%;
	padding-bottom: 20px;
	margin-left: -16px;
}

.quad {
	display: inline-block;
	padding-left: 5px;
}

.pricing {
	text-align: center;
	padding-top: 50px;
	overflow: hidden;
}

.contactRep {
	width: 130%;
	overflow: hidden;
	position: relative;
	left: -210px;
}

.carat {
	width: 20px;
	height: 21px;
	margin-right: 20px;
}

.timeline {
	background-image: url("img/timeline-background.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

.timeline-header {
	text-align: center;
	width: 60%;
	margin: auto;
	padding-top: 5%;
}

.timeline-header>p:first-of-type {
	text-decoration: underline;
	font-size: 14px;
	color: grey;
}

.timeline-start {
	width: 50px;
	margin-left: 35px;
	padding-top: 25px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #4d89c9;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #ebebeb;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
  border-left-style: solid;
  border-left-color: #a3d1ef;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 14px 8px 0;
  border-color: transparent #a3d1ef transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
  border-right-style: solid;
  border-right-color: #a3d1ef;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #a3d1ef;
}

.timeline ul li::after {
  background: #fff;
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #4d89c9;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px,0,0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px,0,0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

.timeline-icon {
	width: 100px;
	padding-bottom: 20px;
}

.key-point {
	padding-left: 160px;
}

.key-point-h3 {
	margin-bottom: 0px;
}

.key-point-p {
	margin: auto;
	font-size: 14px;
}

.hero-icon {
	width: 80px;
}

.whyHero {
	position: relative;
}

.whyHero>img {
	width: 50%;
	position: absolute;
	right: 12px;
	bottom: -33px;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1)
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #1570b8;
}

.animate {
  animation-duration: 0.5s;
  animation-name: animate-fade;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}
    
@keyframes animate-fade {
    0% { opacity: 0; }
  100% { opacity: 1; }
}

.animate.pop {
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(.26,.53,.74,1.48);
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
        
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.delay-1 {
  animation-delay: 0.6s;
}

.delay-2 {
  animation-delay: 0.7s;
}

.delay-3 {
  animation-delay: 0.8s;
}

.delay-4 {
  animation-delay: 0.9s;
}

.delay-5 {
  animation-delay: 1s;
}

.delay-6 {
  animation-delay: 1.1s;
}

.delay-7 {
  animation-delay: 1.2s;
}

.delay-8 {
  animation-delay: 1.3s;
}

.delay-9 {
  animation-delay: 1.4s;
}

.delay-10 {
  animation-delay: 1.5s;
}

.delay-11 {
  animation-delay: 1.6s;
}

.shape {
  background-color: #a3d2f15c;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  position: absolute;
  right: 32%;
  top: 2%;
  z-index: -1;
}

.vendorStage {
	width: 1000px;
	height: 600px;
	position: relative;
	margin: auto;
	background-image: url("img/vendor-background.png");
	z-index: -2;
	background-size: contain;
	background-repeat: no-repeat;
}

.saraVendor {
	width: 250px;
	position: absolute;
	right: 44%;
	top: 26%;
}

.attVendor {
	width: 200px;
	position: absolute;
	right: 64%;
	top: 3%;
}

.directvVendor {
	width: 180px;
	position: absolute;
	right: 29%;
	top: 48%;
}

.consolidatedVendor {
	width: 120px;
	position: absolute;
	right: 35%;
	top: 71%;
}

.lumenVendor {
	width: 140px;
	position: absolute;
	right: 49%;
	top: 74%;
}

.hughesnetVendor {
	width: 100px;
	position: absolute;
	right: 74%;
	top: 57%;
}

.earthlinkVendor {
	width: 120px;
	position: absolute;
	right: 35%;
	top: 1%;
}

.viasatVendor {
	width: 160px;
	position: absolute;
	right: 65%;
	top: 66%;
}

.wowVendor {
	width: 100px;
	position: absolute;
	right: 57%;
	top: -5%;
}

.ziplyVendor {
	width: 130px;
	position: absolute;
	right: 76%;
	top: 29%;
}

.frontierVendor {
	width: 170px;
	position: absolute;
	right: 24%;
	top: 16%;
}

.brightspeedVendor {
	width: 90px;
	position: absolute;
	right: 42%;
	top: 14%;
}

.sub-menu {
  position: absolute;
  right: 38%;
  text-align: left;
  list-style: none;
  top: 12%;
  font-size: 12px;
  background-color: white;
  padding: 20px 50px 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 2px rgb(0 0 0 / 12%);
  border-width: 8px 2px 8px 14px;
  display: none;
  color: #2560b1;
  font-weight: bold;
 }

.sub-menu::after {
  content: "";
  position: absolute;
  border-width: 10px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
}

.sub-menu>li {
	padding-bottom: 5px;
}

.sub-menu>li>a {
	text-decoration: none;
	color: #2560b1;
}

.sub-menu>li>a:hover {
	color: #f8981d;
}

.sub-menu-img {
	width: 15px;
	margin-right: 7px;
}

.open {
	cursor: pointer;
}

@media screen and (min-width: 1701px) {
	.stretch {
		margin-bottom: 150px;
	}
	.whyHero>img {
		width: 45%;
	}
}

@media screen and (max-width: 1700px) and (min-width: 1450px) {
	.whyHero>img {
		width: 45%;
	}
}

@media screen and (max-width: 1700px) and (min-width: 1201px) {
	.stretch {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 1353px) and (min-width: 1216px) {
	.quad {
		font-size: 14px;
	}
}

@media screen and (max-width: 1250px) and (min-width: 768px) {
	.key-point-h3 {
		font-size: 22px;
	}
	.key-point-p {
		font-size: 12px;
	}
	.hero-icon {
		width: 60px;
	}
}

@media screen and (max-width: 1214px) {
	.About-block {
		width: 80%;
	}
	.About-hero {
		top: 17%;
	}
	.About-hero>img {
		width: 80%;
	}
}

@media screen and (max-width: 1200px) {
	.whyHero>img {
		right: 0;
	}
	.whyHero {
		text-align: right;
		width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.feature-header {
		font-size: 20px;
	}
}

@media screen and (max-width: 1078px) {
  	.swiper {
  	width: 80%;
  }
  .CTAimage {
  	width: 45%;
  	top: 12%;
	}
	.CTAimage.adjust {
		top: 55%;
	}
	.title-area {
		height: fit-content;
	}
	.sign-up-page {
		width: 80%;
	}
}

@media screen and (max-width: 1048px) and (min-width: 768px) {
	.hero-icon {
		width: 50px;
	}
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1003px) {
  .MobileTopNav a:not(:first-child) {display: none;}
  .MobileTopNav a.icon {
    float: right;
    display: block;
  }
  .title-area, .swiper {
  	margin-left: 100px;
  }
  .About-block, .Why-block {
  	margin-left: 112px;
  	padding-top: 60px;
  }
  .ThankYou-block {
  	margin-left: 110px;
  	width: 75%;
  }
  .CTAimage {
  	width: 52%;
  	top: 12%;
  }
  .FAQ-entry {
  	margin-left: 68px;
  	width: 80%;
  }
  .sign-up-page {
  	margin-left: 90px;
  }
  .key-point {
  	padding-left: 110px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1003px) {
  .MobileTopNav.responsive {position: relative;}
  .MobileTopNav.responsive a.icon {
    position: absolute;
    right: 11.7px;
    top: -0.5px;
    padding: 26.1px 3%;
  }
  .MobileTopNav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 5px 0px 5px 0px;
    font-weight: 900;
    font-size: 25px;
  }
   .MobileTopNav.responsive a:hover {
   	color: #f8981d;
   }
  .MobileTopNav.responsive img.logo {
  	float: none;
  }
  .MobileTopNav.responsive>.logo-link {
  	text-align: left;
  	padding: 0px 0px 20px 0px;
  }
  .MobileTopNav.responsive>.header-link {
  	color: #2560b1;
  }
  .white {
  	background-color: white;
  	margin-bottom: 30px;
  }
  .logo {
  	margin-left: 0px;
  }
  .MobileTopNav {
  	padding-left: 0px;
  }
  .sub-menu {
  	position: relative;
  	right: 0;
  	top: 0;
  	background-color: none;
  	padding: 0;
  	border-radius: 0;
  	box-shadow: none;
  	padding-left: 10px;
  }
  .sub-menu>li {
  	padding: 0px;
  }
  .sub-menu>li>a {
  	color: #757575;
  	font-size: 20px !important;
  }
  .sub-menu-img {
  	display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1003px) {
	.FAQ-hero {
		text-align: center;
		top: 18%;
		right: -35px;
	}
	.FAQ-entry.first-entry {
		width: 50%;
	}
	.FAQ-hero.adjust {
		top: 52%;
	}
	.About-hero.adjust {
		top: 54%;
	}
}

@media screen and (max-width: 1000px) {
	.stretch {
		width: 80%;
}

@media screen and (max-width: 991px) {
	.feature-panel-row {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.feature-column {
		padding-left: 80px;
	}
}

@media screen and (max-width: 928px) {
	.CTAimage {
		width: 56%;
		top: 13%;
	}
}

@media screen and (max-width: 900px) {
	.About-block {
		padding-top: 0px;
	}
	.timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px; /*250+45-6*/
  }
}

@media screen and (max-width: 789px) {
	.saraVendor {
		width: 220px;
		right: 56%;
		top: 29%;
	}
	.shape {
		width: 470px;
		height: 470px;
		right: 44%;
		top: 7%;
	}
	.attVendor {
		width: 170px;
		right: 71%;
		top: 3%;
	}
	.directvVendor {
		width: 150px;
		right: 42%;
		top: 51%;
	}
	.consolidatedVendor {
		width: 90px;
		right: 48%;
		top: 70%;
	}
	.lumenVendor {
		width: 110px;
		right: 58%;
		top: 65%;
	}
	.hughesnetVendor {
		width: 70px;
		right: 80%;
		top: 58%;
	}
	.earthlinkVendor {
		width: 90px;
		right: 52%;
		top: 10%;
	}
	.viasatVendor {
		width: 130px;
		right: 73%;
		top: 65%;
	}
	.wowVendor {
		width: 70px;
		right: 64%;
		top: 11%;
	}
	.ziplyVendor {
		width: 100px;
		right: 83%;
		top: 31%;
	}
	.frontierVendor {
		width: 140px;
		right: 43%;
		top: 22%;
	}
	.brightspeedVendor {
		width: 60px;
		right: 56%;
		top: 21%;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px) {
	.Why-block>p:first-of-type {
		width: 250%;
	}
}

@media screen and (max-width: 767px) {
	.title-area {
		width: 80%;
		margin-bottom: 0px;
	}
	.stretch {
		margin-bottom: 50px;
	}
	.CTAimage {
		width: 85%;
		top: 0;
		right: 0;
		position: relative;
		margin-bottom: 20px;
		overflow: visible;
	}
	.About-hero {
		position: relative;
		text-align: center;
	}
	.About-block {
		padding-top: 30px;
	}
	.ThankYou-block {
		padding-top: 60px;
		width: 65%;
	}
	.message-sent {
		width: 100%;
	}
	.footer {
		padding: 0px 50px 20px 50px; 
	}
	.footer-logo {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-align: left;
	}
	.footer-link {
		text-align: left;
	}
	.unwrap {
		flex-wrap: wrap;
	}
	.feature-hero {
		text-align: center;
	}
	.FAQ-hero {
		position: relative;
		text-align: center;
	}
	.FAQ-hero>img {
		width: 60%;
	}
}

@media screen and (max-width: 704px) and (min-width: 576px) {
	.quad {
		font-size: 12px;
	}
}

@media screen and (max-width: 665px) {
	.hero-icon {
		width: 60px;
	}
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  
  .timeline ul li:nth-child(even) div {
    left: 45px;
    border-left-style: solid;
  	border-left-color: #a3d1ef;
  	border-right: none;
  }
  
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #a3d1ef transparent transparent;
  }

  .timeline-header {
  	text-align: left;
  	margin-left: 50px;
  }

  .timeline-start {
  	margin-left: -19px;
  }

  .saraVendor {
		width: 180px;
		right: 63%;
		top: 31%;
	}
	.shape {
		width: 400px;
		height: 400px;
		right: 52%;
		top: 11%;
	}
	.attVendor {
		width: 150px;
		right: 75%;
		top: 11%;
	}
	.directvVendor {
		width: 140px;
		right: 49%;
		top: 47%;
	}
	.consolidatedVendor {
		right: 56%;
		top: 63%;
	}
	.lumenVendor {
		right: 67%;
	}
	.hughesnetVendor {
		right: 86%;
		top: 51%;
	}
	.earthlinkVendor {
		right: 57%;
	}
	.viasatVendor {
		right: 78%;
		top: 57%;
	}
	.wowVendor {
		right: 68%;
		top: 8%;
	}
	.ziplyVendor {
		top: 32%;
	}
	.frontierVendor {
		right: 50%;
		top: 24%;
	}
	.brightspeedVendor {
		right: 62%;
	}
}

@media screen and (max-width: 575px) {
	.whyHero {
		height: 120px;
	}
}