

@media only screen and (min-width: 1100px) {
  body {
    font-size: 23pt; }
 }

@media only screen and (min-width: 1200px) {
  body {
    font-size: 24pt; }
 }

.content {
  text-align:center;
  position:absolute;
  top:0;
  width:100%;
  height:100%;
}
h1 {
  text-align: center;
  font-size: 1.8em;
}

h3 {
  font-size: 1em;
}


div.full {
  width: 100%;
  height: 100%;
}

span.bg {
    width:100%;
	height:100%;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}

.fontTopLineHeight { line-height:1.6em; }

.colorLightBlue { color:rgb(97, 188, 255); }


.energ1zerFullWidth {
  position:absolute;
  opacity:1;
  z-index:2;
  left:0;
  right:0;
  background:#707070;
  padding:0;
}

.energ1zerFullWidth.padded {
  position:absolute;
  opacity:1;
  z-index:2;
  left:0;
  right:0;
  background:#707070;
  padding:30px 0 30px 0;
}
.energ1zerFullWidth.spacer {
  position:relative;
  z-index:1;
  width:150%;
  left:-50%;
  opacity:0;
  margin-bottom:30px;
}

.energ1zerFullWidth .imgblur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
    width: 100%; /* fall back */
    width: 100vw;
    max-width: 100%;
    background-position:left top;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
 

.energ1zerImgcover {
    height:200px;
    background-image:url(images/header.jpg);
    width: 100%; /* fall back */
    width: 100vw;
    max-width: 100%;
    max-height:43vh;
    background-position:left top;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


.button-group-option {
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.button-group-option::before, .button-group-option::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.button-group-option::after {
  clear: both;
}

.button-group-option .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group-option .button:last-child {
  margin-right: 0;
}

.button-group-option .button {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.button-group-option .button {
  font-size: 24px;
}

.button-gro9up-option:before {
  content: attr(data-grouptype);
  z-index: 1;
  color: #8a8a8a;
  display: inline-block;
  font-size: 1rem;
  padding: 0.25em;
  border-radius: 5000px;
  background: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button-group-option .button + .button {
  margin-left: 0.35rem;
}

.button.success {
    border: 2px solid #ababab;
    background: transparent;
}
.button.success:hover {
    border: 2px solid #ababab;
    background: black;
}
.button.primary {
    border: 2px solid #ababab;
    background: #ababab;
}