body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.hero {
  height: 110px;
  padding-top: 20px;
  background-color: #f7f7f7;
}

.header {
  margin-right: 40px;
  margin-left: 40px;
}

.settings {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/settings-icon.svg');
  background-position: 0px 0px;
  background-size: 25px 25px;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
}

.settings:hover {
  background-image: url('../images/settings-icon-black.svg');
  background-size: 25px 25px;
}

.profile-image {
  position: relative;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 80px;
  background-image: url('../images/profile-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.navbar {
  margin-top: 70px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: transparent;
  text-align: center;
}

.nav-container {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.main-menu-level-1 {
  position: static;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 15px;
  float: left;
  border-bottom-right-radius: 15px;
  background-image: -webkit-linear-gradient(270deg, rgba(85, 158, 242, 0), rgba(85, 158, 242, 0));
  background-image: linear-gradient(180deg, rgba(85, 158, 242, 0), rgba(85, 158, 242, 0));
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  color: #559ef2;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-menu-level-1:hover {
  background-image: -webkit-linear-gradient(297deg, rgba(85, 158, 242, 0) 60%, rgba(85, 158, 242, .1));
  background-image: linear-gradient(153deg, rgba(85, 158, 242, 0) 60%, rgba(85, 158, 242, .1));
}

.grid-container {
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 40px;
}

.info-icon {
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  border: 2px solid #fff;
  border-radius: 16px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.hover-wrapper {
  position: relative;
  z-index: 50;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, .3);
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 400ms cubic-bezier(.77, 0, .175, 1);
  cursor: pointer;
}

.hover-wrapper:hover {
  opacity: 1;
}

.floater {
  display: inline-block;
  margin-right: 4px;
  color: #ff7e1c;
  font-size: 17px;
  line-height: 0.9;
  font-weight: 300;
  text-decoration: none;
}

.logo-img {
  margin-top: -4px;
}

.widget {
  margin-bottom: 30px;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .05);
  border-bottom-right-radius: 40px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .05);
}

.widget.quarter {
  width: 22%;
  margin-right: 3%;
}

.widget.quarter.end {
  width: 25%;
  margin-right: 0%;
}

.widget.third {
  width: 30%;
  margin-right: 3%;
}

.widget.third.end {
  width: 33%;
  margin-right: 0%;
}

.widget.half {
  width: 47%;
  margin-right: 3%;
}

.widget.half.end {
  overflow: hidden;
  width: 50%;
  margin-right: 0%;
}

.widget.three-quarters {
  width: 72%;
  margin-right: 3%;
}

.widget.two-thirds {
  width: 63%;
  margin-right: 3%;
  padding-top: 13px;
}

.widget.empty {
  padding-top: 70px;
  padding-bottom: 80px;
  border-style: dashed;
  border-color: #dfdfdf;
  background-image: url('../images/widget-add-icon.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
}

.widget.empty:hover {
  border-style: dashed;
  border-color: #559ef2;
  background-color: rgba(85, 158, 242, .3);
}

.widget-header {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 0px;
  color: #ff7e1c;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.widget-toolbar {
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f7f7f7;
}

.widget-customizer {
  width: 25px;
  height: 25px;
  float: right;
  border-radius: 15px;
  background-image: url('../images/widget-tool-icon-no-circle.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.15;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
}

.widget-customizer:hover {
  background-color: rgba(0, 0, 0, .15);
  opacity: 0.6;
}

.graph {
  height: 150px;
  background-image: url('../images/fpo-graph---current-power.svg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.graph-image {
  padding-right: 30px;
  padding-left: 30px;
}

.graph-data {
  position: relative;
  left: 0px;
  top: 90px;
  bottom: 0px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  text-align: center;
}

.key-data {
  margin-left: 3px;
  color: #ff7e1c;
  font-size: 30px;
  line-height: 0.9;
  font-weight: 600;
}

.small-text {
  float: left;
  color: #999;
  font-size: 11px;
}

.small-text.copy {
  margin-top: 5px;
}

.widget-footer {
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 15px;
  border-top: 1px solid #f7f7f7;
}

.reports {
  float: right;
  color: #559ef2;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.subhead {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #b6b6b6;
  font-size: 10px;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.price {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}

.price.half-size {
  color: #999;
  font-size: 20px;
  font-weight: 400;
}

.price.half-size.active {
  display: block;
  color: #559ef2;
}

.subblock {
  display: block;
}

.subblock.col {
  width: 46%;
  margin-right: 4%;
  float: left;
  text-align: center;
}

.separator {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
}

.graph-wrap {
  background-image: -webkit-linear-gradient(55deg, #f7f7f7, #fff);
  background-image: linear-gradient(35deg, #f7f7f7, #fff);
}

.footprint-icons {
  max-height: 30px;
  margin-top: 5px;
  margin-bottom: 8px;
}

.small-text-link {
  display: inline-block;
  margin-top: 5px;
  color: #559ef2;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.profile-menu-wrap {
  position: relative;
  z-index: 100;
  margin-top: -30px;
  margin-right: -40px;
  margin-left: -40px;
  text-align: center;
}

.profile-menu-tip {
  position: relative;
  z-index: 110;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #f7f7f7;
  border-left: 10px solid transparent;
  -webkit-perspective-origin: 82% 50%;
  perspective-origin: 82% 50%;
}

.profile-menu-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
  box-shadow: -1px 14px 30px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .2);
}

.profile-menu-item {
  display: block;
  padding: 10px;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  color: #444;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.profile-menu-item:hover {
  color: #559ef2;
}

.notifications-small {
  margin-left: 2px;
  padding: 3px 7px;
  border-radius: 10px;
  background-color: #f05630;
  color: #fff;
  font-size: 9px;
  line-height: 0.9;
}

.notification-badge {
  position: relative;
  z-index: 120;
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px 7px;
  float: right;
  border-radius: 10px;
  background-color: #f05630;
  color: #fff;
  font-size: 11px;
}

html.w-mod-js *[data-ix="hide-by-default"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media (max-width: 991px) {
  .header {
    margin-right: 30px;
    margin-left: 30px;
  }
  .navbar {
    margin-right: 30px;
    margin-left: 30px;
  }
  .grid-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  .widget.third {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 90px;
    padding-top: 15px;
  }
  .header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .profile-image {
    width: 100px;
    height: 100px;
  }
  .navbar {
    margin-right: 20px;
    margin-left: 20px;
  }
  .grid-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .widget.quarter {
    width: 100%;
  }
  .widget.third {
    width: 100%;
  }
  .widget.third.end {
    width: 100%;
  }
  .widget.half.end {
    width: 100%;
  }
  .widget.empty.quarter {
    width: 100%;
  }
  .profile-menu-wrap {
    margin-top: -50px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 75px;
  }
  .profile-image {
    width: 70px;
    height: 70px;
  }
  .profile-menu-wrap {
    margin-top: -80px;
    margin-right: -60px;
    margin-left: -60px;
  }
  .notification-badge {
    margin-top: 0px;
    margin-right: 0px;
  }
}

