@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

* {
  font-family: 'Open Sans', Sans-Serif;
}

#canvas {
  font-size: 1rem;
}

/* page top start */
.page-top {
  background-color: #e11f26;
  text-align: center;
  margin: 0;
}

.page-top > .container {
  display: table;
  width: 95%;
  margin: 0 auto;
}

.page-top #page-top-logo, .page-top #page-top-phone {
  margin: 0 auto;
  padding: 3rem 0 2.5rem 1rem;
  display: table-cell;
  vertical-align: middle;
}

#page-top-logo {
  width: 78%;
}

#page-top-phone {
  width: 22%;
}

#page-top-phone div {
  color: #ffffff;
  font-size: 1.6rem;
}

#page-top-phone div.actual-phone {
  font-size: 1.2rem;
}

#page-top-logo img {
  width: 100%;
  height: auto;
}

.page-top div {
  display: block;
  color: #ffffff;
  font-size: 2rem;
}

.page-top a {
  color: #ffffff;
  text-decoration: none;
}

.page-top a:hover {
  color: #dddddd;
  text-decoration: none;
}

.phone-smaller {
  font-size: 75%;
}

@media screen and (max-width:999px) {
  /* below 1000 set it to two lines */
  .page-top > .container {
    display: block;
    padding: 1.5rem 0;
  }

  .page-top #page-top-logo, .page-top #page-top-phone {
    display: block;
    padding: 1rem 0;
    width: 100%;
  }
}

@media screen and (max-width:699px) {
  /* below 700 split to 3 lines */
  #page-top-logo img {
    width: 80%;
  }
}


/* page top end */

/* header section */
header {
  clear: both;
  text-align: center;
  position: relative;
  background-color: #dddddd;
}

/* contact page start */
.form-container {
  display: table;
}

.form-row {
  display: table-row;
}

.form-label, .form-input {
  display: table-cell;
  vertical-align: top;
  padding: 0 2rem 1rem 0;
}

body#page-contact article, body#body-newsroom-media-inquiries article {
  width: 35%;
  float: left;
}

body#page-contact aside, body#body-newsroom-media-inquiries aside  {
  width: 50%;
  float: right;
}

.required-and-errors {
  color: #cc0000;
}

body#page-contact aside div svg {
  vertical-align: top;
}

body#page-contact aside div a {
  display: inline-block;
}

.contact-phone, .contact-address {
  margin-bottom: 1.5rem;
}

.form-container {
  margin-bottom: 1rem;
}
/* end contact page */

/* business-pricing */

table.business-pricing {
  border-bottom: 1px solid #333333;
  padding: 1rem 0 0 0;
  margin-bottom: 1rem;
}

table.business-pricing td, table.business-pricing th {
  padding: 0.5rem; 
}


table.business-pricing thead th {
  color: white;
  background-color: #000000;
  font-weight: bold;
  text-align: left;
}

table.business-pricing tbody tr:nth-child(odd) {
  background-color: #dddddd;
}

table.business-pricing tbody tr td {
  text-align: center;
}
table.business-pricing tbody tr th {
  font-weight: bold;
  text-align: left;
  max-width: 25%;
}

.tag-optional {
  color: red;
}



/* end business-pricing */




/* featured stories start */

div.main {
  margin: 2rem 2rem 2rem 2rem;
  display: table;
  border: none;
  border-collapse: collapse;
}

div.main aside, div.main article {
  display: table-cell;
  padding: 0 2rem;
  vertical-align: top;
}

div.main article {
  border-left: 1px solid #cccccc;
}

div.main article h1 {
  margin-top: 0;
}

div.main aside ul li {
  list-style-type: none;
  margin-top: 0.67em;
}
/* featured stories end */





/* header section end */

/* sections start */
section.intro video {
  width: 720px; 
  height: 405px;
}

section.intro {
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
  background-color: #000000;
}

section.intro video {
  marging: 0 auto;
}

section, article, aside, main {
  margin: 1rem 2rem 2rem 2rem;
}

article > div.smaller-box-container, main > div.smaller-box-container  {
  margin: 0;
}

.smaller-box-container {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px 5px;
  width: 100%;
}

.smaller-box-container .wrapper {
  display: table-row;
}

section.smaller-box {
  /* display: inline-block; */
  display: table-cell;
  width: 1%;
  vertical-align: top;
  padding: 2rem;
  border: 4px solid #e11f26;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
}

section ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.4rem;
}

section ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.4rem;
}

article ul.checkmark {
  list-style: none;
  list-style-position: inside;
}

article ul.checkmark li:before {
  content: '✓';
  margin-right: 10px;
}
ol.bold-numeration > li::marker  {
  font-weight: bold;
}

#share-buttons {
  padding-top: 1rem;
}

#share-buttons h3 {
  padding-top: 0.5rem;
  margin-top: 1rem;
  border-top: 1px solid #cccccc;
}

.share-icon {
  width: 25px;
  height: auto;
  padding: 2px;
  display: inline-block;
}


.line-through {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  background-color: #333399;
  height: 2px;
}

