@import "_fonts.css";

/*!  normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  min-height: 100%;
  font-size: 100%;
  color: #5d5d5d;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

footer {
  display: block;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 140%;
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media all and (min-width: 80em) {
  body {
    min-width: 1280px;
  }
}
h1,
h2,
h3 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #2e2e2e;
  line-height: 150%;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-weight: normal;
}
h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
p {
  margin: 0;
  margin-bottom: 20px;
}
a {
  background-color: transparent;
  color: #0272b6;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
hr {
  clear: both;
  display: block;
  margin: 1.5em 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #efefef;
}
hr.thin {
  background: #dad9d9;
  height: 1px;
  padding: 0;
  margin: 1em 0 1.5em 0;
}
img,
object {
  max-width: 100%;
  vertical-align: middle;
}
li {
  line-height: 20px;
  margin-bottom: 10px;
}

.main-content {
  clear: both;
}
.main-content-inner {
  box-sizing: border-box;
  padding: 0 75px;
}
@media (max-width: 768px) {
  .main-content-inner {
    padding: 0 30px;
  }
  .main-content-inner.tips {
    padding: 0 15px;
  }
  .main-content-inner.tips h2 {
    padding-left: 0;
    text-align: center;
  }
}

@media print {
  html {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.cui-btn {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.5em 1.8em;
  color: #0272b6;
  background: transparent;
  line-height: 1;
  text-align: center;
  border: 1px solid #0272b6;
  border-radius: 3ex;
  cursor: pointer;
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .2px;
  height: 48px;
  line-height: 48px;
  padding: 0 2em;
  border-radius: 3ex;
}
.cui-btn:hover,
.cui-btn:focus,
.cui-btn:active {
  text-decoration: none;
}
@media all and (min-width: 48em) {
  .cui-btn {
    width: inherit;
  }
}
.cui-btn--primary {
  color: #fff;
  font-size: 16px;
  background: #0272b6;
  border-color: #0272b6;
}
.cui-btn--primary:hover {
  background: #00619a;
  border-color: #00619a;
  text-decoration: none;

}
.cui-btn--secondary {
  background: #fff;
  color: #0272b6;
}

.cui-btn--secondary:hover {
  background: #f2f4f5;
  color: #0272b6;
  border-color: #0272b6;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .cui-btn--primary {
    max-width: 320px;
  }
}


.cui-hero {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.cui-hero-description {
  font-size: 20px;
  font-size: 1.25rem;
}

.cui-hero-description h2 {
  font-family: 'XfinityStandard', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 36px;
}
.cui-tile-message {
  font-size: 18px;
  font-size: 1.125rem;
}

@media all and (min-width: 48em) {
  .is-mobile-only {
    display: none;
  }
}

.cui-main {
  min-height: 250px;
}
@media all and (min-width: 80em) {
  .cui-main {
    min-height: 330px;
  }
}
.cui-wrap {
  margin: 0 auto;
  padding: 0 4%;
  max-width: 780px;
}
@media all and (min-width: 80em) {
  .cui-wrap {
    padding: 0;
    width: 1264px;
    max-width: 1264px;
  }
}
.cui-btn:hover,
.cui-btn:focus,
.cui-btn:active {
  text-decoration: none;
}
@media all and (min-width: 48em) {
  .cui-btn {
    width: inherit;
  }
}

.alert {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #4a4a4a;
  color: #e4e4e4;
  padding: 30px;
  text-align: center;
}

.alert h2 {
  font-family: 'XfinityStandard', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width:768px) {
  .alert h2 {
    font-size: 36px;
  }
}
.alert ul, .alert li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alert li {
  display: inline-block;
  margin: 10px;
  width: 100%;
}
@media (min-width: 550px) {
  .alert li {
    width: auto;
  }
}
.cui-hero a:hover,
.cui-hero a:focus {
  color: #fff;
  text-decoration: none;
}
.cui-hero-message {
  clear: both;
}
.cui-hero-description {
  text-align: center;
  font-size: 36px;
}
.cui-tile-message {
  font-size: 18px;
  font-size: 1.125rem;
}

@media all and (min-width: 48em) {
  .is-mobile-only {
    display: none;
  }
}
#main {
  max-width: 1170px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

#main * {
  box-sizing: border-box;
}

.cui-wrap {
  max-width: 1170px;
  padding: 0 2%;
}

.cui-hero-img {
  padding: 0;
}

.cui-hero-img,
.cui-hero-title {
  background: #ebedef;
}

.cui-hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'XfinityStandard', Helvetica, Arial, sans-serif;
  padding: 30px;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media (min-width: 1020px) {
  .cui-hero-title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (min-width: 960px) {
  .cui-hero-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cui-hero-title {
    font-size: 48px;
    line-height: 64px;
  }
}

.cui-hero-title span {
  display: block;
  margin-bottom: 20px;
}

.sec-text {
  padding: 40px 8.2%;
  font-size: 22px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
}

.sec-text .col-1,
.sec-text .col-2 { width: 100%; }
.sec-text .col-1 { padding: 0 0 20px 0; }
.sec-text .col-2 { padding: 20px 0 0 0; }

@media (min-width: 768px) {
  .sec-text { flex-wrap: nowrap; }
  .sec-text .col-1 { order: 2; padding: 0 0 0 25px; width: 50%; }
  .sec-text .col-2 { order: 1; padding: 0 25px 0 0; width: 50%; }
}

.sec-text.alt {
  margin: 40px 8.1% 20px;
  margin-bottom: 37px;
  border-bottom: 1px solid black;
  padding: 0 0 46px;
  font-weight: 500;
}

.sec-text h1 {
  font-family: 'XfinityStandard', Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: bold;
  max-width: 978px;
}

.sec-text p {
  font-family: 'XfinityStandard', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 978px;
}

.sec-text.alt p {
  font-weight: 500;
}

.cui-hero .cui-btn + .cui-bwtn {
  margin-left: 3em;
}

.tertiary {
  background: white;
}

.tertiary h2.sub-section {
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0;
}
.tertiary .tips {
  max-width: 811px;
  width: 100%;
  margin: 0 auto 2em;
  font-size: 16px;
}

.tertiary .tips h3 {
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-width: 811px;
  width: 100%;
  margin: 0 auto 13px;
  font-size: 16px;
}

.tertiary .tips .icon-wrapper {
  margin-right: 6.2%;
}
.tertiary .tips .icon-wrapper img {
  max-width: 64px;
}

.box-inside h3 {
  font-family: 'XfinityStandard', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.cui-wrap hr {
  background-color: black;
  margin: 57px 2% 0;
}

@media (max-width: 767px) {
  .cui-hero .cui-btn {
    margin-bottom: 1em;
  }
  .cui-hero .cui-btn + .cui-btn {
    margin-left: 0;
  }
  .sec-text h1 {
    font-size: 44px;
  }
}
.head_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transform-origin: left bottom;
  display: none;
}

@media (min-width: 960px) {
  .cui-hero-title {
    width: 60%;
    min-height: 250px;
    padding: 0 5%;
  }
  .head_img {
    display: block;
  }
}
@media (min-width: 1020px) {
  .cui-hero-title {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .cui-hero {
    padding-top: 0;
  }
  .cui-hero-description {
    margin: 0 30px;
    padding-top: 30px;
    font-size: 25px;
  }

  .sec-text.alt {
    padding-bottom: 17px;
  }
}

.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cui-footer-social .cui-tile-title {
  font-family: 'xfinity light', Helvetica, Arial, sans-serif;
}

.tips h2 {
  margin: 42px 0;
  padding-left: 75px;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}
.tips hr {
  background-color: #999;
  margin: 1em 0;
}
.tip-block {
  display: table-row;
  margin-bottom: 60px;
}
.tips-content {
  display: table-cell;
  vertical-align: top;
  /* padding-bottom: 20px; */
}
.tips-content h3 {
  margin-bottom: 10px;
  font-weight: 500;
}
.icon-wrapper {
  vertical-align: top;
  padding-right: 20px;
  min-width: 75px;
  display: table-cell;
}
.col {
  float: left;
  margin: 1.5em 0;
}

