@charset "UTF-8";
/*!
Theme Name: Scanpower 2022
Theme URI: https://bsd.nz
Author: Blacksheepdesign 
Author URI: http://www.blacksheepdesign.co.nz/
Author Design: Seona Walker
Author Front-end and Integration: Blaine McDougall
Description: Blacksheepdesign creates custom websites based on Wordpress using some really cool plugins. 
Version: 1.0
*/
.blue {
  color: #27C2FE;
}

.charcol {
  color: #4A4A4A;
}

.black {
  color: #231F20;
}

.darkBlue, #search .searchBox input::placeholder, #search .searchBox input {
  color: #10345E;
}

.medBlue {
  color: #20547D;
}

.iceBlue {
  color: #DBF1FF;
}

.brightBlue {
  color: #4AABE9;
}

.tsGreen {
  color: #84BD3F;
}

.brown {
  color: #6B4C45;
}

.kiwi {
  color: #B6BB65;
}

.white {
  color: white;
}

.black {
  color: black;
}

.darkBlueBkgd {
  background-color: #10345E;
  color: white;
}

.medBlueBkgd {
  background-color: #20547D;
  color: white;
}

.iceBlueBkgd {
  background-color: #DBF1FF;
  color: black;
}

.brightBlueBkgd, .popup input[type=submit] {
  background-color: #4AABE9;
  color: white;
}

.tsGreenBkgd {
  background-color: #84BD3F;
  color: white;
}

.brownBkgd, #about .currentSlide {
  background-color: #6B4C45;
  color: white;
}

.kiwiBkgd {
  background-color: #B6BB65;
  color: white;
}

.whiteBkgd {
  background-color: white;
  color: black;
}

.greyBkgd {
  background-color: #F7F8F8;
  color: #10345E;
}

body {
  font-size: 15px;
  background-color: white;
  color: black;
}

.page {
  padding-top: 10vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 30px;
  padding-bottom: 15%;
}

