/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 0px;
}
@media (max-width: 1200px) {
	.header-img-top{ width: 100%}
}

@media (max-width: 992px) {
	.header-img-top{ width: 50%}
}


@media (max-width: 768px) {
	.header-img-top{ width: 50%}
}

@media (max-width: 576px) {
	.header-img-top{ width: 50%}
}
.form-result {
    padding: 15px 0 0 0;
    text-align: center;
}
.bg-primary.centurylink {
    background-color: #00844B !important;
}
.bg-primary.viasat {
    background-color: #224C5C !important
}

.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
}
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}