.col-35 { width: 35%; }
.col-40 { width: 40%; }
.col-45 { width: 45%; }
.col-50 { width: 50%; }
.col-55 { width: 55%; }
.col-60 { width: 60%; }
.col-70 { width: 65%; }
.tips .col:nth-of-type(2n-1) {
  padding-right: 30px;
}
/* video col */
.tips .col:nth-of-type(2n) {
  padding: 0 30px 30px 30px;
}
@media all and (max-width: 680px) {
  .col {
    width: 100% !important;
    float: none;
  }
  .tips .col:nth-of-type(2n) {
    margin-bottom: 25px;
  }
  .tips .col:nth-of-type(2n) .vid-wrap {
    margin: 0 -25px;
  }
}

.col li {
  line-height: 140%;
}

.col .vid-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.col .vid-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.learn-how {
  clear: both;
}
@media all and (min-width: 680px) {
  .learn-how {
    padding: 2%;
    text-align: center;
  }
}
.learn-how img {
  display: inline-block;
  margin: 0 19px 19px 0;
  max-height: 87px;
}

.learn-how hr {
  background-color: #979797;
}

.learn-how img.w-133 {
  max-width: 133px;
  margin-left: 19px;
}

.learn-how .learn-txt {
  font-size: 24px;
  margin: 5px auto 20px auto;
  padding: 0 20px;
  color: #000;
  text-align: left;
}
@media (min-width: 768px) {
  .learn-how .learn-txt {
    display: inline-block;
    margin: 0 20px;
    max-width: 246px;
    padding: 0;
    text-align: left;
  }
}