h2 {
  font-size: 25px;
  padding-bottom: 10%;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

li, ul {
  list-style-type: none;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

a {
  text-decoration: underline;
}

.pillButton, .popup input[type=submit] {
  border-radius: 25px;
  width: fit-content;
  padding: 1.5vh 2.5vh;
  border: none;
  font-size: 16px;
}

.thinButton {
  padding: 1vh 2vh;
}

.wideButton, .popup input[type=submit], .breakdown .breakdownBlock .breakdownContent button, .quickLinksGrid .qRow button, .ctaBanner button {
  padding: 1.5vh 5vh;
}

.ctaBanner {
  padding-top: 15%;
  padding-bottom: 15%;
}
.ctaBanner h1 {
  padding-bottom: 15%;
}
.businesses .treesmart, .businesses .scanpower {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.businesses .treesmart {
  padding-top: 5%;
  padding-bottom: 5%;
}
.businesses .treesmart img {
  width: 40%;
}
.businesses .scanpower img {
  width: 70%;
}

.smallText {
  font-size: 16px;
}

.largeText {
  font-size: 33px;
}

.tinyText {
  font-size: 13px;
}

.noBttm {
  padding-bottom: 0 !important;
}

.quickLinksGrid {
  padding-top: 10%;
}
.quickLinksGrid .qRow {
  padding-bottom: 10%;
  margin-bottom: 10%;
  border-bottom: 1px solid #DBF1FF;
}
.quickLinksGrid .qRow h3, .quickLinksGrid .qRow p {
  padding-bottom: 5%;
}
.quickLinksGrid .qRow p {
  font-size: 16px;
}
.quickLinksGrid .qRow:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cardTiles .cardTile {
  border-radius: 15px;
  margin-bottom: 7%;
}
.cardTiles .cardTile > .darkBlueBkgd {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 7%;
}
.cardTiles .cardTile .iceBlueBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7%;
  padding-bottom: 2%;
}
.cardTiles .cardTile .iceBlueBkgd .black {
  padding-bottom: 5%;
}

.imgHeader {
  height: 40vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-bottom: 4.5vh;
}
.imgHeader .cardHeading {
  position: absolute;
  bottom: -3.5vh;
  left: 8vw;
}

.cardHeading {
  width: fit-content;
  padding: 2.5vh;
}

.breakdown .breakdownBlock .breakdownContent h4 {
  padding-bottom: 5%;
}
.breakdown .breakdownBlock .breakdownContent p, .breakdown .breakdownBlock .breakdownContent img {
  padding-bottom: 4%;
}
.download {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.download:before {
  content: url("img/download.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}

.offLink {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.offLink:after {
  content: url("img/dropdown.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}
.offLink:after {
  transform: rotate(270deg);
}

.dashList, .customText ul, .breakdownBlock ul {
  /*li::before {
    content:"\a";
    background:$brightBlue;
    height:2px;
    width:8px;
    //margin-right:12px;
    margin-top:10px;
    display:inline-block;
  }*/
}
.dashList li, .customText ul li, .breakdownBlock ul li {
  list-style-type: none;
  list-style-image: url("img/Line-Cyan.png");
  margin-left: 12px;
  padding-left: 5px;
  margin-bottom: 1.5%;
  /*display:grid;
  grid-template-columns: 8px auto;
  align-items:flex-start;
  gap:12px;*/
}
.dashList li::marker, .customText ul li::marker, .breakdownBlock ul li::marker {
  font-size: 15px;
}

.dropdown .dropdownContent, .dropdown2 .dropdownContent {
  display: none;
}

.open .dropdownContent {
  display: block;
}

.communitySlider {
  padding-bottom: 20%;
  position: relative;
}
.communitySlider .arrowContainer {
  position: absolute;
  display: flex;
  gap: 5px;
  bottom: 0;
}
.communitySlider .arrowContainer .swiper-button-prev, .communitySlider .arrowContainer .swiper-button-next {
  position: static;
  content: url(img/arrow.svg);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  padding: 15px;
}
.communitySlider .arrowContainer .swiper-button-prev {
  transform: rotate(90deg);
}
.communitySlider .arrowContainer .swiper-button-next {
  transform: rotate(270deg);
}
.communitySlider .swiper-container, .communitySlider .swiper-wrapper, .communitySlider .swiper-slide {
  position: static !important;
}
.communitySlider .swiper-slide img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.communitySlider .swiper-slide .whiteBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2.5vh 5vw;
}
@media only screen and (max-width: 600px) {
  .communitySlider .swiper-slide .whiteBkgd {
    height: 38vh;
    overflow: scroll;
  }
}
.communitySlider .swiper-slide .whiteBkgd h4, .communitySlider .swiper-slide .whiteBkgd p {
  padding-bottom: 7%;
}

.faqs .dropdown, .faqs .dropdown2 {
  border-bottom: 1px solid #4AABE9;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}
.faqs .dropdown .dropdownContent, .faqs .dropdown2 .dropdownContent {
  margin-bottom: 5%;
  margin-top: 5%;
  width: 90%;
}
.faqs .dropdown .dropdownContent .dropdownTrigger, .faqs .dropdown2 .dropdownContent .dropdownTrigger {
  margin-bottom: 5%;
}
.faqs .dropdown:last-child, .faqs .dropdown2:last-child {
  border-bottom: none;
}
.faqs .dropdownTrigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs .dropdownTrigger:after {
  content: "+";
  font-size: 28px;
}
.faqs .open .dropdownTrigger:after {
  content: "-";
}

.sideButtons {
  justify-content: flex-start;
  gap: 15px;
}

.facts article {
  margin-bottom: 15%;
}
.facts article h4 {
  padding-top: 2%;
}
.facts article h4, .facts article p, .facts article a, .facts article img {
  padding-bottom: 7%;
}

.dropdown2.open .dropdownContent {
  display: flex;
}

/*.customPara {
  a {
    color:$brightBlue;
  }
}*/
.customText ul {
  padding-bottom: 5%;
}

.brightBlueBkgd ul li::before, .popup input[type=submit] ul li::before {
  background: white;
}

.underlineTxt {
  text-decoration: underline;
}

h1 span {
  background-size: 20px 10px !important;
  background-repeat: no-repeat !important;
  background-position-y: 75% !important;
  margin-left: 7px;
  color: transparent !important;
}
h1 span.brightBlue {
  background: url("img/underscore-cyan.svg");
}
h1 span.darkBlue {
  background: url("img/underscore-navy.svg");
}
h1 span.kiwi {
  background: url("img/underscore-kiwi.svg");
}
h1 span.brown {
  background: url("img/underscore-ruru.svg");
}

.landingQuestions h1 span {
  color: #4AABE9 !important;
  background: none !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 600px) {
  .scrollDiv {
    overflow-y: scroll;
    background: #DBF1FF;
    padding-bottom: 0 !important;
  }
  .scrollDiv::-webkit-scrollbar {
    height: 5px;
    width: 0;
  }
  .scrollDiv::-webkit-scrollbar-track {
    background: #4AABE9 !important;
  }
  .scrollDiv::-webkit-scrollbar-thumb {
    background: #10345E !important;
  }
  .scrollDiv img {
    width: 200vw;
    height: 50vh;
    object-fit: cover;
    max-width: unset !important;
  }
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 5% 5vw;
  }
  .standardPadding.breakdownContent {
    padding: 5% 5vw;
  }

  .standardPadding2 {
    padding: 0 5vw 5% 5vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 42px;
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 38px;
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 3%;
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  .ctaBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .ctaBanner p {
    width: 50%;
  }

  .pillButton, .popup input[type=submit] {
    cursor: pointer;
  }
  .pillButton.whiteBkgd:hover, .popup input.whiteBkgd[type=submit]:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  .pillButton.tsGreenBkgd:hover, .popup input.tsGreenBkgd[type=submit]:hover {
    background: rgba(132, 189, 63, 0.85);
  }
  .pillButton.brightBlueBkgd:hover, .popup input[type=submit]:hover {
    background: #80c4ef;
  }
  .pillButton.darkBlueBkgd:hover, .popup input.darkBlueBkgd[type=submit]:hover {
    background: #20547D;
  }

  .download:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .businesses {
    display: flex;
    width: 100%;
  }
  .businesses a, .businesses .scanpower {
    width: 50%;
    height: 30vh;
    position: relative;
  }
  .businesses a img, .businesses .scanpower img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .businesses .treesmart {
    height: 30vh;
  }

  .communitySlider {
    padding-bottom: 7%;
    padding-top: 5%;
  }
  .communitySlider .swiper-slide {
    display: flex;
    width: 92%;
  }
  .communitySlider .swiper-slide img {
    width: 40%;
    height: 60vh;
    object-fit: cover;
    border-top-right-radius: unset;
    border-bottom-left-radius: 15px;
  }
  .communitySlider .swiper-slide .whiteBkgd {
    border-top-right-radius: 15px;
    padding-top: 5%;
    width: 54%;
    height: 60vh;
    overflow-y: scroll;
  }
  .communitySlider .arrowContainer {
    bottom: unset;
    top: 15px;
    left: unset;
    right: 8vw;
  }

  .quickLinksGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }
  .quickLinksGrid .qRow {
    width: 48%;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .quickLinksGrid .qRow:nth-child(3), .quickLinksGrid .qRow:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cardTiles {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
  }
  .cardTiles .cardTile {
    width: 32%;
    margin-bottom: 0;
  }

  .faqs .faqs {
    width: 75%;
  }
  .faqs h2 {
    padding-bottom: 3% !important;
  }
  .faqs .dropdownTrigger {
    font-size: 20px;
    cursor: pointer;
  }
  .faqs .dropdownContent {
    margin-bottom: 1% !important;
    margin-top: 1% !important;
  }

  .imgHeader {
    height: 60vh;
  }
  .imgHeader .cardHeading {
    padding-bottom: 2.5vh !important;
    left: 5vw;
  }

  .generalBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .breakdown .breakdownBlock {
    display: flex;
  }
  .breakdown .breakdownBlock .breakdownContent {
    width: 50%;
  }
  .breakdown .breakdownBlock img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }
  .breakdown .breakdownBlock:nth-child(even) img {
    order: 2;
  }

  #safety .standardPadding {
    padding-bottom: 0;
  }

  .safetyFacts {
    padding-top: 1px;
  }
  .safetyFacts .facts {
    display: grid;
    gap: 5vw;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    width: calc(100% - 5vw);
  }
  .safetyFacts .facts article {
    width: 100%;
    margin-bottom: 0%;
  }
  .safetyFacts .facts article p, .safetyFacts .facts article h4, .safetyFacts .facts article img {
    padding-bottom: 2%;
  }
  .safetyFacts .facts article img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
  }
  .safetyFacts .facts article li {
    padding-bottom: 1%;
  }
  .safetyFacts .facts.oneCol {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .safetyFacts .facts.oneCol article {
    margin-bottom: 50px;
  }
  .safetyFacts .facts.oneCol article img {
    height: auto;
  }
  .safetyFacts .facts.oneCol article h4, .safetyFacts .facts.oneCol article h5, .safetyFacts .facts.oneCol article h3, .safetyFacts .facts.oneCol article h2, .safetyFacts .facts.oneCol article h1 {
    color: #6B4C45;
    margin-top: 2%;
  }
  .safetyFacts .facts.oneCol article .pillButton, .safetyFacts .facts.oneCol article .popup input[type=submit], .popup .safetyFacts .facts.oneCol article input[type=submit] {
    margin-bottom: 35px;
  }

  .scrollDiv {
    text-align: center;
    background: #DBF1FF;
  }
  .scrollDiv img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.blue {
  color: #27C2FE;
}

.charcol {
  color: #4A4A4A;
}

.black {
  color: #231F20;
}

.darkBlue, #search .searchBox input::placeholder, #search .searchBox input {
  color: #10345E;
}

.medBlue {
  color: #20547D;
}

.iceBlue {
  color: #DBF1FF;
}

.brightBlue {
  color: #4AABE9;
}

.tsGreen {
  color: #84BD3F;
}

.brown {
  color: #6B4C45;
}

.kiwi {
  color: #B6BB65;
}

.white {
  color: white;
}

.black {
  color: black;
}

.darkBlueBkgd {
  background-color: #10345E;
  color: white;
}

.medBlueBkgd {
  background-color: #20547D;
  color: white;
}

.iceBlueBkgd {
  background-color: #DBF1FF;
  color: black;
}

.brightBlueBkgd, .popup input[type=submit] {
  background-color: #4AABE9;
  color: white;
}

.tsGreenBkgd {
  background-color: #84BD3F;
  color: white;
}

.brownBkgd, #about .currentSlide {
  background-color: #6B4C45;
  color: white;
}

.kiwiBkgd {
  background-color: #B6BB65;
  color: white;
}

.whiteBkgd {
  background-color: white;
  color: black;
}

.greyBkgd {
  background-color: #F7F8F8;
  color: #10345E;
}

body {
  font-size: 15px;
  background-color: white;
  color: black;
}

.page {
  padding-top: 10vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 30px;
  padding-bottom: 15%;
}

h2 {
  font-size: 25px;
  padding-bottom: 10%;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

li, ul {
  list-style-type: none;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

a {
  text-decoration: underline;
}

.pillButton, .popup input[type=submit] {
  border-radius: 25px;
  width: fit-content;
  padding: 1.5vh 2.5vh;
  border: none;
  font-size: 16px;
}

.thinButton {
  padding: 1vh 2vh;
}

.wideButton, .popup input[type=submit], .ctaBanner button, .quickLinksGrid .qRow button, .breakdown .breakdownBlock .breakdownContent button {
  padding: 1.5vh 5vh;
}

.ctaBanner {
  padding-top: 15%;
  padding-bottom: 15%;
}
.ctaBanner h1 {
  padding-bottom: 15%;
}
.businesses .treesmart, .businesses .scanpower {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.businesses .treesmart {
  padding-top: 5%;
  padding-bottom: 5%;
}
.businesses .treesmart img {
  width: 40%;
}
.businesses .scanpower img {
  width: 70%;
}

.smallText {
  font-size: 16px;
}

.largeText {
  font-size: 33px;
}

.tinyText {
  font-size: 13px;
}

.noBttm {
  padding-bottom: 0 !important;
}

.quickLinksGrid {
  padding-top: 10%;
}
.quickLinksGrid .qRow {
  padding-bottom: 10%;
  margin-bottom: 10%;
  border-bottom: 1px solid #DBF1FF;
}
.quickLinksGrid .qRow h3, .quickLinksGrid .qRow p {
  padding-bottom: 5%;
}
.quickLinksGrid .qRow p {
  font-size: 16px;
}
.quickLinksGrid .qRow:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cardTiles .cardTile {
  border-radius: 15px;
  margin-bottom: 7%;
}
.cardTiles .cardTile > .darkBlueBkgd {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 7%;
}
.cardTiles .cardTile .iceBlueBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7%;
  padding-bottom: 2%;
}
.cardTiles .cardTile .iceBlueBkgd .black {
  padding-bottom: 5%;
}

.imgHeader {
  height: 40vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-bottom: 4.5vh;
}
.imgHeader .cardHeading {
  position: absolute;
  bottom: -3.5vh;
  left: 8vw;
}

.cardHeading {
  width: fit-content;
  padding: 2.5vh;
}

.breakdown .breakdownBlock .breakdownContent h4 {
  padding-bottom: 5%;
}
.breakdown .breakdownBlock .breakdownContent p, .breakdown .breakdownBlock .breakdownContent img {
  padding-bottom: 4%;
}
.download {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.download:before {
  content: url("img/download.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}

.offLink {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.offLink:after {
  content: url("img/dropdown.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}
.offLink:after {
  transform: rotate(270deg);
}

.dashList, .customText ul, .breakdownBlock ul {
  /*li::before {
    content:"\a";
    background:$brightBlue;
    height:2px;
    width:8px;
    //margin-right:12px;
    margin-top:10px;
    display:inline-block;
  }*/
}
.dashList li, .customText ul li, .breakdownBlock ul li {
  list-style-type: none;
  list-style-image: url("img/Line-Cyan.png");
  margin-left: 12px;
  padding-left: 5px;
  margin-bottom: 1.5%;
  /*display:grid;
  grid-template-columns: 8px auto;
  align-items:flex-start;
  gap:12px;*/
}
.dashList li::marker, .customText ul li::marker, .breakdownBlock ul li::marker {
  font-size: 15px;
}

.dropdown .dropdownContent, .dropdown2 .dropdownContent {
  display: none;
}

.open .dropdownContent {
  display: block;
}

.communitySlider {
  padding-bottom: 20%;
  position: relative;
}
.communitySlider .arrowContainer {
  position: absolute;
  display: flex;
  gap: 5px;
  bottom: 0;
}
.communitySlider .arrowContainer .swiper-button-prev, .communitySlider .arrowContainer .swiper-button-next {
  position: static;
  content: url(img/arrow.svg);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  padding: 15px;
}
.communitySlider .arrowContainer .swiper-button-prev {
  transform: rotate(90deg);
}
.communitySlider .arrowContainer .swiper-button-next {
  transform: rotate(270deg);
}
.communitySlider .swiper-container, .communitySlider .swiper-wrapper, .communitySlider .swiper-slide {
  position: static !important;
}
.communitySlider .swiper-slide img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.communitySlider .swiper-slide .whiteBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2.5vh 5vw;
}
@media only screen and (max-width: 600px) {
  .communitySlider .swiper-slide .whiteBkgd {
    height: 38vh;
    overflow: scroll;
  }
}
.communitySlider .swiper-slide .whiteBkgd h4, .communitySlider .swiper-slide .whiteBkgd p {
  padding-bottom: 7%;
}

.faqs .dropdown, .faqs .dropdown2 {
  border-bottom: 1px solid #4AABE9;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}
.faqs .dropdown .dropdownContent, .faqs .dropdown2 .dropdownContent {
  margin-bottom: 5%;
  margin-top: 5%;
  width: 90%;
}
.faqs .dropdown .dropdownContent .dropdownTrigger, .faqs .dropdown2 .dropdownContent .dropdownTrigger {
  margin-bottom: 5%;
}
.faqs .dropdown:last-child, .faqs .dropdown2:last-child {
  border-bottom: none;
}
.faqs .dropdownTrigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs .dropdownTrigger:after {
  content: "+";
  font-size: 28px;
}
.faqs .open .dropdownTrigger:after {
  content: "-";
}

.sideButtons {
  justify-content: flex-start;
  gap: 15px;
}

.facts article {
  margin-bottom: 15%;
}
.facts article h4 {
  padding-top: 2%;
}
.facts article h4, .facts article p, .facts article a, .facts article img {
  padding-bottom: 7%;
}

.dropdown2.open .dropdownContent {
  display: flex;
}

/*.customPara {
  a {
    color:$brightBlue;
  }
}*/
.customText ul {
  padding-bottom: 5%;
}

.brightBlueBkgd ul li::before, .popup input[type=submit] ul li::before {
  background: white;
}

.underlineTxt {
  text-decoration: underline;
}

h1 span {
  background-size: 20px 10px !important;
  background-repeat: no-repeat !important;
  background-position-y: 75% !important;
  margin-left: 7px;
  color: transparent !important;
}
h1 span.brightBlue {
  background: url("img/underscore-cyan.svg");
}
h1 span.darkBlue {
  background: url("img/underscore-navy.svg");
}
h1 span.kiwi {
  background: url("img/underscore-kiwi.svg");
}
h1 span.brown {
  background: url("img/underscore-ruru.svg");
}

.landingQuestions h1 span {
  color: #4AABE9 !important;
  background: none !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 600px) {
  .scrollDiv {
    overflow-y: scroll;
    background: #DBF1FF;
    padding-bottom: 0 !important;
  }
  .scrollDiv::-webkit-scrollbar {
    height: 5px;
    width: 0;
  }
  .scrollDiv::-webkit-scrollbar-track {
    background: #4AABE9 !important;
  }
  .scrollDiv::-webkit-scrollbar-thumb {
    background: #10345E !important;
  }
  .scrollDiv img {
    width: 200vw;
    height: 50vh;
    object-fit: cover;
    max-width: unset !important;
  }
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 5% 5vw;
  }
  .standardPadding.breakdownContent {
    padding: 5% 5vw;
  }

  .standardPadding2 {
    padding: 0 5vw 5% 5vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 42px;
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 38px;
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 3%;
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  .ctaBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .ctaBanner p {
    width: 50%;
  }

  .pillButton, .popup input[type=submit] {
    cursor: pointer;
  }
  .pillButton.whiteBkgd:hover, .popup input.whiteBkgd[type=submit]:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  .pillButton.tsGreenBkgd:hover, .popup input.tsGreenBkgd[type=submit]:hover {
    background: rgba(132, 189, 63, 0.85);
  }
  .pillButton.brightBlueBkgd:hover, .popup input[type=submit]:hover {
    background: #80c4ef;
  }
  .pillButton.darkBlueBkgd:hover, .popup input.darkBlueBkgd[type=submit]:hover {
    background: #20547D;
  }

  .download:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .businesses {
    display: flex;
    width: 100%;
  }
  .businesses a, .businesses .scanpower {
    width: 50%;
    height: 30vh;
    position: relative;
  }
  .businesses a img, .businesses .scanpower img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .businesses .treesmart {
    height: 30vh;
  }

  .communitySlider {
    padding-bottom: 7%;
    padding-top: 5%;
  }
  .communitySlider .swiper-slide {
    display: flex;
    width: 92%;
  }
  .communitySlider .swiper-slide img {
    width: 40%;
    height: 60vh;
    object-fit: cover;
    border-top-right-radius: unset;
    border-bottom-left-radius: 15px;
  }
  .communitySlider .swiper-slide .whiteBkgd {
    border-top-right-radius: 15px;
    padding-top: 5%;
    width: 54%;
    height: 60vh;
    overflow-y: scroll;
  }
  .communitySlider .arrowContainer {
    bottom: unset;
    top: 15px;
    left: unset;
    right: 8vw;
  }

  .quickLinksGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }
  .quickLinksGrid .qRow {
    width: 48%;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .quickLinksGrid .qRow:nth-child(3), .quickLinksGrid .qRow:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cardTiles {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
  }
  .cardTiles .cardTile {
    width: 32%;
    margin-bottom: 0;
  }

  .faqs .faqs {
    width: 75%;
  }
  .faqs h2 {
    padding-bottom: 3% !important;
  }
  .faqs .dropdownTrigger {
    font-size: 20px;
    cursor: pointer;
  }
  .faqs .dropdownContent {
    margin-bottom: 1% !important;
    margin-top: 1% !important;
  }

  .imgHeader {
    height: 60vh;
  }
  .imgHeader .cardHeading {
    padding-bottom: 2.5vh !important;
    left: 5vw;
  }

  .generalBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .breakdown .breakdownBlock {
    display: flex;
  }
  .breakdown .breakdownBlock .breakdownContent {
    width: 50%;
  }
  .breakdown .breakdownBlock img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }
  .breakdown .breakdownBlock:nth-child(even) img {
    order: 2;
  }

  #safety .standardPadding {
    padding-bottom: 0;
  }

  .safetyFacts {
    padding-top: 1px;
  }
  .safetyFacts .facts {
    display: grid;
    gap: 5vw;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    width: calc(100% - 5vw);
  }
  .safetyFacts .facts article {
    width: 100%;
    margin-bottom: 0%;
  }
  .safetyFacts .facts article p, .safetyFacts .facts article h4, .safetyFacts .facts article img {
    padding-bottom: 2%;
  }
  .safetyFacts .facts article img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
  }
  .safetyFacts .facts article li {
    padding-bottom: 1%;
  }
  .safetyFacts .facts.oneCol {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .safetyFacts .facts.oneCol article {
    margin-bottom: 50px;
  }
  .safetyFacts .facts.oneCol article img {
    height: auto;
  }
  .safetyFacts .facts.oneCol article h4, .safetyFacts .facts.oneCol article h5, .safetyFacts .facts.oneCol article h3, .safetyFacts .facts.oneCol article h2, .safetyFacts .facts.oneCol article h1 {
    color: #6B4C45;
    margin-top: 2%;
  }
  .safetyFacts .facts.oneCol article .pillButton, .safetyFacts .facts.oneCol article .popup input[type=submit], .popup .safetyFacts .facts.oneCol article input[type=submit] {
    margin-bottom: 35px;
  }

  .scrollDiv {
    text-align: center;
    background: #DBF1FF;
  }
  .scrollDiv img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.proxima {
  font-family: "proxima-nova", sans-serif !important;
}

.mrsEaves {
  font-family: "alda", serif !important;
}

.alda {
  font-family: "alda", serif !important;
}

.dmReg, #outages .plannedOutages .seeMore h2, .signupForm .gform_fields #field_3_1 input, .gform_validation_errors h2, #menu .dropdownTrigger:after, body, .faqs .dropdownTrigger:after {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.dmMed {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.dmBold, #outages .plannedOutages .filters .dropdown .selected label, #outages .plannedOutages .filters .dropdown2 .selected label, #outages .plannedOutages .filters .dropdown .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown2 .dropdownTrigger:after, .popup input[type=text], .popup input::placeholder, .popup select, .popup input[type=tel], .popup input[type=email], .popup textarea, .popup textarea::placeholder, .popup option, footer .footerMain .outageSignup .smallText, h1, h2, h3, h4, h5, .pillButton, .popup input[type=submit], .largeText {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

/* GET FONTS FROM THE FRONTS.SCSS FILE */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  text-transform: capitalise;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

.chromeframe {
  position: relative;
  background-color: #ffb;
  font: normal bold 16px Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #DDD;
  padding: 25px;
  z-index: 1000;
}
.chromeframe a {
  color: #0000cc;
}

blockquote {
  margin-left: 25px;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

::selection {
  background: #f1f1f1;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: 0 0 1px #333;
}

::-moz-selection {
  background: #27C2FE;
  color: white;
}

::selection {
  background: #27C2FE;
  color: white;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.ul-horz > li {
  display: inline-block;
  position: relative;
}

.ul-vert {
  margin-left: 1rem;
}

.ul-vert li {
  line-height: 1.5;
}

.right, img.alignright {
  float: right;
}
@media (max-width: 767px) {
  .right, img.alignright {
    float: none;
  }
}

.left, img.alignleft {
  float: left;
}
@media (max-width: 767px) {
  .left, img.alignleft {
    float: none;
  }
}

.italic {
  font-style: italic;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.list-style-none {
  list-style-type: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.text-right {
  text-align: right;
}

.center-margin {
  margin: 0 auto;
}

.row {
  display: block;
  width: 100%;
}

.mc {
  margin: 0 auto;
  display: block;
}

.mt2-5 {
  margin-top: 2.5vh;
}

.mt5 {
  margin-top: 5vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt20 {
  margin-top: 20vh;
}

.mb3 {
  margin-bottom: 3vh;
}

.mb5 {
  margin-bottom: 5vh;
}

.mb10 {
  margin-bottom: 10vh;
}

.mb20 {
  margin-bottom: 20vh;
}

.indent {
  margin-left: 4vw;
}
@media (max-width: 1023px) {
  .indent {
    margin-left: 0;
  }
}

.width25vw {
  width: 25vw;
}
@media (max-width: 1023px) {
  .width25vw {
    width: 100%;
  }
}

.width50vw {
  width: 50vw;
}
@media (max-width: 1023px) {
  .width50vw {
    width: 100%;
  }
}

.width75vw {
  width: 70vw;
}
@media (max-width: 1023px) {
  .width75vw {
    width: 100%;
  }
}

.width80vw {
  width: 80vw;
}
@media (max-width: 1023px) {
  .width80vw {
    width: 100%;
  }
}

.width25 {
  width: 25%;
}

.width40 {
  width: 35%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 65%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 85%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #F6F6F4;
}

#bodyWrapper {
  padding: 0 3vw;
}
@media (max-width: 1023px) {
  #bodyWrapper {
    padding: 0 8vw;
  }
}
@media (min-width: 766px) and (max-width: 1023px) {
  #bodyWrapper {
    padding: 0 5vw;
  }
}

.innerWrapper {
  padding: 14vh 3vw;
}

.animationline:after {
  content: "\a";
  display: block;
  width: 30%;
  height: 3px;
  background: rgba(35, 31, 32, 0.5);
  position: absolute;
  bottom: -27px;
  right: 70%;
  transition: all 1s ease 0.4s;
}
@media (max-width: 1023px) {
  .animationline:after {
    bottom: -21px;
  }
}

#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
  font-family: "proxima-nova", sans-serif;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  color: white;
}

#internet-explorer-error p {
  font-family: "alda", serif;
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  text-decoration: underline;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
}
#internet-explorer-error p a:hover:after {
  background: none;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.blue {
  color: #27C2FE;
}

.charcol {
  color: #4A4A4A;
}

.black {
  color: #231F20;
}

.darkBlue, #search .searchBox input::placeholder, #search .searchBox input {
  color: #10345E;
}

.medBlue {
  color: #20547D;
}

.iceBlue {
  color: #DBF1FF;
}

.brightBlue {
  color: #4AABE9;
}

.tsGreen {
  color: #84BD3F;
}

.brown {
  color: #6B4C45;
}

.kiwi {
  color: #B6BB65;
}

.white {
  color: white;
}

.black {
  color: black;
}

.darkBlueBkgd {
  background-color: #10345E;
  color: white;
}

.medBlueBkgd {
  background-color: #20547D;
  color: white;
}

.iceBlueBkgd {
  background-color: #DBF1FF;
  color: black;
}

.brightBlueBkgd, .popup input[type=submit] {
  background-color: #4AABE9;
  color: white;
}

.tsGreenBkgd {
  background-color: #84BD3F;
  color: white;
}

.brownBkgd, #about .currentSlide {
  background-color: #6B4C45;
  color: white;
}

.kiwiBkgd {
  background-color: #B6BB65;
  color: white;
}

.whiteBkgd {
  background-color: white;
  color: black;
}

.greyBkgd {
  background-color: #F7F8F8;
  color: #10345E;
}

body {
  font-size: 15px;
  background-color: white;
  color: black;
}

.page {
  padding-top: 10vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 30px;
  padding-bottom: 15%;
}

h2 {
  font-size: 25px;
  padding-bottom: 10%;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

li, ul {
  list-style-type: none;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

a {
  text-decoration: underline;
}

.pillButton, .popup input[type=submit] {
  border-radius: 25px;
  width: fit-content;
  padding: 1.5vh 2.5vh;
  border: none;
  font-size: 16px;
}

.thinButton {
  padding: 1vh 2vh;
}

.wideButton, .popup input[type=submit], .ctaBanner button, .quickLinksGrid .qRow button, .breakdown .breakdownBlock .breakdownContent button {
  padding: 1.5vh 5vh;
}

.ctaBanner {
  padding-top: 15%;
  padding-bottom: 15%;
}
.ctaBanner h1 {
  padding-bottom: 15%;
}
.businesses .treesmart, .businesses .scanpower {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.businesses .treesmart {
  padding-top: 5%;
  padding-bottom: 5%;
}
.businesses .treesmart img {
  width: 40%;
}
.businesses .scanpower img {
  width: 70%;
}

.smallText {
  font-size: 16px;
}

.largeText {
  font-size: 33px;
}

.tinyText {
  font-size: 13px;
}

.noBttm {
  padding-bottom: 0 !important;
}

.quickLinksGrid {
  padding-top: 10%;
}
.quickLinksGrid .qRow {
  padding-bottom: 10%;
  margin-bottom: 10%;
  border-bottom: 1px solid #DBF1FF;
}
.quickLinksGrid .qRow h3, .quickLinksGrid .qRow p {
  padding-bottom: 5%;
}
.quickLinksGrid .qRow p {
  font-size: 16px;
}
.quickLinksGrid .qRow:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cardTiles .cardTile {
  border-radius: 15px;
  margin-bottom: 7%;
}
.cardTiles .cardTile > .darkBlueBkgd {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 7%;
}
.cardTiles .cardTile .iceBlueBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7%;
  padding-bottom: 2%;
}
.cardTiles .cardTile .iceBlueBkgd .black {
  padding-bottom: 5%;
}

.imgHeader {
  height: 40vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-bottom: 4.5vh;
}
.imgHeader .cardHeading {
  position: absolute;
  bottom: -3.5vh;
  left: 8vw;
}

.cardHeading {
  width: fit-content;
  padding: 2.5vh;
}

.breakdown .breakdownBlock .breakdownContent h4 {
  padding-bottom: 5%;
}
.breakdown .breakdownBlock .breakdownContent p, .breakdown .breakdownBlock .breakdownContent img {
  padding-bottom: 4%;
}
.download {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.download:before {
  content: url("img/download.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}

.offLink {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.offLink:after {
  content: url("img/dropdown.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}
.offLink:after {
  transform: rotate(270deg);
}

.dashList, .customText ul, .breakdownBlock ul {
  /*li::before {
    content:"\a";
    background:$brightBlue;
    height:2px;
    width:8px;
    //margin-right:12px;
    margin-top:10px;
    display:inline-block;
  }*/
}
.dashList li, .customText ul li, .breakdownBlock ul li {
  list-style-type: none;
  list-style-image: url("img/Line-Cyan.png");
  margin-left: 12px;
  padding-left: 5px;
  margin-bottom: 1.5%;
  /*display:grid;
  grid-template-columns: 8px auto;
  align-items:flex-start;
  gap:12px;*/
}
.dashList li::marker, .customText ul li::marker, .breakdownBlock ul li::marker {
  font-size: 15px;
}

.dropdown .dropdownContent, .dropdown2 .dropdownContent {
  display: none;
}

.open .dropdownContent {
  display: block;
}

.communitySlider {
  padding-bottom: 20%;
  position: relative;
}
.communitySlider .arrowContainer {
  position: absolute;
  display: flex;
  gap: 5px;
  bottom: 0;
}
.communitySlider .arrowContainer .swiper-button-prev, .communitySlider .arrowContainer .swiper-button-next {
  position: static;
  content: url(img/arrow.svg);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  padding: 15px;
}
.communitySlider .arrowContainer .swiper-button-prev {
  transform: rotate(90deg);
}
.communitySlider .arrowContainer .swiper-button-next {
  transform: rotate(270deg);
}
.communitySlider .swiper-container, .communitySlider .swiper-wrapper, .communitySlider .swiper-slide {
  position: static !important;
}
.communitySlider .swiper-slide img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.communitySlider .swiper-slide .whiteBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2.5vh 5vw;
}
@media only screen and (max-width: 600px) {
  .communitySlider .swiper-slide .whiteBkgd {
    height: 38vh;
    overflow: scroll;
  }
}
.communitySlider .swiper-slide .whiteBkgd h4, .communitySlider .swiper-slide .whiteBkgd p {
  padding-bottom: 7%;
}

.faqs .dropdown, .faqs .dropdown2 {
  border-bottom: 1px solid #4AABE9;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}
.faqs .dropdown .dropdownContent, .faqs .dropdown2 .dropdownContent {
  margin-bottom: 5%;
  margin-top: 5%;
  width: 90%;
}
.faqs .dropdown .dropdownContent .dropdownTrigger, .faqs .dropdown2 .dropdownContent .dropdownTrigger {
  margin-bottom: 5%;
}
.faqs .dropdown:last-child, .faqs .dropdown2:last-child {
  border-bottom: none;
}
.faqs .dropdownTrigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs .dropdownTrigger:after {
  content: "+";
  font-size: 28px;
}
.faqs .open .dropdownTrigger:after {
  content: "-";
}

.sideButtons {
  justify-content: flex-start;
  gap: 15px;
}

.facts article {
  margin-bottom: 15%;
}
.facts article h4 {
  padding-top: 2%;
}
.facts article h4, .facts article p, .facts article a, .facts article img {
  padding-bottom: 7%;
}

.dropdown2.open .dropdownContent {
  display: flex;
}

/*.customPara {
  a {
    color:$brightBlue;
  }
}*/
.customText ul {
  padding-bottom: 5%;
}

.brightBlueBkgd ul li::before, .popup input[type=submit] ul li::before {
  background: white;
}

.underlineTxt {
  text-decoration: underline;
}

h1 span {
  background-size: 20px 10px !important;
  background-repeat: no-repeat !important;
  background-position-y: 75% !important;
  margin-left: 7px;
  color: transparent !important;
}
h1 span.brightBlue {
  background: url("img/underscore-cyan.svg");
}
h1 span.darkBlue {
  background: url("img/underscore-navy.svg");
}
h1 span.kiwi {
  background: url("img/underscore-kiwi.svg");
}
h1 span.brown {
  background: url("img/underscore-ruru.svg");
}

.landingQuestions h1 span {
  color: #4AABE9 !important;
  background: none !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 600px) {
  .scrollDiv {
    overflow-y: scroll;
    background: #DBF1FF;
    padding-bottom: 0 !important;
  }
  .scrollDiv::-webkit-scrollbar {
    height: 5px;
    width: 0;
  }
  .scrollDiv::-webkit-scrollbar-track {
    background: #4AABE9 !important;
  }
  .scrollDiv::-webkit-scrollbar-thumb {
    background: #10345E !important;
  }
  .scrollDiv img {
    width: 200vw;
    height: 50vh;
    object-fit: cover;
    max-width: unset !important;
  }
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 5% 5vw;
  }
  .standardPadding.breakdownContent {
    padding: 5% 5vw;
  }

  .standardPadding2 {
    padding: 0 5vw 5% 5vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 42px;
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 38px;
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 3%;
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  .ctaBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .ctaBanner p {
    width: 50%;
  }

  .pillButton, .popup input[type=submit] {
    cursor: pointer;
  }
  .pillButton.whiteBkgd:hover, .popup input.whiteBkgd[type=submit]:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  .pillButton.tsGreenBkgd:hover, .popup input.tsGreenBkgd[type=submit]:hover {
    background: rgba(132, 189, 63, 0.85);
  }
  .pillButton.brightBlueBkgd:hover, .popup input[type=submit]:hover {
    background: #80c4ef;
  }
  .pillButton.darkBlueBkgd:hover, .popup input.darkBlueBkgd[type=submit]:hover {
    background: #20547D;
  }

  .download:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .businesses {
    display: flex;
    width: 100%;
  }
  .businesses a, .businesses .scanpower {
    width: 50%;
    height: 30vh;
    position: relative;
  }
  .businesses a img, .businesses .scanpower img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .businesses .treesmart {
    height: 30vh;
  }

  .communitySlider {
    padding-bottom: 7%;
    padding-top: 5%;
  }
  .communitySlider .swiper-slide {
    display: flex;
    width: 92%;
  }
  .communitySlider .swiper-slide img {
    width: 40%;
    height: 60vh;
    object-fit: cover;
    border-top-right-radius: unset;
    border-bottom-left-radius: 15px;
  }
  .communitySlider .swiper-slide .whiteBkgd {
    border-top-right-radius: 15px;
    padding-top: 5%;
    width: 54%;
    height: 60vh;
    overflow-y: scroll;
  }
  .communitySlider .arrowContainer {
    bottom: unset;
    top: 15px;
    left: unset;
    right: 8vw;
  }

  .quickLinksGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }
  .quickLinksGrid .qRow {
    width: 48%;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .quickLinksGrid .qRow:nth-child(3), .quickLinksGrid .qRow:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cardTiles {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
  }
  .cardTiles .cardTile {
    width: 32%;
    margin-bottom: 0;
  }

  .faqs .faqs {
    width: 75%;
  }
  .faqs h2 {
    padding-bottom: 3% !important;
  }
  .faqs .dropdownTrigger {
    font-size: 20px;
    cursor: pointer;
  }
  .faqs .dropdownContent {
    margin-bottom: 1% !important;
    margin-top: 1% !important;
  }

  .imgHeader {
    height: 60vh;
  }
  .imgHeader .cardHeading {
    padding-bottom: 2.5vh !important;
    left: 5vw;
  }

  .generalBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .breakdown .breakdownBlock {
    display: flex;
  }
  .breakdown .breakdownBlock .breakdownContent {
    width: 50%;
  }
  .breakdown .breakdownBlock img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }
  .breakdown .breakdownBlock:nth-child(even) img {
    order: 2;
  }

  #safety .standardPadding {
    padding-bottom: 0;
  }

  .safetyFacts {
    padding-top: 1px;
  }
  .safetyFacts .facts {
    display: grid;
    gap: 5vw;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    width: calc(100% - 5vw);
  }
  .safetyFacts .facts article {
    width: 100%;
    margin-bottom: 0%;
  }
  .safetyFacts .facts article p, .safetyFacts .facts article h4, .safetyFacts .facts article img {
    padding-bottom: 2%;
  }
  .safetyFacts .facts article img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
  }
  .safetyFacts .facts article li {
    padding-bottom: 1%;
  }
  .safetyFacts .facts.oneCol {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .safetyFacts .facts.oneCol article {
    margin-bottom: 50px;
  }
  .safetyFacts .facts.oneCol article img {
    height: auto;
  }
  .safetyFacts .facts.oneCol article h4, .safetyFacts .facts.oneCol article h5, .safetyFacts .facts.oneCol article h3, .safetyFacts .facts.oneCol article h2, .safetyFacts .facts.oneCol article h1 {
    color: #6B4C45;
    margin-top: 2%;
  }
  .safetyFacts .facts.oneCol article .pillButton, .safetyFacts .facts.oneCol article .popup input[type=submit], .popup .safetyFacts .facts.oneCol article input[type=submit] {
    margin-bottom: 35px;
  }

  .scrollDiv {
    text-align: center;
    background: #DBF1FF;
  }
  .scrollDiv img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  padding-left: 8vw;
  padding-right: 8vw;
  width: 84vw;
  position: fixed;
  background: white;
  z-index: 998;
}
header #logo {
  width: 50%;
}
header #mobileMenuBtn {
  width: fit-content;
}

.outageBanner {
  padding-top: 4% !important;
  padding-bottom: 4% !important;
  text-align: center;
  position: fixed;
  top: 10vh;
  z-index: 998;
  font-size: 13px;
}

@media only screen and (min-width: 600px) {
  header {
    padding-left: 3vw;
    padding-right: 3vw;
    width: 94vw;
  }

  #blurBackground {
    display: none;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    background-color: #10345E;
    opacity: 0.4;
    content: "\a";
    z-index: 998;
  }

  .outageBanner {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    font-size: 15px;
    width: 100%;
  }
}
footer .footerMain {
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
footer .footerMain .scanpower-logo {
  width: 50%;
  margin-bottom: 10%;
}
footer .footerMain .pillButton, footer .footerMain .popup input[type=submit], .popup footer .footerMain input[type=submit] {
  margin-top: 10%;
  margin-bottom: 10%;
}
footer .footerMain .outageSignup {
  padding-bottom: 5%;
}
footer .footerMain .outageSignup .smallText {
  width: 70%;
  padding-bottom: 5%;
}
footer .footerMain .midSide img {
  width: 52px;
  height: 52px;
}
footer .footerMain .socialLinks {
  align-items: center;
}
footer .footerMain .socialLinks img {
  width: 35px;
  height: auto;
}
footer .socialLinks, footer .disputes-switch {
  display: flex;
  gap: 20px;
  padding-bottom: 5%;
}
footer .footerBottom a {
  text-decoration: none;
}
footer .footerBottom .legalLinks {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 5%;
  padding-bottom: 5%;
}
footer .footerBottom .disputes-switch a:first-child {
  width: 35%;
}
footer .footerBottom .disputes-switch a:last-child {
  width: 65%;
}

@media only screen and (min-width: 600px) {
  footer .footerMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  footer .footerMain .leftSide .scanpower-logo {
    width: 100%;
    margin-bottom: 0;
  }
  footer .footerMain .rightSide .social-other {
    display: flex;
    gap: 18px;
  }
  footer .footerMain .rightSide .socialLinks {
    padding-bottom: 0;
  }
  footer .footerMain .rightSide .socialLinks button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  footer .footerMain .midSide .basicFlex {
    gap: 20px;
  }
  footer .footerMain .midSide .basicFlex img {
    width: 50px;
    height: 50px;
  }
  footer .footerBottom {
    display: flex;
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: space-between;
    align-items: center;
  }
  footer .footerBottom .legalLinks {
    padding-top: 0;
    gap: 20px;
  }
  footer .footerBottom .legalLinks .divider {
    display: inline;
    font-size: 17px !important;
  }
  footer .footerBottom .disputes-switch, footer .footerBottom .legalLinks {
    padding-bottom: 0;
  }
  footer .footerBottom .disputes-switch a:first-child {
    width: 15%;
  }
  footer .footerBottom .disputes-switch a:last-child {
    width: 25%;
  }
}
.blue {
  color: #27C2FE;
}

.charcol {
  color: #4A4A4A;
}

.black {
  color: #231F20;
}

.darkBlue, #search .searchBox input::placeholder, #search .searchBox input {
  color: #10345E;
}

.medBlue {
  color: #20547D;
}

.iceBlue {
  color: #DBF1FF;
}

.brightBlue {
  color: #4AABE9;
}

.tsGreen {
  color: #84BD3F;
}

.brown {
  color: #6B4C45;
}

.kiwi {
  color: #B6BB65;
}

.white {
  color: white;
}

.black {
  color: black;
}

.darkBlueBkgd {
  background-color: #10345E;
  color: white;
}

.medBlueBkgd {
  background-color: #20547D;
  color: white;
}

.iceBlueBkgd {
  background-color: #DBF1FF;
  color: black;
}

.brightBlueBkgd, .popup input[type=submit] {
  background-color: #4AABE9;
  color: white;
}

.tsGreenBkgd {
  background-color: #84BD3F;
  color: white;
}

.brownBkgd, #about .currentSlide {
  background-color: #6B4C45;
  color: white;
}

.kiwiBkgd {
  background-color: #B6BB65;
  color: white;
}

.whiteBkgd {
  background-color: white;
  color: black;
}

.greyBkgd {
  background-color: #F7F8F8;
  color: #10345E;
}

body {
  font-size: 15px;
  background-color: white;
  color: black;
}

.page {
  padding-top: 10vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 30px;
  padding-bottom: 15%;
}

h2 {
  font-size: 25px;
  padding-bottom: 10%;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

li, ul {
  list-style-type: none;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

a {
  text-decoration: underline;
}

.pillButton, .popup input[type=submit] {
  border-radius: 25px;
  width: fit-content;
  padding: 1.5vh 2.5vh;
  border: none;
  font-size: 16px;
}

.thinButton {
  padding: 1vh 2vh;
}

.wideButton, .popup input[type=submit], .ctaBanner button, .quickLinksGrid .qRow button, .breakdown .breakdownBlock .breakdownContent button {
  padding: 1.5vh 5vh;
}

.ctaBanner {
  padding-top: 15%;
  padding-bottom: 15%;
}
.ctaBanner h1 {
  padding-bottom: 15%;
}
.businesses .treesmart, .businesses .scanpower {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.businesses .treesmart {
  padding-top: 5%;
  padding-bottom: 5%;
}
.businesses .treesmart img {
  width: 40%;
}
.businesses .scanpower img {
  width: 70%;
}

.smallText {
  font-size: 16px;
}

.largeText {
  font-size: 33px;
}

.tinyText {
  font-size: 13px;
}

.noBttm {
  padding-bottom: 0 !important;
}

.quickLinksGrid {
  padding-top: 10%;
}
.quickLinksGrid .qRow {
  padding-bottom: 10%;
  margin-bottom: 10%;
  border-bottom: 1px solid #DBF1FF;
}
.quickLinksGrid .qRow h3, .quickLinksGrid .qRow p {
  padding-bottom: 5%;
}
.quickLinksGrid .qRow p {
  font-size: 16px;
}
.quickLinksGrid .qRow:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cardTiles .cardTile {
  border-radius: 15px;
  margin-bottom: 7%;
}
.cardTiles .cardTile > .darkBlueBkgd {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 7%;
}
.cardTiles .cardTile .iceBlueBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7%;
  padding-bottom: 2%;
}
.cardTiles .cardTile .iceBlueBkgd .black {
  padding-bottom: 5%;
}

.imgHeader {
  height: 40vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-bottom: 4.5vh;
}
.imgHeader .cardHeading {
  position: absolute;
  bottom: -3.5vh;
  left: 8vw;
}

.cardHeading {
  width: fit-content;
  padding: 2.5vh;
}

.breakdown .breakdownBlock .breakdownContent h4 {
  padding-bottom: 5%;
}
.breakdown .breakdownBlock .breakdownContent p, .breakdown .breakdownBlock .breakdownContent img {
  padding-bottom: 4%;
}
.download {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.download:before {
  content: url("img/download.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}

.offLink {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.offLink:after {
  content: url("img/dropdown.svg");
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
}
.offLink:after {
  transform: rotate(270deg);
}

.dashList, .customText ul, .breakdownBlock ul {
  /*li::before {
    content:"\a";
    background:$brightBlue;
    height:2px;
    width:8px;
    //margin-right:12px;
    margin-top:10px;
    display:inline-block;
  }*/
}
.dashList li, .customText ul li, .breakdownBlock ul li {
  list-style-type: none;
  list-style-image: url("img/Line-Cyan.png");
  margin-left: 12px;
  padding-left: 5px;
  margin-bottom: 1.5%;
  /*display:grid;
  grid-template-columns: 8px auto;
  align-items:flex-start;
  gap:12px;*/
}
.dashList li::marker, .customText ul li::marker, .breakdownBlock ul li::marker {
  font-size: 15px;
}

.dropdown .dropdownContent, .dropdown2 .dropdownContent {
  display: none;
}

.open .dropdownContent {
  display: block;
}

.communitySlider {
  padding-bottom: 20%;
  position: relative;
}
.communitySlider .arrowContainer {
  position: absolute;
  display: flex;
  gap: 5px;
  bottom: 0;
}
.communitySlider .arrowContainer .swiper-button-prev, .communitySlider .arrowContainer .swiper-button-next {
  position: static;
  content: url(img/arrow.svg);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  padding: 15px;
}
.communitySlider .arrowContainer .swiper-button-prev {
  transform: rotate(90deg);
}
.communitySlider .arrowContainer .swiper-button-next {
  transform: rotate(270deg);
}
.communitySlider .swiper-container, .communitySlider .swiper-wrapper, .communitySlider .swiper-slide {
  position: static !important;
}
.communitySlider .swiper-slide img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.communitySlider .swiper-slide .whiteBkgd {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2.5vh 5vw;
}
@media only screen and (max-width: 600px) {
  .communitySlider .swiper-slide .whiteBkgd {
    height: 38vh;
    overflow: scroll;
  }
}
.communitySlider .swiper-slide .whiteBkgd h4, .communitySlider .swiper-slide .whiteBkgd p {
  padding-bottom: 7%;
}

.faqs .dropdown, .faqs .dropdown2 {
  border-bottom: 1px solid #4AABE9;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}
.faqs .dropdown .dropdownContent, .faqs .dropdown2 .dropdownContent {
  margin-bottom: 5%;
  margin-top: 5%;
  width: 90%;
}
.faqs .dropdown .dropdownContent .dropdownTrigger, .faqs .dropdown2 .dropdownContent .dropdownTrigger {
  margin-bottom: 5%;
}
.faqs .dropdown:last-child, .faqs .dropdown2:last-child {
  border-bottom: none;
}
.faqs .dropdownTrigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs .dropdownTrigger:after {
  content: "+";
  font-size: 28px;
}
.faqs .open .dropdownTrigger:after {
  content: "-";
}

.sideButtons {
  justify-content: flex-start;
  gap: 15px;
}

.facts article {
  margin-bottom: 15%;
}
.facts article h4 {
  padding-top: 2%;
}
.facts article h4, .facts article p, .facts article a, .facts article img {
  padding-bottom: 7%;
}

.dropdown2.open .dropdownContent {
  display: flex;
}

/*.customPara {
  a {
    color:$brightBlue;
  }
}*/
.customText ul {
  padding-bottom: 5%;
}

.brightBlueBkgd ul li::before, .popup input[type=submit] ul li::before {
  background: white;
}

.underlineTxt {
  text-decoration: underline;
}

h1 span {
  background-size: 20px 10px !important;
  background-repeat: no-repeat !important;
  background-position-y: 75% !important;
  margin-left: 7px;
  color: transparent !important;
}
h1 span.brightBlue {
  background: url("img/underscore-cyan.svg");
}
h1 span.darkBlue {
  background: url("img/underscore-navy.svg");
}
h1 span.kiwi {
  background: url("img/underscore-kiwi.svg");
}
h1 span.brown {
  background: url("img/underscore-ruru.svg");
}

.landingQuestions h1 span {
  color: #4AABE9 !important;
  background: none !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 600px) {
  .scrollDiv {
    overflow-y: scroll;
    background: #DBF1FF;
    padding-bottom: 0 !important;
  }
  .scrollDiv::-webkit-scrollbar {
    height: 5px;
    width: 0;
  }
  .scrollDiv::-webkit-scrollbar-track {
    background: #4AABE9 !important;
  }
  .scrollDiv::-webkit-scrollbar-thumb {
    background: #10345E !important;
  }
  .scrollDiv img {
    width: 200vw;
    height: 50vh;
    object-fit: cover;
    max-width: unset !important;
  }
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 5% 5vw;
  }
  .standardPadding.breakdownContent {
    padding: 5% 5vw;
  }

  .standardPadding2 {
    padding: 0 5vw 5% 5vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 42px;
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 38px;
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 3%;
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  .ctaBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .ctaBanner p {
    width: 50%;
  }

  .pillButton, .popup input[type=submit] {
    cursor: pointer;
  }
  .pillButton.whiteBkgd:hover, .popup input.whiteBkgd[type=submit]:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  .pillButton.tsGreenBkgd:hover, .popup input.tsGreenBkgd[type=submit]:hover {
    background: rgba(132, 189, 63, 0.85);
  }
  .pillButton.brightBlueBkgd:hover, .popup input[type=submit]:hover {
    background: #80c4ef;
  }
  .pillButton.darkBlueBkgd:hover, .popup input.darkBlueBkgd[type=submit]:hover {
    background: #20547D;
  }

  .download:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .businesses {
    display: flex;
    width: 100%;
  }
  .businesses a, .businesses .scanpower {
    width: 50%;
    height: 30vh;
    position: relative;
  }
  .businesses a img, .businesses .scanpower img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .businesses .treesmart {
    height: 30vh;
  }

  .communitySlider {
    padding-bottom: 7%;
    padding-top: 5%;
  }
  .communitySlider .swiper-slide {
    display: flex;
    width: 92%;
  }
  .communitySlider .swiper-slide img {
    width: 40%;
    height: 60vh;
    object-fit: cover;
    border-top-right-radius: unset;
    border-bottom-left-radius: 15px;
  }
  .communitySlider .swiper-slide .whiteBkgd {
    border-top-right-radius: 15px;
    padding-top: 5%;
    width: 54%;
    height: 60vh;
    overflow-y: scroll;
  }
  .communitySlider .arrowContainer {
    bottom: unset;
    top: 15px;
    left: unset;
    right: 8vw;
  }

  .quickLinksGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }
  .quickLinksGrid .qRow {
    width: 48%;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .quickLinksGrid .qRow:nth-child(3), .quickLinksGrid .qRow:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cardTiles {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
  }
  .cardTiles .cardTile {
    width: 32%;
    margin-bottom: 0;
  }

  .faqs .faqs {
    width: 75%;
  }
  .faqs h2 {
    padding-bottom: 3% !important;
  }
  .faqs .dropdownTrigger {
    font-size: 20px;
    cursor: pointer;
  }
  .faqs .dropdownContent {
    margin-bottom: 1% !important;
    margin-top: 1% !important;
  }

  .imgHeader {
    height: 60vh;
  }
  .imgHeader .cardHeading {
    padding-bottom: 2.5vh !important;
    left: 5vw;
  }

  .generalBanner {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .breakdown .breakdownBlock {
    display: flex;
  }
  .breakdown .breakdownBlock .breakdownContent {
    width: 50%;
  }
  .breakdown .breakdownBlock img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }
  .breakdown .breakdownBlock:nth-child(even) img {
    order: 2;
  }

  #safety .standardPadding {
    padding-bottom: 0;
  }

  .safetyFacts {
    padding-top: 1px;
  }
  .safetyFacts .facts {
    display: grid;
    gap: 5vw;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    width: calc(100% - 5vw);
  }
  .safetyFacts .facts article {
    width: 100%;
    margin-bottom: 0%;
  }
  .safetyFacts .facts article p, .safetyFacts .facts article h4, .safetyFacts .facts article img {
    padding-bottom: 2%;
  }
  .safetyFacts .facts article img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
  }
  .safetyFacts .facts article li {
    padding-bottom: 1%;
  }
  .safetyFacts .facts.oneCol {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .safetyFacts .facts.oneCol article {
    margin-bottom: 50px;
  }
  .safetyFacts .facts.oneCol article img {
    height: auto;
  }
  .safetyFacts .facts.oneCol article h4, .safetyFacts .facts.oneCol article h5, .safetyFacts .facts.oneCol article h3, .safetyFacts .facts.oneCol article h2, .safetyFacts .facts.oneCol article h1 {
    color: #6B4C45;
    margin-top: 2%;
  }
  .safetyFacts .facts.oneCol article .pillButton, .safetyFacts .facts.oneCol article .popup input[type=submit], .popup .safetyFacts .facts.oneCol article input[type=submit] {
    margin-bottom: 35px;
  }

  .scrollDiv {
    text-align: center;
    background: #DBF1FF;
  }
  .scrollDiv img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
#menu {
  display: none;
  position: fixed;
  top: 10vh;
  left: 0;
  width: 100%;
  height: 90vh;
  z-index: 998;
}
#menu ul a {
  text-decoration: none;
}
#menu .menuItem {
  border-bottom: 1px solid #DBF1FF;
  padding-top: 2.5vh !important;
  padding-bottom: 2.5vh !important;
}
#menu .menuItem .dropdownContent {
  margin-top: 5%;
}
#menu .menuItem .dropdownContent li {
  margin-bottom: 5%;
  cursor: pointer;
}
#menu .menuItem .dropdownContent li .openReport {
  cursor: pointer;
}
#menu .dropdownTrigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu .dropdownTrigger:after {
  content: "+";
  font-size: 28px;
}
#menu .open {
  background: #DBF1FF;
}
#menu .open .dropdownTrigger:after {
  content: "-";
}
#menu .currentItem {
  color: #4AABE9;
}
#menu .currentItem::after {
  color: #10345E;
}

#menu.active {
  display: block;
}

#mobileMenuBtn::after {
  content: " +";
}

.closeMenu::after {
  content: " -" !important;
}

.tsMenuLink.closeMenu::after {
  display: none;
}

@media only screen and (min-width: 600px) {
  #desktopMenu {
    position: static;
    width: 70%;
    height: 100%;
  }
  #desktopMenu a {
    text-decoration: none;
  }
  #desktopMenu .openReport {
    cursor: pointer;
  }
  #desktopMenu .mainMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    height: 100%;
  }
  #desktopMenu .mainMenu li {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
  #desktopMenu .mainMenu .menuItem {
    padding: 0;
    height: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
  #desktopMenu .mainMenu .menuItem h4 {
    font-size: 15px !important;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  #desktopMenu .mainMenu .menuItem > a {
    font-size: 15px !important;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  #desktopMenu .dropdownTrigger {
    cursor: pointer;
  }
  #desktopMenu .dropdownTrigger::after {
    content: " +";
    font-size: 15px;
  }
  #desktopMenu .dropdownContent {
    position: absolute;
    top: 10vh;
    background: #DBF1FF;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 3vh;
    padding-bottom: 2vh;
    width: 18vw;
    left: 0;
    margin-top: -1px;
  }
  #desktopMenu .dropdownContent li {
    padding-top: 2vh;
    font-weight: 700;
  }
  #desktopMenu .dropdownContent li a, #desktopMenu .dropdownContent li .openReport {
    cursor: pointer;
  }
  #desktopMenu .open .dropdownTrigger::after {
    content: " -";
  }
  #desktopMenu .open {
    background: #DBF1FF;
  }
  #desktopMenu .currentItem {
    color: #4AABE9;
  }
  #desktopMenu .currentItem::after {
    color: #10345E;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  overflow: scroll;
}
.popup .formContainer {
  padding-bottom: 15% !important;
}
.popup .closeBtn {
  width: fit-content;
  padding: 5%;
  position: fixed;
  top: 0;
  right: 0;
  padding-bottom: 4%;
}
.popup .closeBtn img {
  width: 17px;
  height: auto;
}
.popup .gform_required_legend {
  display: none;
}
.popup h2 {
  padding-top: 15%;
}
.popup p {
  padding-bottom: 10%;
}
.popup input[type=text], .popup input::placeholder, .popup select, .popup input[type=tel], .popup input[type=email], .popup textarea, .popup textarea::placeholder, .popup option {
  border: none;
  background: #DBF1FF;
  color: #20547D;
  font-size: 14px !important;
  outline: none;
  resize: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
.popup input:active, .popup input:focus, .popup textarea:active, .popup textarea:focus, .popup select:active, .popup select:focus {
  outline: 1px solid #4AABE9 !important;
}
.popup input[type=text], .popup select, .popup input[type=tel], .popup input[type=email], .popup textarea {
  padding: 5% !important;
  height: 100%;
}
.popup .ginput_container_select {
  position: relative;
}
.popup .ginput_container_select::after {
  content: url("img/dropdown.svg");
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.popup .gform_fields {
  grid-row-gap: 3vh !important;
}
.popup input[type=submit] {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
.popup .ginput_container_select::after {
  pointer-events: none;
}
.popup .gfield--type-checkbox, .popup .gfield--type-radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.popup .gfield--type-checkbox legend, .popup .gfield--type-radio legend {
  color: #20547D;
  margin-bottom: 16px !important;
}
.popup .gfield--type-checkbox .gfield_checkbox, .popup .gfield--type-checkbox .gfield_radio, .popup .gfield--type-radio .gfield_checkbox, .popup .gfield--type-radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup .gfield--type-checkbox .gchoice, .popup .gfield--type-radio .gchoice {
  width: 50%;
  position: relative;
  padding-bottom: 10px;
}
.popup .gfield--type-checkbox .gchoice label::before, .popup .gfield--type-radio .gchoice label::before {
  content: "\a";
  background: #DBF1FF;
  border: 1px solid #4AABE9;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .gfield--type-checkbox .gchoice input, .popup .gfield--type-radio .gchoice input {
  opacity: 0;
}
.popup .gfield--type-checkbox .gchoice label, .popup .gfield--type-radio .gchoice label {
  padding-left: 10px;
  font-size: 16px !important;
  margin-top: -3.5px;
}
.popup .gfield--type-checkbox .gchoice input:checked ~ label::after, .popup .gfield--type-radio .gchoice input:checked ~ label::after {
  content: "\a";
  background: #4AABE9;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 1px;
}
.popup .gfield--type-checkbox .gchoice input:checked ~ label, .popup .gfield--type-radio .gchoice input:checked ~ label {
  font-weight: 700;
  color: #4AABE9;
}
.popup .gfield--type-radio .gchoice label::before, .popup .gfield--type-radio .gchoice input:checked ~ label::after {
  border-radius: 50% !important;
}
.popup .gfield--type-radio .gchoice input:checked ~ label::after {
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
}
.popup .gfield--type-radio legend {
  color: #20547D;
  margin-bottom: 16px !important;
}

.gform_validation_errors {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.gform_validation_errors h2 {
  padding-bottom: 2%;
  padding-top: 0;
}
.gform_validation_errors span {
  display: none !important;
}

.validation_message {
  border: none !important;
  background: none !important;
  font-size: 12px !important;
  padding: 0 !important;
}

#contactForm {
  display: none;
}

#contactForm.active {
  display: block;
}

#outageForm {
  display: none;
}
#outageForm .checks {
  padding-bottom: 10%;
}
#outageForm .basicFlex {
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 5%;
}
#outageForm .basicFlex p {
  padding-bottom: 0;
  font-size: 14px;
}
#outageForm .basicFlex img {
  width: 42px;
  height: 42px;
}