a.price-button, a.price-button:hover, a.price-button:visited {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  background-color: #333399;
  color: white;
  text-decoration: none;
}

/* sections end */

/* common nav elements */
header nav {
  display: inline-block;
  height: 80px;
  vertical-align: top;
  max-width: 100%;
}

header nav ul, header nav ul li {
  margin-left: 0;
}

header nav ul li a {
  line-height: 2.5rem;
  margin: 0 1rem 0 1rem;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3rem;
  color: #e11f26;
  white-space: nowrap;
}

/* allow wrapping under 800px */
@media screen and (max-width:800px) {
  header nav ul li a {
    white-space: normal;
  }
}


header nav > ul > li > a {
  line-height: 80px;
}

#menu-toogle-container {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9999;
}

#menu-toggle .bar, #menu-close .bar {
  fill: #444444;
}

header#mainheader.sm-active #menu-toogle-container #menu-toggle {
  display: none;
}

header#mainheader.sm-active nav #menu-close {
  position: fixed;
  top: 12px;
  right: 20px;
  display: block;
}

header#mainheader #menu-toogle-container #menu-toggle {
  display: block;
}

header#mainheader nav #menu-close {
  display: none;
}

header#mainheader.sm-active nav {
  background-color: #111111;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  padding: 20px 20px 20px 10px;
}

/* end common nav elements */

/* partners logos */
.partner-logos-container {
  text-align: center;
}

.partner-logos-container img {
  width: 20%;
  height: auto;
  margin: 1%;
}


/* footer start */
footer {
  clear: both;
  padding: 50px 50px 100px 50px;
  color: #ffffff;
  background-color: #000000;
}

footer a {
  color: #ffffff;
}


/* footer end */

.accent-color {
  color: red;
}


.banner {
  clear: both;
  margin: 0;
/*  background-color: #e11f26; */
  background-color: #000000;
  padding: 1.5rem 0.5rem;
  text-align: center;
}

@keyframes blink {
  50% {
    border-color: #ffffff;
  }
}

.banner > div {
  padding: 30px;
  margin: 0 25%;
  border: 2px solid #e11f26;
  animation: blink 2s step-end infinite alternate;
  border-radius: 20px;
}

@media screen and (max-width:800px) {
  .banner > div {
    margin: 0 1rem;
  }
}

#geek-aid-for-your-business a, .banner a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
}

#geek-aid-for-your-business a:hover, .banner a:hover {
  color: #e11f26;
}

#geek-aid-for-your-business {
  margin: 0;
  background-color: #000000;
  padding: 1.5rem 0.5rem;
  text-align: center;
  padding: 30px;
  border: 2px solid #e11f26;
  animation: blink 2s step-end infinite alternate;
  border-radius: 20px;
}



/* general elements start */
.dash {
  display: inline;
}

.new-line {
  display: none;
}

.centered {
  text-align: center;
}

.larger {
  font-size: 2em;
  font-weight: bold;
}

.spaced {
  margin-left: 2rem;
  margin-right: 2rem;
}

a {
  color: #e11f26;
}

a:hover {
  color: #660000;
}
/* general elements end */


/* slide start */

section.jumbotron {
  padding: 0;
  margin: 0;
  background: #000000;
}

.slide {
  display: inline;
  width: 100%;
  padding: 0;
  margin: 0;
}

#outerbox {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

#sliderbox {
  width: 600%;
  padding: 0;
  margin: 0;
  display: block;
}

#sliderbox .slide img {
  width: 16.666666%;
  height: auto;
  padding: 0;
  margin: 0;
}


@keyframes slide6 {

  0% {
    left: 0;
  }
  8% {
    left: 0;
  }

  16% {
    left: -100%;
  }
  24% {
    left: -100%;
  }

  32% {
    left: -200%;
  }
  40% {
    left: -200%;
  }

  48% {
    left: -300%;
  }
  56% {
    left: -300%;
  }

  64% {
    left: -400%;
  }
  72% {
    left: -400%;
  }

  80% {
    left: -500%;
  }
  88% {
    left: -500%;
  }

  100% {
    left: 0;
  }
}

#sliderbox {
  position: relative;
  animation: slide6 35s infinite;
}

/* slide end */


/* cookie statement start */

#cookie-statement {
  background-color: #000000;
  min-height: 40px;
  font-size: 0.9rem;
  color: #dddddd;
  line-height: 125%;
  padding: 12px 60px;
  font-family: Arial, Helvetica, Sans-Serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9998;
}
#cookie-statement a {
  color: #4288b2;
  text-decoration: none;
}

#close-cookie-statement {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-weight: bold;
  line-height: 130%;
}

#close-cookie-statement:hover {
  color: #dddddd;
}

/* cookie statement end */


#body-faq h2 {
  color: #e11f26;
}

#body-geek-aid-for-your-business article > h1, #body-geek-aid-for-your-business section > h1 {
  text-align: center;
}

.largemessage {
  margin: 0;
  padding: 3rem;
  background: #000000;
}

.largemessage div {
  background-color: #e11f26;
  border-radius: 20px;
  padding: 35px 3rem;
}

