.hero-section {
  position: relative;
  height: 550px;
  margin-top: 52px;
}

.hero-section video {
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-content {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.hero-content-left {
  /*display: flex;
  align-items: center;*/
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  z-index: 1;
}

.hero-content-left > h1.hero-title {
  color: #fff;
  font-size: 2.6em;
  text-shadow: 0 0 7px #555;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
}

.hero-content-right {
  width: 50%;
  height: 100%;
  display: none;
  justify-content: start;
  align-items: center;
}

.centerbox {
  display: none;
}

/* Mobile first above */
/* Desktop modifications below */
@media screen and (min-width: 960px) {
  .hero-content-left {
    width: 50%;
    padding-left: 150px;
  }

  .hero-content-left > h1.hero-title { text-align: left; }

  .hero-content-right {
    display: flex;
  }

  .centerbox {
    display: block;
    width: 760px;
    max-width: 100%;
    max-width: calc(100% - 80px);
    min-height: 52px;
    z-index: 2;
    border-radius: 5px;
    padding: 2em;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 6px 1px rgba(85, 85, 85, 0.375);
  }
}

.centerbox h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #333;
}

.centerbox h1 img.logo {
  height: 70px;
  vertical-align: -25px;
  margin-right: 0.2em;
  float: none;
}

.centerbox p.description {
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.012em;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #000 !important;
}

.main-form-container {
  text-align: center;
}

.description a {
  text-decoration: none;
}

.main-input[type='text'] {
  background: #fff;
  height: 50px;
  color: #555;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0px 0px 50px;
  font-size: 16px;
  background: #ffffff url("https://www.selectspectrum.com/assets/images/icon/baseline_search_white_24dp.png") 0.9em 0.8em no-repeat;
  background-size: 24px 24px;
  /*float: left;*/
  outline: none;
  text-transform: capitalize;
  /*Override styles from ui.css*/
  margin-top: 0;
}

.main-input.invalid {
  border: 1px solid #7e0505b0;
}

.main-input::placeholder {
  text-transform: none;
}

.main-btn {
  height: 50px;
  border: 1px solid #cccccc;
  padding: 0px;
  position: relative;
  /*float: left;*/
  background: #ffffff url("https://seodesigns.com/projects/TD/images/main-bullet.png") center right 16px no-repeat;
  background-size: 6px 6px;
  cursor: pointer;
}

.main-location {
  display: none;
}

#main-submit {
  transition: all 0.2s ease-in-out;
  background: #eaa200;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
  border-radius: 4px;
  -webkit-appearance: none;
  height: 50px;
  border: 0px;
  padding: 0;
  /*float: left;*/
}

#main-submit:hover {
  background: #e19f09;
  color: #fff !important;
  -webkit-appearance: none;
}

.main-input[type='text'], .main-btn, #main-submit {
  width: 350px;
  display: inline-block;
  clear: left;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1600px) {
  .main-form-container {
    text-align: left;
  }
  .main-input[type='text'], .main-btn, #main-submit {
    margin-bottom: 0;
    clear: none;
    float: left;
  }
  .main-input[type='text'] {
    width: 327px;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
  }
  .main-btn {
    width: 210px;
    border-radius: 0px;
    border-right: 0px;
    margin-right: 0px;
  }

  #main-submit {
    width: 155px;
    border-radius: 0px 4px 4px 0px;
  }
}

#main-submit-mobile {
  display: none;
}

footer {
  border-top: 0px;
}

.search-small {
  font-size: 12px;
  margin: 0px;
  color: #9B9B9B;
  position: absolute;
  top: 6px;
  left: 16px;
  display: inline-block;
  width: 100px;
  height: 20px;
  text-align: left;
}

.search-large {
  font-size: 14px;
  margin: 0px;
  color: #4A4A4A;
  position: absolute;
  top: 19px;
  left: 16px;
  display: inline-block;
  /*width: 105px;*/
  height: 20px;
  font-weight: 600;
  text-align: left;
}

.frequencies-dialog,
ul.x-search-results {
  width: 100%;
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  margin: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1em;
  border: 1px solid #E5E5E5;
  display: none;
  box-shadow: 1px 1px 6px 1px rgba(85, 85, 85, 0.175);
  column-gap: 1;
  z-index: 1;
}