#outageForm.active {
  display: block;
}

.signupForm {
  padding-bottom: 3%;
}
.signupForm .gform_footer {
  display: none !important;
}
.signupForm .gform_fields {
  display: flex !important;
  flex-wrap: nowrap;
  width: 100%;
}
.signupForm .gform_fields #field_3_1 {
  width: 82.5%;
}
.signupForm .gform_fields #field_3_1 input {
  border: none;
  background: #20547D;
  color: white;
  font-size: 14px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  padding: 5%;
}
.signupForm .gform_fields #field_3_1 input::placeholder {
  color: white;
}
.signupForm .gform_fields #field_submit {
  width: 17.5%;
  background: #B6BB65;
  position: relative;
}
.signupForm .gform_fields #field_submit input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
.signupForm .gform_fields .validation_message {
  position: absolute;
  margin-top: 0.5%;
}
.signupForm .gform_validation_errors {
  display: none !important;
}

.gform_description {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 600px) {
  .signupForm input {
    height: 40px;
  }
  .signupForm #gform_fields_3 {
    gap: 0;
  }
  .signupForm .gform_fields #field_submit {
    width: 50px;
    /*input {
    	transition:left 500ms ease;
    }
    &:hover {
    	cursor: pointer;
    	input {
    		left:53%;
    		transition:left 500ms ease;
    	}
    }*/
  }
  .signupForm .gform_fields #field_submit:hover {
    cursor: pointer;
  }

  .popup {
    width: 55vw;
    top: 3.2vh;
    bottom: 3.2vh;
    left: 50%;
    transform: translateX(-50%);
    height: 92vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5%;
  }
  .popup .formContainer {
    padding-bottom: 0% !important;
  }
  .popup .gform_fields {
    grid-row-gap: 2vh !important;
  }
  .popup h2 {
    padding-top: 5%;
  }
  .popup input[type=text], .popup select, .popup input[type=tel], .popup input[type=email], .popup textarea {
    padding: 2.5% !important;
  }
  .popup .closeBtn {
    padding: 3%;
    padding-bottom: 2%;
    cursor: pointer;
  }
  .popup .gform_submission_error {
    padding-top: 0;
  }

  #outageForm .dmBold, #outageForm #outages .plannedOutages .filters .dropdown .selected label, #outages .plannedOutages .filters .dropdown .selected #outageForm label, #outageForm #outages .plannedOutages .filters .dropdown2 .selected label, #outages .plannedOutages .filters .dropdown2 .selected #outageForm label, #outageForm #outages .plannedOutages .filters .dropdown .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown #outageForm .dropdownTrigger:after, #outageForm #outages .plannedOutages .filters .dropdown2 .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown2 #outageForm .dropdownTrigger:after, #outageForm h1, #outageForm h2, #outageForm h3, #outageForm h4, #outageForm h5, #outageForm .pillButton, #outageForm .largeText, #outageForm footer .footerMain .outageSignup .smallText, footer .footerMain .outageSignup #outageForm .smallText, #outageForm .popup input[type=text], .popup #outageForm input[type=text], #outageForm .popup input::placeholder, .popup #outageForm input::placeholder, #outageForm .popup select, .popup #outageForm select, #outageForm .popup input[type=tel], .popup #outageForm input[type=tel], #outageForm .popup input[type=email], .popup #outageForm input[type=email], #outageForm .popup textarea, .popup #outageForm textarea, #outageForm .popup textarea::placeholder, .popup #outageForm textarea::placeholder, #outageForm .popup option, .popup #outageForm option, #outageForm .popup input[type=submit], .popup #outageForm input[type=submit] {
    padding-bottom: 5%;
  }
  #outageForm .checks {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 5%;
  }
  #outageForm .checks li {
    width: 48%;
    margin-bottom: 2%;
  }
  #outageForm .prelude {
    padding-bottom: 3%;
  }
}
#home .landing .emergency {
  font-size: 14px;
  margin-top: -2%;
}
#home .landing .emergency .basicFlex {
  padding-bottom: 5%;
  justify-content: flex-start;
  gap: 20px;
}
#home .landing .emergency .basicFlex img {
  width: 30px;
  height: 30px;
}
#home .landing .landingQuestions {
  padding-bottom: 15%;
  padding-top: 15%;
}
#home .landing .landingQuestions h1 {
  padding-bottom: 7%;
}
#home .landing .landingQuestions h3 {
  padding-bottom: 5%;
  font-size: 16px;
}
#home .landing .landingQuestions .questionButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#home .landing .landingQuestions .questionButtons .pillButton, #home .landing .landingQuestions .questionButtons .popup input[type=submit], .popup #home .landing .landingQuestions .questionButtons input[type=submit] {
  border: 1px solid #4AABE9;
  color: #20547D;
  align-items: center !important;
  text-align: left;
  font-size: 13px;
  transition: background 500ms ease-in-out;
  transition: color 100ms ease-in-out;
  background: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
