/*!
 * _bootstrap v3.3.5 (http://get_bootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/_bootstrap/blob/master/LICENSE)
 */
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading #large-screen-nav a,
.wf-loading #utility .links a,
.wf-loading #utility button,
.wf-loading .content-label,
.wf-loading .intro-copy,
.wf-loading .btn,
.wf-loading p,
.wf-loading dl,
.wf-loading ol {
  visibility: hidden;
}
.wf-active h1,
.wf-inactive h1,
.wf-active h2,
.wf-inactive h2,
.wf-active h3,
.wf-inactive h3,
.wf-active h4,
.wf-inactive h4,
.wf-active #large-screen-nav a,
.wf-inactive #large-screen-nav a,
.wf-active #utility .links a,
.wf-inactive #utility .links a,
.wf-active #utility button,
.wf-inactive #utility button,
.wf-active .content-label,
.wf-inactive .content-label,
.wf-active .intro-copy,
.wf-inactive .intro-copy,
.wf-active .btn,
.wf-inactive .btn,
.wf-active p,
.wf-inactive p,
.wf-active dl,
.wf-inactive dl,
.wf-active ol,
.wf-inactive ol {
  visibility: visible;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6d6f6a;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6d6f6a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 1s linear;
  -moz-transition: opacity 0.15s linear 1s linear;
  -o-transition: opacity 0.15s linear 1s linear;
  -ms-transition: opacity 0.15s linear 1s linear;
  transition: opacity 0.15s linear 1s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.angucomplete-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
  margin: 1px 0 0;
  min-width: calc(100% - 40px);
  position: absolute;
  z-index: 1000;
}
.angucomplete-dropdown .angucomplete-row {
  padding: 3px 20px;
}
.angucomplete-dropdown .angucomplete-row:hover,
.angucomplete-dropdown .angucomplete-row.angucomplete-selected-row {
  background-color: #E8F9FD;
  color: #262626;
  cursor: pointer;
}
.angucomplete-dropdown .angucomplete-row:nth-child(n+8) {
  display: none;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #6d6f6a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left 1s linear;
  -moz-transition: 0.6s ease-in-out left 1s linear;
  -o-transition: 0.6s ease-in-out left 1s linear;
  -ms-transition: 0.6s ease-in-out left 1s linear;
  transition: 0.6s ease-in-out left 1s linear;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.modal-footer,
.wrap {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after,
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-footer:after,
.wrap:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after,
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-footer:after,
.wrap:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
a {
  color: #00799E;
}
a:hover,
a:focus,
a:active {
  color: #d95c23;
}
a:hover img,
a:focus img,
a:active img,
a:hover .icon,
a:focus .icon,
a:active .icon,
a:hover svg,
a:focus svg,
a:active svg {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:not(.btn) {
  text-decoration: underline;
}
a img,
a .icon,
a svg {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a svg {
  fill: #00799E;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
a,
.button,
select {
  -webkit-tap-highlight-color: rgba(132, 201, 89, 0.5);
}
a.show-details-link svg,
button.show-details-link svg {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  fill: #00799E;
}
a.show-details-link:hover svg,
button.show-details-link:hover svg {
  fill: #d95c23;
}
a.show-details-link.details-open svg,
button.show-details-link.details-open svg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.btn {
  text-decoration: none!important;
  line-height: 1.2;
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal;
  margin-bottom: 5px;
}
.btn + .btn {
  margin-left: 5px;
}
.btn.help {
  font-weight: 300;
}
.btn.icon-only {
  padding: 5px 5px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-pill {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.btn.input-lg {
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
.btn span {
  font-weight: 300;
}
.btn svg {
  margin-right: 4px;
  display: inline;
}
/*
.button-variant(@color; @background; @border) {
  color: @color;
  background-color: @background;
  border-color: @border;
}
*/
.btn-white {
  color: #000104;
  background-color: #fff;
  border-color: transparent;
}
.btn-white:focus,
.btn-white.focus {
  color: #000104;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:hover {
  color: #000104;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #000104;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #000104;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-white .badge {
  color: #fff;
  background-color: #000104;
}
.btn-group .btn-white {
  border-color: #000104;
}
.btn-white:hover {
  background-color: #000104;
}
.btn-link {
  color: #00799E;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.btn-link:focus,
.btn-link.focus {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:hover {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:active,
.btn-link.active,
.open > .dropdown-toggle.btn-link {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:active:hover,
.btn-link.active:hover,
.open > .dropdown-toggle.btn-link:hover,
.btn-link:active:focus,
.btn-link.active:focus,
.open > .dropdown-toggle.btn-link:focus,
.btn-link:active.focus,
.btn-link.active.focus,
.open > .dropdown-toggle.btn-link.focus {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:active,
.btn-link.active,
.open > .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link.disabled:hover,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link.disabled:focus,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-link.disabled.focus,
.btn-link[disabled].focus,
fieldset[disabled] .btn-link.focus,
.btn-link.disabled:active,
.btn-link[disabled]:active,
fieldset[disabled] .btn-link:active,
.btn-link.disabled.active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-link .badge {
  color: transparent;
  background-color: #00799E;
}
.btn-link:hover {
  background-color: transparent;
  color: #d95c23;
}
.btn-link:hover svg {
  fill: #d95c23;
}
.btn-transparent {
  color: #00799E;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:focus,
.btn-transparent.focus {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:hover {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active:hover,
.btn-transparent.active:hover,
.open > .dropdown-toggle.btn-transparent:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.open > .dropdown-toggle.btn-transparent:focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus,
.open > .dropdown-toggle.btn-transparent.focus {
  color: #00799E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #00799E;
}
.btn-group .btn-transparent {
  border-color: transparent;
}
.btn-transparent:hover {
  background-color: transparent;
  color: #d95c23;
}
.btn-transparent:hover svg {
  fill: #d95c23;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-outline-white:active,
.btn-outline-white.active,
.open > .dropdown-toggle.btn-outline-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-outline-white:active:hover,
.btn-outline-white.active:hover,
.open > .dropdown-toggle.btn-outline-white:hover,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.open > .dropdown-toggle.btn-outline-white:focus,
.btn-outline-white:active.focus,
.btn-outline-white.active.focus,
.open > .dropdown-toggle.btn-outline-white.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-outline-white:active,
.btn-outline-white.active,
.open > .dropdown-toggle.btn-outline-white {
  background-image: none;
}
.btn-outline-white.disabled,
.btn-outline-white[disabled],
fieldset[disabled] .btn-outline-white,
.btn-outline-white.disabled:hover,
.btn-outline-white[disabled]:hover,
fieldset[disabled] .btn-outline-white:hover,
.btn-outline-white.disabled:focus,
.btn-outline-white[disabled]:focus,
fieldset[disabled] .btn-outline-white:focus,
.btn-outline-white.disabled.focus,
.btn-outline-white[disabled].focus,
fieldset[disabled] .btn-outline-white.focus,
.btn-outline-white.disabled:active,
.btn-outline-white[disabled]:active,
fieldset[disabled] .btn-outline-white:active,
.btn-outline-white.disabled.active,
.btn-outline-white[disabled].active,
fieldset[disabled] .btn-outline-white.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-white .badge {
  color: transparent;
  background-color: #fff;
}
.btn-outline-white:hover {
  background-color: #d95c23;
  color: #fff;
}
.btn-dark-green,
.btn-green {
  color: #fff;
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-dark-green:focus,
.btn-green:focus,
.btn-dark-green.focus,
.btn-green.focus {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(191, 191, 191, 0.5);
}
.btn-dark-green:hover,
.btn-green:hover {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
.btn-dark-green:active,
.btn-green:active,
.btn-dark-green.active,
.btn-green.active,
.open > .dropdown-toggle.btn-dark-green,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
.btn-dark-green:active:hover,
.btn-green:active:hover,
.btn-dark-green.active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-dark-green:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-dark-green:active:focus,
.btn-green:active:focus,
.btn-dark-green.active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-dark-green:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-dark-green:active.focus,
.btn-green:active.focus,
.btn-dark-green.active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-dark-green.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #fff;
  background-color: #1b4125;
  border-color: rgba(191, 191, 191, 0.5);
}
.btn-dark-green:active,
.btn-green:active,
.btn-dark-green.active,
.btn-green.active,
.open > .dropdown-toggle.btn-dark-green,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-dark-green.disabled,
.btn-green.disabled,
.btn-dark-green[disabled],
.btn-green[disabled],
fieldset[disabled] .btn-dark-green,
fieldset[disabled] .btn-green,
.btn-dark-green.disabled:hover,
.btn-green.disabled:hover,
.btn-dark-green[disabled]:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-dark-green:hover,
fieldset[disabled] .btn-green:hover,
.btn-dark-green.disabled:focus,
.btn-green.disabled:focus,
.btn-dark-green[disabled]:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-dark-green:focus,
fieldset[disabled] .btn-green:focus,
.btn-dark-green.disabled.focus,
.btn-green.disabled.focus,
.btn-dark-green[disabled].focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-dark-green.focus,
fieldset[disabled] .btn-green.focus,
.btn-dark-green.disabled:active,
.btn-green.disabled:active,
.btn-dark-green[disabled]:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-dark-green:active,
fieldset[disabled] .btn-green:active,
.btn-dark-green.disabled.active,
.btn-green.disabled.active,
.btn-dark-green[disabled].active,
.btn-green[disabled].active,
fieldset[disabled] .btn-dark-green.active,
fieldset[disabled] .btn-green.active {
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-dark-green .badge,
.btn-green .badge {
  color: #357E48;
  background-color: #fff;
}
.btn-dark-green:hover,
.btn-green:hover {
  background-color: #d95c23;
}
.btn-blue,
.btn-dark-blue {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: #224d5f;
}
.btn-blue:focus,
.btn-dark-blue:focus,
.btn-blue.focus,
.btn-dark-blue.focus {
  color: #fff;
  background-color: #152f39;
  border-color: rgba(191, 191, 191, 0.4);
}
.btn-blue:hover,
.btn-dark-blue:hover {
  color: #fff;
  background-color: #152f39;
  border-color: rgba(224, 224, 224, 0.4);
}
.btn-blue:active,
.btn-dark-blue:active,
.btn-blue.active,
.btn-dark-blue.active,
.open > .dropdown-toggle.btn-blue,
.open > .dropdown-toggle.btn-dark-blue {
  color: #fff;
  background-color: #152f39;
  border-color: rgba(224, 224, 224, 0.4);
}
.btn-blue:active:hover,
.btn-dark-blue:active:hover,
.btn-blue.active:hover,
.btn-dark-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.open > .dropdown-toggle.btn-dark-blue:hover,
.btn-blue:active:focus,
.btn-dark-blue:active:focus,
.btn-blue.active:focus,
.btn-dark-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.open > .dropdown-toggle.btn-dark-blue:focus,
.btn-blue:active.focus,
.btn-dark-blue:active.focus,
.btn-blue.active.focus,
.btn-dark-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus,
.open > .dropdown-toggle.btn-dark-blue.focus {
  color: #fff;
  background-color: #0b191f;
  border-color: rgba(191, 191, 191, 0.4);
}
.btn-blue:active,
.btn-dark-blue:active,
.btn-blue.active,
.btn-dark-blue.active,
.open > .dropdown-toggle.btn-blue,
.open > .dropdown-toggle.btn-dark-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-dark-blue.disabled,
.btn-blue[disabled],
.btn-dark-blue[disabled],
fieldset[disabled] .btn-blue,
fieldset[disabled] .btn-dark-blue,
.btn-blue.disabled:hover,
.btn-dark-blue.disabled:hover,
.btn-blue[disabled]:hover,
.btn-dark-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-dark-blue:hover,
.btn-blue.disabled:focus,
.btn-dark-blue.disabled:focus,
.btn-blue[disabled]:focus,
.btn-dark-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-dark-blue:focus,
.btn-blue.disabled.focus,
.btn-dark-blue.disabled.focus,
.btn-blue[disabled].focus,
.btn-dark-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
fieldset[disabled] .btn-dark-blue.focus,
.btn-blue.disabled:active,
.btn-dark-blue.disabled:active,
.btn-blue[disabled]:active,
.btn-dark-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-dark-blue:active,
.btn-blue.disabled.active,
.btn-dark-blue.disabled.active,
.btn-blue[disabled].active,
.btn-dark-blue[disabled].active,
fieldset[disabled] .btn-blue.active,
fieldset[disabled] .btn-dark-blue.active {
  background-color: #224d5f;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-blue .badge,
.btn-dark-blue .badge {
  color: #224d5f;
  background-color: #fff;
}
.btn-blue:hover,
.btn-dark-blue:hover {
  background-color: #d95c23;
  color: #fff !important;
}
.btn-blue svg,
.btn-dark-blue svg {
  fill: #fff !important;
}
.btn-light-green {
  color: #224d5f;
  background-color: #b1e884;
  border-color: transparent;
}
.btn-light-green:focus,
.btn-light-green.focus {
  color: #224d5f;
  background-color: #96e059;
  border-color: rgba(0, 0, 0, 0);
}
.btn-light-green:hover {
  color: #224d5f;
  background-color: #96e059;
  border-color: rgba(0, 0, 0, 0);
}
.btn-light-green:active,
.btn-light-green.active,
.open > .dropdown-toggle.btn-light-green {
  color: #224d5f;
  background-color: #96e059;
  border-color: rgba(0, 0, 0, 0);
}
.btn-light-green:active:hover,
.btn-light-green.active:hover,
.open > .dropdown-toggle.btn-light-green:hover,
.btn-light-green:active:focus,
.btn-light-green.active:focus,
.open > .dropdown-toggle.btn-light-green:focus,
.btn-light-green:active.focus,
.btn-light-green.active.focus,
.open > .dropdown-toggle.btn-light-green.focus {
  color: #224d5f;
  background-color: #83da3b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-light-green:active,
.btn-light-green.active,
.open > .dropdown-toggle.btn-light-green {
  background-image: none;
}
.btn-light-green.disabled,
.btn-light-green[disabled],
fieldset[disabled] .btn-light-green,
.btn-light-green.disabled:hover,
.btn-light-green[disabled]:hover,
fieldset[disabled] .btn-light-green:hover,
.btn-light-green.disabled:focus,
.btn-light-green[disabled]:focus,
fieldset[disabled] .btn-light-green:focus,
.btn-light-green.disabled.focus,
.btn-light-green[disabled].focus,
fieldset[disabled] .btn-light-green.focus,
.btn-light-green.disabled:active,
.btn-light-green[disabled]:active,
fieldset[disabled] .btn-light-green:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green.active {
  background-color: #b1e884;
  border-color: transparent;
}
.btn-light-green .badge {
  color: #b1e884;
  background-color: #224d5f;
}
.btn-light-green:hover {
  background-color: #d95c23;
  border-color: #d95c23;
  color: #fff;
}
.btn-light-green:hover svg {
  fill: #fff !important;
}
.btn-outline-blue,
.btn-outline-dark-blue {
  color: #224d5f;
  background-color: transparent;
  border-color: #224d5f;
}
.btn-outline-blue:focus,
.btn-outline-dark-blue:focus,
.btn-outline-blue.focus,
.btn-outline-dark-blue.focus {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000101;
}
.btn-outline-blue:hover,
.btn-outline-dark-blue:hover {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #122832;
}
.btn-outline-blue:active,
.btn-outline-dark-blue:active,
.btn-outline-blue.active,
.btn-outline-dark-blue.active,
.open > .dropdown-toggle.btn-outline-blue,
.open > .dropdown-toggle.btn-outline-dark-blue {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #122832;
}
.btn-outline-blue:active:hover,
.btn-outline-dark-blue:active:hover,
.btn-outline-blue.active:hover,
.btn-outline-dark-blue.active:hover,
.open > .dropdown-toggle.btn-outline-blue:hover,
.open > .dropdown-toggle.btn-outline-dark-blue:hover,
.btn-outline-blue:active:focus,
.btn-outline-dark-blue:active:focus,
.btn-outline-blue.active:focus,
.btn-outline-dark-blue.active:focus,
.open > .dropdown-toggle.btn-outline-blue:focus,
.open > .dropdown-toggle.btn-outline-dark-blue:focus,
.btn-outline-blue:active.focus,
.btn-outline-dark-blue:active.focus,
.btn-outline-blue.active.focus,
.btn-outline-dark-blue.active.focus,
.open > .dropdown-toggle.btn-outline-blue.focus,
.open > .dropdown-toggle.btn-outline-dark-blue.focus {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000101;
}
.btn-outline-blue:active,
.btn-outline-dark-blue:active,
.btn-outline-blue.active,
.btn-outline-dark-blue.active,
.open > .dropdown-toggle.btn-outline-blue,
.open > .dropdown-toggle.btn-outline-dark-blue {
  background-image: none;
}
.btn-outline-blue.disabled,
.btn-outline-dark-blue.disabled,
.btn-outline-blue[disabled],
.btn-outline-dark-blue[disabled],
fieldset[disabled] .btn-outline-blue,
fieldset[disabled] .btn-outline-dark-blue,
.btn-outline-blue.disabled:hover,
.btn-outline-dark-blue.disabled:hover,
.btn-outline-blue[disabled]:hover,
.btn-outline-dark-blue[disabled]:hover,
fieldset[disabled] .btn-outline-blue:hover,
fieldset[disabled] .btn-outline-dark-blue:hover,
.btn-outline-blue.disabled:focus,
.btn-outline-dark-blue.disabled:focus,
.btn-outline-blue[disabled]:focus,
.btn-outline-dark-blue[disabled]:focus,
fieldset[disabled] .btn-outline-blue:focus,
fieldset[disabled] .btn-outline-dark-blue:focus,
.btn-outline-blue.disabled.focus,
.btn-outline-dark-blue.disabled.focus,
.btn-outline-blue[disabled].focus,
.btn-outline-dark-blue[disabled].focus,
fieldset[disabled] .btn-outline-blue.focus,
fieldset[disabled] .btn-outline-dark-blue.focus,
.btn-outline-blue.disabled:active,
.btn-outline-dark-blue.disabled:active,
.btn-outline-blue[disabled]:active,
.btn-outline-dark-blue[disabled]:active,
fieldset[disabled] .btn-outline-blue:active,
fieldset[disabled] .btn-outline-dark-blue:active,
.btn-outline-blue.disabled.active,
.btn-outline-dark-blue.disabled.active,
.btn-outline-blue[disabled].active,
.btn-outline-dark-blue[disabled].active,
fieldset[disabled] .btn-outline-blue.active,
fieldset[disabled] .btn-outline-dark-blue.active {
  background-color: transparent;
  border-color: #224d5f;
}
.btn-outline-blue .badge,
.btn-outline-dark-blue .badge {
  color: transparent;
  background-color: #224d5f;
}
.btn-outline-blue:hover,
.btn-outline-dark-blue:hover {
  background-color: #d95c23;
  border-color: #d95c23;
  color: #fff;
}
.btn-outline-blue:hover svg,
.btn-outline-dark-blue:hover svg {
  fill: #fff !important;
}
.btn-outline-blue svg,
.btn-outline-dark-blue svg {
  fill: #224d5f;
}
.btn-orange {
  color: #fff;
  background-color: #d95c23;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #ad491c;
  border-color: rgba(191, 191, 191, 0.3);
}
.btn-orange:hover {
  color: #fff;
  background-color: #ad491c;
  border-color: rgba(224, 224, 224, 0.3);
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #ad491c;
  border-color: rgba(224, 224, 224, 0.3);
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #fff;
  background-color: #8e3c17;
  border-color: rgba(191, 191, 191, 0.3);
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #d95c23;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-orange .badge {
  color: #d95c23;
  background-color: #fff;
}
.btn-orange:hover {
  background-color: #e07240;
}
.btn-darkest-green {
  color: #fff;
  background-color: #1d6c32;
  border-color: transparent;
}
.btn-darkest-green:focus,
.btn-darkest-green.focus {
  color: #fff;
  background-color: #12441f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-darkest-green:hover {
  color: #fff;
  background-color: #12441f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-darkest-green:active,
.btn-darkest-green.active,
.open > .dropdown-toggle.btn-darkest-green {
  color: #fff;
  background-color: #12441f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-darkest-green:active:hover,
.btn-darkest-green.active:hover,
.open > .dropdown-toggle.btn-darkest-green:hover,
.btn-darkest-green:active:focus,
.btn-darkest-green.active:focus,
.open > .dropdown-toggle.btn-darkest-green:focus,
.btn-darkest-green:active.focus,
.btn-darkest-green.active.focus,
.open > .dropdown-toggle.btn-darkest-green.focus {
  color: #fff;
  background-color: #0b2812;
  border-color: rgba(0, 0, 0, 0);
}
.btn-darkest-green:active,
.btn-darkest-green.active,
.open > .dropdown-toggle.btn-darkest-green {
  background-image: none;
}
.btn-darkest-green.disabled,
.btn-darkest-green[disabled],
fieldset[disabled] .btn-darkest-green,
.btn-darkest-green.disabled:hover,
.btn-darkest-green[disabled]:hover,
fieldset[disabled] .btn-darkest-green:hover,
.btn-darkest-green.disabled:focus,
.btn-darkest-green[disabled]:focus,
fieldset[disabled] .btn-darkest-green:focus,
.btn-darkest-green.disabled.focus,
.btn-darkest-green[disabled].focus,
fieldset[disabled] .btn-darkest-green.focus,
.btn-darkest-green.disabled:active,
.btn-darkest-green[disabled]:active,
fieldset[disabled] .btn-darkest-green:active,
.btn-darkest-green.disabled.active,
.btn-darkest-green[disabled].active,
fieldset[disabled] .btn-darkest-green.active {
  background-color: #1d6c32;
  border-color: transparent;
}
.btn-darkest-green .badge {
  color: #1d6c32;
  background-color: #fff;
}
.btn-darkest-green:hover {
  background-color: #84C959;
}
/*
.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {
  padding: @padding-vertical @padding-horizontal;
  font-size: @font-size;
  line-height: @line-height;
  border-radius: @border-radius;
}
*/
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 25px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
}
a.button-special {
  display: inline;
  padding: 8px 10px;
  color: #4d281a;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 3px;
  white-space: nowrap;
  text-transform: none;
  font-weight: bold;
}
/* ----------------------------------------------------
Forms
---------------------------------------------------- */
.filter-wrapper {
  background-color: transparent;
}
.filter-wrapper.with-divider {
  padding-bottom: 40px;
  border-bottom: 1px dashed #dededa;
  margin-bottom: 40px;
}
.filter-wrapper .filter {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.filter-wrapper .form-group {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .filter-wrapper .form-group {
    margin-bottom: 0;
  }
}
.checkbox {
  position: relative;
}
.form-group-description p {
  margin-bottom: 10px;
}
/* ----------------------------------------------------
Validation
---------------------------------------------------- */
.validation-error,
form .field-validation-error,
.text-warning {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ee3124;
  color: #fff;
  display: block;
  margin-top: 3px;
  padding: 3px 6px;
  position: relative;
}
.validation-error:before,
form .field-validation-error:before,
.text-warning:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ee3124;
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 10px;
}
.validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.validation-summary-errors h4 {
  margin-top: 0;
  color: inherit;
}
.validation-summary-errors .alert-link {
  font-weight: bold;
}
.validation-summary-errors > p,
.validation-summary-errors > ul {
  margin-bottom: 0;
}
.validation-summary-errors > p + p {
  margin-top: 5px;
}
.validation-summary-errors hr {
  border-top-color: #e4b9c0;
}
.validation-summary-errors .alert-link {
  color: #843534;
}
/* ----------------------------------------------------
Dynamic Forms overrides
---------------------------------------------------- */
.form-field-element select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6d6f6a;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.1;
  color: #4A4D47;
  background: none;
  background-color: #fff;
  border: 1px solid #dededa;
  border-radius: 4px;
  box-shadow: none!important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  height: 52px;
}
.form-field-element select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-field-element select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-field-element select:-ms-input-placeholder {
  color: #999;
}
.form-field-element select::-webkit-input-placeholder {
  color: #999;
}
.form-field-element select[disabled],
.form-field-element select[readonly],
fieldset[disabled] .form-field-element select {
  background-color: #eeeeee;
  opacity: 1;
}
.form-field-element select[disabled],
fieldset[disabled] .form-field-element select {
  cursor: not-allowed;
}
textarea.form-field-element select {
  height: auto;
}
.shaded-form .form-field-element select {
  background-color: #f6f6f5;
}
select.form-field-element select {
  height: 46px;
  line-height: 46px;
}
textarea.form-field-element select,
select[multiple].form-field-element select {
  height: auto;
}
.form-field-element select[multiple] {
  height: auto;
}
/* Asterisk for required items */
.required-asterisk:after {
  content: "*";
  font-size: 20px;
  line-height: 1;
  color: #d95c23;
  font-weight: normal;
}
.label-contents {
  display: block;
}
.label-contents .sprite {
  float: left;
}
.label-wrapper {
  padding-left: 60px;
  display: block;
}
.label-title {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
.label-description {
  display: block;
  font-weight: 300;
  color: #000104;
}
.rating-input {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dededa;
}
.rating-input:before {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  content: "Poor";
  background-color: #fff;
  display: inline-block;
  margin-top: -15px;
  padding: 5px;
  position: absolute;
  top: 100%;
  left: 0;
}
.rating-input:after {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  content: "Excellent";
  background-color: #fff;
  display: inline-block;
  margin-top: -15px;
  padding: 5px;
  position: absolute;
  top: 100%;
  right: 0;
}
.rating-input label {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #E8F9FD;
  padding: 15px 20px;
  line-height: 1;
  margin-right: 5px;
}
.rating-input input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.rating-input input:hover + label {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #d1f3fb;
}
.rating-input input:checked + label {
  background-color: #224d5f;
  color: #fff;
}
/* ----------------------------------------------------
Custom Checkboxes
---------------------------------------------------- */
input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
}
/* ----------------------------------------------------
Bootstrap Override
---------------------------------------------------- */
.input-lg {
  height: 52px;
}
.checkbox-inline + .checkbox-inline.boxed,
.radio-inline + .radio-inline.boxed {
  margin-left: 5px;
}
.form-inline .btn {
  margin-bottom: 0;
}
.form-control {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.1;
  color: #4A4D47;
  background: none;
  background-color: #fff;
  border: 1px solid #dededa;
  border-radius: 4px;
  box-shadow: none!important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
}
.shaded-form .form-control {
  background-color: #f6f6f5;
}
label {
  white-space: normal;
}
label.hide {
  display: none;
}
.lt-ie10 label.hide {
  display: block;
}
label,
.label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
}
.label {
  display: block;
  text-align: left;
  padding-left: 0;
}
.checkbox .description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 20px;
  margin: 10px 0 0;
}
.checkbox .description a {
  display: inline!important;
  padding: 0!important;
}
.checkbox label {
  font-weight: 700;
}
.form-field-element-check-box label {
  font-weight: 300;
}
.horizontal-stack-form label {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}
.horizontal-stack-form .form-group .form-control {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .horizontal-stack-form .form-group {
    border-top: 1px solid rgba(36, 198, 251, 0.4);
    margin-top: 15px;
    padding-top: 15px;
  }
  .horizontal-stack-form .form-group:first-of-type {
    border-top: 1px solid rgba(36, 198, 251, 0.4) !important;
  }
  .horizontal-stack-form .form-group:last-child {
    border-top: 3px solid rgba(36, 198, 251, 0.4);
  }
  .horizontal-stack-form .form-group label {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .horizontal-stack-form .form-group .form-control {
    margin-bottom: 0;
  }
}
.horizontal-stack-form .number {
  font-weight: 700;
  color: #84C959;
}
@media (min-width: 768px) {
  .horizontal-stack-form .actions {
    text-align: right;
  }
  .horizontal-stack-form .actions .btn {
    margin-left: 20px;
    float: right;
  }
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading #large-screen-nav a,
.wf-loading #utility .links a,
.wf-loading #utility button,
.wf-loading .content-label,
.wf-loading .intro-copy,
.wf-loading .btn {
  visibility: hidden;
}
.wf-active h1,
.wf-inactive h1,
.wf-active h2,
.wf-inactive h2,
.wf-active h3,
.wf-inactive h3,
.wf-active h4,
.wf-inactive h4,
.wf-active #large-screen-nav a,
.wf-inactive #large-screen-nav a,
.wf-active #utility .links a,
.wf-inactive #utility .links a,
.wf-active #utility button,
.wf-inactive #utility button,
.wf-active .content-label,
.wf-inactive .content-label,
.wf-active .intro-copy,
.wf-inactive .intro-copy,
.wf-active .btn,
.wf-inactive .btn {
  visibility: visible;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  min-width: 320px;
}
#width-detection {
  width: 480px;
  position: absolute;
  left: -9999px;
}
@media (min-width: 768px) {
  #width-detection {
    width: 768px;
  }
}
@media (min-width: 992px) {
  #width-detection {
    width: 992px;
  }
}
body {
  background-color: #f6f6f5;
}
@media (max-width: 991px) {
  body.menu-expanded {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
}
.collapsed:before {
  content: none!important;
  display: none!important;
}
.popover {
  border-color: #dededa;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.popover .popover-title {
  background-color: transparent;
  border-bottom: 2px solid #00799E;
  color: #224d5f;
  padding: 0 0 10px;
  margin: 20px 20px 10px;
}
.popover .popover-content {
  padding: 10px 20px 20px;
}
.alert-info {
  text-align: center;
}
.center {
  text-align: center;
}
.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
p,
ul,
ol,
dl {
  margin-bottom: 25px;
}
dt,
dd {
  margin-bottom: 6px;
}
img {
  max-width: 100%;
  height: auto;
}
#page-wrapper {
  *zoom: 1;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
  box-shadow: 0 0 50px rgba(0, 1, 4, 0.1);
}
#page-wrapper:before,
#page-wrapper:after {
  content: " ";
  display: table;
}
#page-wrapper:after {
  clear: both;
}
#page-wrapper:before,
#page-wrapper:after {
  content: " ";
  display: table;
}
#page-wrapper:after {
  clear: both;
}
#page-wrapper:before,
#page-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
#page-wrapper:after {
  clear: both;
}
#page-wrapper:before,
#page-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
#page-wrapper:after {
  clear: both;
}
section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0 40px;
}
@media (min-width: 992px) {
  section {
    padding: 80px 0 60px;
  }
}
section.section-thin {
  padding: 40px 0;
}
section.section-extra-thin {
  padding: 20px 0;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
}
.border-bottom {
  border-bottom: 1px dashed #dededa;
  margin-bottom: 40px;
}
.border-bottom-narrow {
  border-bottom: 1px dashed #dededa;
  padding-bottom: 20px;
  padding-top: 20px;
}
.border-top {
  border-top: 1px dashed #dededa;
}
.border-top-solid {
  border-top: 1px solid #dededa;
}
.other-links a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #00799E;
}
.other-links a:hover {
  color: #d95c23;
}
.other-links a span {
  margin-right: 4px;
}
.other-links p {
  margin: 0;
}
.other-links svg {
  width: 17px;
  height: 17px;
  fill: #224d5f;
  vertical-align: middle;
  margin-right: 5px;
}
.block {
  display: block;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.block.light-blue {
  background-color: #E8F9FD;
}
.block.light-gray {
  background-color: #f6f6f5;
}
#sharing-channels ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* ----------------------------------------------------
SVG
---------------------------------------------------- */
svg .icon-circle {
  fill: #f6f6f5;
}
svg .icon-backfill {
  fill: #fff;
}
svg .icon-graphic {
  fill: #224d5f;
}
/* ----------------------------------------------------
navigation and link-lists
---------------------------------------------------- */
.nav-horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-horizontal li {
  display: inline-block;
  padding: 0 10px;
}
.nav-vertical {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  -webkit-padding-start: 0;
}
.nav-vertical li {
  display: block;
  padding: 5px 0 5px;
}
.nav-vertical.with-dividers {
  margin-top: 20px;
}
.nav-vertical.with-dividers li {
  border-bottom: 1px dashed #dededa;
  padding: 15px 0 15px;
}
.nav-vertical.with-dividers li:first-child {
  border-top: 1px dashed #dededa;
}
.nav-vertical.expand-collapse li > a {
  position: relative;
  display: block;
  padding-right: 30px;
  text-decoration: none;
}
.nav-vertical.expand-collapse li > a svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  fill: #224d5f;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear 1s linear;
  -moz-transition: all 0.2s linear 1s linear;
  -o-transition: all 0.2s linear 1s linear;
  -ms-transition: all 0.2s linear 1s linear;
  transition: all 0.2s linear 1s linear;
}
.nav-vertical.expand-collapse li > a[aria-expanded="true"] svg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.nav-vertical.blue-arrows a {
  padding-left: 12px;
  background: transparent url(/images/bullet-arrow-blue.svg) no-repeat left center;
  background-size: 8px 8px;
  display: block;
  text-decoration: none;
}
.nav-vertical.white-arrows a {
  padding-left: 12px;
  background: transparent url(/images/bullet-arrow-white.svg) no-repeat 0 6px;
  background-size: 8px 8px;
  color: #fff;
  display: block;
}
.nav-vertical.green-arrows a {
  padding-left: 12px;
  background: transparent url(/images/bullet-arrow-green.svg) no-repeat 0 6px;
  background-size: 8px 8px;
  color: #fff;
  display: block;
}
.featured-link-list {
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0;
}
.featured-link-list a {
  text-decoration: none;
}
.featured-link-list dt {
  margin-bottom: 10px;
}
.featured-link-list dd,
.featured-link-list li {
  padding: 6px 0;
  border-top: 1px dashed #dededa;
}
.featured-link-list dd:last-child,
.featured-link-list li:last-child {
  border-bottom: 1px dashed #dededa;
}
.scroll-indicator {
  display: none;
  position: absolute;
  right: 10px;
  bottom: -27px;
  width: 27px;
  height: 55px;
  z-index: 100;
}
.scroll-indicator .arrow {
  fill: #224d5f;
}
.scroll-indicator .pill {
  fill: #fff;
}
.scroll-to {
  padding-top: 90px;
  margin-top: -90px;
}
/* ----------------------------------------------------
padding & margins
---------------------------------------------------- */
.no-pad {
  padding: 0 !important;
  margin: 0 !important;
}
.no-top {
  padding-top: 0!important;
  margin-top: 0!important;
}
.no-bottom {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.pad-top {
  padding-top: 20px;
}
.pad-bottom {
  padding-bottom: 20px;
}
.no-left {
  padding-left: 0!important;
  margin-left: 0!important;
}
.no-right {
  padding-right: 0!important;
  margin-right: 0!important;
}
/* ----------------------------------------------------
no wrap
---------------------------------------------------- */
.no-wrap {
  white-space: nowrap;
}
/* ----------------------------------------------------
arrows
---------------------------------------------------- */
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #224d5f;
}
.arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #224d5f;
}
/* ----------------------------------------------------
Dash borders
---------------------------------------------------- */
.dash-border-left {
  border-left: 1px dashed #224d5f;
}
.dash-border-bottom {
  border-bottom: 1px dashed #224d5f;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* ----------------------------------------------------
Equal height rows with bottom aligned buttons
---------------------------------------------------- */
.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.force-bottom {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .force-bottom {
    position: relative;
  }
}
/* ----------------------------------------------------
Add offset to inline anchors on new page
---------------------------------------------------- */
.hidden-target:target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* ----------------------------------------------------
Clearfix
---------------------------------------------------- */
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.modal-footer,
.wrap {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after,
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-footer:after,
.wrap:after {
  clear: both;
}
/* ----------------------------------------------------
box-shadow
---------------------------------------------------- */
/* ----------------------------------------------------
border radius
---------------------------------------------------- */
/* ----------------------------------------------------
gradient
---------------------------------------------------- */
/* ----------------------------------------------------
transitions
---------------------------------------------------- */
/* ----------------------------------------------------
opacity
---------------------------------------------------- */
/* ----------------------------------------------------
Font size - REM to PX converter with IE8 fallback
---------------------------------------------------- */
/* ----------------------------------------------------
Content columns
---------------------------------------------------- */
/* ----------------------------------------------------
Flexbox LESS mixins
The spec: http://www.w3.org/TR/css3-flexbox
---------------------------------------------------- */
[class|="multi-columns"] {
  list-style: none;
  padding: 0;
}
[class|="multi-columns"] > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.multi-columns-3-2 {
  padding-left: 0;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.multi-columns-3-2 > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
@media (min-width: 768px) {
  .multi-columns-3-2 {
    padding-left: 0;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .multi-columns-3-2 > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .multi-columns-2-1 {
    padding-left: 0;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .multi-columns-2-1 > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
  }
}
.sprite {
  background-image: url(/images/sprite-v2.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 316px 47px;
}
.evt-badge {
  width: 47px;
  height: 47px;
  padding-right: 10px;
}
.evt-badge.energy-star {
  background-position: 0 0;
}
.evt-badge.een {
  background-position: -47px 0;
}
.evt-badge.heat-saver {
  background-position: -94px 0;
}
.evt-badge.best-of-best {
  background-position: -142px 0;
}
.evt-badge.general-award {
  background-position: -189px 0;
}
.evt-badge.certification {
  background-position: -236px 0;
}
/* retina displays  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite {
    background-image: url(/images/sprite-2x-v2.png);
  }
}
/* ----------------------------------------------------
Type
---------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #424540;
}
h1,
.header-1 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
}
@media (min-width: 768px) {
  h1,
  .header-1 {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.2;
  }
}
h1 span,
.header-1 span {
  font-weight: 100 !important;
}
h2,
.header-2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
}
@media (min-width: 768px) {
  h2,
  .header-2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.2;
    margin-top: 40px;
  }
}
h2 span,
.header-2 span {
  font-weight: 100 !important;
}
h3,
.header-3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
}
@media (min-width: 768px) {
  h3,
  .header-3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
h4,
.header-4 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
}
/* ----------------------------------------------------
unique styling
---------------------------------------------------- */
.content-label {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #224d5f;
  margin-bottom: 5px;
  margin-top: 10px;
  text-shadow: 0 1px 0 #fff;
}
.content-label .meta {
  color: #224d5f;
  font-weight: 300;
}
.dash {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .dash {
    margin-bottom: 40px;
  }
}
.dash:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #24c6fb;
  display: block;
  margin-top: 10px;
}
.page-header .dash:after {
  background-color: #84C959;
}
.intro-copy {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  color: #6d6f6a;
}
.page-header .intro-copy {
  color: #fff;
}
@media (min-width: 768px) {
  .intro-copy {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .intro-copy {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.intro-copy.intro-copy--dark-blue {
  color: #224d5f;
}
.special-message {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-style: italic;
}
.extra-large-type {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.large-type {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.normal-type {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 300;
}
.small-type {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.extra-small-type {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
blockquote {
  padding: 0;
  margin: 0 40px 20px 40px;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  border-left: none;
  text-align: left;
  position: relative;
  z-index: 2;
}
blockquote h2 {
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-style: italic;
  color: #224d5f;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
blockquote:before {
  content: "“";
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-style: italic;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -5px;
  font-size: 100px;
  line-height: 1;
  color: rgba(132, 201, 89, 0.5);
  z-index: -1;
}
blockquote .credit {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 700;
  color: #357E48;
  /*&:before {
            content: "- ";
            display: inline-block;
        }*/
}
.green-type {
  color: #84C959;
}
.blue-type {
  color: #00799E;
}
.dark-blue-type {
  color: #224d5f;
}
.stone-gray-type {
  color: #76777a;
}
.white-type {
  color: #fff;
}
.number {
  font-weight: 700;
  color: #00799E;
}
.weight-thin {
  font-weight: 100;
}
.header-with-side-rules {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.header-with-side-rules span {
  background-color: #f6f6f5;
  padding: 20px;
  position: relative;
  z-index: 100;
  font-weight: 300;
}
.header-with-side-rules.white-knockout span {
  background-color: #fff;
}
.header-with-side-rules:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #b1e884;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
a.no-underline {
  text-decoration: none;
}
/* ----------------------------------------------------
Layout
---------------------------------------------------- */
/* ----------------------------------------------------
Type
---------------------------------------------------- */
/* ----------------------------------------------------
Colors
---------------------------------------------------- */
.active-filters {
  display: block;
  margin-bottom: 6.66666667px;
}
.active-filters strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-right: 3px;
  vertical-align: middle;
}
.active-filters button {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  border: none;
  color: #00799E;
  padding: 7px 15px;
  margin-bottom: 6.66666667px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  background-color: #f6f6f5;
}
.active-filters button:hover {
  background-color: #efefed;
}
.active-filters button.sort-btn {
  background-color: #E8F9FD;
}
.active-filters button.sort-btn:disabled:hover {
  background-color: #E8F9FD;
}
.active-filters button.sort-btn:hover {
  background-color: #daf5fc;
}
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: height ease-in-out 1s;
  -moz-transition: height ease-in-out 1s;
  -ms-transition: height ease-in-out 1s;
  -o-transition: height ease-in-out 1s;
  transition: height ease-in-out 1s;
}
.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  height: 0px;
}
.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  height: 300px;
}
.ripple {
  background-position: center;
  transition: background 1.25s;
  background: #fff radial-gradient(circle, transparent 1%, #fff 1%) center / 15000%;
}
.ripple.hover-effect {
  background-color: #fcf06c;
  background-size: 100%;
  transition: background 0s;
}
.slide-animate-container {
  position: relative;
  background: white;
  border: 1px solid black;
  height: 40px;
  overflow: hidden;
}
.slide-animate.ng-enter,
.slide-animate.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 10px;
}
.slide-animate.ng-enter {
  top: -50px;
}
.slide-animate.ng-enter.ng-enter-active {
  top: 0;
}
.slide-animate.ng-leave {
  top: 0;
}
.slide-animate.ng-leave.ng-leave-active {
  top: 50px;
}
.breadcrumb-wrapper {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb {
  padding-left: 0;
  background-color: transparent;
  margin: 0;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  display: inline-block;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300 !important;
  padding: 7px 10px;
  position: relative;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: #f6f6f5;
  color: #224d5f;
  text-decoration: none!important;
}
.breadcrumb a:hover {
  color: #fff;
  background-color: #d95c23;
}
.page-header .breadcrumb a {
  color: #fff;
  background-color: #1b3e4c;
}
.breadcrumb .active {
  display: none;
}
.breadcrumb > li + li::before {
  content: none;
  padding: 0;
}
.breadcrumb > li::after {
  content: "";
  padding: 0;
}
.browser-upgrade {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  color: #224d5f;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.browser-upgrade a {
  color: #fff;
}
.browser-upgrade h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}
.lt-ie9 body {
  background-color: #84C959;
}
.lt-ie9 #page-wrapper {
  display: none;
}
#buy-box {
  color: #424540;
  position: relative;
  /*
    .btn {
        
        color: @white;
        
    }
    */
}
@media (min-width: 800px) {
  #buy-box {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
#buy-box a:not(.btn) {
  color: #00799E;
  text-decoration: none;
  font-weight: 300;
}
#buy-box a:not(.btn):hover {
  color: #d95c23;
  background-color: transparent;
}
#buy-box .wrapper {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
}
@media (min-width: 800px) {
  #buy-box .wrapper {
    padding: 20px;
  }
}
#buy-box .wrapper > .row {
  width: 100%;
}
#buy-box .wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
}
#buy-box .savings-photo {
  background-color: #f6f6f5;
  padding: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
@media (min-width: 800px) {
  #buy-box .savings-photo {
    display: table;
    table-layout: fixed;
    float: none;
  }
}
#buy-box img {
  max-width: 100%;
  height: auto;
}
#buy-box .photo-only img {
  margin-top: 10px;
  margin-bottom: 20px;
}
#buy-box .bonus {
  background-color: #fefad0;
  padding: 10px;
  border-top: 2px dotted #fff;
}
#buy-box .bonus-box {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  font-size: 2rem;
}
#buy-box .photo {
  text-align: center;
  width: 50%;
  display: table-cell;
}
@media (min-width: 768px) and (max-width: 890px), (max-width: 450px) {
  #buy-box .photo {
    width: 100%;
    display: block;
    max-width: 70%;
    margin: 0 auto 20px;
  }
}
#buy-box ul {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dededa;
}
#buy-box ul.no-border-bottom {
  border-bottom: none;
}
#buy-box ul li {
  padding-bottom: 10px;
}
#buy-box .availability {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dededa;
}
#buy-box .availability .date {
  display: block;
}
#buy-box .availability .restrictions {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  display: block;
  font-style: italic;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  margin-top: 5px;
  color: #d95c23;
}
#buy-box .highlights {
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #6d6f6a;
}
#buy-box .highlights ul {
  padding-left: 20px;
}
#buy-box .content-label {
  color: #224d5f;
  margin-bottom: 5px;
}
#buy-box .cta,
#buy-box .other-links {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width: 480px) {
  #buy-box .cta,
  #buy-box .other-links {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #buy-box .cta,
  #buy-box .other-links {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #buy-box .cta,
  #buy-box .other-links {
    width: 50%;
    margin-bottom: 0;
  }
}
#buy-box .cta {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
#buy-box .cta .btn {
  margin-bottom: 10px;
  margin-left: 0;
}
#buy-box .other-links a {
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
}
#buy-box .other-links svg {
  position: absolute;
  left: 0;
}
.other-links a:hover {
  background-color: transparent;
  color: #d95c23;
}
.savings {
  display: block;
  text-align: center;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 890px), (max-width: 450px) {
  .savings {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.amount {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  padding: 7px 0 0;
  display: inline-block;
}
.card-find {
  margin-bottom: 10px;
}
.card-find.card-wrapper {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.card-find .rating {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.card-find .content-label {
  margin-bottom: 20px;
}
.card-find a {
  text-decoration: none;
}
.card-find p {
  margin-bottom: 10px;
}
.card-find address {
  margin-bottom: 0;
}
.card-find .rating {
  vertical-align: top;
}
.card-find .phone-number {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 700;
}
.card-find .card-info {
  margin-bottom: 20px;
  position: static;
}
.card-find .photo-wrapper {
  padding-right: 0;
}
.card-find .business-photo {
  border-radius: 50%;
  margin-bottom: 20px;
}
.card-find .info-wrapper {
  padding: 0;
}
.card-find .evt-badges {
  list-style: none;
}
.card-find .evt-badges li {
  display: inline-block;
}
.card-find .evt-badges a {
  display: inline-block;
}
.card-find h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #224d5f;
}
.card-find h2 small,
.card-find h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.card-find h2 small,
.card-find h2 .small {
  font-size: 65%;
}
@media (min-width: 550px) {
  .card-find h2 {
    margin-bottom: 20px;
    padding-right: 100px;
  }
}
.card-find .btn {
  margin: 0 30px 20px 20px;
}
@media (min-width: 480px) {
  .card-find .btn {
    float: right;
  }
}
@media (min-width: 768px) {
  .card-find .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.card-find .estimated-distance a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card-find .retailer-website {
    position: absolute;
    top: 0;
    right: 40px;
    display: inline-block;
  }
}
.card-find .business-type {
  font-weight: 700;
}
.print-card {
  display: none;
  float: left;
  padding: 15px 0 15px 20px;
}
.print-card svg {
  fill: #224d5f;
  margin-right: 3px;
  margin-bottom: -3px;
}
.print-card:hover {
  color: #d95c23;
  cursor: pointer;
}
.print-card:hover svg {
  fill: #d95c23;
}
@media (max-width: 550px) {
  .print-card {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.card {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .card {
    float: none;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
@media (min-width: 768px) {
  .card {
    text-align: left;
  }
}
.card .nav-vertical {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
.card .icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  width: auto;
  height: auto;
}
.card .icon svg {
  width: 110px;
  height: 110px;
}
.homepage .card .icon {
  display: none;
}
.card .banner-new {
  display: none;
}
.card .new .banner-new {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.card .content-label {
  display: block;
  color: #84C959;
  padding-left: 0;
}
.card a .content-label {
  color: #84C959;
}
.card h2,
.card h3 {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}
.card .description {
  margin-bottom: 20px;
  margin-top: 20px;
}
.card a:not(.btn) {
  display: block;
  text-decoration: none;
}
.card a:not(.btn) img {
  max-width: 100%;
}
.card a:not(.btn) .description {
  color: #4A4D47;
}
.card a:not(.btn) h2,
.card a:not(.btn) h3 {
  color: #00799E;
}
.card a:not(.btn):hover {
  text-decoration: none;
  color: #d95c23;
}
.card a:not(.btn):hover h2,
.card a:not(.btn):hover h3 {
  color: #d95c23;
}
.card a:not(.btn):hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.card a:not(.btn):hover svg .icon-circle {
  fill: #eaeae8;
}
.card a:not(.btn):hover .btn {
  color: #fff;
  border-color: #d95c23;
  background-color: #d95c23;
}
.card a:not(.btn) p {
  color: #6d6f6a;
}
.card.padded {
  padding: 0 10px;
}
.card .photo-wrapper {
  position: relative;
}
.card .photo-wrapper .content-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 0;
}
.card-wrapper {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #f6f6f5;
  padding: 40px 0 20px;
}
.card-wrapper p {
  margin-top: 0;
}
/* ----------------------------------------------------
subcategory card
---------------------------------------------------- */
.subcategory-card {
  display: block;
  margin-bottom: 0;
  text-align: left;
  padding: 20px 0;
  border-top: 1px dashed #dededa;
}
.subcategory-card .ongoing {
  color: #224d5f;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.subcategory-card p:last-child {
  margin-bottom: 0;
}
.subcategory-card a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .subcategory-card {
    text-align: left;
    padding: 30px 0;
  }
}
.subcategory-card img {
  display: block;
  max-width: 100%;
  height: auto;
}
.subcategory-card h2,
.subcategory-card h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.subcategory-card .content-label {
  margin-top: 7px;
}
.subcategory-card .photo {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subcategory-card .photo {
    margin: 0;
  }
}
.subcategory-card .button {
  text-align: left;
  margin-top: 20px;
}
.subcategory-card .button a:not(.btn) {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  display: block;
  max-width: 75%;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .subcategory-card .button {
    text-align: center;
    margin-top: 0;
  }
}
.subcategory-card.rebate-card {
  background-color: #f6f6f5;
  text-align: center;
  border-bottom: none;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: none;
  margin-bottom: 20px;
}
.subcategory-card.rebate-card .photo {
  margin-bottom: 0;
  padding: 0 20px 20px;
}
.subcategory-card.rebate-card img {
  max-width: 160px;
  margin: 0 auto;
}
.subcategory-card.rebate-card .rebate-amount {
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .subcategory-card.rebate-card .button {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .subcategory-card.rebate-card {
    display: table;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .subcategory-card.rebate-card .photo,
  .subcategory-card.rebate-card .name,
  .subcategory-card.rebate-card .rebate-amount,
  .subcategory-card.rebate-card .button {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding-bottom: 0;
  }
  .subcategory-card.rebate-card .name {
    padding-left: 0;
  }
  .subcategory-card.rebate-card .rebate-amount,
  .subcategory-card.rebate-card .button {
    border-left: 1px dashed #dededa;
  }
  .subcategory-card.rebate-card .rebate-amount {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.subcategory-card .supporting-links {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.date-wrapper {
  display: block;
  padding: 20px;
  border: 1px solid #224d5f;
  text-align: center;
  max-width: 200px;
  margin-bottom: 30px;
}
.date-wrapper hr {
  border: none;
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 25%;
  background-color: #24c6fb;
}
.date-wrapper .content-label {
  color: #224d5f;
  font-size: 0.75em;
}
.day {
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  color: #224d5f;
  font-weight: 700;
}
a.subcategory-card {
  margin-bottom: 0;
}
a.subcategory-card p:last-child {
  margin-bottom: 0;
}
a.subcategory-card h2,
a.subcategory-card h3 {
  color: #00799E;
}
a.subcategory-card p {
  color: #6d6f6a;
}
.carousel img {
  margin-bottom: 0!important;
}
#buy-box .carousel {
  margin-bottom: 20px;
}
.carousel-caption {
  background-color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  width: 100%;
  left: 0;
  right: auto;
  bottom: 0;
  padding-bottom: 70px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.carousel-caption p {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .carousel-caption p {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .carousel-caption {
    background-color: #f6f6f5;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
  }
  .carousel-caption:after {
    content: "";
    width: auto;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000104;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
  }
}
.carousel-indicators {
  top: 100%;
}
.carousel-indicators .active {
  background-color: #00799E;
}
.carousel-indicators li {
  border-color: #00799E;
  -webkit-box-shadow: 0 0 10px #000104;
  -moz-box-shadow: 0 0 10px #000104;
  box-shadow: 0 0 10px #000104;
}
#buy-box .carousel-indicators {
  top: auto;
  bottom: 20px;
  margin-bottom: 0;
}
.carousel-control {
  z-index: 100;
  background: none!important;
}
.carousel-control svg {
  fill: #fff;
  background-color: rgba(0, 1, 4, 0.6);
  padding: 10px;
  width: 50px;
  height: 50px;
}
.carousel-control.left svg {
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -30px;
}
.carousel-control.right svg {
  position: absolute;
  right: 0;
  top: 40%;
  margin-top: -30px;
}
.comment-form {
  padding-bottom: 20px;
}
.comment-form #commenter {
  display: none;
}
.comment-form .what ol {
  padding-left: 0;
  list-style: none;
}
.comment-form label[for=Comments_CommentText] {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #224d5f;
  margin-bottom: 5px;
  margin-top: 10px;
  text-shadow: 0 1px 0 #fff;
}
.comment-form label[for=Comments_CommentText] .meta {
  color: #224d5f;
  font-weight: 300;
}
.comment-form .who input {
  max-width: 520px;
}
.comment-form button.primaryAction {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none!important;
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal;
  margin-bottom: 5px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: #224d5f;
}
.comment-form button.primaryAction:focus,
.comment-form button.primaryAction:active:focus,
.comment-form button.primaryAction.active:focus,
.comment-form button.primaryAction.focus,
.comment-form button.primaryAction:active.focus,
.comment-form button.primaryAction.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.comment-form button.primaryAction:hover,
.comment-form button.primaryAction:focus,
.comment-form button.primaryAction.focus {
  color: #333;
  text-decoration: none;
}
.comment-form button.primaryAction:active,
.comment-form button.primaryAction.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.comment-form button.primaryAction.disabled,
.comment-form button.primaryAction[disabled],
fieldset[disabled] .comment-form button.primaryAction {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.comment-form button.primaryAction.disabled,
fieldset[disabled] a.comment-form button.primaryAction {
  pointer-events: none;
}
.comment-form button.primaryAction + .btn {
  margin-left: 5px;
}
.comment-form button.primaryAction.help {
  font-weight: 300;
}
.comment-form button.primaryAction.icon-only {
  padding: 5px 5px;
}
.comment-form button.primaryAction.btn-block {
  display: block;
  width: 100%;
}
.comment-form button.primaryAction.btn-pill {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.comment-form button.primaryAction.input-lg {
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
.comment-form button.primaryAction span {
  font-weight: 300;
}
.comment-form button.primaryAction svg {
  margin-right: 4px;
  display: inline;
}
.comment-form button.primaryAction:focus,
.comment-form button.primaryAction.focus {
  color: #fff;
  background-color: #152f39;
  border-color: rgba(191, 191, 191, 0.4);
}
.comment-form button.primaryAction:hover {
  color: #fff;
  background-color: #152f39;
  border-color: rgba(224, 224, 224, 0.4);
}
.comment-form button.primaryAction:active,
.comment-form button.primaryAction.active,
.open > .dropdown-toggle.comment-form button.primaryAction {
  color: #fff;
  background-color: #152f39;
  border-color: rgba(224, 224, 224, 0.4);
}
.comment-form button.primaryAction:active:hover,
.comment-form button.primaryAction.active:hover,
.open > .dropdown-toggle.comment-form button.primaryAction:hover,
.comment-form button.primaryAction:active:focus,
.comment-form button.primaryAction.active:focus,
.open > .dropdown-toggle.comment-form button.primaryAction:focus,
.comment-form button.primaryAction:active.focus,
.comment-form button.primaryAction.active.focus,
.open > .dropdown-toggle.comment-form button.primaryAction.focus {
  color: #fff;
  background-color: #0b191f;
  border-color: rgba(191, 191, 191, 0.4);
}
.comment-form button.primaryAction:active,
.comment-form button.primaryAction.active,
.open > .dropdown-toggle.comment-form button.primaryAction {
  background-image: none;
}
.comment-form button.primaryAction.disabled,
.comment-form button.primaryAction[disabled],
fieldset[disabled] .comment-form button.primaryAction,
.comment-form button.primaryAction.disabled:hover,
.comment-form button.primaryAction[disabled]:hover,
fieldset[disabled] .comment-form button.primaryAction:hover,
.comment-form button.primaryAction.disabled:focus,
.comment-form button.primaryAction[disabled]:focus,
fieldset[disabled] .comment-form button.primaryAction:focus,
.comment-form button.primaryAction.disabled.focus,
.comment-form button.primaryAction[disabled].focus,
fieldset[disabled] .comment-form button.primaryAction.focus,
.comment-form button.primaryAction.disabled:active,
.comment-form button.primaryAction[disabled]:active,
fieldset[disabled] .comment-form button.primaryAction:active,
.comment-form button.primaryAction.disabled.active,
.comment-form button.primaryAction[disabled].active,
fieldset[disabled] .comment-form button.primaryAction.active {
  background-color: #224d5f;
  border-color: rgba(255, 255, 255, 0.4);
}
.comment-form button.primaryAction .badge {
  color: #224d5f;
  background-color: #fff;
}
.comment-form button.primaryAction:hover {
  background-color: #d95c23;
  color: #fff !important;
}
.comment-form button.primaryAction svg {
  fill: #fff !important;
}
.comments .comments li {
  border: 1px dashed #dededa;
}
.content-layer-wrapper .content-layer:nth-of-type(even) {
  background-color: #f6f6f5;
}
.content-layer-wrapper .content-layer:nth-of-type(even).top-arrow:before {
  border-top-color: #fff;
}
.content-layer {
  position: relative;
  float: left;
  width: 100%;
}
.content-layer img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.content-layer.extra-pad {
  padding: 100px 0 100px;
}
@media (min-width: 992px) {
  .content-layer.extra-pad {
    padding: 160px 0 160px;
  }
}
.content-layer.top-arrow:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -10px;
}
.content-layer .column {
  margin-bottom: 40px;
}
.content-layer .column:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-layer .column {
    margin-bottom: 0;
  }
}
.content-layer.one-column img {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .content-layer.image-right .image {
    float: right;
  }
}
.content-layer.badges {
  background-color: #fff !important;
}
.content-layer.badges h2 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
  text-shadow: 0 1px 0 #fff;
  color: #224d5f;
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
}
.content-layer.badges h2 .meta {
  color: #224d5f;
  font-weight: 300;
}
.content-layer.badges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.content-layer.badges li {
  display: inline-block;
  padding: 10px;
  margin: 2px;
  background-color: #fff;
}
.content-layer.badges img {
  max-height: 40px;
  width: auto;
  margin-bottom: 0;
  filter: grayscale(100%);
}
.content-layer.badges img:hover {
  filter: grayscale(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  .content-layer.badges img {
    max-height: 50px;
  }
}
.content-layer.call-to-action {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.content-layer.call-to-action h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.content-layer.call-to-action p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-layer.call-to-action .cta-wrapper {
    display: table;
    width: 100%;
  }
}
.content-layer.call-to-action .cta-text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .content-layer.call-to-action .cta-text {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.content-layer.call-to-action .cta- {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #357E48;
  font-weight: 700;
}
@media (min-width: 768px) {
  .content-layer.call-to-action .cta- {
    float: none;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 50%;
  }
}
.content-layer.types {
  background-color: transparent !important;
}
.content-layer.types .type {
  background-color: #f6f6f5;
  border-top: 5px solid #00799E;
  margin-bottom: 20px;
}
.content-layer.types .type:last-child {
  margin-bottom: 0;
}
.content-layer.types .type .wrapper {
  float: left;
  width: 100%;
  padding: 40px 20px 20px;
}
.content-layer.types .type h3 {
  margin-top: 0;
}
.content-layer.related-info {
  background-color: transparent !important;
  border-top: 1px dashed #dededa;
}
@media (min-width: 768px) {
  .content-layer.copy-with-sidebar .copy {
    padding-right: 30px;
  }
  .content-layer.copy-with-sidebar .sidebar {
    border-left: 1px dashed #dededa;
    padding-bottom: 40px;
    padding-left: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.content-layer.share-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}
.content-layer.map {
  padding: 0;
}
.content-layer.map .row {
  max-width: none;
}
.content-layer.contact-options {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .content-layer.contact-options .option {
    margin-bottom: 40px;
  }
}
.content-layer.contact-options svg {
  width: 40px;
  height: 40px;
  fill: #224d5f;
}
.content-layer.snippet {
  font-family: "adelle", "lexia", "Times New Roman", serif;
  color: #224d5f;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.content-layer.snippet .with-icon {
  text-align: center;
}
.content-layer.snippet .with-icon svg {
  margin-bottom: 10px;
}
.content-layer.snippet .with-icon svg .icon-circle {
  fill: #fff;
}
@media (min-width: 768px) {
  .content-layer.snippet .with-icon {
    text-align: left;
    padding-left: 150px;
    position: relative;
  }
  .content-layer.snippet .with-icon svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -55px;
  }
}
.content-layer.snippet p:last-child {
  margin-bottom: 0;
}
.content-layer.testimonial-carousel {
  text-align: center;
}
.content-layer.testimonial-carousel .carousel {
  padding-bottom: 40px;
}
.content-layer.testimonial-carousel .headshot {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  overflow: hidden;
}
.content-layer.testimonial-carousel .headshot img {
  max-width: 100%;
  height: auto;
}
.content-layer.testimonial-carousel blockquote {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .content-layer.testimonial-carousel blockquote {
    max-width: 600px;
  }
}
.content-layer.testimonial-carousel .carousel-indicators .active {
  background-color: #00799E;
}
.content-layer.testimonial-carousel .carousel-indicators li {
  border-color: #00799E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-layer.testimonial-carousel .carousel-control {
  z-index: 100;
  background: none !important;
}
.content-layer.testimonial-carousel .carousel-control svg {
  fill: #224d5f;
  background-color: transparent;
}
.content-layer.testimonial-carousel .carousel-control.left svg {
  top: 50%;
}
.content-layer.testimonial-carousel .carousel-control.right svg {
  top: 50%;
}
.content-layer.slideshow {
  position: relative;
  background-color: #000104;
}
.content-layer.slideshow .title {
  z-index: 1;
}
.content-layer.slideshow .title h2 {
  color: #fff;
}
.content-layer.slideshow .blurry-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.content-layer.slideshow .carousel {
  background-color: transparent;
  z-index: 1;
}
.content-layer.slideshow .carousel-indicators {
  bottom: 0;
  top: auto;
}
.content-layer.slideshow .carousel-caption {
  background-color: rgba(0, 1, 4, 0.8);
  color: #fff;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 20px;
}
.content-layer.multiple-rows h3 {
  margin-top: 0;
}
.content-layer.multiple-rows .item {
  border-bottom: 1px dashed #dededa;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.content-layer.multiple-rows .item:last-child {
  border: none;
  padding-bottom: 0;
}
.content-layer.multiple-rows .cta-in-layer .cta-wrapper {
  border: none;
}
.content-layer.background-photo {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 175% auto;
  background-color: #357E48;
  padding: 250px 0 0 0;
}
@media (min-width: 480px) {
  .content-layer.background-photo {
    padding-top: 300px;
  }
}
@media (min-width: 768px) {
  .content-layer.background-photo {
    padding: 0 20px;
    background-size: auto;
  }
}
@media (min-width: 992px) {
  .content-layer.background-photo {
    background-size: auto;
  }
}
.content-layer.background-photo.photo-right {
  background-position: right top;
}
.content-layer.background-photo.photo-left {
  background-position: left top;
}
.content-layer.background-photo.blue-style {
  background-color: #35c4e5;
}
.content-layer.background-photo.blue-style .copy {
  background-color: rgba(34, 77, 95, 0.8);
  color: #fff;
}
.content-layer.background-photo.blue-style .copy h2 {
  color: #fff;
}
.content-layer.background-photo.green-style {
  background-color: #84C959;
}
.content-layer.background-photo.green-style .copy {
  background-color: rgba(53, 126, 72, 0.8);
  color: #fff;
}
.content-layer.background-photo.green-style .copy h2 {
  color: #fff;
}
.content-layer.background-photo .copy {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 40px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) {
  .content-layer.background-photo .copy {
    padding: 20px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.content-layer.special-list ol.custom-counter {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 40px;
}
@media (min-width: 768px) {
  .content-layer.special-list ol.custom-counter {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .content-layer.special-list ol.custom-counter {
    padding-left: 0;
  }
}
.content-layer.special-list ol.custom-counter li {
  counter-increment: step-counter;
  position: relative;
  text-align: left;
  padding: 0 0 20px 60px;
}
.content-layer.special-list ol.custom-counter li:before {
  content: counter(step-counter);
  font-weight: 700;
  color: #fff;
  background-color: #224d5f;
  position: absolute;
  top: -4px;
  left: 0;
  text-align: center;
  width: 40px;
  height: 38px;
  display: inline-table;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  vertical-align: middle;
  line-height: 38px;
  border: 1px solid #fff;
}
.content-layer.special-list ul.light-bulbs {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 40px;
}
@media (min-width: 768px) {
  .content-layer.special-list ul.light-bulbs {
    margin-bottom: 20px;
  }
}
.content-layer.special-list ul.light-bulbs li {
  position: relative;
  text-align: left;
  padding: 0 0 20px 60px;
}
.content-layer.special-list ul.light-bulbs li:before {
  content: " ";
  font-weight: 700;
  background: #84C959 url(/images/svg-icon-lightbulb.svg) no-repeat center center;
  background-size: 25px 25px;
  position: absolute;
  top: -4px;
  left: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-table;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  vertical-align: middle;
  line-height: 40px;
  border: 1px solid #fff;
}
.content-layer.special-list ul.light-bulbs li:nth-child(even):before {
  background-color: #00799E;
}
.content-layer .cta-in-layer .cta-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dededa;
  text-align: center;
  font-weight: 700;
  color: #224d5f;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.content-layer .cta-in-layer .btn {
  border: 1px solid #fff;
}
.content-layer.comparison {
  position: relative;
}
.content-layer.comparison .quick-points {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
}
.content-layer.comparison .quick-points > div {
  float: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cbcbc5;
}
@media (min-width: 768px) {
  .content-layer.comparison .quick-points > div {
    border-bottom: none;
    border-left: 1px dashed #cbcbc5;
  }
  .content-layer.comparison .quick-points > div:first-of-type {
    border-left: none;
  }
}
.content-layer.comparison .quick-points a {
  display: block;
  text-decoration: none;
}
.content-layer.comparison .value-large {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  color: #224d5f;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .content-layer.comparison .value-large {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
  }
}
.content-layer.comparison .photo-wrapper {
  margin-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .content-layer.comparison .photo-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    float: right;
  }
}
.content-layer.comparison .photo-wrapper img {
  border-radius: 0;
}
.content-layer.comparison .slide {
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .content-layer.comparison .slide {
    max-width: none;
  }
}
.content-layer.comparison .carousel-indicators {
  top: calc(100% + 24px);
}
.content-layer.comparison .carousel-indicators li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-layer.comparison .carousel-indicators li:not(.active):hover {
  background-color: #24c6fb;
}
.content-layer.comparison .carousel-caption {
  position: static;
  float: left;
  width: 100%;
  padding: 20px 20px;
  color: #224d5f;
  background-color: rgba(222, 222, 218, 0.3);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.content-layer.comparison .actions {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-layer.comparison .actions .btn {
  margin-top: 20px;
}
.content-layer.comparison .actions a {
  display: inline-block;
  margin-bottom: 10px;
}
.content-layer.bg-bleed-and-ctas {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-layer.bg-bleed-and-ctas .ctas {
  margin-top: 20px;
  padding: 20px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .content-layer.bg-bleed-and-ctas .ctas {
    display: table;
    float: none;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.content-layer.bg-bleed-and-ctas .ctas .cta-cell {
  float: left;
  width: 100%;
  border-top: 1px dashed #dededa;
}
.content-layer.bg-bleed-and-ctas .ctas .cta-cell:last-of-type {
  border-bottom: 1px dashed #dededa;
}
@media (min-width: 768px) {
  .content-layer.bg-bleed-and-ctas .ctas .cta-cell {
    display: table-cell;
    border-bottom: 0;
    border-right: 1px dashed #dededa;
    float: none;
    width: 33%;
    vertical-align: top;
  }
  .content-layer.bg-bleed-and-ctas .ctas .cta-cell:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}
.content-layer.bg-bleed-and-ctas .ctas a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 20px 30px;
  font-weight: 100;
}
.content-layer.bg-bleed-and-ctas .ctas a span {
  color: #b1e884;
  font-weight: 700;
}
.content-layer.bg-bleed-and-ctas .ctas a:hover {
  color: #b1ff63;
}
.right-column-grid {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .right-column-grid {
    border-left: 1px dashed #224d5f;
  }
}
.right-column-grid > div {
  border-bottom: 1px dashed #224d5f;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.split-50-50 {
  margin-bottom: 20px;
}
.split-50-50:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .split-50-50 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    float: none;
    background-size: auto 100%;
    margin-bottom: 40px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .split-50-50 {
    max-width: 600px;
  }
}
.split-50-50 .photo {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}
@media (min-width: 768px) {
  .split-50-50 .photo {
    min-height: 400px;
    float: none;
  }
}
.split-50-50 .copy {
  background-color: #fff;
  padding: 20px 40px 40px;
}
@media (min-width: 768px) {
  .split-50-50 .copy {
    float: none;
    padding-top: 40px;
  }
}
.cta-inline {
  text-align: center;
  padding: 20px;
  border: 1px dashed #dededa;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #224d5f;
  margin-bottom: 20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.cta-inline p {
  margin-bottom: 0;
}
.cta-inline .btn {
  margin-top: 20px;
}
.copy-with-left-icon {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 480px) {
  .copy-with-left-icon {
    position: relative;
    padding-left: 140px;
    text-align: left;
  }
}
.copy-with-left-icon h2,
.copy-with-left-icon h3,
.copy-with-left-icon h4 {
  margin-top: 0;
}
.copy-with-left-icon svg {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .copy-with-left-icon svg {
    position: absolute;
    left: 20px;
    top: 0;
  }
}
.content-layer-wrapper .content-layer.white,
.content-layer.white {
  background-color: #fff;
}
.content-layer-wrapper .content-layer.light-blue,
.content-layer.light-blue {
  background-color: #E8F9FD;
}
.content-layer-wrapper .content-layer.blue,
.content-layer.blue {
  background-color: #00799E;
  color: #fff;
}
.content-layer-wrapper .content-layer.blue h2,
.content-layer.blue h2,
.content-layer-wrapper .content-layer.blue h3,
.content-layer.blue h3,
.content-layer-wrapper .content-layer.blue h4,
.content-layer.blue h4,
.content-layer-wrapper .content-layer.blue h5,
.content-layer.blue h5 {
  color: #fff;
}
.content-layer-wrapper .content-layer.blue h2.dash:after,
.content-layer.blue h2.dash:after,
.content-layer-wrapper .content-layer.blue h3.dash:after,
.content-layer.blue h3.dash:after,
.content-layer-wrapper .content-layer.blue h4.dash:after,
.content-layer.blue h4.dash:after,
.content-layer-wrapper .content-layer.blue h5.dash:after,
.content-layer.blue h5.dash:after {
  background-color: #b1ff63;
}
.content-layer-wrapper .content-layer.blue label,
.content-layer.blue label {
  color: #fff;
}
.content-layer-wrapper .content-layer.blue a,
.content-layer.blue a {
  color: #fff;
}
.content-layer-wrapper .content-layer.blue a:hover,
.content-layer.blue a:hover {
  color: #000104;
}
.content-layer-wrapper .content-layer.dark-blue,
.content-layer.dark-blue {
  background-color: #224d5f;
  color: #fff;
}
.content-layer-wrapper .content-layer.dark-blue h2,
.content-layer.dark-blue h2,
.content-layer-wrapper .content-layer.dark-blue h3,
.content-layer.dark-blue h3,
.content-layer-wrapper .content-layer.dark-blue h4,
.content-layer.dark-blue h4,
.content-layer-wrapper .content-layer.dark-blue h5,
.content-layer.dark-blue h5 {
  color: #fff;
}
.content-layer-wrapper .content-layer.dark-blue h2.green-type,
.content-layer.dark-blue h2.green-type,
.content-layer-wrapper .content-layer.dark-blue h3.green-type,
.content-layer.dark-blue h3.green-type,
.content-layer-wrapper .content-layer.dark-blue h4.green-type,
.content-layer.dark-blue h4.green-type,
.content-layer-wrapper .content-layer.dark-blue h5.green-type,
.content-layer.dark-blue h5.green-type {
  color: #84C959;
}
.content-layer-wrapper .content-layer.dark-blue a,
.content-layer.dark-blue a {
  color: #00799E;
}
.content-layer-wrapper .content-layer.dark-blue a:hover,
.content-layer.dark-blue a:hover {
  color: #ef885a;
}
.content-layer-wrapper .content-layer.dark-blue label,
.content-layer.dark-blue label {
  color: #fff;
}
.content-layer-wrapper .content-layer.dark-blue .layer-cta,
.content-layer.dark-blue .layer-cta {
  color: #84C959;
}
.content-layer-wrapper .content-layer.green,
.content-layer.green {
  background-color: #84C959;
  color: #1b3e4c;
}
.content-layer-wrapper .content-layer.green h2,
.content-layer.green h2,
.content-layer-wrapper .content-layer.green h3,
.content-layer.green h3,
.content-layer-wrapper .content-layer.green h4,
.content-layer.green h4,
.content-layer-wrapper .content-layer.green h5,
.content-layer.green h5 {
  color: #1b3e4c;
}
.content-layer-wrapper .content-layer.green h2.dash:after,
.content-layer.green h2.dash:after,
.content-layer-wrapper .content-layer.green h3.dash:after,
.content-layer.green h3.dash:after,
.content-layer-wrapper .content-layer.green h4.dash:after,
.content-layer.green h4.dash:after,
.content-layer-wrapper .content-layer.green h5.dash:after,
.content-layer.green h5.dash:after {
  background-color: #fff;
}
.content-layer-wrapper .content-layer.green a,
.content-layer.green a {
  color: #fff;
}
.content-layer-wrapper .content-layer.green a:hover,
.content-layer.green a:hover {
  color: #e65716;
}
.content-layer-wrapper .content-layer.dark-gray,
.content-layer.dark-gray {
  background-color: #4A4D47;
  color: #f6f6f5;
}
.content-layer-wrapper .content-layer.dark-gray h2,
.content-layer.dark-gray h2,
.content-layer-wrapper .content-layer.dark-gray h3,
.content-layer.dark-gray h3,
.content-layer-wrapper .content-layer.dark-gray h4,
.content-layer.dark-gray h4,
.content-layer-wrapper .content-layer.dark-gray h5,
.content-layer.dark-gray h5 {
  color: #b1ff63;
}
.content-layer-wrapper .content-layer.dark-gray a,
.content-layer.dark-gray a {
  color: #00799E;
}
.content-layer-wrapper .content-layer.dark-gray a:hover,
.content-layer.dark-gray a:hover {
  color: #ef885a;
}
.content-layer-wrapper .content-layer.light-gray,
.content-layer.light-gray {
  background-color: #f6f6f5;
}
.content-layer-wrapper .content-layer.orange,
.content-layer.orange {
  background-color: #d95c23;
  color: #fff;
}
.content-layer-wrapper .content-layer.orange h2,
.content-layer.orange h2,
.content-layer-wrapper .content-layer.orange h3,
.content-layer.orange h3,
.content-layer-wrapper .content-layer.orange h4,
.content-layer.orange h4,
.content-layer-wrapper .content-layer.orange h5,
.content-layer.orange h5 {
  color: #fff;
}
.content-layer-wrapper .content-layer.orange h2.dash:after,
.content-layer.orange h2.dash:after,
.content-layer-wrapper .content-layer.orange h3.dash:after,
.content-layer.orange h3.dash:after,
.content-layer-wrapper .content-layer.orange h4.dash:after,
.content-layer.orange h4.dash:after,
.content-layer-wrapper .content-layer.orange h5.dash:after,
.content-layer.orange h5.dash:after {
  background-color: #b1ff63;
}
.content-layer-wrapper .content-layer.orange a,
.content-layer.orange a {
  color: #b1ff63;
  font-weight: 700;
}
.content-layer-wrapper .content-layer.orange a:hover,
.content-layer.orange a:hover {
  color: #fff;
}
.content-layer-wrapper .content-layer.light-orange,
.content-layer.light-orange {
  background-color: #f0bca5;
}
.tips-tools-tools-electric-usage-tool {
  /* Results modal and children...*/
  /* Slight tweak of Bootstrap classes */
  /*.subcategory-card.rebate-card {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 2px;
        text-align: left;
    }*/
  /* For the utility selection modal */
  /* Main */
  /* List and children */
  /* Action buttons...*/
  /* This corresponds to our mobile design. */
  /* Selective reduction of sizes and visibility. */
}
.tips-tools-tools-electric-usage-tool .modal-body {
  width: 640px;
  background-color: #f4f4f1;
  padding: 10px;
}
.tips-tools-tools-electric-usage-tool .modal-content {
  width: 640px;
}
.tips-tools-tools-electric-usage-tool .modal-dialog {
  width: 60%;
  height: 50%;
  margin: 0px auto;
}
.tips-tools-tools-electric-usage-tool .modal-dialog p {
  margin-bottom: 10px;
}
.tips-tools-tools-electric-usage-tool div.evt-modal-top {
  width: 610px;
  height: 100%;
  background-color: #f4f4f1;
  margin: 10px;
  border-bottom: 1px dashed #bcbcaa;
}
.tips-tools-tools-electric-usage-tool div.evt-modal-left {
  width: 250px;
  height: 100%;
  float: left;
}
.tips-tools-tools-electric-usage-tool div.evt-modal-right {
  width: 360px;
  height: 100%;
  margin-left: 250px;
}
.tips-tools-tools-electric-usage-tool .fb_iframe_widget span {
  vertical-align: top !important;
}
.tips-tools-tools-electric-usage-tool button.evt-modal-return {
  margin-left: 10px;
}
.tips-tools-tools-electric-usage-tool button.evt-modal-return.narrow {
  margin-left: 0px;
  margin-top: 10px;
}
.tips-tools-tools-electric-usage-tool div.evt-chartdiv.narrow {
  margin: auto;
}
.tips-tools-tools-electric-usage-tool div.evt-returndiv.narrow {
  border-top: 1px dashed #bcbcaa;
}
.tips-tools-tools-electric-usage-tool button.evt-print {
  background-color: #8fbd51;
  color: white;
  font-size: 11px;
  border: none;
  border-radius: 3px;
  height: 20px;
  position: relative;
  top: -5px;
}
.tips-tools-tools-electric-usage-tool button.evt-print img {
  margin-right: 3px;
}
.tips-tools-tools-electric-usage-tool iframe.twitter-share-button {
  position: relative !important;
  top: 1px !important;
}
.tips-tools-tools-electric-usage-tool .evt-shareprint {
  font-size: 12px;
  font-weight: bold;
  color: #234d5f;
  padding-bottom: 3px;
}
.tips-tools-tools-electric-usage-tool div.utility .modal-dialog,
.tips-tools-tools-electric-usage-tool div.utility .modal-content {
  height: 85px;
  width: 400px;
}
.tips-tools-tools-electric-usage-tool div.utility .modal-body {
  padding-bottom: 0px;
}
.tips-tools-tools-electric-usage-tool div#evt-main {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0px;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #f4f4f1;
}
.tips-tools-tools-electric-usage-tool div#evt-list {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
}
.tips-tools-tools-electric-usage-tool div#evt-items {
  height: 100%;
}
.tips-tools-tools-electric-usage-tool div#evt-summary {
  height: 100%;
  display: table;
  width: 100%;
  padding-bottom: 10px;
  color: #777777;
}
.tips-tools-tools-electric-usage-tool div.evt-listdivcontainer {
  display: none;
  padding-bottom: 20px;
}
.tips-tools-tools-electric-usage-tool div.evt-listdiv {
  width: 100%;
  background-color: #EBEBEB;
  border: none;
  margin-bottom: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable {
  width: 100%;
  border-collapse: collapse;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable tr {
  border: none;
  background-color: #ebebeb;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable tr.evt-nobackground {
  background-color: transparent;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable thead tr {
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable td {
  padding: 10px;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable td.evt-bold {
  font-weight: bold;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable.narrow tr {
  display: table-row;
}
.tips-tools-tools-electric-usage-tool table.evt-listtable.narrow td:first-child {
  text-align: right;
  max-width: 120px;
  width: 120px;
  padding-right: 20px;
}
.tips-tools-tools-electric-usage-tool div#evt-utilities {
  width: 100%;
  height: 100%;
  background-color: #f4f4f1;
}
.tips-tools-tools-electric-usage-tool .csstransitions .evt-mainselection {
  overflow: hidden;
  width: 100%;
  background: url("../../Scripts/src/apps/electric-usage-tool/images/dropdown.png") right center no-repeat #ffffff;
  transition: box-shadow linear 1s;
  -webkit-transition: box-shadow linear 1s;
}
.tips-tools-tools-electric-usage-tool .csstransitions .evt-utilityselection {
  overflow: hidden;
  width: 100%;
  background: url("../../Scripts/src/apps/electric-usage-tool/images/dropdown.png") right center no-repeat #ffffff;
}
.tips-tools-tools-electric-usage-tool .csstransitions select.evt-select {
  border: 0;
  background: transparent;
  height: 26px;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 4px;
  padding-right: 20px;
}
.tips-tools-tools-electric-usage-tool .no-csstransitions select.evt-select {
  height: 26px;
  width: 100%;
}
.tips-tools-tools-electric-usage-tool .csstransitions select::-ms-expand {
  display: none;
}
.tips-tools-tools-electric-usage-tool input[type=number].evt-amount::-webkit-inner-spin-button,
.tips-tools-tools-electric-usage-tool input[type=number].evt-amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.tips-tools-tools-electric-usage-tool .evt-dropdownpristine {
  box-shadow: 0 0 6px #FF0000;
  border-collapse: separate;
  /* this is for IE 9 */
}
.tips-tools-tools-electric-usage-tool div#evt-tabgroups {
  width: 100%;
  overflow: visible;
  position: relative;
}
.tips-tools-tools-electric-usage-tool div.evt-closetray {
  width: 30px;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.tips-tools-tools-electric-usage-tool div.evt-buttontray {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.tips-tools-tools-electric-usage-tool div#evt-buttons {
  width: 100%;
  border-collapse: separate;
  display: block;
  background: rgba(53, 196, 229, 0.7);
  position: absolute;
  float: left;
  padding: 15px;
  z-index: 999;
}
.tips-tools-tools-electric-usage-tool .csstransitions div#evt-buttons {
  transition: all 0.2s linear;
}
.tips-tools-tools-electric-usage-tool .csstransitions .notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tips-tools-tools-electric-usage-tool div#evt-tabs {
  width: 100.5%;
  display: table;
  table-layout: fixed;
  z-index: 1000;
  position: relative;
  /* for z-index to work, so that drawers are hidden behind tabs... */
}
.tips-tools-tools-electric-usage-tool div.evt-tab {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  background-color: #234d5f;
  border: none;
  padding: 4px;
}
.tips-tools-tools-electric-usage-tool div.evt-tab.selected {
  background-color: #35c4e5;
}
.tips-tools-tools-electric-usage-tool button.evt-tabbutton {
  width: 100%;
  padding-top: 6px;
  background-color: #234d5f;
  border: none;
}
.tips-tools-tools-electric-usage-tool button.evt-tabbutton.selected {
  background-color: #35c4e5;
  border: none;
}
.tips-tools-tools-electric-usage-tool div.evt-marker-container {
  width: 100%;
  height: 9px;
  display: block;
  position: absolute;
  overflow-y: visible;
  top: -9px;
  left: 0px;
}
.tips-tools-tools-electric-usage-tool img.evt-tab-marker {
  overflow-y: visible;
  position: relative;
  top: -9px;
}
.tips-tools-tools-electric-usage-tool button.evt-button {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 15px;
  padding: 7px 10px;
  margin: 5px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #35c4e5;
  color: white;
  border: none;
}
.tips-tools-tools-electric-usage-tool span.evt-category-title {
  color: #35c4e5;
  font-size: 10px;
  line-height: 12px;
}
.tips-tools-tools-electric-usage-tool span.evt-category-title.selected {
  color: white;
}
.tips-tools-tools-electric-usage-tool div.evt-tab-image {
  margin-bottom: 4px;
}
.tips-tools-tools-electric-usage-tool button.evt-actionbutton {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: none;
  padding: 6px;
}
.tips-tools-tools-electric-usage-tool button.evt-actionbutton.evt-close {
  background: url(../../Scripts/src/apps/electric-usage-tool/images/close.png) center no-repeat #234d5f;
  overflow-y: visible;
  position: relative;
  top: -30px;
  left: -15px;
  float: right;
}
.tips-tools-tools-electric-usage-tool div.evt-amount-container {
  display: block;
  width: 100px;
}
.tips-tools-tools-electric-usage-tool input.evt-amount {
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -moz-appearance: textfield;
  float: left;
}
.tips-tools-tools-electric-usage-tool span.evt-filler {
  width: 5px;
  height: 5px;
  display: inline-block;
  float: left;
}
.tips-tools-tools-electric-usage-tool button.evt-increment {
  background: url(../../Scripts/src/apps/electric-usage-tool/images/plus.svg) center no-repeat #234d5f;
  display: block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  float: left;
}
.tips-tools-tools-electric-usage-tool button.evt-decrement {
  background: url(../../Scripts/src/apps/electric-usage-tool/images/minus.svg) center no-repeat #234d5f;
  display: block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  float: left;
}
.tips-tools-tools-electric-usage-tool button.evt-remove {
  background: url(../../Scripts/src/apps/electric-usage-tool/images/remove-default.svg) center no-repeat;
  border: none;
  height: 11px;
  width: 11px;
}
.tips-tools-tools-electric-usage-tool button.evt-remove:hover {
  background: url(../../Scripts/src/apps/electric-usage-tool/images/remove-red.svg) center no-repeat;
  height: 10px;
  width: 10px;
}
.tips-tools-tools-electric-usage-tool span.evt-removetext {
  font-size: 11px;
  color: red;
  visibility: hidden;
  padding-left: 8px;
  position: relative;
  top: -8px;
  left: 2px;
}
.tips-tools-tools-electric-usage-tool div.evt-remove-container {
  height: 11px;
  display: table;
}
.tips-tools-tools-electric-usage-tool div.evt-remove-container > button {
  height: 11px;
  display: table-cell;
  vertical-align: middle;
}
.tips-tools-tools-electric-usage-tool div.evt-remove-container > span {
  height: 11px;
  display: table-cell;
  vertical-align: bottom;
}
.tips-tools-tools-electric-usage-tool button.evt-gethelp {
  padding: 10px 6px;
  margin-left: 0px;
}
.tips-tools-tools-electric-usage-tool button.evt-results.muted {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .tips-tools-tools-electric-usage-tool {
    /* The contact modal */
    /* The results modal... */
  }
  .tips-tools-tools-electric-usage-tool span.evt-heading {
    font-size: 24px;
  }
  .tips-tools-tools-electric-usage-tool span.evt-category-title,
  .tips-tools-tools-electric-usage-tool span.evt-subheading {
    display: none;
  }
  .tips-tools-tools-electric-usage-tool table.evt-listtable.wide {
    display: none;
  }
  .tips-tools-tools-electric-usage-tool div.evt-listdivcontainer {
    display: block;
  }
  .tips-tools-tools-electric-usage-tool button.evt-remove {
    background: url(../../Scripts/src/apps/electric-usage-tool/images/remove-red.svg) center no-repeat;
    height: 10px;
    width: 10px;
  }
  .tips-tools-tools-electric-usage-tool span.evt-removetext {
    visibility: visible;
  }
  .tips-tools-tools-electric-usage-tool button.evt-button {
    font-size: 12px;
  }
  .tips-tools-tools-electric-usage-tool div#evt-contact-modal {
    height: 100%;
    width: 100%;
  }
  .tips-tools-tools-electric-usage-tool div.evt-contact-left-col {
    float: left;
    width: 95%;
  }
  .tips-tools-tools-electric-usage-tool div.evt-contact-right-col {
    float: none;
    width: 95%;
    margin-right: 4px;
    margin-bottom: 12px;
  }
  .tips-tools-tools-electric-usage-tool input.evt-contact:last-of-type {
    margin-bottom: 8px;
  }
  .tips-tools-tools-electric-usage-tool input.evt-contact {
    width: 95%;
  }
  .tips-tools-tools-electric-usage-tool div.evt-asterisk {
    padding-bottom: 30px;
  }
  .tips-tools-tools-electric-usage-tool .modal-content {
    width: 100%;
    height: 100%;
  }
  .tips-tools-tools-electric-usage-tool .modal-dialog {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }
  .tips-tools-tools-electric-usage-tool div.modal-body {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    overflow-y: scroll;
  }
  .tips-tools-tools-electric-usage-tool div.modal-top {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
    border: none;
  }
  .tips-tools-tools-electric-usage-tool span.evt-heading {
    font-size: 26px;
  }
  .tips-tools-tools-electric-usage-tool .amount {
    font-size: 2.5rem;
    padding: 0px;
  }
  .tips-tools-tools-electric-usage-tool .modal-dialog p {
    margin-bottom: 10px;
  }
  .tips-tools-tools-electric-usage-tool .content-label {
    margin-top: 2px;
  }
  .tips-tools-tools-electric-usage-tool .evt-dash {
    margin-top: 4px;
  }
  .tips-tools-tools-electric-usage-tool .dash {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 641px) and (max-width: 828px) {
  .tips-tools-tools-electric-usage-tool span.evt-heading {
    font-size: 28px;
  }
  .tips-tools-tools-electric-usage-tool button.evt-button {
    font-size: 15px;
  }
  .tips-tools-tools-electric-usage-tool .modal-dialog {
    margin: 0px;
  }
}
.tips-tools-tools-electric-usage-tool div#evt-begin {
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  border-radius: 4px;
  padding-bottom: 10px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.tips-tools-tools-electric-usage-tool #instructions {
  padding: 20px;
  margin: 0px auto;
  text-align: center;
}
.tips-tools-tools-electric-usage-tool .evt-modal-top,
.tips-tools-tools-electric-usage-tool #evt-chart {
  max-width: 100%;
}
.tips-tools-tools-electric-usage-tool .evt-modal-top .subcategory-card.rebate-card {
  padding: 0;
  margin-bottom: 15px;
  text-align: left;
}
#filter-options h3 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #224d5f;
  margin-bottom: 5px;
  margin-top: 10px;
  text-shadow: 0 1px 0 #fff;
}
#filter-options h3 .meta {
  color: #224d5f;
  font-weight: 300;
}
#filter-options ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
#filter-options ul:last-of-type {
  margin-bottom: 20px;
}
#filter-options .checkbox label,
#filter-options .radio label {
  display: block;
  background-color: #f6f6f5;
  padding: 20px 20px 20px 45px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear 1s linear;
  -moz-transition: all 0.2s linear 1s linear;
  -o-transition: all 0.2s linear 1s linear;
  -ms-transition: all 0.2s linear 1s linear;
  transition: all 0.2s linear 1s linear;
}
#filter-options .checkbox label:hover,
#filter-options .radio label:hover {
  background-color: #efefed;
}
#filter-options .checkbox label.sort-option,
#filter-options .radio label.sort-option {
  background-color: #E8F9FD;
}
#filter-options .checkbox label.sort-option:hover,
#filter-options .radio label.sort-option:hover {
  background-color: #daf5fc;
}
#filter-options .checkbox input[type=checkbox],
#filter-options .checkbox-inline input[type=checkbox] {
  margin-left: -30px;
}
#filter-options .radio input {
  margin-left: -28px;
}
#share {
  padding: 0;
}
@media (max-width: 768px) {
  #share {
    display: none;
  }
}
#share .row {
  position: relative;
}
#share .share-tab {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px 15px;
  float: left;
  background-color: #fff;
  z-index: 10;
  text-decoration: none;
}
#share .share-tab h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
  color: #00799E;
  margin: 0;
}
#share .share-tab h3 span {
  color: #224d5f;
  font-weight: 700;
}
#share .share-tab svg {
  fill: #00799E;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#share .share-tab:hover {
  color: #d95c23;
  background-color: #fff !important;
}
#share .share-tab:hover h3,
#share .share-tab:hover h3 span {
  color: #d95c23;
}
#share .share-tab:hover svg {
  fill: #d95c23;
}
#share #sharing-channels {
  border-top: 1px dashed #dededa;
}
#share #sharing-channels .wrapper {
  text-align: center;
  display: block;
  padding: 20px;
}
#share #sharing-channels a {
  display: inline-block;
  padding: 10px;
  font-weight: 700;
}
#share #sharing-channels a span {
  font-weight: 300;
}
#signup {
  padding: 0;
  border-top: 5px solid #fff;
  border-bottom: 1px solid #dededa;
  background-color: #E8F9FD;
  -webkit-box-shadow: inset 0px 30px 10px -20px rgba(34, 77, 95, 0.1);
  -moz-box-shadow: inset 0px 30px 10px -20px rgba(34, 77, 95, 0.1);
  box-shadow: inset 0px 30px 10px -20px rgba(34, 77, 95, 0.1);
  padding-bottom: 20px;
}
#signup .sign-up,
#signup .share {
  padding: 20px 0;
  text-align: left;
}
#signup .wrapper {
  position: relative;
  padding: 60px 20px 20px;
}
@media (max-width: 768px) {
  #signup .wrapper {
    padding-top: 40px;
  }
}
#signup .collapsed:before {
  content: none;
}
#signup .collapsed .carrot {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#signup .carrot {
  fill: #224d5f;
  width: 12px;
  height: 6px;
  display: inline-block;
  margin-top: -2px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#signup h3 {
  color: #6cb3c8;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -15px;
}
#signup h3 span {
  color: #224d5f;
}
#signup a:hover h4 span {
  color: #d95c23;
}
#signup a:hover h4 .icon,
#signup a:hover h4 .carrot {
  fill: #d95c23;
}
#signup .filter:last-of-type {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #signup .filter:last-of-type {
    margin-top: 30px;
  }
}
/* ----------------------------------------------------
Connect
---------------------------------------------------- */
.social-icons {
  text-align: center;
}
.social-icons a {
  display: inline-block;
  padding: 0 2px;
  margin-top: 3px;
}
.social-icons a:hover svg {
  fill: #d95c23;
}
.social-icons svg {
  width: 30px;
  height: 30px;
  fill: #224d5f;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* ----------------------------------------------------
Main Footer
---------------------------------------------------- */
footer {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 100px;
  text-align: left;
  color: #224d5f;
  float: left;
  clear: both;
  width: 100%;
  background-color: #fff;
}
footer h4 {
  font-weight: bold;
  color: #224d5f;
}
footer .credit {
  font-size: 11px;
  color: #224d5f;
  line-height: 1.2;
}
footer .content-label {
  color: #224d5f;
}
footer #contact-info {
  text-align: center;
}
footer #contact-info .btn-outline-white:hover {
  background-color: #224d5f;
  border-color: #224d5f;
}
footer .phone-number {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
}
footer a {
  color: #224d5f;
  text-shadow: none!important;
  text-decoration: underline;
}
footer a:hover {
  color: #d95c23;
}
footer #footer-nav {
  text-align: left;
}
footer #footer-nav .content-label {
  margin-bottom: 10px;
}
footer .link-list {
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
footer .link-list li {
  display: block;
}
footer .link-list a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 0;
}
footer .link-list a .primary a {
  font-weight: 700;
}
@media (min-width: 768px) {
  footer .link-list a {
    padding: 7px 0;
  }
}
footer #copyright {
  font-size: 11px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dededa;
  text-align: center;
}
footer #copyright .logo {
  margin: 0 auto;
  margin-top: 10px;
}
footer #copyright .evt-logo {
  width: 110px;
  height: 43px;
}
footer #copyright .evt-logo .logo-efficiency {
  fill: #224d5f;
}
footer #copyright .evt-logo .logo-vermont {
  fill: #84C959;
}
footer #copyright.no-border {
  border: none;
}
footer .column-wrapper {
  padding-top: 10px;
}
@media (min-width: 768px) {
  footer .column-wrapper {
    display: table;
    float: none;
  }
}
footer .column-wrapper .link-list {
  text-align: center;
}
footer .column-wrapper .column-1,
footer .column-wrapper .column-2,
footer .column-wrapper .column-3 {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  footer .column-wrapper .column-1,
  footer .column-wrapper .column-2,
  footer .column-wrapper .column-3 {
    display: table-cell;
    width: 33%;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  footer .column-wrapper .column-1 {
    text-align: left;
  }
}
footer .column-wrapper .column-1,
footer .column-wrapper .column-2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .column-wrapper .column-1,
  footer .column-wrapper .column-2 {
    border-right: 1px dashed #dededa;
  }
}
footer .evt-partners {
  border-top: 1px dashed #dededa;
  text-align: center;
  padding-top: 20px;
}
footer .evt-partners .logos {
  display: block;
  margin: 20px auto;
}
footer .evt-partners img {
  width: auto;
  height: 100px;
  padding: 10px;
}
@media (min-width: 768px) {
  footer .evt-partners img {
    height: 120px;
  }
}
footer .evt-partners .list-of-partners {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
}
footer .evt-partners .list-of-partners li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 0;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #224d5f;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: #d95c23;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav {
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px dashed #dededa;
  border-bottom: 5px solid #b1e884;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 500;
}
#large-screen-nav {
  position: relative;
  padding: 0 7px 0 0;
  height: auto;
}
@media (min-width: 800px) {
  #large-screen-nav {
    padding-right: 22px;
  }
}
#large-screen-nav ul.nav-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#large-screen-nav ul.nav-wrapper li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#large-screen-nav ul.nav-wrapper li.selected {
  color: #224d5f;
  background-color: #b1e884;
  border-bottom-color: #fff;
}
#large-screen-nav ul.nav-wrapper li.selected .home-icon {
  fill: #224d5f;
}
#large-screen-nav ul.nav-wrapper li.selected a {
  color: #224d5f;
}
#large-screen-nav ul.nav-wrapper li.nav-hamburger {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
#large-screen-nav ul.nav-wrapper .nav-logo {
  display: none;
  border: none;
}
#large-screen-nav ul.nav-wrapper .nav-logo svg {
  width: 40px;
  height: 18px;
  margin-bottom: -5px;
}
#large-screen-nav ul.nav-wrapper a,
#large-screen-nav ul.nav-wrapper button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  color: #224d5f;
  padding: 13px 11px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 600px) {
  #large-screen-nav ul.nav-wrapper a,
  #large-screen-nav ul.nav-wrapper button {
    padding: 16px 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media (min-width: 800px) {
  #large-screen-nav ul.nav-wrapper a,
  #large-screen-nav ul.nav-wrapper button {
    padding: 20px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #large-screen-nav ul.nav-wrapper a,
  #large-screen-nav ul.nav-wrapper button {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
#large-screen-nav ul.nav-wrapper a .home-icon,
#large-screen-nav ul.nav-wrapper button .home-icon {
  fill: #224d5f;
  width: 15px;
  height: 15px;
  display: inline;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#large-screen-nav ul.nav-wrapper a:hover,
#large-screen-nav ul.nav-wrapper button:hover {
  color: #d95c23;
  text-decoration: none;
}
#large-screen-nav ul.nav-wrapper a:hover .home-icon,
#large-screen-nav ul.nav-wrapper button:hover .home-icon {
  fill: #d95c23;
}
@media (min-width: 768px) {
  #large-screen-nav ul.nav-wrapper a:hover,
  #large-screen-nav ul.nav-wrapper button:hover {
    color: #d95c23;
    background-color: #fff;
  }
}
#small-screen-menu-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-color: transparent;
  height: auto;
  border: none;
  margin-top: -3px;
  z-index: 200;
}
#small-screen-nav {
  background-color: #fff;
  border-bottom: 5px solid #b1e884;
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  border-top: 5px solid #b1e884;
  overflow: scroll;
  height: 100vh;
  position: absolute;
  top: 100%;
  left: 0;
  padding-bottom: 200px;
}
#small-screen-nav li.selected a {
  color: #84C959;
}
#small-screen-nav .nav-vertical {
  margin-bottom: 0;
}
#small-screen-nav .nav-vertical li {
  padding-bottom: 0;
}
#small-screen-nav .nav-vertical a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #224d5f;
  padding: 15px;
  display: block;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  border-bottom: 1px dashed #dededa;
  text-decoration: none;
}
@media (min-width: 600px) {
  #small-screen-nav .nav-vertical a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
#small-screen-nav .nav-vertical a:hover {
  color: #d95c23;
  text-decoration: none;
}
#small-screen-nav p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 20px 15px;
}
#utility {
  padding: 5px 15px;
  background-color: #fff;
}
@media (min-width: 800px) {
  #utility {
    padding: 15px 30px;
  }
}
#utility .row {
  padding: 10px 0;
}
#utility a {
  color: #224d5f;
  font-weight: 500;
  text-decoration: none;
}
#utility .logo {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  color: #224d5f;
  height: auto;
  text-align: left;
  padding: 0 20px 0 0;
  margin: 0;
}
#utility .logo .evt-logo {
  width: 100px;
  height: 39px;
}
#utility .logo .evt-logo .logo-efficiency {
  fill: #224d5f;
}
#utility .logo .evt-logo .logo-vermont {
  fill: #84C959;
}
@media (min-width: 480px) {
  #utility .logo .evt-logo {
    width: 115px;
    height: 45px;
  }
}
@media (min-width: 650px) {
  #utility .logo .evt-logo {
    width: 130px;
    height: 51px;
  }
}
#utility .logo a {
  display: inline-block;
}
#utility .utility-wrapper {
  float: right;
  padding-right: 60px;
  position: relative;
  margin-top: 5px;
}
#utility .utility-wrapper .nav-horizontal {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #dededa;
}
@media (max-width: 350px) {
  #utility .utility-wrapper .nav-horizontal {
    display: none;
  }
}
#utility .nav-for-partners {
  height: auto;
  text-align: right;
  padding: 0 0 0 20px;
  margin: 5px 0 0;
  display: block;
  border-bottom: 0;
}
#utility .nav-for-partners a {
  display: inline-block;
  padding: 5px 10px 0 10px;
}
@media (min-width: 480px) {
  #utility .nav-for-partners {
    margin: 0;
    padding-top: 18px;
    max-width: none;
  }
}
@media (min-width: 350px) {
  #utility .nav-for-partners {
    padding-top: 0;
  }
}
#utility .links {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  height: auto;
  padding: 0;
  margin: 0;
}
#utility .links a {
  color: #224d5f;
}
#utility .links a:hover {
  color: #d95c23;
  text-shadow: none!important;
}
#utility .links .home-icon {
  margin-right: 10px;
}
#utility .links .search-button {
  position: absolute;
  right: -4px;
  top: -6px;
}
@media (min-width: 600px) {
  #utility .links .search-button {
    top: 0px;
  }
}
#utility .links .search-button .icon-search {
  width: 45px;
  height: 45px;
  fill: #224d5f;
  margin-right: 0;
}
#utility .links .search-button .icon-search .outer-circle {
  fill: #224d5f;
}
#utility .links .search-button .icon-search:hover .outer-circle,
#utility .links .search-button .icon-search:hover .magnifying-glass {
  fill: #d95c23;
}
/* ----------------------------------------------------
search
---------------------------------------------------- */
#search {
  background-color: #f6f6f5;
}
#search .form-group {
  margin-bottom: 0;
  position: relative;
}
#search .row {
  padding: 40px 20px;
}
@media (max-width: 768px) {
  #search .row {
    padding-left: 0;
    padding-right: 0;
  }
}
#search .search-field {
  width: 100%;
  height: 50px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
}
@media (max-width: 768px) {
}
#search .search-button .btn {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#search p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #224d5f;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
#search p a[href~="tel:"] {
  white-space: nowrap;
}
@media (max-width: 799px) {
  #utility .utility-wrapper .nav-horizontal,
  #utility .utility-wrapper .nav-for-partners {
    display: none;
  }
}
@media (max-width: 599px) {
  #large-screen-nav ul.nav-wrapper li.nav-home {
    display: none;
  }
}
@media (max-width: 349px) {
  #large-screen-nav ul.nav-wrapper li.nav-services {
    display: none;
  }
}
@media (max-width: 799px) {
  #large-screen-nav ul.nav-wrapper li.nav-products-tech {
    display: none;
  }
}
@media (max-width: 799px) {
  #large-screen-nav ul.nav-wrapper li.nav-tips-tools {
    display: none;
  }
}
@media (min-width: 800px) {
  #large-screen-nav ul.nav-wrapper li.nav-hamburger {
    display: none;
  }
}
#small-screen-nav.nav-services {
  display: none;
}
@media (max-width: 349px) {
  #small-screen-nav.nav-services {
    display: block;
  }
}
.loading-indicator {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: relative;
  font-weight: 700;
  color: #224d5f;
}
.loading-indicator.light {
  color: #fff;
}
.tall-loader {
  height: 500px;
}
.loader {
  width: 80px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader > div {
  content: " ";
  width: 16px;
  height: 16px;
  background: #84C959;
  border-radius: 100%;
  position: absolute;
  animation: shift 2s linear infinite;
}
.loader > div:nth-of-type(1) {
  animation-delay: -0.4s;
}
.loader > div:nth-of-type(2) {
  animation-delay: -0.8s;
}
.loader > div:nth-of-type(3) {
  animation-delay: -1.2s;
}
.loader > div:nth-of-type(4) {
  animation-delay: -1.6s;
}
@keyframes shift {
  0% {
    left: -48px;
    opacity: 0;
    background-color: #b1ff63;
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 80px;
    opacity: 1;
  }
  100% {
    left: 128px;
    background-color: #00799E;
    opacity: 0;
  }
}
.media-card {
  display: block;
  margin-bottom: 60px;
  text-decoration: none!important;
}
@media (max-width: 767px) {
  .media-card {
    float: none;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
.media-card img {
  max-width: 100%;
  margin-bottom: 30px;
}
.media-card .mc-title {
  color: #00799E;
}
.media-card:hover .mc-title {
  color: #d95c23;
}
.metric {
  text-align: center;
  font-weight: 700;
  color: #224d5f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .metric {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.metric .number {
  display: block;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .metric .number {
    font-size: 110px;
    font-size: 11rem;
    line-height: 1;
  }
}
.metric .subtext {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .metric .subtext {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.metric img {
  height: auto;
  width: 100%;
  max-width: 250px;
}
.featured-metrics {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .featured-metrics {
    padding-top: 20px;
    display: table;
  }
}
.featured-metrics li {
  display: block;
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .featured-metrics li {
    display: table-cell;
    vertical-align: top;
    width: 18%;
  }
  .featured-metrics li.arrow,
  .featured-metrics li:last-child {
    vertical-align: middle;
  }
  .featured-metrics li .btn {
    display: block;
  }
}
.featured-metrics li span {
  display: block;
}
.featured-metrics li.arrow {
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .featured-metrics li.arrow {
    width: 8%;
  }
}
.featured-metrics li.arrow svg {
  fill: #b1ff63;
}
@media (max-width: 767px) {
  .featured-metrics li.arrow svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
.featured-metrics .icon {
  display: block;
  margin-bottom: 10px;
}
.featured-metrics .icon img {
  width: auto;
  height: auto;
  max-height: 30px;
}
.featured-metrics .icon.white svg {
  width: 60px;
  height: 60px;
  overflow: visible;
}
.featured-metrics .icon.white svg .circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1;
}
.featured-metrics .icon.white svg .graphic {
  fill: #fff;
}
.featured-metrics .number {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  color: #fff;
}
.featured-metrics .number sup {
  font-size: 55%;
}
body.modal-open {
  overflow: hidden;
  height: calc(100vh);
}
.modal.evt-modal {
  padding: 0;
  background-color: rgba(230, 230, 230, 0.6);
  border-top: 5px solid #00799E;
}
.modal.evt-modal.white-overlay {
  background-color: #ffffff;
}
.modal.evt-modal .close {
  position: fixed;
  right: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
  background-color: #00799E;
  padding: 12px 16px;
  border-radius: 0;
}
.modal.evt-modal .close svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.modal.evt-modal .close:hover {
  background-color: #d95c23;
}
@media (min-width: 768px) {
  .modal.evt-modal .close {
    padding: 20px;
  }
  .modal.evt-modal .close svg {
    width: 20px;
    height: 20px;
  }
}
.modal.evt-modal .modal-dialog {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.modal.evt-modal .modal-dialog.modal-xs {
  max-width: 600px;
}
.modal.evt-modal.small-modal .modal-dialog {
  max-width: 600px;
}
.modal.evt-modal .modal-content {
  padding: 20px 10px 40px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .modal.evt-modal .modal-content {
    padding: 20px 20px 40px;
  }
}
.modal.evt-modal .modal-title {
  max-width: 80%;
  color: #224d5f;
}
.modal.evt-modal .modal-header,
.modal.evt-modal .modal-body,
.modal.evt-modal .modal-footer {
  border: none;
  padding: 0 10px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .modal.evt-modal .modal-header,
  .modal.evt-modal .modal-body,
  .modal.evt-modal .modal-footer {
    padding: 0 20px 20px;
  }
}
.modal.evt-modal .modal-content,
.modal.evt-modal .modal-body {
  width: 100%;
  background-color: #fff;
}
.modal.evt-modal .modal-footer {
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  border-top: 1px solid #dededa;
  background-color: #fff;
  text-align: center;
}
.modal.evt-modal .modal-footer .btn {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .modal.evt-modal .modal-footer .btn.btn-lg {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.modal-backdrop {
  background-color: #e6e6e6;
}
.page-header #buy-box .modal h1,
.page-header #buy-box .modal .header-1,
.page-header #buy-box .modal h2,
.page-header #buy-box .modal .header-2,
.page-header #buy-box .modal h3,
.page-header #buy-box .modal .header-3,
.page-header #buy-box .modal h4,
.page-header #buy-box .modal .header-4 {
  color: #224d5f;
}
.page-header #buy-box .modal .row {
  display: block!important;
  table-layout: auto;
}
.page-header #buy-box .modal .btn {
  display: inline-block;
  margin-bottom: 0;
}
.page-header #buy-box .modal .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.page-header #buy-box .modal a {
  color: #00799E;
  padding-left: 0;
}
.page-header #buy-box .modal a:hover,
.page-header #buy-box .modal a:focus,
.page-header #buy-box .modal a:active {
  color: #d95c23;
}
.page-header #buy-box .modal a:hover img,
.page-header #buy-box .modal a:focus img,
.page-header #buy-box .modal a:active img,
.page-header #buy-box .modal a:hover .icon,
.page-header #buy-box .modal a:focus .icon,
.page-header #buy-box .modal a:active .icon,
.page-header #buy-box .modal a:hover svg,
.page-header #buy-box .modal a:focus svg,
.page-header #buy-box .modal a:active svg {
  opacity: 0.7;
}
.page-header #buy-box .modal a:not(.btn) {
  text-decoration: underline;
}
.page-header #buy-box .modal .close svg {
  position: static;
  margin: 0;
}
.page-header {
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c64+0,01617f+100 */
  background: #004c64;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004c64 0%, #01617f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004c64 0%, #01617f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004c64 0%, #01617f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page-header.no-gradient {
  background: none;
  background-color: #c6c6bf;
}
.page-header a:not(.btn) {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.page-header a:not(.btn):hover {
  color: #224d5f;
  background-color: #b1e884;
  text-decoration: none;
}
.page-header .dropdown-menu {
  min-width: 89%;
}
.page-header .dropdown-menu a {
  color: #000104;
  text-decoration: none;
}
.page-header .dropdown-menu a:hover {
  color: #000104;
  text-decoration: none;
}
.page-header .dropdown-menu .active a {
  background-color: #E8F9FD;
}
.page-header .content-label {
  color: #fff;
  text-shadow: none!important;
  margin-bottom: 20px;
}
.page-header .header-wrapper {
  padding: 60px 0 60px;
  float: left;
  width: 100%;
  /*
        #hero-copy {

            p:first-of-type {

                font-family: @type-serif;

                @media(min-width: @screen-sm) {

                    .font-size(@large-type,1.4);

                }

            }

        }
        */
}
@media (min-width: 768px) {
  .page-header .header-wrapper {
    background-size: cover;
    padding: 80px 20px 80px;
  }
}
@media (min-width: 992px) {
  .page-header .header-wrapper {
    padding: 100px 20px 100px;
  }
}
@media (min-width: 768px) {
  .page-header .header-wrapper.large {
    padding: 80px 0;
  }
}
.page-header .header-wrapper.full-bleed-photo {
  background-size: 145% auto;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;
}
.page-header .header-wrapper.full-bleed-photo #hero-copy h1,
.page-header .header-wrapper.full-bleed-photo #hero-copy p {
  max-width: none;
}
@media (min-width: 768px) {
  .page-header .header-wrapper.full-bleed-photo {
    background-size: cover;
    background-position: calc(100% + 200px) center;
  }
}
@media (min-width: 992px) {
  .page-header .header-wrapper.full-bleed-photo {
    background-position: calc(100% + 100px) center;
  }
}
@media (min-width: 1200px) {
  .page-header .header-wrapper.full-bleed-photo {
    background-position: right center;
  }
}
.page-header .header-wrapper.dark-green {
  background-position: 150% 0;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .page-header .header-wrapper.thin {
    padding: 60px 0 60px;
  }
}
.page-header .header-wrapper.with-icon {
  background-position: 80% 0;
}
.page-header .header-wrapper.with-icon .title {
  border-bottom: 1px dashed #fff;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.page-header .header-wrapper.with-icon h1 {
  border-left: 1px dashed #fff;
  display: table-cell;
  min-height: 40px;
  padding-left: 20px;
  padding-bottom: 0;
  vertical-align: middle;
}
.page-header .header-wrapper.with-icon h1 sup {
  font-size: 30%;
  margin-top: -20px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .header-wrapper.with-icon .icon {
  display: table-cell;
  width: 80px;
  text-align: left;
}
@media (min-width: 500px) {
  .page-header .header-wrapper.with-icon .icon {
    width: 95px;
  }
}
@media (min-width: 768px) {
  .page-header .header-wrapper.with-icon .icon {
    width: 110px;
  }
}
.page-header .header-wrapper.with-icon .icon svg {
  padding: 10px 0 0;
  width: 80px;
  height: 80px;
}
@media (min-width: 500px) {
  .page-header .header-wrapper.with-icon .icon svg {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 768px) {
  .page-header .header-wrapper.with-icon .icon svg {
    width: 110px;
    height: 110px;
  }
}
.page-header .header-wrapper.with-icon .icon svg .icon-circle {
  display: none;
}
.page-header .header-wrapper.with-icon .icon svg .icon-backfill {
  display: none;
}
.page-header .header-wrapper.with-icon .icon svg .icon-graphic {
  fill: #fff;
}
.page-header .header-wrapper.with-photo {
  padding: 50% 0 0 0;
}
@media (max-width: 992px) {
  .page-header .header-wrapper.with-photo {
    background-size: 150% auto;
  }
}
@media (min-width: 992px) {
  .page-header .header-wrapper.with-photo {
    padding: 80px 0;
  }
}
.page-header .header-wrapper.with-photo .row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c703e+1,429c59+100,3c8d51+100 */
  background: #2c703e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2c703e 1%, #429c59 100%, #3c8d51 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2c703e 1%, #429c59 100%, #3c8d51 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2c703e 1%, #429c59 100%, #3c8d51 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px 0 10px;
}
@media (min-width: 992px) {
  .page-header .header-wrapper.with-photo .row {
    padding: 0;
    background: none;
    border: none;
  }
}
.page-header .header-wrapper.with-photo p {
  max-width: 650px;
}
.page-header .header-wrapper.with-buy-box {
  padding-bottom: 60px;
  background-position: 200px 0;
}
@media (min-width: 768px) {
  .page-header .header-wrapper.with-buy-box {
    background-position: 400px 0;
  }
}
@media (min-width: 992px) {
  .page-header .header-wrapper.with-buy-box {
    background-position: 180% 0;
  }
}
@media (min-width: 800px) {
  .page-header .header-wrapper.with-buy-box #hero-copy {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .header-wrapper.with-buy-box .row:first-of-type {
    float: none;
    display: table;
    table-layout: fixed;
  }
}
.page-header .header-wrapper.with-filter {
  padding-bottom: 0;
}
.no-js .page-header .header-wrapper {
  margin: 0 auto;
  float: none;
}
@media (min-width: 768px) {
  .no-js .page-header .header-wrapper {
    max-width: 1200px;
    background-position: 240px 0;
  }
}
@media (min-width: 992px) {
  .no-js .page-header .header-wrapper {
    max-width: 1200px;
    background-position: 360px 0;
  }
}
@media (max-width: 767px) {
  .page-header .header-wrapper.with-overlay {
    padding-bottom: 0;
  }
}
.page-header .with-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.page-header .overlay-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 48%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-header .overlay-wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.page-header #hero-copy.overlay {
  background-color: #b1e884;
  color: #224d5f;
  padding: 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .page-header #hero-copy.overlay {
    padding-top: 10px;
  }
  .page-header #hero-copy.overlay:before {
    content: "";
    background-image: url(/images/page-header-top-arrow.png);
    background-size: 100% auto;
    background-position: center center;
    width: 1000px;
    height: 32px;
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -500px;
  }
}
@media (min-width: 768px) {
  .page-header #hero-copy.overlay {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 50%;
  }
}
.page-header #hero-copy.overlay h1,
.page-header #hero-copy.overlay p {
  color: #224d5f;
}
.page-header h1 {
  margin-top: 0!important;
}
.page-header h1,
.page-header .header-1,
.page-header h2,
.page-header .header-2,
.page-header h3,
.page-header .header-3,
.page-header h4,
.page-header .header-4 {
  color: #fff;
}
.page-header .search-again {
  white-space: nowrap;
}
.page-header .search-summary {
  float: none;
}
.page-header .green-type {
  color: #b1ff63;
}
@media (max-width: 991px) {
  .page-header.profile {
    margin-bottom: 40px;
    text-align: center;
  }
}
.pagination {
  text-align: center;
  margin: 0 auto;
  float: right;
}
.pagination a:hover .arrow-left {
  border-right-color: #d95c23;
}
.pagination a:hover .arrow-right {
  border-left-color: #d95c23;
}
.pagination > li > a,
.pagination > li > span {
  border-color: transparent!important;
  margin: 1px;
  background-color: #f6f6f5;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  line-height: 44px;
  font-weight: 700;
  width: 44px;
  height: auto;
  padding: 0;
}
.pagination > li > a {
  background-color: #f6f6f5;
}
.pagination > li > a:hover {
  background-color: #E8F9FD;
  color: #d95c23;
}
.pagination > li > span {
  background-color: #224d5f;
  color: #fff;
}
.pagination > li > span:hover {
  background-color: #224d5f;
  color: #fff;
}
#results-per-page {
  width: auto;
}
.pagination > li:first-of-type > a,
.pagination > li:last-of-type > a {
  background-color: transparent;
}
.quick-links {
  background-color: #f6f6f5;
  padding-top: 40px;
  padding-bottom: 20px;
}
.quick-links .content-label {
  color: #224d5f;
}
.quick-links a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.results-tools {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .results-tools div:last-of-type {
    text-align: right;
  }
}
.results-tools .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
@media (min-width: 992px) {
  .results-tools > div:last-of-type {
    text-align: right;
  }
}
.active-filter {
  display: none;
}
@media (min-width: 768px) {
  .active-filter {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    border: none;
    color: #00799E;
    padding: 5px 10px 5px 0;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    vertical-align: top;
  }
  .active-filter:hover {
    color: #d95c23;
  }
  .active-filter strong {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    margin-top: -1px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .filter-btns {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1000;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .filter-btns svg {
    fill: #fff;
  }
  .filter-btns:focus {
    background-color: #224d5f;
    color: #fff;
  }
  .filter-btns:focus svg {
    fill: #fff;
  }
}
.filter-btns .btn {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .filter-btns .btn {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 20px 10px;
    border-radius: 0;
    border: none;
  }
  .filter-btns .btn.een-btn {
    width: 60%;
  }
  .filter-btns .btn.filter-btn {
    width: 40%;
  }
}
.filter-btns .btn.een-btn {
  font-weight: 300;
}
.filter-btns .btn svg {
  display: inline-block;
  fill: #00799E;
  width: 14px;
  height: 14px;
  margin: -3px 2px 0 0;
  vertical-align: middle;
}
.btn-sort {
  white-space: nowrap;
}
.btn-sort .btn {
  font-weight: 300;
  color: #00799E;
  padding: 5px 0 5px 0;
}
.btn-sort.open .caret {
  visibility: hidden;
}
.btn-sort.open .btn {
  color: #6d6f6a;
}
.btn-sort .dropdown-menu {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  right: -5px;
  left: auto;
  border-color: #c6c6bf;
  margin-top: -5px;
}
.btn-sort .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #c6c6bf;
  display: inline-block;
  position: absolute;
  bottom: 100%;
  right: 3px;
  margin-left: -5px;
}
.btn-sort .dropdown-menu > li > a {
  color: #00799E;
  text-decoration: none;
}
.review {
  background-color: #f6f6f5;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.review .customer-name {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  color: #224d5f;
  font-weight: 700;
  margin-bottom: 0;
}
.review .customer-name span {
  font-weight: 300;
}
.review .customer-review-date {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 10px;
}
.review .content-label {
  display: block;
  margin-bottom: 0;
}
.review .score {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
}
.review .score a {
  text-decoration: none;
}
.review .score td {
  padding-bottom: 6.66666667px;
  vertical-align: middle;
}
.review .score td:first-of-type {
  color: #224d5f;
}
.review .score .content-label {
  margin-top: 0;
}
.customer-rating {
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 3px;
  margin: 10px 0 20px;
}
@media (min-width: 992px) {
  .customer-rating {
    border-radius: 30px;
  }
}
.customer-rating .customer-rating-values {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #224d5f;
  margin-top: 5px;
}
.customer-rating .customer-rating-values div {
  display: block;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .customer-rating .customer-rating-values {
    text-align: right;
  }
  .customer-rating .customer-rating-values div {
    display: inline-block;
    padding: 0 5px;
  }
}
.rating-changed {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #D34900;
  font-style: italic;
  margin: -15px 0 20px;
}
.rating {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.rating-changed {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-style: italic;
  margin: 20px 0 10px;
}
.stars {
  display: inline-block;
  width: 108px;
  height: 16px;
  fill: #e3e3e0;
  stroke: #e3e3e0;
  stroke-width: 0.025em;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.stars.five .star-1-half,
.stars.five .star-1-full,
.stars.five .star-2-half,
.stars.five .star-2-full,
.stars.five .star-3-half,
.stars.five .star-3-full,
.stars.five .star-4-half,
.stars.five .star-4-full,
.stars.five .star-5-half,
.stars.five .star-5-full {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.four-and-half .star-1-half,
.stars.four-and-half .star-1-full,
.stars.four-and-half .star-2-half,
.stars.four-and-half .star-2-full,
.stars.four-and-half .star-3-half,
.stars.four-and-half .star-3-full,
.stars.four-and-half .star-4-half,
.stars.four-and-half .star-4-full,
.stars.four-and-half .star-5-half {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.four .star-1-half,
.stars.four .star-1-full,
.stars.four .star-2-half,
.stars.four .star-2-full,
.stars.four .star-3-half,
.stars.four .star-3-full,
.stars.four .star-4-half,
.stars.four .star-4-full {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.three-and-half .star-1-half,
.stars.three-and-half .star-1-full,
.stars.three-and-half .star-2-half,
.stars.three-and-half .star-2-full,
.stars.three-and-half .star-3-half,
.stars.three-and-half .star-3-full,
.stars.three-and-half .star-4-half {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.three .star-1-half,
.stars.three .star-1-full,
.stars.three .star-2-half,
.stars.three .star-2-full,
.stars.three .star-3-half,
.stars.three .star-3-full {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.two-and-half .star-1-half,
.stars.two-and-half .star-1-full,
.stars.two-and-half .star-2-half,
.stars.two-and-half .star-2-full,
.stars.two-and-half .star-3-half {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.two .star-1-half,
.stars.two .star-1-full,
.stars.two .star-2-half,
.stars.two .star-2-full {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.one-and-half .star-1-half,
.stars.one-and-half .star-1-full,
.stars.one-and-half .star-2-half {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.one .star-1-half,
.stars.one .star-1-full {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.stars.half .star-1-half {
  fill: #ffc63f;
  stroke: #ffc63f;
}
.reply-wrapper {
  margin: 40px 0 20px 20px;
}
@media (min-width: 1200px) {
  .reply-wrapper {
    margin-left: 40px;
  }
}
.contractor-reply {
  background-color: #fff;
  padding: 20px 40px;
  position: relative;
  margin-top: 20px;
  border-radius: 2px;
}
.contractor-reply .business-photo {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
}
.customer-reply {
  margin-top: 20px;
}
.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* ----------------------------------------------------
Custom - Secondary Nav
---------------------------------------------------- */
#secondary-nav h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 18px;
  color: #224d5f;
}
#secondary-nav h2 small,
#secondary-nav h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#secondary-nav h2 small,
#secondary-nav h2 .small {
  font-size: 75%;
}
#secondary-nav dl {
  margin-bottom: 20px;
}
#secondary-nav dt {
  border-bottom: 1px dashed #dededa;
  padding: 10px 10px 10px 0;
  text-shadow: 0 1px 0 #fff;
  color: #d95c23;
  margin-bottom: 0;
}
#secondary-nav dt.content-label {
  color: #6ebc3d;
}
#secondary-nav dd {
  border-bottom: 1px dashed #dededa;
  padding-top: 10px;
  padding-bottom: 10px;
}
#secondary-nav dd a {
  padding: 5px 15px;
  display: block;
}
#secondary-nav a.with-icon {
  position: relative;
  padding-left: 30px;
}
#secondary-nav .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
#secondary-nav .icon svg {
  width: 22px;
  height: 22px;
  fill: #224d5f;
}
.estimated-results {
  font-weight: 300;
  color: #d95c23;
}
/* ----------------------------------------------------
Tables
---------------------------------------------------- */
table {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: 1px solid #dededa;
  text-align: left;
}
table th {
  color: #224d5f;
  font-weight: 700;
}
table.table > thead > tr > th {
  border-bottom-color: #dededa;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  padding: 10px;
  border-top-color: #dededa;
}
.evt-tool h3 {
  background-color: #224d5f;
  color: #fff;
  padding: 20px;
}
.evt-tool span,
.evt-tool small {
  color: #6d6f6a;
}
.evt-tool .input-group {
  margin-bottom: 20px;
}
.evt-tool-output {
  background-color: #f6f6f5;
}
.panel-footer {
  background-color: #fff;
}
/* Main */
div#eff-main {
  height: 100%;
  width: 100%;
  margin: 0px;
  overflow: hidden;
}
div#eff-top {
  border-radius: 4px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}
input[type=text].eff-footage {
  width: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  padding: 10px;
}
input[type=text].eff-footage.small {
  width: 80px;
  height: 40px;
}
div.eff-summary {
  height: 30px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2em;
}
div.eff-below-average {
  color: #F6A623;
}
div.eff-above-average {
  color: #7DC64E;
}
div.eff-poor {
  color: #D0011B;
}
div.eff-comment {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
span.eff-instruct {
  font-size: 14px;
  font-style: italic;
  color: #9B9B9B;
}
span.eff-comment {
  font-size: 12px;
  color: #6D6F6A;
}
button.eff-get-more {
  margin-left: 10px;
}
div.eff-scale-frame {
  width: 100%;
  margin-bottom: 30px;
  overflow-x: visible;
}
svg.eff-scale {
  float: left;
  min-width: 300px;
}
div.eff-scale {
  height: 70px;
  width: 100%;
  margin-top: 7px;
  float: left;
}
div.eff-marker {
  position: absolute;
  width: 70px;
}
img.eff-marker {
  height: 20px;
  width: 21px;
  float: left;
  margin-top: 82px;
  margin-left: 25px;
  position: absolute;
}
span.eff-usage {
  top: 92px;
  position: relative;
  font-size: 10px;
  font-weight: bold;
}
.csstransitions div.eff-marker {
  transition: left linear 0.2s;
  -webkit-transition: left linear 0.2s;
}
button.eff-next {
  width: 100px;
  margin-left: 0px;
  font-weight: normal;
  font-size: 12px;
}
div.eff-middle span {
  display: table-cell;
  vertical-align: bottom;
}
img.eff-arrow {
  position: relative;
  top: 13px;
  left: -2px;
  height: 12px;
  width: 6px;
}
div.eff-avgHome span {
  position: relative;
  font-size: 10px;
  vertical-align: middle;
}
div.eff-more-efficient {
  height: 100%;
  padding-left: 30px;
  display: table;
  vertical-align: bottom;
  float: left;
  color: white;
  font-weight: bold;
  position: relative;
  top: -40px;
}
div.eff-less-efficient {
  height: 100%;
  overflow-x: visible;
  padding-right: 30px;
  display: table;
  vertical-align: bottom;
  float: right;
  color: white;
  font-weight: bold;
  position: relative;
  top: -40px;
}
div.eff-avgHome {
  margin-top: 35px;
  height: 55px;
  overflow-x: visible;
  border-left: 1px dashed #999999;
  padding-left: 5px;
  display: table;
  float: left;
  position: absolute;
}
div.eff-sources {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
div.eff-source-container {
  float: left;
  text-align: center;
}
div.eff-source {
  display: inline-block;
  width: 280px;
  height: 50px;
  margin: 0px auto;
  margin-bottom: 20px;
}
div.eff-source-tag {
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 110px;
}
input.eff-input {
  float: left;
  height: 100%;
  width: 150px;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  padding: 10px;
  font-size: 20px;
}
span.eff-based-on {
  font-size: 14px;
  color: #9B9B9B;
}
a.eff-edit {
  display: inline-block;
  font-size: 12px;
}
div.eff-label {
  font-size: 16px;
  font-weight: bold;
}
div.eff-units {
  font-size: 12px;
}
div.eff-units span {
  font-weight: bold;
}
/* List and children */
span.eff-heading {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #234d5f;
  line-height: normal;
  padding-right: 20px;
}
span.eff-subheading {
  display: inline-block;
}
.eff-dash {
  color: #35c4e5;
  margin-top: 10px;
}
.dash:after {
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  img.eff-arrow {
    top: -3px;
  }
  div.eff-avgHome span {
    top: -16px;
  }
  div.eff-less-efficient {
    padding-right: 12px;
  }
  div.eff-more-efficient {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* The contact modal */
  div#eff-contact-modal {
    height: 100%;
    width: 100%;
  }
}
/* This corresponds to our mobile design. */
@media screen and (max-width: 640px) {
  div#eff-top {
    padding: 10px;
  }
  span.eff-heading {
    font-size: 24px;
  }
  div.eff-more-efficient span {
    font-size: 16px;
  }
  div.eff-less-efficient span {
    font-size: 16px;
  }
  div.eff-summary {
    font-size: 20px;
    margin-bottom: 0px;
  }
  div.eff-comment {
    font-size: 16px;
  }
  button.eff-get-more {
    margin-top: 12px;
  }
  input.eff-contact:last-of-type {
    margin-bottom: 8px;
  }
  input.eff-contact.eff-name {
    width: 300px;
  }
  input.eff-contact.eff-email {
    width: 300px;
    margin-right: 0px;
  }
  input.eff-contact.eff-phone {
    width: 300px;
  }
  .eff-dash {
    margin-top: 4px;
  }
  .dash {
    margin-bottom: 12px;
  }
}
.sortorder::after {
  content: "▼";
}
.sortorder.reverse::after {
  content: "▲";
}
.about #about-metrics h2 {
  margin-top: 0;
}
.about #about-what-we-do,
.about #about-history {
  text-align: center;
  color: #fff;
  background-color: #224d5f;
  background-size: cover;
}
.about #about-what-we-do h2,
.about #about-history h2 {
  color: #fff;
}
.about #about-history img {
  margin-bottom: 40px;
}
.about #about-what-we-do {
  background-color: #020200;
}
.about #about-what-we-do .embed-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about #about-more {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.bbd-page .breadcrumb-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.bbd-menu ul {
  padding-left: 0;
  list-style: none;
}
.bbd-menu a {
  font-weight: bold;
  text-decoration: none;
}
.bbd-menu .bbd-menu-section {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.bbd-schedule-wrap {
  margin-top: 40px;
}
#bbd-sponsors-table table,
#bbd-exhibitors-table table {
  border-top: 1px dotted #dededa;
  border-left: 1px dotted #dededa;
  border-right: 1px dotted #dededa;
  font-weight: 300;
}
#bbd-sponsors-table td,
#bbd-exhibitors-table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.1;
}
.black-bkgr {
  color: #fff;
  font-weight: 700;
  background-color: #222;
}
.green-bkgr {
  font-weight: 700;
  background-color: #84C959;
}
#sorting-hat-wrapper {
  width: 100%;
}
.sorting-hat {
  padding: 12px 12px 24px;
  width: 100%;
  background-color: #f6f6f5;
  color: #222;
  position: relative !important;
  left: 0 !important;
  height: auto !important;
}
.sorting-hat .row-fluid {
  margin-bottom: 6px;
}
.wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.sorting-list h5 {
  margin: 0 0 12px 0;
  display: inline-block;
}
.sorting-list h5 span.filter.full-schedule {
  float: left;
}
/* ANY CHANGES / ADDITIONS TO THESE FILTERS ALSO NEEDS TO BE REFLECTED IN THE .wkshp SECTION BELOW */
span.filter {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none!important;
  line-height: 1.2;
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal;
  margin-bottom: 5px;
  color: #fff;
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
}
span.filter:focus,
span.filter:active:focus,
span.filter.active:focus,
span.filter.focus,
span.filter:active.focus,
span.filter.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
span.filter:hover,
span.filter:focus,
span.filter.focus {
  color: #333;
  text-decoration: none;
}
span.filter:active,
span.filter.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
span.filter.disabled,
span.filter[disabled],
fieldset[disabled] span.filter {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
aspan.filter.disabled,
fieldset[disabled] aspan.filter {
  pointer-events: none;
}
span.filter + .btn {
  margin-left: 5px;
}
span.filter.help {
  font-weight: 300;
}
span.filter.icon-only {
  padding: 5px 5px;
}
span.filter.btn-block {
  display: block;
  width: 100%;
}
span.filter.btn-pill {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
span.filter.input-lg {
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
span.filter span {
  font-weight: 300;
}
span.filter svg {
  margin-right: 4px;
  display: inline;
}
span.filter:focus,
span.filter.focus {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(191, 191, 191, 0.5);
}
span.filter:hover {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
span.filter:active,
span.filter.active,
.open > .dropdown-togglespan.filter {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
span.filter:active:hover,
span.filter.active:hover,
.open > .dropdown-togglespan.filter:hover,
span.filter:active:focus,
span.filter.active:focus,
.open > .dropdown-togglespan.filter:focus,
span.filter:active.focus,
span.filter.active.focus,
.open > .dropdown-togglespan.filter.focus {
  color: #fff;
  background-color: #1b4125;
  border-color: rgba(191, 191, 191, 0.5);
}
span.filter:active,
span.filter.active,
.open > .dropdown-togglespan.filter {
  background-image: none;
}
span.filter.disabled,
span.filter[disabled],
fieldset[disabled] span.filter,
span.filter.disabled:hover,
span.filter[disabled]:hover,
fieldset[disabled] span.filter:hover,
span.filter.disabled:focus,
span.filter[disabled]:focus,
fieldset[disabled] span.filter:focus,
span.filter.disabled.focus,
span.filter[disabled].focus,
fieldset[disabled] span.filter.focus,
span.filter.disabled:active,
span.filter[disabled]:active,
fieldset[disabled] span.filter:active,
span.filter.disabled.active,
span.filter[disabled].active,
fieldset[disabled] span.filter.active {
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
}
span.filter .badge {
  color: #357E48;
  background-color: #fff;
}
span.filter:hover {
  background-color: #d95c23;
}
span.filter#envelope,
span.filter#enclosure {
  background-color: #b5d4bd;
  /* sage */
}
span.filter#mechanical,
span.filter#systems {
  background-color: #fecf95;
  /* sherbert */
}
span.filter#innovation,
span.filter#crossroads {
  background-color: #d1e291;
  /* pale yellow green */
}
span.filter#commercial-track {
  background-color: #ffe38b;
  /* pale mustard */
}
span.filter#lighting {
  background-color: #dbba58;
  /* dark mustard */
}
span.filter#healthy {
  background-color: #6e9678;
  /* dark sage */
}
span.filter#support {
  background-color: #BB92CE;
}
span.filter#integrated {
  background-color: #9192D8;
}
span.filter.selected {
  color: #fff !important;
  background-color: #d95c23 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
span.filter.selected:focus,
span.filter.selected.focus {
  color: #fff !important;
  background-color: #ad491c !important;
  border-color: rgba(191, 191, 191, 0.3) !important;
}
span.filter.selected:hover {
  color: #fff !important;
  background-color: #ad491c !important;
  border-color: rgba(224, 224, 224, 0.3) !important;
}
span.filter.selected:active,
span.filter.selected.active,
.open > .dropdown-togglespan.filter.selected {
  color: #fff !important;
  background-color: #ad491c !important;
  border-color: rgba(224, 224, 224, 0.3) !important;
}
span.filter.selected:active:hover,
span.filter.selected.active:hover,
.open > .dropdown-togglespan.filter.selected:hover,
span.filter.selected:active:focus,
span.filter.selected.active:focus,
.open > .dropdown-togglespan.filter.selected:focus,
span.filter.selected:active.focus,
span.filter.selected.active.focus,
.open > .dropdown-togglespan.filter.selected.focus {
  color: #fff !important;
  background-color: #8e3c17 !important;
  border-color: rgba(191, 191, 191, 0.3) !important;
}
span.filter.selected:active,
span.filter.selected.active,
.open > .dropdown-togglespan.filter.selected {
  background-image: none !important;
}
span.filter.selected.disabled,
span.filter.selected[disabled],
fieldset[disabled] span.filter.selected,
span.filter.selected.disabled:hover,
span.filter.selected[disabled]:hover,
fieldset[disabled] span.filter.selected:hover,
span.filter.selected.disabled:focus,
span.filter.selected[disabled]:focus,
fieldset[disabled] span.filter.selected:focus,
span.filter.selected.disabled.focus,
span.filter.selected[disabled].focus,
fieldset[disabled] span.filter.selected.focus,
span.filter.selected.disabled:active,
span.filter.selected[disabled]:active,
fieldset[disabled] span.filter.selected:active,
span.filter.selected.disabled.active,
span.filter.selected[disabled].active,
fieldset[disabled] span.filter.selected.active {
  background-color: #d95c23 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
span.filter.selected .badge {
  color: #d95c23 !important;
  background-color: #fff !important;
}
span.filter.selected:hover {
  background-color: #e07240 !important;
}
#expand-all {
  float: right;
  border: none;
  background-color: transparent;
  color: #00799E;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 40px;
}
#expand-all:hover {
  background-color: #6d6f6a;
  color: #fff;
}
.by {
  font-size: 12px;
  font-weight: 700;
  padding-right: 4px;
  color: #222;
}
.bbd-block {
  padding: 20px 0;
}
.bbd-block header.bbd {
  width: 100%;
  padding: 12px 4% 8px;
  background-color: #84C959;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
}
.bbd-block header.bbd .open-close {
  float: right;
  display: inline-block;
  margin-top: 0px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
}
.bbd-block header.bbd .open-close:hover {
  background-color: #73c142;
}
.bbd-block.thurs header.bbd {
  background-color: #006585;
}
.bbd-block.thurs header.bbd .open-close:hover {
  background-color: #00526b;
}
.bbd-block.blue header.bbd {
  background-color: #186c86;
}
.workshop-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
/* ANY CHANGES / ADDITIONS TO THESE FILTERS ALSO NEEDS TO BE REFLECTED IN THE span.filter SECTION ABOVE */
.wkshp {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 300;
  height: auto;
  overflow: hidden;
  border-bottom: 1px dashed #dededa;
  /*.show-workshop; */
}
.wkshp.envelope,
.wkshp.enclosure {
  background-color: #f5f5f5;
  border-right: 10px solid #b5d4bd;
}
.wkshp.mechanical,
.wkshp.systems {
  background-color: #f5f5f5;
  border-right: 10px solid #fecf95;
}
.wkshp.innovation,
.wkshp.crossroads {
  background-color: #f5f5f5;
  border-right: 10px solid #d1e291;
}
.wkshp.commercial-track {
  background-color: #f5f5f5;
  border-right: 10px solid #ffe38b;
}
.wkshp.lighting {
  background-color: #f5f5f5;
  border-right: 10px solid #dbba58;
}
.wkshp.healthy {
  background-color: #f5f5f5;
  border-right: 10px solid #6e9678;
}
.wkshp.support {
  background-color: #f5f5f5;
  border-right: 10px solid #BB92CE;
}
.wkshp.integrated {
  background-color: #f5f5f5;
  border-right: 10px solid #9192D8;
}
.wkshp.net-zero {
  background-image: url(/Images/bbd/net-zero-watermark.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.wkshp.cold-climate-construction {
  background-image: url(/Images/bbd/ccc-watermark.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.wkshp.hidden {
  height: 0;
  padding: 0;
  opacity: 0;
}
.wkshp p {
  margin-bottom: 12px;
}
.wkshp ul.no-mp {
  padding-left: 0;
  list-style: none;
}
.wkshp .speaker {
  display: none;
}
.wkshp .speaker-row {
  *zoom: 1;
}
.wkshp .speaker-row:before,
.wkshp .speaker-row:after {
  content: " ";
  display: table;
}
.wkshp .speaker-row:after {
  clear: both;
}
.wkshp .speaker-row:before,
.wkshp .speaker-row:after {
  content: " ";
  display: table;
}
.wkshp .speaker-row:after {
  clear: both;
}
.wkshp .speaker-row:before,
.wkshp .speaker-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.wkshp .speaker-row:after {
  clear: both;
}
.wkshp .speaker-row:before,
.wkshp .speaker-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.wkshp .speaker-row:after {
  clear: both;
}
.wkshp .headshot {
  margin-top: 20px;
}
.wkshp .about-switch {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none!important;
  line-height: 1.2;
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal;
  margin-bottom: 5px;
  color: #fff;
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin-bottom: 12px;
  margin-left: 20px;
}
.wkshp .about-switch:focus,
.wkshp .about-switch:active:focus,
.wkshp .about-switch.active:focus,
.wkshp .about-switch.focus,
.wkshp .about-switch:active.focus,
.wkshp .about-switch.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wkshp .about-switch:hover,
.wkshp .about-switch:focus,
.wkshp .about-switch.focus {
  color: #333;
  text-decoration: none;
}
.wkshp .about-switch:active,
.wkshp .about-switch.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wkshp .about-switch.disabled,
.wkshp .about-switch[disabled],
fieldset[disabled] .wkshp .about-switch {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.wkshp .about-switch.disabled,
fieldset[disabled] a.wkshp .about-switch {
  pointer-events: none;
}
.wkshp .about-switch + .btn {
  margin-left: 5px;
}
.wkshp .about-switch.help {
  font-weight: 300;
}
.wkshp .about-switch.icon-only {
  padding: 5px 5px;
}
.wkshp .about-switch.btn-block {
  display: block;
  width: 100%;
}
.wkshp .about-switch.btn-pill {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.wkshp .about-switch.input-lg {
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
.wkshp .about-switch span {
  font-weight: 300;
}
.wkshp .about-switch svg {
  margin-right: 4px;
  display: inline;
}
.wkshp .about-switch:focus,
.wkshp .about-switch.focus {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(191, 191, 191, 0.5);
}
.wkshp .about-switch:hover {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
.wkshp .about-switch:active,
.wkshp .about-switch.active,
.open > .dropdown-toggle.wkshp .about-switch {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
.wkshp .about-switch:active:hover,
.wkshp .about-switch.active:hover,
.open > .dropdown-toggle.wkshp .about-switch:hover,
.wkshp .about-switch:active:focus,
.wkshp .about-switch.active:focus,
.open > .dropdown-toggle.wkshp .about-switch:focus,
.wkshp .about-switch:active.focus,
.wkshp .about-switch.active.focus,
.open > .dropdown-toggle.wkshp .about-switch.focus {
  color: #fff;
  background-color: #1b4125;
  border-color: rgba(191, 191, 191, 0.5);
}
.wkshp .about-switch:active,
.wkshp .about-switch.active,
.open > .dropdown-toggle.wkshp .about-switch {
  background-image: none;
}
.wkshp .about-switch.disabled,
.wkshp .about-switch[disabled],
fieldset[disabled] .wkshp .about-switch,
.wkshp .about-switch.disabled:hover,
.wkshp .about-switch[disabled]:hover,
fieldset[disabled] .wkshp .about-switch:hover,
.wkshp .about-switch.disabled:focus,
.wkshp .about-switch[disabled]:focus,
fieldset[disabled] .wkshp .about-switch:focus,
.wkshp .about-switch.disabled.focus,
.wkshp .about-switch[disabled].focus,
fieldset[disabled] .wkshp .about-switch.focus,
.wkshp .about-switch.disabled:active,
.wkshp .about-switch[disabled]:active,
fieldset[disabled] .wkshp .about-switch:active,
.wkshp .about-switch.disabled.active,
.wkshp .about-switch[disabled].active,
fieldset[disabled] .wkshp .about-switch.active {
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
}
.wkshp .about-switch .badge {
  color: #357E48;
  background-color: #fff;
}
.wkshp .about-switch:hover {
  background-color: #d95c23;
}
.wkshp .track-sector {
  margin: 20px 0;
}
.wkshp .bold {
  font-weight: 700;
}
.prezie-wrap {
  padding-left: 0;
}
.presentations {
  margin-bottom: 12px;
  list-style-type: none;
}
.presentations a.btn {
  background-color: #fff;
}
.bbd-row {
  width: 100%;
  font-size: 1.4rem;
}
.bbd-row:after {
  content: "";
  display: table;
  clear: both;
}
.bbd-time {
  display: block;
  width: 30%;
  min-width: 30%;
  max-width: 120px;
  float: left;
}
.bbd-event {
  float: left;
  display: block;
  width: 70%;
}
.contact .page-header .content-label {
  color: #357E48;
  text-shadow: none;
}
.map-wrapper {
  display: block;
  border: 5px solid #fff;
  height: 510px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
.map-wrapper iframe {
  width: 100%;
  height: 500px;
}
#story-teaser {
  margin-bottom: 20px;
  padding: 40px 20px;
  background-color: #fff;
  float: left;
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#story-teaser.subcategory-card {
  border: none;
}
.key {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  white-space: nowrap;
  margin-right: 20px;
}
.key .drop-pin {
  position: absolute;
  left: 0;
  top: -4px;
  width: 20px;
}
.key .content-label {
  color: #224d5f;
}
.key .residential .drop-pin .outline {
  fill: #fff;
}
.key .residential .drop-pin .fill {
  fill: #00799E;
}
.key .commercial .drop-pin .outline {
  fill: #fff;
}
.key .commercial .drop-pin .fill {
  fill: #84C959;
}
.detail-customer-story .customer-story-title {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 40px 0px 30px;
}
.detail-customer-story .stats-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.detail-customer-story .story-hero {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
}
.story-details {
  margin: 0 0 30px;
}
.story-details img {
  display: block;
  max-width: 100%;
  height: auto;
}
.story-details .location {
  display: block;
  text-transform: uppercase;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
  color: #4a4d47;
  float: left;
  padding-right: 0.2em;
}
.quote-details blockquote {
  text-align: center;
  font-weight: 400;
  font-size: 1.25em;
}
.quote-details blockquote .quoteBody {
  font-style: italic;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  color: #224d5f;
}
.quote-details blockquote .credit {
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  color: #224d5f;
}
.story-specs {
  text-align: center;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
}
.story-specs .amount {
  color: #224d5f;
  padding-top: 0;
  font-weight: 700;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
}
.story-specs .below-amount {
  color: #224d5f;
  font-size: 1.5em;
  font-weight: 400;
}
.story-specs .spec {
  display: block;
  padding-left: 40px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px dashed #dededa;
  margin-bottom: 20px;
}
.story-specs .icon {
  display: block;
  position: relative;
}
.story-specs .icon svg {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .story-specs .icon svg {
    margin-top: 20px;
  }
}
.story-specs .dollars .content-label {
  color: #84C959;
}
.story-specs .dollars .circle {
  fill: #84C959;
}
.story-specs .dollars .graphic {
  fill: #fff;
}
.story-specs .electricity .content-label {
  color: #00799E;
}
.story-specs .electricity .circle {
  fill: #00799E;
}
.story-specs .electricity .graphic {
  fill: #fff;
}
.story-specs .gas .content-label {
  color: #d95c23;
}
.story-specs .gas .circle {
  fill: #d95c23;
}
.story-specs .gas .graphic {
  fill: #fff;
}
.town-name {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.story-cta {
  padding: 20px 0px 20px;
}
.story-headshot {
  margin: 20px auto;
  border-radius: 50%;
  max-width: 200px;
}
@media (max-width: 767px) {
  .story-headshot {
    max-width: 160px;
  }
}
.quote-section {
  background-color: #f6f6f5;
  padding-top: 20px;
  padding-bottom: 30px;
}
.spec-section {
  background-color: #ffffff;
}
.find .header-wrapper .row .business-type {
  font-weight: 700;
}
.find .header-wrapper .row .business-serves {
  color: #b1ff63;
}
@media (min-width: 992px) {
  .find .header-wrapper .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
  }
  .find .header-wrapper .row .photo-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    float: none;
  }
  .find .header-wrapper .row .info-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    float: none;
    padding-top: 20px;
  }
}
.search-open .hide-show-search:not(.btn) {
  display: none;
}
.business-photo {
  border-radius: 50%;
  height: auto;
  margin: 0 0 20px;
  width: 100%;
  max-width: 100%;
}
.card-find .business-photo {
  max-width: 100px;
}
@media (min-width: 768px) {
  .card-find .business-photo {
    max-width: 100%;
  }
}
.page-header .business-photo {
  display: block;
  padding: 0;
  margin: 0 auto -130px;
  max-width: 140px;
}
@media (min-width: 768px) {
  .page-header .business-photo {
    margin: 0 auto -90px;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .page-header .business-photo {
    margin: 20px 0 0;
    max-width: 100%;
  }
}
.search-summary {
  color: #b1ff63;
}
@media (min-width: 992px) {
  .search-summary {
    display: none;
  }
}
.search-summary a {
  white-space: nowrap;
}
.help-btn {
  color: #b1ff63;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
.help-btn:hover,
.help-btn:focus {
  color: #fff;
}
.help-btn:active {
  color: #fff;
}
.help-btn:active:hover {
  color: #fff;
}
.search-again-btn {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.search-again-btn:active {
  background-color: #d95c23 !important;
  opacity: 1;
}
.search-open .search-again-btn {
  background-color: #d95c23;
  visibility: hidden;
  opacity: 0;
  top: 60px;
  transition: visibility 0s 0.3s, opacity 0.3s linear, top 0.3s ease-in;
}
@media (max-width: 991px) {
  .search-again-btn {
    display: block;
  }
}
#find-form .estimated-results {
  color: #b1ff63;
  display: block;
}
#find-form .estimated-results strong {
  color: #fff;
}
#find-form.search-again {
  display: none;
}
#find-form .optional-reviews label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
#find-form .optional-reviews label strong {
  color: #ffc63f;
  font-weight: 700;
  text-transform: uppercase;
}
#find-form .optional-reviews span {
  display: inline-block;
}
.business-sidebar {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .business-sidebar {
    position: static;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }
}
.business-sidebar .content-label {
  border-bottom: 3px solid #24c6fb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.business-sidebar ul {
  margin-bottom: 20px;
}
.business-contact-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.business-contact-info li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.business-contact-info li.address {
  margin-bottom: 20px;
}
.business-contact-info li.phone {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.business-contact-info li.channel {
  vertical-align: middle;
  color: #00799E;
  margin-bottom: 6.66666667px;
}
.business-contact-info li.channel svg {
  fill: #00799E;
}
.business-contact-info a {
  text-decoration: none;
}
.business-contact-info svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #224d5f;
}
.company-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.company-info .info-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dededa;
  margin: -1px 0 0 -1px;
  padding: 10px 10px 20px;
  flex-basis: 50%;
  width: 50%;
}
@media (min-width: 650px) and (max-width: 767px) {
  .company-info .info-block {
    flex-basis: 20%;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .company-info .info-block {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .company-info .info-block {
    flex-basis: 20%;
    width: 20%;
  }
}
.company-info .content-label {
  display: block;
  margin-bottom: 10px;
}
.company-info .info-block-number {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
  margin-top: 0!important;
  margin-bottom: 0!important;
}
@media (min-width: 768px) {
  .company-info .info-block-number {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.2;
    margin-top: 40px;
  }
}
.company-info .info-block-number span {
  font-weight: 100 !important;
}
.company-info a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #00799E;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.company-info a .info-block-number {
  color: #00799E;
}
.company-info a:hover {
  color: #d95c23;
}
.company-info a:hover .info-block-number {
  color: #d95c23;
}
/*
.business-company-info {

  table {
    width: 100%;
    line-height: 1.6;
  }

  td {
    padding: @baseline/3 0;
    border-top: 1px solid @border-color;

    &:last-of-type {
      text-align: right;
    }
  }

  tr:last-child {

    td {
      border-bottom: 1px solid @border-color;
    }
  }
}
*/
.business-details {
  display: block;
  margin-bottom: 40px;
}
.business-details h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .business-details h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.business-details ul {
  list-style: none;
  padding-left: 0;
}
.business-details li {
  margin-bottom: 5px;
}
.business-details li div {
  margin-bottom: 10px;
}
.business-details .with-icons {
  line-height: 1.4;
}
.business-details .with-icons li {
  display: table;
}
.business-details .with-icons li .btn-badge {
  display: table-row;
  padding: 0;
}
.business-details .with-icons li .btn-badge + .popover.top > .arrow {
  bottom: -21px;
}
.business-details .with-icons li .evt-badge,
.business-details .with-icons li .evt-badge-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.business-details .with-icons li .evt-badge-text {
  padding-left: 10px;
}
.business-services {
  padding-left: 0;
}
.business-services ul {
  margin-bottom: 0;
}
.business-service-area p {
  color: #224d5f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dededa;
}
.business-service-area ul {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .business-service-area {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .business-gallery a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.contractor-type {
  color: #4A4D47;
  margin-bottom: 10px;
  font-weight: 700;
}
.contractor-type span {
  font-weight: 300;
}
.show-details-link {
  font-weight: 700;
  padding-left: 20px;
  display: inline-block;
  width: auto;
  padding-right: 20px;
  float: right;
}
.show-details-link.business-name {
  position: relative;
  display: block;
  float: none;
  padding-right: 80px;
}
@media (min-width: 550px) {
  .show-details-link.business-name {
    padding-left: 20px;
  }
}
.show-details-link.business-name h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
  margin-top: 10px;
  margin-bottom: 0;
  color: #00799E;
}
@media (min-width: 768px) {
  .show-details-link.business-name h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.show-details-link.business-name:hover h2 {
  color: #d95c23;
}
@media (max-width: 550px) {
  .show-details-link {
    width: 100%;
  }
}
.review-criteria p {
  padding-left: 25px;
}
.review-criteria svg {
  width: 18px;
  height: 18px;
  margin: 0 0 -2px;
  vertical-align: baseline;
  fill: #ffc63f;
  stroke: #ffc63f;
  stroke-width: 0.025em;
}
.results .review-criteria {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.contact-info li {
  padding-bottom: 5px;
}
.contact-info a {
  display: block;
  font-weight: 300;
}
.contact-info svg {
  width: 15px;
  height: 20px;
  fill: #224d5f;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
.distance {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}
.search-criteria {
  margin-bottom: 20px;
}
.results-count {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
}
.results-count .count {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
.results-count .count small,
.results-count .count .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.results-count .count small,
.results-count .count .small {
  font-size: 65%;
}
.results-count strong {
  color: #b1ff63;
}
.results-count a {
  margin-left: 10px;
}
.search-open .results-count {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .filter-btn .btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    background-color: #224d5f;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    z-index: 500;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .filter-btn .btn:focus,
  .filter-btn .btn.focus {
    color: #fff;
    background-color: #152f39;
    border-color: rgba(191, 191, 191, 0.4);
  }
  .filter-btn .btn:hover {
    color: #fff;
    background-color: #152f39;
    border-color: rgba(224, 224, 224, 0.4);
  }
  .filter-btn .btn:active,
  .filter-btn .btn.active,
  .open > .dropdown-toggle.filter-btn .btn {
    color: #fff;
    background-color: #152f39;
    border-color: rgba(224, 224, 224, 0.4);
  }
  .filter-btn .btn:active:hover,
  .filter-btn .btn.active:hover,
  .open > .dropdown-toggle.filter-btn .btn:hover,
  .filter-btn .btn:active:focus,
  .filter-btn .btn.active:focus,
  .open > .dropdown-toggle.filter-btn .btn:focus,
  .filter-btn .btn:active.focus,
  .filter-btn .btn.active.focus,
  .open > .dropdown-toggle.filter-btn .btn.focus {
    color: #fff;
    background-color: #0b191f;
    border-color: rgba(191, 191, 191, 0.4);
  }
  .filter-btn .btn:active,
  .filter-btn .btn.active,
  .open > .dropdown-toggle.filter-btn .btn {
    background-image: none;
  }
  .filter-btn .btn.disabled,
  .filter-btn .btn[disabled],
  fieldset[disabled] .filter-btn .btn,
  .filter-btn .btn.disabled:hover,
  .filter-btn .btn[disabled]:hover,
  fieldset[disabled] .filter-btn .btn:hover,
  .filter-btn .btn.disabled:focus,
  .filter-btn .btn[disabled]:focus,
  fieldset[disabled] .filter-btn .btn:focus,
  .filter-btn .btn.disabled.focus,
  .filter-btn .btn[disabled].focus,
  fieldset[disabled] .filter-btn .btn.focus,
  .filter-btn .btn.disabled:active,
  .filter-btn .btn[disabled]:active,
  fieldset[disabled] .filter-btn .btn:active,
  .filter-btn .btn.disabled.active,
  .filter-btn .btn[disabled].active,
  fieldset[disabled] .filter-btn .btn.active {
    background-color: #224d5f;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .filter-btn .btn .badge {
    color: #224d5f;
    background-color: #fff;
  }
  .filter-btn .btn:hover {
    background-color: #d95c23;
    color: #fff !important;
  }
  .filter-btn .btn svg {
    fill: #fff !important;
  }
  .filter-btn .btn span {
    display: inline-block;
  }
}
.intake-form-header {
  text-align: center;
  margin-bottom: 20px;
}
.intake-form-header .business-photo {
  max-width: 100px;
}
@media (min-width: 768px) {
  .find-tools {
    text-align: right;
  }
  .find-tools .form-inline {
    display: inline-block;
  }
}
.find-tools .sort-dropdown {
  height: 42px;
  margin-bottom: 4px;
}
.print-page {
  display: none;
}
.print-page:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .print-page {
    display: inline-block;
    text-align: right;
  }
  .print-page svg {
    width: 20px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
  }
}
.fac-contractor-photo {
  margin-bottom: 30px;
}
.find-contractor-retailer .pagination .disabled {
  opacity: 0.5;
}
.find-contractor-retailer .pagination .disabled a {
  cursor: not-allowed;
  pointer-events: none;
}
#popular-searches a {
  font-weight: 700;
}
/* ----------------------------------------------------
About
---------------------------------------------------- */
.general .breadcrumb-wrapper {
  margin-top: 20px;
}
.general .breadcrumb a {
  background-color: #f6f6f5;
  color: #6d6f6a;
}
.general .breadcrumb a:after {
  border-right-color: #f6f6f5;
}
@media (min-width: 768px) {
  .general #main-content {
    float: right;
  }
}
.general .main-layer {
  padding-top: 0;
  background-color: #fff;
}
.homepage .page-header .dash:after {
  margin-bottom: 20px;
}
.homepage .header-wrapper.full-bleed-photo {
  padding: 0;
  background-size: cover;
}
@media (max-width: 992px) {
  .homepage .header-wrapper.full-bleed-photo {
    background-position: 80% center!important;
  }
}
.homepage #hero-copy {
  height: 45vh;
  max-height: 400px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage #hero-copy {
    height: 65vh;
    min-height: 400px;
    max-height: 700px;
  }
}
.homepage #hero-copy h1 {
  margin-bottom: 0;
}
.homepage .copy-wrapper {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  background-color: rgba(34, 77, 95, 0.9);
  padding: 20px;
  margin: 20px auto -100px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: 100;
  max-width: 600px;
}
@media (min-width: 768px) {
  .homepage .copy-wrapper {
    margin: 20px 20px -60px;
    padding: 40px;
    left: 0;
    right: auto;
  }
}
.homepage .what-we-do {
  background-position: left bottom;
  padding: 120px 0 150px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 480px) {
  .homepage .what-we-do {
    padding-bottom: 300px;
  }
}
@media (min-width: 768px) {
  .homepage .what-we-do {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .homepage .what-we-do {
    padding-top: 40px;
    padding-bottom: 400px;
  }
}
.homepage .what-we-do .row {
  padding: 0 20px 20px;
}
@media (max-width: 767px) {
  .homepage .what-we-do .row {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage .what-we-do.no-background {
  background: none!important;
  padding-top: 140px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .homepage .what-we-do.no-background {
    padding-top: 120px;
  }
}
.homepage .channels {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f6f6f5 !important;
}
@media (max-width: 767px) {
  .homepage .channels .split-50-50 {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .homepage .channels .split-50-50 {
    margin-bottom: 20px;
  }
}
.banner {
  background-color: rgba(177, 232, 132, 0.9) !important;
  padding: 20px;
  text-align: center;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .banner {
    padding: 30px;
  }
  .banner:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid rgba(177, 232, 132, 0.9);
    margin-left: -25px;
  }
}
.banner:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(177, 232, 132, 0.9);
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  z-index: 100;
}
.banner h2 {
  color: #224d5f;
  margin-bottom: 0;
}
.global-metrics {
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #f6f6f5;
  padding: 0 0 30% 0;
}
.global-metrics h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #224d5f;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .global-metrics h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.global-metrics h2 span {
  background-color: #f6f6f5;
  padding: 20px;
  position: relative;
  z-index: 100;
  font-weight: 300;
}
.global-metrics h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #b1e884;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.landing-page header .lp-title {
  text-align: right;
}
.landing-page header .lp-title .tagline {
  color: #224d5f;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
}
.landing-page header .lp-title .links-to-site {
  color: #fff;
}
.landing-page header.is-sticky {
  width: 100%;
}
.landing-page header.no-nav #utility .home-link a {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none!important;
  width: auto;
  display: inline-block;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal;
  margin-bottom: 5px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
  color: #224d5f;
  background-color: transparent;
  border-color: #224d5f;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
.landing-page header.no-nav #utility .home-link a:focus,
.landing-page header.no-nav #utility .home-link a:active:focus,
.landing-page header.no-nav #utility .home-link a.active:focus,
.landing-page header.no-nav #utility .home-link a.focus,
.landing-page header.no-nav #utility .home-link a:active.focus,
.landing-page header.no-nav #utility .home-link a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.landing-page header.no-nav #utility .home-link a:hover,
.landing-page header.no-nav #utility .home-link a:focus,
.landing-page header.no-nav #utility .home-link a.focus {
  color: #333;
  text-decoration: none;
}
.landing-page header.no-nav #utility .home-link a:active,
.landing-page header.no-nav #utility .home-link a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.landing-page header.no-nav #utility .home-link a.disabled,
.landing-page header.no-nav #utility .home-link a[disabled],
fieldset[disabled] .landing-page header.no-nav #utility .home-link a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.landing-page header.no-nav #utility .home-link a.disabled,
fieldset[disabled] a.landing-page header.no-nav #utility .home-link a {
  pointer-events: none;
}
.landing-page header.no-nav #utility .home-link a + .btn {
  margin-left: 5px;
}
.landing-page header.no-nav #utility .home-link a.help {
  font-weight: 300;
}
.landing-page header.no-nav #utility .home-link a.icon-only {
  padding: 5px 5px;
}
.landing-page header.no-nav #utility .home-link a.btn-block {
  display: block;
  width: 100%;
}
.landing-page header.no-nav #utility .home-link a.btn-pill {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.landing-page header.no-nav #utility .home-link a.input-lg {
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
.landing-page header.no-nav #utility .home-link a span {
  font-weight: 300;
}
.landing-page header.no-nav #utility .home-link a svg {
  margin-right: 4px;
  display: inline;
}
.landing-page header.no-nav #utility .home-link a:focus,
.landing-page header.no-nav #utility .home-link a.focus {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000101;
}
.landing-page header.no-nav #utility .home-link a:hover {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #122832;
}
.landing-page header.no-nav #utility .home-link a:active,
.landing-page header.no-nav #utility .home-link a.active,
.open > .dropdown-toggle.landing-page header.no-nav #utility .home-link a {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #122832;
}
.landing-page header.no-nav #utility .home-link a:active:hover,
.landing-page header.no-nav #utility .home-link a.active:hover,
.open > .dropdown-toggle.landing-page header.no-nav #utility .home-link a:hover,
.landing-page header.no-nav #utility .home-link a:active:focus,
.landing-page header.no-nav #utility .home-link a.active:focus,
.open > .dropdown-toggle.landing-page header.no-nav #utility .home-link a:focus,
.landing-page header.no-nav #utility .home-link a:active.focus,
.landing-page header.no-nav #utility .home-link a.active.focus,
.open > .dropdown-toggle.landing-page header.no-nav #utility .home-link a.focus {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000101;
}
.landing-page header.no-nav #utility .home-link a:active,
.landing-page header.no-nav #utility .home-link a.active,
.open > .dropdown-toggle.landing-page header.no-nav #utility .home-link a {
  background-image: none;
}
.landing-page header.no-nav #utility .home-link a.disabled,
.landing-page header.no-nav #utility .home-link a[disabled],
fieldset[disabled] .landing-page header.no-nav #utility .home-link a,
.landing-page header.no-nav #utility .home-link a.disabled:hover,
.landing-page header.no-nav #utility .home-link a[disabled]:hover,
fieldset[disabled] .landing-page header.no-nav #utility .home-link a:hover,
.landing-page header.no-nav #utility .home-link a.disabled:focus,
.landing-page header.no-nav #utility .home-link a[disabled]:focus,
fieldset[disabled] .landing-page header.no-nav #utility .home-link a:focus,
.landing-page header.no-nav #utility .home-link a.disabled.focus,
.landing-page header.no-nav #utility .home-link a[disabled].focus,
fieldset[disabled] .landing-page header.no-nav #utility .home-link a.focus,
.landing-page header.no-nav #utility .home-link a.disabled:active,
.landing-page header.no-nav #utility .home-link a[disabled]:active,
fieldset[disabled] .landing-page header.no-nav #utility .home-link a:active,
.landing-page header.no-nav #utility .home-link a.disabled.active,
.landing-page header.no-nav #utility .home-link a[disabled].active,
fieldset[disabled] .landing-page header.no-nav #utility .home-link a.active {
  background-color: transparent;
  border-color: #224d5f;
}
.landing-page header.no-nav #utility .home-link a .badge {
  color: transparent;
  background-color: #224d5f;
}
.landing-page header.no-nav #utility .home-link a:hover {
  background-color: #d95c23;
  border-color: #d95c23;
  color: #fff;
}
.landing-page header.no-nav #utility .home-link a:hover svg {
  fill: #fff !important;
}
.landing-page header.no-nav #utility .home-link a svg {
  fill: #224d5f;
}
@media (min-width: 768px) {
  .landing-page header.no-nav #utility .home-link a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.landing-page header.no-nav #utility .utility-wrapper {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .landing-page header.no-nav #utility .utility-wrapper {
    text-align: right;
  }
}
.landing-page header.shared {
  background-color: #fff;
}
.landing-page header.shared #utility {
  background-color: #fff;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .landing-page header.shared #utility .row {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .landing-page header.shared #utility .logo,
  .landing-page header.shared #utility .links {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.landing-page header.shared #utility .logo img {
  height: auto;
}
@media (max-width: 767px) {
  .landing-page header.shared #utility .logo {
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .landing-page header.shared #utility .links {
    text-align: center;
  }
}
.landing-page header .sponsor-wrapper .sponsor-logos {
  display: none;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .landing-page header .sponsor-wrapper .sponsor-logos {
    display: block;
  }
}
.landing-page header .sponsor-wrapper .sponsor-logos a {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.landing-page header .sponsor-wrapper .sponsor-logos a:hover {
  -webkit-filter: inherit;
  filter: inherit;
}
.landing-page header .sponsor-wrapper .sponsor-logos a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.landing-page header .sponsor-wrapper a {
  color: #224d5f;
  display: inline-block;
  font-weight: 700;
}
.landing-page header .sponsor-wrapper a:hover {
  color: #d95c23 !important;
}
.landing-page header .sponsor-wrapper img {
  display: inline-block;
  height: 40px;
  width: auto;
  padding: 5px;
}
.landing-page .header-wrapper.full-bleed-photo {
  min-height: 500px;
}
@media (max-width: 767px) {
  .landing-page .header-wrapper.full-bleed-photo {
    background-image: none !important;
    min-height: auto;
  }
}
.landing-page .intro-copy {
  color: #b1ff63;
}
@media (min-width: 768px) {
  .landing-page #hero-copy.hero-container-box {
    background-color: #00799E;
    background-color: rgba(34, 77, 95, 0.9);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 20px;
  }
}
.news-blog .content-layer {
  background-color: transparent;
}
.news-blog .filter .form-control {
  margin-bottom: 0;
}
.category-list {
  position: relative;
  border-bottom: 1px dashed #dededa;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .category-list .view-all {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
}
.category-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.category-list .card {
  margin-bottom: 20px;
}
.media-item {
  display: block;
  padding: 20px 0;
  border-top: 1px dashed #dededa;
}
.media-item img {
  float: left;
  padding: 0 0 6.66666667px 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
}
.media-item h3 {
  margin-top: 0;
  color: #00799E;
}
.media-item p {
  color: #6d6f6a;
}
.media-item p:last-child {
  margin-bottom: 0;
}
.media-item:hover h3 {
  color: #d95c23;
}
.media-item .header-4 {
  margin-bottom: 0;
}
.media-item:last-child {
  border-bottom: 1px dashed #dededa;
  margin-bottom: 20px;
}
#news-blog-comments {
  background-color: #f6f6f5;
}
.comment-form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.comments {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
ul.comments .who {
  font-weight: 700;
  color: #224d5f;
}
ul.comments .text {
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-style: italic;
  padding-left: 20px;
}
ul.comments li {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  position: relative;
}
ul.comments h4 {
  color: #6ebc3d;
  font-weight: 300;
}
ul.comments .reply {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.comment-count {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #224d5f;
  margin-bottom: 5px;
  margin-top: 10px;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 20px;
}
.comment-count .meta {
  color: #224d5f;
  font-weight: 300;
}
#sort-options {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .rebates-list .header-wrapper {
    padding: 60px 0 60px;
  }
}
.rebates-smart-thermostat-form .dynamic-form form .form-field-element,
.rebates-smart-thermostat-form .dynamic-form form .form-half-text {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element,
  .rebates-smart-thermostat-form .dynamic-form form .form-half-text {
    float: left;
    width: 50%;
  }
}
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-electric-utility-company,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-electric-utility-account-number,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-vermont-gas-account-number,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-1-purchase-price,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-1-purchase-date,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-1-installation-date,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-2-purchase-price,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-2-purchase-date,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-2-installation-date,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-installer-company-name,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-installer-contact-name,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-installer-phone-number,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-file-field {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-electric-utility-company,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-electric-utility-account-number,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-vermont-gas-account-number,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-1-purchase-price,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-1-purchase-date,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-1-installation-date,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-2-purchase-price,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-2-purchase-date,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-thermostat-2-installation-date,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-installer-company-name,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-installer-contact-name,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-installer-phone-number,
  .rebates-smart-thermostat-form .dynamic-form form .form-field-element-file-field {
    float: left;
    width: 33.33333333%;
  }
}
.rebates-smart-thermostat-form .dynamic-form form .form-section-header,
.rebates-smart-thermostat-form .dynamic-form form .form-full-text,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-check-box,
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-text-area {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.rebates-smart-thermostat-form .dynamic-form form .form-field-element-enumeration {
  overflow: auto;
}
.rebates-smart-thermostat-form .dynamic-form form .ng-touched.ng-invalid:required {
  border-left: solid 5px #ee3124;
}
.rebates-smart-thermostat-form .dynamic-form form .ng-touched.ng-valid:required {
  border-left: solid 5px #84C959;
}
.supporting-tips-tools {
  background: #2b5764 url(/images/tips-tools-background-photo.jpg) repeat-x center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.supporting-tips-tools h2 {
  color: #fff;
  margin-top: 0;
}
.supporting-tips-tools h2 em {
  font-style: normal;
  font-size: 60%;
  font-weight: 300;
}
.supporting-tips-tools h2.dash:after {
  background-color: #84C959;
}
.supporting-tips-tools-list a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  font-weight: 700;
  color: #00799E;
  display: block;
  padding: 20px 0;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: relative;
  text-shadow: none;
}
.supporting-tips-tools-list a:hover {
  color: #6d6f6a;
  text-decoration: none;
}
.supporting-tips-tools-list li {
  border-top: 1px dashed rgba(255, 255, 255, 0.6);
  padding: 0!important;
}
.supporting-tips-tools-list li:last-child {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.supporting-tips-tools .supporting-tips-tools-list a {
  color: #fff;
  padding-left: 20px;
  background-position: 0 26px;
  text-decoration: none;
}
.supporting-tips-tools .supporting-tips-tools-list a:hover {
  color: #84C959;
}
.supporting-tips-tools .supporting-tips-tools-list li {
  border-color: rgba(255, 255, 255, 0.2);
}
.question:before {
  content: "Q:";
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  float: left;
  padding: 0 15px 2px 0;
  color: #84C959;
}
.answer {
  margin-bottom: 60px;
}
.answer:before {
  content: "A:";
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  float: left;
  padding: 0 15px 2px 0;
  color: #84C959;
}
@media (min-width: 768px) {
  .tips-tools-list .header-wrapper {
    padding: 60px 0 60px;
  }
}
#trade-partner-footer {
  text-align: center;
  color: #fff;
  background-color: #224d5f;
  background-size: cover;
}
#trade-partner-footer h2 {
  color: white;
}
.diy-form .form-field-element-file-field input {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none!important;
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal;
  margin-bottom: 5px;
  color: #224d5f;
  background-color: transparent;
  border-color: #224d5f;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: block;
  width: 100%;
}
.diy-form .form-field-element-file-field input:focus,
.diy-form .form-field-element-file-field input:active:focus,
.diy-form .form-field-element-file-field input.active:focus,
.diy-form .form-field-element-file-field input.focus,
.diy-form .form-field-element-file-field input:active.focus,
.diy-form .form-field-element-file-field input.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.diy-form .form-field-element-file-field input:hover,
.diy-form .form-field-element-file-field input:focus,
.diy-form .form-field-element-file-field input.focus {
  color: #333;
  text-decoration: none;
}
.diy-form .form-field-element-file-field input:active,
.diy-form .form-field-element-file-field input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.diy-form .form-field-element-file-field input.disabled,
.diy-form .form-field-element-file-field input[disabled],
fieldset[disabled] .diy-form .form-field-element-file-field input {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.diy-form .form-field-element-file-field input.disabled,
fieldset[disabled] a.diy-form .form-field-element-file-field input {
  pointer-events: none;
}
.diy-form .form-field-element-file-field input + .btn {
  margin-left: 5px;
}
.diy-form .form-field-element-file-field input.help {
  font-weight: 300;
}
.diy-form .form-field-element-file-field input.icon-only {
  padding: 5px 5px;
}
.diy-form .form-field-element-file-field input.btn-block {
  display: block;
  width: 100%;
}
.diy-form .form-field-element-file-field input.btn-pill {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.diy-form .form-field-element-file-field input.input-lg {
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
.diy-form .form-field-element-file-field input span {
  font-weight: 300;
}
.diy-form .form-field-element-file-field input svg {
  margin-right: 4px;
  display: inline;
}
.diy-form .form-field-element-file-field input:focus,
.diy-form .form-field-element-file-field input.focus {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000101;
}
.diy-form .form-field-element-file-field input:hover {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #122832;
}
.diy-form .form-field-element-file-field input:active,
.diy-form .form-field-element-file-field input.active,
.open > .dropdown-toggle.diy-form .form-field-element-file-field input {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #122832;
}
.diy-form .form-field-element-file-field input:active:hover,
.diy-form .form-field-element-file-field input.active:hover,
.open > .dropdown-toggle.diy-form .form-field-element-file-field input:hover,
.diy-form .form-field-element-file-field input:active:focus,
.diy-form .form-field-element-file-field input.active:focus,
.open > .dropdown-toggle.diy-form .form-field-element-file-field input:focus,
.diy-form .form-field-element-file-field input:active.focus,
.diy-form .form-field-element-file-field input.active.focus,
.open > .dropdown-toggle.diy-form .form-field-element-file-field input.focus {
  color: #224d5f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000101;
}
.diy-form .form-field-element-file-field input:active,
.diy-form .form-field-element-file-field input.active,
.open > .dropdown-toggle.diy-form .form-field-element-file-field input {
  background-image: none;
}
.diy-form .form-field-element-file-field input.disabled,
.diy-form .form-field-element-file-field input[disabled],
fieldset[disabled] .diy-form .form-field-element-file-field input,
.diy-form .form-field-element-file-field input.disabled:hover,
.diy-form .form-field-element-file-field input[disabled]:hover,
fieldset[disabled] .diy-form .form-field-element-file-field input:hover,
.diy-form .form-field-element-file-field input.disabled:focus,
.diy-form .form-field-element-file-field input[disabled]:focus,
fieldset[disabled] .diy-form .form-field-element-file-field input:focus,
.diy-form .form-field-element-file-field input.disabled.focus,
.diy-form .form-field-element-file-field input[disabled].focus,
fieldset[disabled] .diy-form .form-field-element-file-field input.focus,
.diy-form .form-field-element-file-field input.disabled:active,
.diy-form .form-field-element-file-field input[disabled]:active,
fieldset[disabled] .diy-form .form-field-element-file-field input:active,
.diy-form .form-field-element-file-field input.disabled.active,
.diy-form .form-field-element-file-field input[disabled].active,
fieldset[disabled] .diy-form .form-field-element-file-field input.active {
  background-color: transparent;
  border-color: #224d5f;
}
.diy-form .form-field-element-file-field input .badge {
  color: transparent;
  background-color: #224d5f;
}
.diy-form .form-field-element-file-field input:hover {
  background-color: #d95c23;
  border-color: #d95c23;
  color: #fff;
}
.diy-form .form-field-element-file-field input:hover svg {
  fill: #fff !important;
}
.diy-form .form-field-element-file-field input svg {
  fill: #224d5f;
}
.diy-form .form-field-element-first-name,
.diy-form .form-field-element-last-name,
.diy-form .form-field-element-installation-street-address,
.diy-form .form-field-element-zip-code,
.diy-form .form-field-element-city,
.diy-form .form-field-element-state,
.diy-form .form-field-element-payee-first-name,
.diy-form .form-field-element-payee-last-name,
.diy-form .form-field-element-payee-street-address,
.diy-form .form-field-element-payee-zip-code,
.diy-form .form-field-element-payee-city,
.diy-form .form-field-element-payee-state {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .diy-form .form-field-element-first-name,
  .diy-form .form-field-element-last-name,
  .diy-form .form-field-element-installation-street-address,
  .diy-form .form-field-element-zip-code,
  .diy-form .form-field-element-city,
  .diy-form .form-field-element-state,
  .diy-form .form-field-element-payee-first-name,
  .diy-form .form-field-element-payee-last-name,
  .diy-form .form-field-element-payee-street-address,
  .diy-form .form-field-element-payee-zip-code,
  .diy-form .form-field-element-payee-city,
  .diy-form .form-field-element-payee-state {
    float: left;
    width: 33.33333333%;
  }
}
.diy-form .form-field-element-electric-utility-company,
.diy-form .form-field-element-electric-utility-account-number,
.diy-form .form-field-element-email-address,
.diy-form .form-field-element-phone-number {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .diy-form .form-field-element-electric-utility-company,
  .diy-form .form-field-element-electric-utility-account-number,
  .diy-form .form-field-element-email-address,
  .diy-form .form-field-element-phone-number {
    float: left;
    width: 50%;
  }
}
.diy-form p,
.diy-form h2,
.diy-form h3,
.diy-form .diy-form-instructions,
.diy-form .form-field-element-button,
.diy-form .form-field-element-email-signup,
.diy-form .form-field-element-receives-payment,
.diy-form .form-field-element-projects-completed,
.diy-form .form-field-element-rent-or-own,
.diy-form .form-field-element-additional-comments,
.diy-form .form-field-element-file-field,
.diy-form .form-field-element-terms-conditions,
.diy-form .add-receipt,
.diy-form .email-us-receipts,
.diy-form .add-photo,
.diy-form .email-us-photos,
.diy-form .project-photo-label {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .diy-form p,
  .diy-form h2,
  .diy-form h3,
  .diy-form .diy-form-instructions,
  .diy-form .form-field-element-button,
  .diy-form .form-field-element-email-signup,
  .diy-form .form-field-element-receives-payment,
  .diy-form .form-field-element-projects-completed,
  .diy-form .form-field-element-rent-or-own,
  .diy-form .form-field-element-additional-comments,
  .diy-form .form-field-element-file-field,
  .diy-form .form-field-element-terms-conditions,
  .diy-form .add-receipt,
  .diy-form .email-us-receipts,
  .diy-form .add-photo,
  .diy-form .email-us-photos,
  .diy-form .project-photo-label {
    float: left;
    width: 100%;
  }
}
.diy-form .add-receipt span {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none!important;
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal;
  margin-bottom: 5px;
  color: #fff;
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
  margin-top: 12px;
}
.diy-form .add-receipt span:focus,
.diy-form .add-receipt span:active:focus,
.diy-form .add-receipt span.active:focus,
.diy-form .add-receipt span.focus,
.diy-form .add-receipt span:active.focus,
.diy-form .add-receipt span.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.diy-form .add-receipt span:hover,
.diy-form .add-receipt span:focus,
.diy-form .add-receipt span.focus {
  color: #333;
  text-decoration: none;
}
.diy-form .add-receipt span:active,
.diy-form .add-receipt span.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.diy-form .add-receipt span.disabled,
.diy-form .add-receipt span[disabled],
fieldset[disabled] .diy-form .add-receipt span {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.diy-form .add-receipt span.disabled,
fieldset[disabled] a.diy-form .add-receipt span {
  pointer-events: none;
}
.diy-form .add-receipt span + .btn {
  margin-left: 5px;
}
.diy-form .add-receipt span.help {
  font-weight: 300;
}
.diy-form .add-receipt span.icon-only {
  padding: 5px 5px;
}
.diy-form .add-receipt span.btn-block {
  display: block;
  width: 100%;
}
.diy-form .add-receipt span.btn-pill {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.diy-form .add-receipt span.input-lg {
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
.diy-form .add-receipt span span {
  font-weight: 300;
}
.diy-form .add-receipt span svg {
  margin-right: 4px;
  display: inline;
}
.diy-form .add-receipt span:focus,
.diy-form .add-receipt span.focus {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(191, 191, 191, 0.5);
}
.diy-form .add-receipt span:hover {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
.diy-form .add-receipt span:active,
.diy-form .add-receipt span.active,
.open > .dropdown-toggle.diy-form .add-receipt span {
  color: #fff;
  background-color: #265a33;
  border-color: rgba(224, 224, 224, 0.5);
}
.diy-form .add-receipt span:active:hover,
.diy-form .add-receipt span.active:hover,
.open > .dropdown-toggle.diy-form .add-receipt span:hover,
.diy-form .add-receipt span:active:focus,
.diy-form .add-receipt span.active:focus,
.open > .dropdown-toggle.diy-form .add-receipt span:focus,
.diy-form .add-receipt span:active.focus,
.diy-form .add-receipt span.active.focus,
.open > .dropdown-toggle.diy-form .add-receipt span.focus {
  color: #fff;
  background-color: #1b4125;
  border-color: rgba(191, 191, 191, 0.5);
}
.diy-form .add-receipt span:active,
.diy-form .add-receipt span.active,
.open > .dropdown-toggle.diy-form .add-receipt span {
  background-image: none;
}
.diy-form .add-receipt span.disabled,
.diy-form .add-receipt span[disabled],
fieldset[disabled] .diy-form .add-receipt span,
.diy-form .add-receipt span.disabled:hover,
.diy-form .add-receipt span[disabled]:hover,
fieldset[disabled] .diy-form .add-receipt span:hover,
.diy-form .add-receipt span.disabled:focus,
.diy-form .add-receipt span[disabled]:focus,
fieldset[disabled] .diy-form .add-receipt span:focus,
.diy-form .add-receipt span.disabled.focus,
.diy-form .add-receipt span[disabled].focus,
fieldset[disabled] .diy-form .add-receipt span.focus,
.diy-form .add-receipt span.disabled:active,
.diy-form .add-receipt span[disabled]:active,
fieldset[disabled] .diy-form .add-receipt span:active,
.diy-form .add-receipt span.disabled.active,
.diy-form .add-receipt span[disabled].active,
fieldset[disabled] .diy-form .add-receipt span.active {
  background-color: #357E48;
  border-color: rgba(255, 255, 255, 0.5);
}
.diy-form .add-receipt span .badge {
  color: #357E48;
  background-color: #fff;
}
.diy-form .add-receipt span:hover {
  background-color: #d95c23;
}
.target-page .content-label {
  color: #224d5f;
  font-size: 12px;
}
.target-page .content-label.stone-gray-type {
  color: #76777a;
}
.target-page .sub-copy {
  font-weight: 700;
  font-size: 0.7em;
}
.target-page .story-headshot {
  max-width: 150px;
  margin: 0;
}
.target-page .two-image-right,
.target-page .video {
  padding-top: 3.3em;
  padding-bottom: 3.3em;
}
.target-page section {
  padding: 3em 0;
}
.target-page .form-field-element-email-field {
  width: 60%;
  display: inline-block;
}
.target-page .form-field-element-phone {
  width: 39%;
  display: inline-block;
}
.target-page form .btn-sm {
  border-color: transparent;
  margin-top: 2em;
}
.target-page a svg {
  height: 30px;
  width: 30px;
}
.target-page .add-height {
  min-height: 55px;
}
.target-page .inline {
  display: inline-block;
}
.target-page ul.inline {
  margin-left: 1em;
}
.target-page .align-right {
  text-align: right;
}
.target-page legend {
  display: none;
}
.target-page .dash:after {
  background-color: #84C959;
}
.target-page .two-image-right img.first {
  margin-bottom: 2em;
}
.target-page a.text-decoration-none {
  text-decoration: none;
}
.target-page .full-width-mobile {
  display: none;
}
.target-page .align-btm {
  display: flex;
}
.target-page .eq-height {
  margin-bottom: 3em;
}
.target-page .col-btm {
  display: flex;
  flex-direction: column;
}
.target-page .item-btm {
  margin-top: auto;
}
.target-page [data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
.target-page [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
.target-page [data-toggle="collapse"].collapsed:hover,
.target-page [data-toggle="collapse"].expanded:hover {
  background-color: #d95c23 !important;
}
@media (max-width: 767px) {
  .target-page .btn {
    width: 100%;
    display: inline-block;
  }
  .target-page .small-callout {
    display: none;
  }
  .target-page .full-width-mobile {
    display: block;
  }
  .target-page .add-height {
    min-height: initial;
  }
  .target-page .align-btm {
    display: block;
  }
  .target-page .story-headshot {
    margin-right: 2em;
  }
  .target-page .mobile-float {
    display: inline-block;
  }
  .target-page .two-image-right img {
    width: 48%;
    display: inline-block;
  }
  .target-page h2 {
    margin-bottom: 1em;
  }
  .target-page .social.align-right {
    position: absolute;
    bottom: -20px;
    text-align: left;
  }
  .target-page .two-image-right img.first {
    margin-bottom: 0;
  }
  .target-page .secondary {
    margin-top: 2em;
  }
}
@font-face {
  font-family: 'lg';
  src: url("/Themes/evt/Styles/plug-ins/lightgallery/fonts/lg.eot");
  src: url("/Themes/evt/Styles/plug-ins/lightgallery/fonts/lg.eot") format("embedded-opentype"), url("/Themes/evt/Styles/plug-ins/lightgallery/fonts/lg.woff") format("woff"), url("/Themes/evt/Styles/plug-ins/lightgallery/fonts/lg.ttf") format("truetype"), url("/Themes/evt/Styles/plug-ins/lightgallery/fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 18px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  /*font-size: 13px;*/
  font-weight: bold;
}
.lg-sub-html p {
  /*font-size: 12px;*/
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/Themes/evt/Styles/plug-ins/lightgallery/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
@media (min-width: 768px) {
  .content-layer.copy-with-sidebar {
    /* This rule should be be added to content-layers.less after line 25. Might need slight finessing. */
  }
  .content-layer.copy-with-sidebar .sidebar-left {
    border-right: 1px dashed #dededa;
    padding-bottom: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
ul.blog-posts.content-items {
  padding-left: 0;
  list-style: none;
}
.about-infographic svg {
  padding-top: 7px;
}
.about-infographic .after-amount {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 300;
  font-family: "adelle", "lexia", "Times New Roman", serif;
  display: inline-block;
}
.about-infographic .blue-type,
.about-infographic .green-type {
  padding-bottom: 20px;
}
.about-infographic .infographic-divider-header {
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dededa;
}
.about-infographic .card {
  max-width: 500px;
}
.about-infographic .card .row div {
  padding-left: 0;
}
.about-infographic .cal-cls-1 {
  fill: #eaf5fa;
}
.about-infographic .cal-cls-2 {
  fill: #a7deef;
}
.about-infographic .cal-cls-3 {
  fill: #22afd4;
}
.about-infographic .plant-cls-1 {
  fill: #eaf5fa;
}
.about-infographic .plant-cls-2 {
  fill: #a7deef;
}
.about-infographic .plant-cls-3 {
  fill: #22afd4;
}
.about-infographic .money-cls-1,
.about-infographic .money-cls-4 {
  fill: #48965e;
}
.about-infographic .money-cls-2,
.about-infographic .money-cls-3 {
  fill: #80bf58;
}
.about-infographic .money-cls-3,
.about-infographic .money-cls-4 {
  font-size: 22.07px;
}
.about-infographic .money-cls-3,
.about-infographic .money-cls-4,
.about-infographic .money-cls-5,
.about-infographic .money-cls-6 {
  font-family: Interstate;
}
.about-infographic .money-cls-5 {
  font-size: 32.96px;
  fill: #7ec78e;
}
.about-infographic .money-cls-6 {
  font-size: 36.08px;
  fill: #bedc98;
}
.about-infographic .pig-cls-1 {
  fill: #80bf58;
}
.about-infographic .pig-cls-2 {
  fill: #48965e;
}
.about-infographic .house-cls-1 {
  fill: #02b4db;
  fill-rule: evenodd;
}
.about-infographic .led-cls-1,
.about-infographic .led-cls-2 {
  fill-rule: evenodd;
}
.about-infographic .led-cls-1 {
  fill: url(#linear-gradient);
}
.about-infographic .led-cls-2 {
  fill: #22afd4;
}
.about-infographic .barn-cls-1 {
  fill: #b8def4;
}
.about-infographic .barn-cls-2 {
  fill: #22afd4;
}
.about-infographic .ski-cls-1 {
  fill: #b8def4;
}
.about-infographic .ski-cls-2 {
  fill: #22afd4;
}
.about-infographic .student-cls-1 {
  fill: #22afd4;
}
.about-infographic .student-cls-2 {
  fill: #b8def4;
}
.about-infographic .streetlamp-cls-1 {
  fill: #22afd4;
}
.about-infographic .streetlamp-cls-2 {
  fill: url(#linear-gradient);
}
.card.padded a {
  display: block;
}
#messages .alert {
  margin-top: 20px;
}
figcaption {
  margin-bottom: 20px;
  font-style: italic;
}
a {
  cursor: pointer;
}
.evt-output-positive {
  font-size: 200%;
}
.collapsed:before {
  content: '\25ba';
  color: #ffffff;
}
.expanded:before {
  content: '\25bc';
  color: #ffffff;
}
.collapsed,
.expanded {
  cursor: pointer !important;
  text-decoration: none !important;
}
.collapsed:hover,
.expanded:hover {
  background-color: transparent !important;
}
tr td a {
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #35c4e5;
  border-color: #35c4e5;
}
.LPMcontainer.LPMoverlay {
  border-radius: 5px 5px 0 0 !important;
  right: 40px !important;
}
.search-again {
  cursor: pointer !important;
}
div.card-find.ng-enter,
div.card-find.ng-leave,
div.card-find.ng-move {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
}
div.card-find {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
}
div.card-find.ng-enter.ng-enter-active,
div.card-find.ng-leave,
div.card-find.ng-move {
  opacity: 1;
  top: 0;
}
div.card-find.ng-leave.ng-leave-active,
.ng-enter,
.ng.move {
  opacity: 0;
  top: -50px;
}
.spinner {
  width: 500px;
  height: 150px;
  text-align: left;
  font-size: 10px;
}
.spinner > div {
  background-color: #f4f4f1;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  background-color: #d7f3fa;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  background-color: #35c4e5;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  background-color: #d7f3fa;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  background-color: #f4f4f1;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.pt-1 {
  padding-top: 20px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 60px;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 60px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 60px;
}
@media print {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .default-print-type {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  a:after {
    display: none;
  }
  .btn {
    display: none!important;
  }
  #utility .logo .evt-logo {
    width: 100px;
    height: 39px;
  }
  #utility .logo .evt-logo .logo-efficiency {
    fill: #224d5f;
  }
  #utility .logo .evt-logo .logo-vermont {
    fill: #84C959;
  }
  article {
    page-break-before: always;
  }
  body {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .row {
    max-width: none;
  }
  #page-wrapper {
    width: 95%;
    float: none;
    *zoom: 1;
    margin: 0 auto;
  }
  #page-wrapper:before,
  #page-wrapper:after {
    content: " ";
    display: table;
  }
  #page-wrapper:after {
    clear: both;
  }
  #page-wrapper:before,
  #page-wrapper:after {
    content: " ";
    display: table;
  }
  #page-wrapper:after {
    clear: both;
  }
  #page-wrapper:before,
  #page-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #page-wrapper:after {
    clear: both;
  }
  #page-wrapper:before,
  #page-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #page-wrapper:after {
    clear: both;
  }
  .page-header #hero-background.header-wrapper {
    padding: 20px 0 0!important;
  }
  .page-header div,
  .page-header p {
    width: 100%!important;
    max-width: none!important;
  }
  .page-header.profile {
    text-align: center;
  }
  .page-header.profile .business-photo {
    width: 150px;
    margin: 0 auto;
  }
  .rating {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .rating a {
    display: none;
  }
  .business-sidebar {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .business-sidebar .block {
    padding: 0;
  }
  .business-sidebar .channel {
    display: none;
  }
  .business-details .with-icons li {
    padding-left: 0;
    min-height: 0;
  }
  .business-details .icon {
    display: none;
  }
  .review .customer-rating,
  .review .customer-review {
    width: 100%;
    padding-left: 0;
  }
  .review .rating-changed,
  .review .customer-review-date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .review .score {
    margin-bottom: 10px;
  }
  .review .contractor-reply,
  .review .customer-reply {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }
  .review .contractor-reply .business-photo,
  .review .customer-reply .business-photo {
    top: 0;
  }
  .review .contractor-reply .customer-name,
  .review .customer-reply .customer-name {
    margin-top: 0;
  }
  .btn-sort {
    display: inline-block;
  }
  .card-find {
    border-bottom: 1px solid #c6c6bf;
    margin-bottom: 0;
    page-break-inside: avoid;
  }
  .card-find .card-info {
    margin-bottom: 10px;
  }
  .card-find h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .card-find.card-wrapper {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .card-find .content-label {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .card-find .rating {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .card-find:first-of-type {
    border-top: 1px solid #c6c6bf;
  }
  .card-find .photo-wrapper {
    display: none;
  }
  .card-find .business-photo {
    border: 1px solid #dededa;
  }
  .card-find .info-wrapper {
    width: 100%;
  }
  .card-find .info-wrapper div {
    padding: 0;
  }
  .card-find ul.evt-badges {
    list-style: disc!important;
    padding-left: 30px;
  }
  .card-find ul.evt-badges li {
    display: list-item;
  }
  .card-find ul.evt-badges .evt-badge {
    display: none;
  }
  .card-find ul.evt-badges .sr-only {
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
    overflow: auto;
    clip: auto;
    border: 0;
  }
  .search-criteria {
    margin-bottom: 0;
  }
  .search-summary {
    display: block!important;
  }
  #utility .links,
  #utility .tagline,
  #nav-sticky-wrapper,
  #nav,
  .breadcrumb-wrapper,
  .scroll-indicator,
  .related-info,
  .sidebar,
  #share,
  #signup,
  #find-form,
  form,
  label,
  #secondary-nav,
  .pushy,
  .do-not-print,
  .pagination,
  .print-card,
  .menu-btn,
  #results-per-page,
  .supporting-tips-tools,
  .content-layer.video {
    display: none!important;
  }
  article {
    width: 100%!important;
  }
  #utility {
    text-align: center;
  }
  #utility .logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  header {
    border-bottom: 5px solid #84C959;
    margin-bottom: 20px;
  }
  h1,
  .header-1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  h2,
  .header-2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  h3,
  .header-3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  h4,
  .header-4 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .content-label {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
  section,
  section.content-layer {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .page-header,
  .page-header .header-wrapper {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .content-layer.types {
    border: none;
  }
  #buy-box .cta,
  #buy-box .other-links {
    display: none;
  }
  .dash {
    background-color: #000104;
  }
  .dash:after {
    display: none;
  }
  .comments header {
    border: none;
    margin: 0;
  }
  .comments li {
    padding: 0!important;
    margin: 0!important;
  }
  .comments .reply {
    display: none;
  }
  .comment-form {
    display: none;
  }
  footer {
    border-top: 5px solid #84C959;
    margin-top: 40px;
  }
  footer .column-wrapper {
    display: block;
  }
  footer .column-1,
  footer .column-2,
  footer .social-icons {
    display: none!important;
  }
  footer #contact-info.column-3 {
    display: block;
    width: 100%;
    border: none;
  }
  footer .column-3 p {
    width: 25%;
    float: left;
  }
  footer #copyright {
    display: none;
  }
}