.frequencies-dialog > div {
  display: flex;
  justify-content: space-around;
}

.frequencies-dialog .close {
  position: absolute;
  right: 8px;
  top:8px;
  cursor: pointer;
}

@media only screen and (min-width: 1600px) {
  .frequencies-dialog, ul.x-search-results {
    top: 55px;
  }
}

.frequencies-dialog li,
.x-search-results li {
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-size: 14px;
  color: #444;
  font-weight: 600;
  padding: 0.5em;
  cursor: pointer;
}

.frequencies-dialog li.heading {
  font-weight: bold;
  font-family: 'Titillium Web', sans-serif;
  text-decoration: underline;
}

.frequencies-dialog li.broadband {
  color: #44A;
}

.frequencies-dialog li:hover,
.x-search-results li:hover {
  background: #f8f8f8;
}

@media only screen and (max-width: 680px) {
  footer {
    padding-bottom: 50px;
  }
}

.embedded-video {
  background-position: left 100% top 0%;
  /*background-position: center;*/
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.embedded-video .overlay {
  position: relative;
  width: 64px;
  height: 48px;
  background: #282828;
  border-radius: 50% / 10%;
  color: white;
  text-align: center;
  text-indent: .1em;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.embedded-video:hover .overlay {
  background: #ff0000;
}

.embedded-video .overlay:before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -7%;
  left: -5%;
  background: inherit;
  border-radius: 5% / 50%;
}

.embedded-video .overlay:after {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 5%;
  left: -5%;
  background: inherit;
  border-radius: 5% / 50%;
}

.embedded-video .overlay .play {
  z-index: 1;
  position: relative;
  left: 3px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid white;
}

.marketing-site-features .marketing-site-features-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.marketing-site-features .row .content h4 i {
  font-size: 1.1em;
  vertical-align: -4px;
  margin-left: 0.15em;
}

.marketing-site-features .row .content h4 i.a {
  margin-right: 0.2em;
}

.marketing-site-features .row .content h4 i.b {
  margin-right: 0.1em;
}

.marketing-site-features .row .content h4 i.c {
  margin-right: 0.275em;
}

.marketing-site-features .row .content h4::after {
  content: '';
  position: relative;
  display: block;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 2px solid #1f64ff;
  width: 30px;
}

.marketing-site-features .row .content h4.a::after {
  border-bottom-color: #10b3ef;
}

.marketing-site-features .row .content h4.b::after {
  border-bottom-color: #ed1c24;
}

.marketing-site-features .row .content h4.c::after {
  border-bottom-color: #fba81a;
}

.marketing-site-features .row .content h4.d::after {
  border-bottom-color: #702c91;
}

.marketing-site-features .row .content h4.e::after {
  border-bottom-color: #d9e237;
}

.marketing-site-features .row .content h4.f::after {
  border-bottom-color: #f9ed07;
}

.marketing-site-features--why-choose > .content {
  margin: 36px 20px 0 20px;
  flex: 1 1 0;
}

.marketing-site-features--why-choose > .content > .marketing-site-features-title {
  text-align: center;
}

.marketing-site-features--why-choose > .content i {
  display: block;
  font-size: 52px;
  margin-bottom: 16px;
}

.marketing-site-features--why-choose > .content i.finance-graph-up-icon {
  background: url('/assets/images/finance-graph-up-icon.jpg') no-repeat center bottom / contain;
  height: 52px;
}

@media only screen and (min-width: 960px) {
  .marketing-site-features--why-choose {
    display: flex;
    justify-content: space-between;
  }
}

h1.why-choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

img.why-choose-logo {
  width: 376px;
  max-width: 90%;
  /*display: inline-block;*/
}

.section--about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section--about > *:last-child {
  max-width: 300px;
}

@media only screen and (min-width: 960px) {
  .section--about {
    flex-wrap: nowrap;
  }

  .section--about > *:first-child {
    flex-basis: 66%;
    padding-right: 26px;
  }

  .section--about > *:last-child {
    flex-basis: 33%;
  }
}

.d-flex {
  display: flex;
}
.p-relative { position: relative; }