#home .landing .landingQuestions .questionButtons .pillButton:after, #home .landing .landingQuestions .questionButtons .popup input[type=submit]:after, .popup #home .landing .landingQuestions .questionButtons input[type=submit]:after {
  background-image: url("img/question-arrow.svg");
  background-size: 15px 13px;
  display: block;
  width: 15px;
  height: 13px;
  content: "";
  background-repeat: no-repeat !important;
}
#home .landing .landingQuestions .questionButtons .pillButton::after, #home .landing .landingQuestions .questionButtons .popup input[type=submit]::after, .popup #home .landing .landingQuestions .questionButtons input[type=submit]::after {
  transition: right 300ms ease-in-out;
  right: 0px;
  position: relative;
}
#home .landing .landingQuestions .questionButtons .pillButton:hover, #home .landing .landingQuestions .questionButtons .popup input[type=submit]:hover, .popup #home .landing .landingQuestions .questionButtons input[type=submit]:hover {
  background: #4AABE9 !important;
  transition: background 500ms ease-in-out;
  transition: color 100ms ease-in-out;
  color: white !important;
}
#home .landing .landingQuestions .questionButtons .pillButton:hover::after, #home .landing .landingQuestions .questionButtons .popup input[type=submit]:hover::after, .popup #home .landing .landingQuestions .questionButtons input[type=submit]:hover::after {
  background: url("img/question-arrow-navy.svg");
  transition: right 300ms ease-in-out;
  right: -3px;
  position: relative;
}
#home .landing .landingQuestions .questionButtons a {
  text-decoration: none !important;
}
#home .communityPreview {
  position: relative;
}
#home .swiper-container2 {
  position: static;
  padding-bottom: 5%;
}
#home .swiper-container2 .swiper-pagination {
  bottom: 7.5%;
}
#home .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  background-color: transparent;
  opacity: 1 !important;
}
#home .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