@media screen and (max-width:800px) {
  .largemessage {
     padding: 1rem;
   }
  .largemessage div {
    padding: 1rem;
  }
}

.largemessage div ul {
  list-style: none;
}

.largemessage div p, .largemessage div li {
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  padding-left: 30px;
}

.largemessage div li {
  position: relative;
  padding-left: 30px;
}

.largemessage div li:before {
  content: '';
  background-image: url('/images/checkbox.svg');
  width: 20px;
  height: 18px;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
}



.largemessage div p a, .largemessage div li a {
  color: #ffffff;
}

.largemessage div p a:hover {
  color: #eeeeee;
}

section.smaller-box.news, section.smaller-box.releases, section.smaller-box.no-border {
  border: none;
  padding: 1rem 0;
  text-align: left;
}

section.smaller-box.news h2, section.smaller-box.releases h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-align: left;
}

section.smaller-box.news li, section.smaller-box.releases li {
  text-align: left;
}

@media screen and (min-width:1024px) {


  .two-columns-wrapper {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3rem;
    margin: 0;
    display: table;
  }

  .two-columns-left, .two-columns-right {
    vertical-align: top;
    display: table-cell;
    width: 50%;
  }

  section.section-residential {
    vertical-align: top;
    padding: 35px 3rem;
    background-color: #eeeeee;
    display: table-cell;
    width: calc(41% - 6rem);
    border-radius: 20px;
  }

  section.section-business {
    vertical-align: top;
    padding: 35px 3rem;
    background-color: #eeeeee;
    display: table-cell;
    width: calc(56% - 6rem);
    border-radius: 20px;
  }

  article.residential-business {
    display: table-row;
    border-collapse: separate;
    border-spacing: 3rem;
    background-color: #e11f26;
    margin: 0;
    display: table;
  }
}
@media screen and (max-width:1023px) {

  header nav ul li a {
    margin-left: 0;
  }

  header > nav > ul li {
    line-height: 25px;
    text-align: left;
    display: block;
    position: static;
    margin-left: 1rem;
  }
  
  header > nav > ul ul {
    position: static;
    display: block;
  }

  #menu-toogle-container {
    display: block;
  }

  header nav ul {
    background-color: #000000;
  }
    
  nav.mainmenu > ul {
    display: none;
    padding-bottom: 3rem;
  }

  header#mainheader.sm-active nav.mainmenu ul {
    display: block;
    text-align: left;
  }

  body#page-contact article, body#page-contact aside, body#body-newsroom-media-inquiries article, body#body-newsroom-media-inquiries aside {
    width: 100%;
    float: none;
  }

  .page-top .wrap {
    padding: 1rem;
  }

  section.intro video {
    width: 90%; 
    height: auto;
  }

  section.smaller-box {
    display: block;
    width: 80%;
    vertical-align: top;
    padding: 2rem;
    border: 4px solid #e11f26;
    border-radius: 20px 20px 20px 20px;
    margin: 0 auto 2rem auto;
  }

  #body-newsroom section.smaller-box, #body-newsroom-media-inquiries section.smaller-box, #body-newsroom-presskit  section.smaller-box {
    width: 80%;
  }

  .page-top div {
    display: block;
  }

  .page-top .spacer {
    display: none;
  }

}



@media screen and (max-width:767px) {

  .mainmenu ul > li > a {
    padding: 1rem 0;
  }

  section.smaller-box {
    display: block;
    vertical-align: top;
    padding: 1rem;
    border: 4px solid #e11f26;
    border-radius: 20px 20px 20px 20px;
    margin: 0 auto 2rem auto;
  }

  .smaller-box-container {
    display: block;
    border-spacing: 0;
    margin: 0;
    width: 100%;
  }

  .smaller-box {
    display: block;
    border-spacing: 0;
    width: 100%;
  }
  
  section, article {
    margin: 1rem 0.5rem;
  }
}





@media screen and (min-width:1024px) {

  /* nav section start */
  
  header nav ul {
    display: block;
    list-style-type: none;
    background-color: #dddddd;
    margin-left: 0;
  }
  
  header nav > ul > li {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 80px;
    position: relative;
    z-index: 9995;
  }
  
  header nav > ul > li ul {
    z-index: 9996;
  }
  
  header nav > ul > li ul li {
    line-height: 35px;
    width: 100%;
    z-index: 9997;
  }
  
  
  header nav > ul > li ul {
    display: none;
  }
  
  header nav > ul > li ul > li {
    display: block;
    text-align: left;
  }
    
  header nav a:hover {
    color: #ffffff;
  }
  
  header nav > ul > li:hover > ul {
    position: absolute;
    top: 65	px;
    left: 0;
    display: block;
  }
  
  header nav > ul > li:hover > ul > li:hover > ul {
    top: 0;
    left: 90%;
    position: absolute;
    display: block;
  }

  header nav > ul > li#menu-resources:hover > ul > li:hover > ul {
    position: absolute;
    left: -93%;
  }
  
  
  header nav > ul > li > ul li {
    position: relative;
  }
  /* nav section end*/
}