.learn-how .learn-txt a {
  font-size: 18px;
}
.learn-how .plus-sign {
  font-size: 29px;
  margin-bottom: 19px;
  text-align: center;
  display: inline-block;
}

.primary {
  background: #e8e8e8;
}

.secondary {
  background: #f7f7f7;
}


/* Power and service section */

#p2 {
  padding: 30px 0 10px 0;
}
#p2 h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}

#p2 .lockup {
  float: right;
  text-align: center;
  margin: 3% 0 0 0;
}

#p2 .buttons {
  float: left;
  padding: 2% 0;
}

@media (max-width: 768px) {
  #p2 .buttons {
    padding-top: 0;
  }
  #p2 .buttons,
  #p2 .lockup {
    clear: both;
    width: 100%;
    margin: 0;
  }
}

#p2 .cui-btn--primary,
#p2 .cui-btn--secondary {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  padding: 14px 0;
  height: 48px;
  margin: 30px auto;
  width: 320px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #0272b6;
}

#p2 .secondary-btn {
  background: #ffffff;
  color: #2b9cd8 !important;
  border: 1px solid #2b9cd8;
  border-radius: 24px;
}

#p3 {
  padding: 30px 0;
}
#p3 h2 {
  font-size: 19px;
}



@media (min-width: 511px) {
  .faqs .cui-wrap {
    padding: 0 8.1%;
  }
  #p3 {
    padding: 100px 0;
  }
}

.bulb-vert {
  display: none;
}

.quad .cui-hero-img,
.storm-2 .cui-hero-img {
  background: url('../images/header_drk_big.jpg') center center no-repeat
    transparent;
  background-size: cover;
}

.quad .cui-hero-title,
.storm-2 .cui-hero-title {
  color: #fff;
  background: transparent;
}

.quad .head_i1,
.storm-2 .head_i1 {right:48%; transform:translateX(40%);}
.quad .head_i2,
.storm-2 .head_i2 {right:35%; transform:translateX(40%);}
.quad .head_i3,
.storm-2 .head_i3 {right:22%; transform:translateX(40%);}
.quad .head_i4,
.storm-2 .head_i4 {right:9%; transform:translateX(40%);}
.quad .head_i5,
.storm-2 .head_i5 {}

@media (min-width: 960px) {
  .quad .cui-hero-img,
  .storm-2 .cui-hero-img {
    background: #ebedef;
  }
  .quad .cui-hero-img .cui-hero-title,
  .storm-2 .cui-hero-img .cui-hero-title {
    text-shadow: none;
    color: #000;
  }
  .quad .cui-hero-title,
  .storm-2 .cui-hero-title {
    width: 41%;
  }
}
@media (min-width: 967px) {
  .quad .head_i1,
  .storm-2 .head_i1 {right:40.5%; transform:translateX(40%);}
  .quad .head_i2,
  .storm-2 .head_i2 {right:29.5%; transform:translateX(40%);}
  .quad .head_i3,
  .storm-2 .head_i3 {right:18.5%; transform:translateX(40%);}
  .quad .head_i4,
  .storm-2 .head_i4 {right:7.5%; transform:translateX(40%);}
  .quad .head_i5,
  .storm-2 .head_i5 {}
}

.vid-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.vid-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.flex {
  padding: 0 0 25px 0;
}
@media (max-width: 767px) {
  .flex {
    margin: 0 -25px;
  }

}
/* @media (min-width: 768px) {
  .flex {
    display: flex;
    width: 100%;
  }
  .flex.center {
    align-content: center;
    justify-content: center;
  }
} */


.white-box {
  background: #fff;
  border: 1px solid #999;
  padding: 20px 30px;
}

.white-box h3 {
  font-weight: 400;
}

/* Round numerals on an ordered list */
ol.round {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.round li {
  display: flex;
}

ol.round li span:nth-of-type(1) {
  display: block;
  background: #979797;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
ol.round li span:nth-of-type(2) {
  display: block;
  width: calc(100% - 30px);
  padding-left: 10px;
}

/* Accessibility */
.ah {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