@media only screen and (max-width: 600px) {
  #home.outageOn {
    padding-top: 22vh;
  }
}
@media only screen and (min-width: 600px) {
  #home .landing {
    display: flex;
    position: relative;
    min-height: 88vh;
  }
  #home .landing h1 {
    font-size: 3vw;
    padding-right: 5vw;
  }
  #home .landing:after {
    background-image: url("img/arrow.svg");
    background-color: #4AABE9;
    background-repeat: no-repeat;
    background-size: 30% 30%;
    background-position: 50% 50%;
    content: "\a";
    padding: 3vw;
    position: absolute;
    bottom: 0;
    left: 5vw;
    text-align: center;
  }
  #home .landing img {
    width: 50%;
    object-fit: cover;
  }
  #home .landing .landingQuestions {
    width: 50%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5vw;
  }
  #home .landing .landingQuestions .questionButtons {
    padding-bottom: 10%;
  }
  #home .landing .landingQuestions .questionButtons a {
    text-decoration: none;
  }
  #home .landing .landingQuestions .emergency {
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 15px;
  }
  #home .landing .landingQuestions .emergency .basicFlex {
    align-items: center;
  }
  #home .landing .landingQuestions .emergency img {
    width: 34px;
  }
  #home .landing .landingQuestions .emergency .dmBold, #home .landing .landingQuestions .emergency #outages .plannedOutages .filters .dropdown .selected label, #outages .plannedOutages .filters .dropdown .selected #home .landing .landingQuestions .emergency label, #home .landing .landingQuestions .emergency #outages .plannedOutages .filters .dropdown2 .selected label, #outages .plannedOutages .filters .dropdown2 .selected #home .landing .landingQuestions .emergency label, #home .landing .landingQuestions .emergency #outages .plannedOutages .filters .dropdown .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown #home .landing .landingQuestions .emergency .dropdownTrigger:after, #home .landing .landingQuestions .emergency #outages .plannedOutages .filters .dropdown2 .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown2 #home .landing .landingQuestions .emergency .dropdownTrigger:after, #home .landing .landingQuestions .emergency h1, #home .landing .landingQuestions .emergency h2, #home .landing .landingQuestions .emergency h3, #home .landing .landingQuestions .emergency h4, #home .landing .landingQuestions .emergency h5, #home .landing .landingQuestions .emergency .pillButton, #home .landing .landingQuestions .emergency .largeText, #home .landing .landingQuestions .emergency footer .footerMain .outageSignup .smallText, footer .footerMain .outageSignup #home .landing .landingQuestions .emergency .smallText, #home .landing .landingQuestions .emergency .popup input[type=text], .popup #home .landing .landingQuestions .emergency input[type=text], #home .landing .landingQuestions .emergency .popup input::placeholder, .popup #home .landing .landingQuestions .emergency input::placeholder, #home .landing .landingQuestions .emergency .popup select, .popup #home .landing .landingQuestions .emergency select, #home .landing .landingQuestions .emergency .popup input[type=tel], .popup #home .landing .landingQuestions .emergency input[type=tel], #home .landing .landingQuestions .emergency .popup input[type=email], .popup #home .landing .landingQuestions .emergency input[type=email], #home .landing .landingQuestions .emergency .popup textarea, .popup #home .landing .landingQuestions .emergency textarea, #home .landing .landingQuestions .emergency .popup textarea::placeholder, .popup #home .landing .landingQuestions .emergency textarea::placeholder, #home .landing .landingQuestions .emergency .popup option, .popup #home .landing .landingQuestions .emergency option, #home .landing .landingQuestions .emergency .popup input[type=submit], .popup #home .landing .landingQuestions .emergency input[type=submit] {
    font-size: 1.5vw;
  }
  #home .landing .landingQuestions .pillButton, #home .landing .landingQuestions .popup input[type=submit], .popup #home .landing .landingQuestions input[type=submit] {
    font-size: 15px !important;
  }
  #home .communityPreview {
    padding-top: 7%;
  }
  #home .swiper-container2 {
    padding-bottom: 0;
  }
  #home .swiper-container2 .swiper-pagination {
    bottom: 12%;
  }
}
@media only screen and (min-height: 1000px) and (max-width: 1024px) {
  header #logo {
    width: 25%;
  }
  header #desktopMenu {
    width: 70%;
  }

  #home .landing {
    padding-top: 5%;
    height: auto;
    flex-direction: column;
  }
  #home .landing img, #home .landing .landingQuestions {
    width: 100%;
  }
  #home .landing .landingQuestions {
    padding-bottom: 10%;
  }

  footer .footerMain, footer .footerBottom {
    flex-direction: column;
  }
  footer .footerBottom {
    padding-top: 5%;
    gap: 2vh;
  }

  .outageList .cardTile {
    width: 45%;
  }

  .popup {
    width: 85vw;
  }

  .communitySlider .arrowContainer {
    top: 0;
  }
  .communitySlider .swiper-slide .whiteBkgd, .communitySlider .swiper-slide img {
    height: 40vh;
  }

  #about .sliderTitles {
    display: none !important;
  }

  #safety .emergency2 .customText {
    width: 50%;
  }

  #disclosures .cardTile {
    width: 47%;
  }

  #legal h2, #legal p, #legal ul {
    width: 85% !important;
  }
}
#outages .headerBanner p {
  padding-bottom: 7%;
}
#outages .plannedOutages #noResults2 {
  padding-bottom: 5%;
}
#outages .plannedOutages #currentOutagesBtn {
  margin-bottom: 5%;
}
#outages .plannedOutages .filters {
  padding-bottom: 10%;
}
#outages .plannedOutages .filters .topFText {
  padding-bottom: 3%;
}
#outages .plannedOutages .filters .dropdown, #outages .plannedOutages .filters .dropdown2 {
  padding-bottom: 1%;
}
#outages .plannedOutages .filters .dropdown .dropdownTrigger, #outages .plannedOutages .filters .dropdown2 .dropdownTrigger {
  width: fit-content;
}
#outages .plannedOutages .filters .dropdown .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown2 .dropdownTrigger:after {
  content: " +";
  font-size: 15px;
}
#outages .plannedOutages .filters .dropdown .dropdownContent, #outages .plannedOutages .filters .dropdown2 .dropdownContent {
  gap: 15px;
  row-gap: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#outages .plannedOutages .filters .dropdown .dropdownContent li, #outages .plannedOutages .filters .dropdown2 .dropdownContent li {
  width: auto;
}
#outages .plannedOutages .filters .dropdown p, #outages .plannedOutages .filters .dropdown2 p {
  padding-bottom: 1%;
}
#outages .plannedOutages .filters .dropdown li, #outages .plannedOutages .filters .dropdown2 li {
  padding-bottom: 2%;
  padding-top: 2%;
}
#outages .plannedOutages .filters .dropdown li input, #outages .plannedOutages .filters .dropdown2 li input {
  display: none;
}
#outages .plannedOutages .filters .dropdown .selected label, #outages .plannedOutages .filters .dropdown2 .selected label {
  background: #DBF1FF;
  padding: 1vh;
}
#outages .plannedOutages .filters .open .dropdownTrigger:after {
  content: " -";
}
#outages .plannedOutages .seeMore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#outages .plannedOutages .seeMore h2 {
  font-size: 50px;
  padding-bottom: 0;
  line-height: 1;
}
#outages .plannedOutages .seeMore p {
  line-height: 1;
}
#outages .outageSignup p {
  padding-bottom: 5%;
  font-size: 16px;
  line-height: 1;
}

@media only screen and (min-width: 600px) {
  #outages .headerBanner p {
    padding-bottom: 3%;
  }
  #outages .plannedOutages {
    padding-top: 3% !important;
  }
  #outages .plannedOutages #currentOutagesBtn {
    margin-bottom: 3%;
  }
  #outages .plannedOutages .filters {
    padding-bottom: 3%;
  }
  #outages .plannedOutages .filters .topFText {
    padding-bottom: 1%;
  }
  #outages .plannedOutages .filters .dropdown, #outages .plannedOutages .filters .dropdown2 {
    padding-bottom: 0;
  }
  #outages .plannedOutages .filters .dropdown .dropdownTrigger, #outages .plannedOutages .filters .dropdown2 .dropdownTrigger {
    cursor: pointer;
  }
  #outages .plannedOutages .filters .dropdown li, #outages .plannedOutages .filters .dropdown2 li {
    padding-top: 0;
    padding-bottom: 1%;
  }
  #outages .plannedOutages .filters .dropdown li label, #outages .plannedOutages .filters .dropdown2 li label {
    cursor: pointer;
  }
  #outages .plannedOutages .seeMore h2 {
    padding-bottom: 0 !important;
  }
  #outages .formPadding {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #outages .outageSignup {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #outages .outageSignup p {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1;
    width: 55%;
  }
  #outages .outageSignup .signupForm {
    justify-self: flex-end;
    width: 40%;
    padding-bottom: 0;
  }
  #outages .outageSignup .signupForm input {
    padding: 1vh 2vh;
  }
  #outages .outageSignup .signupForm .gform_fields {
    justify-content: flex-end;
  }
}
#get-connected-template .connectionSteps .openContact {
  margin-top: 8%;
  margin-bottom: 5%;
}

.get-connected-page .imgHeader {
  margin-bottom: 0;
}
.get-connected-page .noTopHeading {
  padding-top: 15% !important;
}

@media only screen and (min-width: 600px) {
  #get-connected-template .connectionSteps .openContact {
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .get-connected-page .noTopHeading {
    padding-top: 8% !important;
  }
}
#about .careersCTA p {
  padding-bottom: 7%;
}
@media only screen and (min-width: 600px) {
  #about .careersCTA p {
    padding-bottom: 3%;
  }
  #about #community .swiper-slide {
    padding-top: 5%;
  }
  #about .sliderTitles {
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    width: 80%;
    flex-wrap: wrap;
  }
  #about .sliderTitles hr {
    color: #6B4C45;
    width: 30px;
    height: 2px;
    border-bottom: 2px solid #6B4C45;
  }
  #about .sliderTitles .titleSlide {
    padding: 1vh;
  }
}
#careers .careerList .breakdownContent ul, #careers .careerList .breakdownContent .download {
  margin-bottom: 2%;
}
#careers .embedVid {
  padding-top: 10%;
}

@media only screen and (min-width: 600px) {
  #careers .industry {
    display: flex;
    align-items: center;
  }
  #careers .industry p {
    width: 90%;
  }
  #careers .embedVid {
    padding-top: 0%;
  }
}
#safety .emergency2 img, #safety .emergency2 p {
  padding-bottom: 5%;
}

@media only screen and (min-width: 600px) {
  #safety .emergency2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 20px;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #safety .emergency2 img, #safety .emergency2 p {
    padding-bottom: 0%;
  }
  #safety .emergency2 .buttonSide {
    justify-self: flex-end;
    position: absolute;
    right: 10vw;
  }
}
#emergency .emergency .dmBold, #emergency .emergency h1, #emergency .emergency h2, #emergency .emergency h3, #emergency .emergency h4, #emergency .emergency h5, #emergency .emergency .pillButton, #emergency .emergency .largeText, #emergency .emergency footer .footerMain .outageSignup .smallText, footer .footerMain .outageSignup #emergency .emergency .smallText, #emergency .emergency .popup input[type=text], .popup #emergency .emergency input[type=text], #emergency .emergency .popup input::placeholder, .popup #emergency .emergency input::placeholder, #emergency .emergency .popup select, .popup #emergency .emergency select, #emergency .emergency .popup input[type=tel], .popup #emergency .emergency input[type=tel], #emergency .emergency .popup input[type=email], .popup #emergency .emergency input[type=email], #emergency .emergency .popup textarea, .popup #emergency .emergency textarea, #emergency .emergency .popup textarea::placeholder, .popup #emergency .emergency textarea::placeholder, #emergency .emergency .popup option, .popup #emergency .emergency option, #emergency .emergency .popup input[type=submit], .popup #emergency .emergency input[type=submit], #emergency .emergency #outages .plannedOutages .filters .dropdown .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown #emergency .emergency .dropdownTrigger:after, #emergency .emergency #outages .plannedOutages .filters .dropdown2 .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown2 #emergency .emergency .dropdownTrigger:after, #emergency .emergency #outages .plannedOutages .filters .dropdown .selected label, #outages .plannedOutages .filters .dropdown .selected #emergency .emergency label, #emergency .emergency #outages .plannedOutages .filters .dropdown2 .selected label, #outages .plannedOutages .filters .dropdown2 .selected #emergency .emergency label {
  padding-bottom: 5%;
  padding-top: 5%;
  font-size: 18px;
}
#emergency .headerBanner p {
  padding-bottom: 5%;
}
#emergency .headerBanner button {
  color: #10345E;
}
#emergency .safetyCTA h3 {
  padding-bottom: 5%;
}

@media only screen and (min-width: 600px) {
  #emergency .emergency {
    display: flex;
    gap: 2vw;
    align-items: center;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #emergency .emergency .dmBold, #emergency .emergency h1, #emergency .emergency h2, #emergency .emergency h3, #emergency .emergency h4, #emergency .emergency h5, #emergency .emergency .pillButton, #emergency .emergency .largeText, #emergency .emergency footer .footerMain .outageSignup .smallText, footer .footerMain .outageSignup #emergency .emergency .smallText, #emergency .emergency .popup input[type=text], .popup #emergency .emergency input[type=text], #emergency .emergency .popup input::placeholder, .popup #emergency .emergency input::placeholder, #emergency .emergency .popup select, .popup #emergency .emergency select, #emergency .emergency .popup input[type=tel], .popup #emergency .emergency input[type=tel], #emergency .emergency .popup input[type=email], .popup #emergency .emergency input[type=email], #emergency .emergency .popup textarea, .popup #emergency .emergency textarea, #emergency .emergency .popup textarea::placeholder, .popup #emergency .emergency textarea::placeholder, #emergency .emergency .popup option, .popup #emergency .emergency option, #emergency .emergency .popup input[type=submit], .popup #emergency .emergency input[type=submit], #emergency .emergency #outages .plannedOutages .filters .dropdown .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown #emergency .emergency .dropdownTrigger:after, #emergency .emergency #outages .plannedOutages .filters .dropdown2 .dropdownTrigger:after, #outages .plannedOutages .filters .dropdown2 #emergency .emergency .dropdownTrigger:after, #emergency .emergency #outages .plannedOutages .filters .dropdown .selected label, #outages .plannedOutages .filters .dropdown .selected #emergency .emergency label, #emergency .emergency #outages .plannedOutages .filters .dropdown2 .selected label, #outages .plannedOutages .filters .dropdown2 .selected #emergency .emergency label {
    padding: 0;
  }
  #emergency .safetyCTA {
    display: flex;
    justify-content: space-between;
    padding-top: 3%;
    padding-bottom: 3%;
    align-items: center;
  }
  #emergency .safetyCTA h3 {
    padding-bottom: 0 !important;
  }
}
#contact .headerBanner p {
  padding-bottom: 7%;
}
#contact .headerBanner .openReport {
  border: 1px solid #4AABE9;
}
#contact .qRow {
  border-color: #B6BB65;
}
#contact .qRow a {
  text-decoration: underline;
}
#contact .qRow .socialLinks {
  display: flex;
  gap: 13px;
  align-items: flex-end;
}
#contact .logoRow img {
  padding-bottom: 5%;
  width: 80%;
}
@media only screen and (max-width: 600px) {
  #contact .breakdownImg {
    margin-bottom: -5px;
  }
}

@media only screen and (min-width: 600px) {
  #contact .headerBanner p {
    padding-bottom: 3%;
  }
  #contact .quickLinksGrid .qRow {
    border-bottom: 1px solid #B6BB65;
  }
  #contact .quickLinksGrid .qRow p {
    width: 70%;
  }
  #contact .quickLinksGrid .qRow .socialLinks {
    padding-bottom: 5%;
  }
  #contact .quickLinksGrid .qRow:nth-child(5), #contact .quickLinksGrid .qRow:nth-child(6) {
    border-bottom: 0;
  }
  #contact .quickLinksGrid .logoRow img {
    width: 40%;
  }
  #contact .socialLinks img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
#legal {
  padding-top: 11vh;
}
#legal p, #legal ul, #legal ol {
  padding-bottom: 5%;
}
#legal li {
  list-style-type: disc !important;
  list-style-position: inside;
}
#legal h2 {
  padding-bottom: 4%;
  color: #10345E;
}

@media only screen and (min-width: 600px) {
  #legal p, #legal ul, #legal ol {
    padding-bottom: 3% !important;
    width: 60%;
  }
  #legal h2 {
    padding-bottom: 2% !important;
    width: 60%;
  }
  #legal .legalHeader {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
  #legal .legalHeader h1 {
    font-size: 40px !important;
  }
}
#search .searchBox {
  display: flex;
}
#search .searchBox input {
  border: none;
  width: 100%;
  padding: 5%;
  outline: none;
}
#search .searchBox .submitSearch {
  width: 17.5%;
  position: relative;
  display: flex;
}
#search .searchBox .submitSearch img {
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
  width: auto;
}
#search .findingsText {
  padding-top: 5%;
}
#search .quickLinksGrid .qRow {
  border-bottom: 1px solid #4AABE9;
}

@media only screen and (min-width: 600px) {
  #search .searchBox {
    width: 50%;
  }
  #search .searchBox input {
    padding: 2%;
    height: 40px;
  }
  #search .searchBox .submitSearch {
    height: 40px;
    width: 50px;
    cursor: pointer;
  }
  #search .searchBox .submitSearch img {
    padding: 2%;
  }
  #search .findingsText {
    padding-top: 1%;
    padding-bottom: 5%;
  }
  #search .qRow {
    padding-bottom: 5%;
  }
}
#disclosures .headerBanner {
  padding-bottom: 0;
}
#disclosures .headerBanner .tabs {
  display: flex;
  width: fit-content;
  overflow-y: scroll;
  gap: 15px;
  width: 92vw;
  padding-right: 15px;
}
#disclosures .headerBanner .tabs li {
  width: fit-content;
  min-width: fit-content;
  padding: 5%;
}
#disclosures .headerBanner .tabs li h4 {
  width: 100%;
  font-size: 16px;
}
#disclosures .headerBanner .tabs .currentTab {
  background: white;
  color: #10345E;
}
#disclosures .reports {
  padding-top: 15% !important;
}

.reports .cardTile .fileSpecs, .reports .cardTile .download-view {
  display: flex;
  justify-content: space-between;
  padding-left: 7%;
  padding-right: 7%;
}
.reports .cardTile .iceBlueBkgd {
  padding-left: 0;
  padding-right: 0;
}
.reports .cardTile .fileSpecs {
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #10345E36;
}
.reports .cardTile .download-view {
  align-items: center;
  padding-bottom: 5%;
}
.reports .cardTile button {
  padding: 1vh 5vh;
}

@media only screen and (min-width: 600px) {
  #disclosures .headerBanner .tabs {
    padding-right: 45px;
  }
  #disclosures .headerBanner .tabs li {
    padding: 2%;
    cursor: pointer;
  }
  #disclosures .reports {
    padding-top: 5% !important;
  }
  #disclosures .reports h3 {
    padding-bottom: 0;
  }

  .reports h3 {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
