* {
  padding: 0;
  margin: 0;
}
a {
  outline: none;
}
a img {
  border: none;
}
address,
blockquote,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
label,
ol,
p,
pre,
ul {
  margin: 0;
}
embed,
img,
object,
video {
  border: 0;
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
  max-width: 100%;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html {
  -webkit-text-size-adjust: none;
}
fieldset {
  border: none;
  padding: 0;
}
fieldset.parameters-fieldset {
  border: 0.1rem solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 0 0 1.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
legend {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0.5rem 0;
}
.parameters-fieldset legend {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #69735a;
}
#ponds-toggle {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  background: #69735a;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  text-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  margin: 0 0 2rem;
}
#ponds-toggle.second-pond-open:before {
  -webkit-mask: url(/img/icons/minus.svg);
  mask: url(/img/icons/minus.svg);
}
#ponds-toggle:before {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  -webkit-mask: url(/img/icons/plus.svg);
  mask: url(/img/icons/plus.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
  margin: 0 1rem 0 0;
  position: relative;
  top: -0.2rem;
}
#ponds-toggle:hover {
  background: #222;
}
.slopes-add {
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  background: #222;
  border: none;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
.slopes-add:hover {
  background: #69735a;
}
.radios legend,
label {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  padding: 0 0 0.5rem 0;
  position: relative;
}
.calc-inputs .input label {
  display: inline-block;
}
.checkbox,
.checkbox input,
.checkbox label,
.radio input,
.radio label {
  display: inline-block;
  vertical-align: middle;
  color: #222;
}
.checkbox label {
  font-weight: normal;
  margin: 0 0.8571428571428571em 0 0.2857142857142857em;
  padding-bottom: 0;
}
.radio label {
  font-weight: normal;
}
.radio label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  border: 0.3rem solid #9ca68d;
  -webkit-box-shadow: 0 0 0 0.3rem #fff inset;
  box-shadow: 0 0 0 0.3rem #fff inset;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.8rem 0 0;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"]:checked + label:before {
  background: #69735a;
  border: 0.3rem solid #69735a;
}
.info {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: url(/img/icons/question-mark.svg);
  mask: url(/img/icons/question-mark.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #69735a;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0 0 0.4rem;
}
.info:hover {
  background: #221f20;
}
.field-hint {
  display: block;
  font-size: 1.4rem;
  margin: 0.25rem 0.25rem 0;
  color: #555;
  font-style: italic;
}
.checkbox,
.radio {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
textarea {
  font-family: inherit;
  font-size: inherit;
}
input,
select,
textarea {
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3.5rem 1rem 1rem;
  font-size: 2rem;
  -webkit-transition: border 250ms ease-out;
  -o-transition: border 250ms ease-out;
  transition: border 250ms ease-out;
  width: 100%;
}
input,
textarea {
  width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #fff url(/img/icons/select-arrow.svg) no-repeat calc(100% - 1rem)
    50%;
  background-size: 2.3rem auto;
}
.input {
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0.1rem solid #fff;
}
.input.error {
  border: 0.1rem solid #8d1618;
  border-radius: 0.5rem;
  background: #f5e5e5;
}
.input.error .field-hint,
.input.error abbr,
.input.error label {
  color: #8d1618;
}
.submit {
  padding: 0 1rem;
}
option {
  padding: 0 0.5rem;
}
input:hover,
select:hover,
textarea:hover {
  border: 0.1rem solid #69735a;
}
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
  border: none;
  padding: 0;
  width: auto;
}
input[type="color"] {
  height: 2.5em;
  width: 5em;
}
input[type="button"],
input[type="button"]:focus:valid,
input[type="submit"],
input[type="submit"]:focus:valid {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  background: #69735a;
  background-image: none !important;
  border: none;
  border-radius: 0.3rem;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  -webkit-appearance: none;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: auto !important;
  padding: 0.75rem 1.5rem;
  font-size: 2.4rem;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #222;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
.search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search-bar form label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
input[type="submit"].search-btn {
  padding-right: 4.5em;
  background: #222 url(/img/magnifying-glass.svg) no-repeat;
  background-size: 2.1em 2.2em;
  background-position: calc(100% - 1em) calc(50%);
}
input[type="submit"].search-btn:hover {
  background: #555 url(/img/magnifying-glass.svg) no-repeat;
  background-size: 2.1em 2.2em;
  background-position: calc(100% - 1em) calc(50%);
}
.form_tip {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-style: italic;
}
.form_tip .required,
label .required,
legend .required {
  color: #cc0000;
}
span.required {
  color: #ff0000;
}
.optional {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 400;
}
.form-ftr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem 0 0;
}
.form-ftr .form_tip {
  margin: 0.5rem auto 0.5rem 0;
}
.form-ftr .submit {
  padding: 0 0 0 1rem;
}
#UserLoginForm,
#UserRetrieveForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#UserLoginForm .input.password,
#UserLoginForm .input.text,
#UserRetrieveForm .input.password,
#UserRetrieveForm .input.text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 0.75rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1.5rem;
}
#UserLoginForm .submit,
#UserRetrieveForm .submit {
  margin: 0;
}
input:focus:valid,
textarea:focus:valid {
  background-image: url(/img/circle-check.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  border: 0.1rem solid #7aac41;
}
input.invalid,
input:focus:invalid,
textarea.invalid,
textarea:focus:invalid {
  background-image: url(/img/circle-x.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  border: 0.1rem solid #bc0000;
}
input.invalid,
input:focus:invalid,
input:focus:valid {
  background-position: calc(100% - 0.75rem) 50%;
}
textarea.invalid,
textarea:focus:invalid,
textarea:focus:valid {
  background-position: calc(100% - 0.75rem) 0.75rem;
}
.form_tip {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 1.6rem;
}
.optional {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  margin-left: 0.5rem;
}
label .tooltip {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
label:hover .tooltip {
  opacity: 1;
}
.tooltip {
  font-weight: normal;
  font-style: italic;
  font-size: 1.6rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.input-desc {
  font-size: 1.6rem;
  font-style: italic;
  padding: 0.5rem;
  display: block;
  color: #555;
}
.grecaptcha-badge {
  display: none;
}
@media screen and (max-width: 780px) {
  #UserLoginForm .input.password,
  #UserLoginForm .input.text {
    width: 100%;
  }
}
a#skiplink {
  position: absolute;
  top: auto;
  left: -99999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #221f20;
  font-family: Helvetica, Arial, sans-serif;
}
::-moz-selection {
  background: #353a2d;
  color: #fff;
}
::selection {
  background: #353a2d;
  color: #fff;
}
a:link {
  color: #69735a;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
a:visited {
  color: #221f20;
}
a:hover {
  color: #353a2d;
}
.btn,
.btn:link,
.btn:visited {
  font-size: 2.4rem;
  text-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  background: #69735a;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.btn:hover {
  background: #222;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
.print:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  -webkit-mask: url(/img/icons/printer.svg);
  mask: url(/img/icons/printer.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
  margin: 0 1rem;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
blockquote {
  background: #f6f6f6;
  font-style: italic;
  padding: 1.25em;
}
hr {
  background-color: #b8b8b8;
  border: medium none;
  clear: both;
  color: #b8b8b8;
  display: block;
  height: 1px;
  margin: 1.875em;
}
img[align="right"],
img[style*="float: right"] {
  display: block;
  float: right;
  margin: 0 0 1.25em 1.25em;
}
img[align="left"],
img[style*="float: left"] {
  display: block;
  float: left;
  margin: 0 1.25em 1.25em 0;
}
dl,
ol,
p,
ul {
  line-height: 1.5em;
  margin: 0 0 1.5em;
}
ol,
ul {
  margin: 0 0 1.5em 1.5em;
}
ol ol,
ol p,
ol ul,
ul ol,
ul p,
ul ul {
  margin-bottom: 0;
  font-size: 1em;
}
blockquote p:last-child,
ol p:last-child,
ul p:last-child {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
  font-style: italic;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  padding: 1.5rem;
}
td {
  border: 1px solid #fff;
  padding: 1.5rem;
}
table tr:nth-child(odd) {
  background: #eee;
}
table tr:nth-child(2n) {
  background: #dedede;
}
nav ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav a:link,
nav a:visited {
  display: block;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 192rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.5rem calc(1.5rem + 0.78125vw);
}
header .logo {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.6875vw;
  max-width: 57rem;
  min-width: 40.5rem;
}
header .logo img {
  display: block;
  margin: 0 auto;
}
header .title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #69735a;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  padding: 1rem 0 1.5rem;
  line-height: 1;
}
header nav {
  background: #041831;
  position: relative;
  z-index: 100;
}
header nav a:link,
header nav a:visited {
  background: #041831;
  color: #fff;
  padding: 0.5em;
  position: relative;
}
header nav .current > a,
header nav a:hover {
  background: #368fa6;
}
header nav ul li {
  position: relative;
  margin: 0;
}
header nav ul li:hover ul {
  display: block;
}
header nav ul ul {
  display: none;
  background: rgba(4, 24, 49, 0.9);
  position: absolute;
  display: block;
  width: 25em;
}
header nav ul ul a:link,
header nav ul ul a:visited {
  text-align: left;
  padding: 0.5em;
}
header nav ul ul li {
  display: block;
}
header nav .current .current a,
header nav ul ul a:hover {
  background: #368fa6;
}
#mobile-header {
  display: none;
}
#content {
  margin: 0 auto;
  width: 100%;
  max-width: 192rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(1.5rem + 0.78125vw) 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main {
  padding: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 111rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
}
main h1 {
  color: #69735a;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 3rem;
}
main h1 + h2 {
  margin-top: -5rem;
}
main h2 {
  font-family: "Times New Roman", Georgia, Times, serif;
  font-style: italic;
  color: #574741;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.5rem;
}
main h3 {
  font-size: 3.5rem;
  color: #69735a;
  line-height: 1;
  margin: 0 0 1.5rem;
}
main h4 {
  font-size: 2.8rem;
  font-family: "Times New Roman", Georgia, Times, serif;
  color: #574741;
  line-height: 1;
  margin: 0 0 1.5rem;
}
main h5 {
  font-size: 2.8rem;
  color: #69735a;
  line-height: 1;
  margin: 0 0 1.5rem;
}
main h6 {
  font-size: 2.6rem;
  line-height: 1;
  margin: 0 0 1.5rem;
}
main ol,
main p,
main ul {
  font-size: 2.4rem;
  margin: 0 0 3.2rem;
}
main ol:last-child,
main p:last-child,
main ul:last-child {
  margin-bottom: 0;
}
main p + ol,
main p + ul {
  margin-top: -1.6rem;
}
main ol,
main ul {
  margin: 0 0 3.2rem 4.5rem;
}
main ol li::marker,
main ul li::marker {
  color: #69735a;
  font-weight: bold;
}
main ol ol,
main ol ul,
main ul ol,
main ul ul {
  margin-bottom: 0;
}
main ol ol,
main ul ol {
  list-style-type: lower-roman;
}
main dl {
  margin: 0 0 3.2rem;
}
main dl:last-child {
  margin-bottom: 0;
}
main dl dt {
  color: #fff;
  font-style: normal;
  padding: 1.5rem 3rem;
  background: #69735a;
  font-size: 2.6rem;
  text-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  line-height: normal;
  border-radius: 0.5rem 0.5rem 0 0;
}
main dl dt .units {
  font-weight: normal;
  font-style: italic;
}
main dl dd {
  padding: 3rem;
  background: #e7e9e3;
  border: 0.1rem solid #9ca68d;
  margin: 0 0 3rem;
  line-height: normal;
  border-radius: 0 0 0.5rem 0.5rem;
}
main dl dd:last-child {
  margin-bottom: 0;
}
main table {
  margin: 0 0 3rem;
  border: none;
}
main table th {
  font-size: 2.4rem;
  background: #353a2d;
  border: 0.1rem solid #4f5644;
}
main table td {
  border: 0.1rem solid #b5bcaa;
  font-size: 2.4rem;
  background: #daded5;
}
main table.parameters td {
  text-align: center;
  font-weight: bold;
}
main table tr:nth-child(odd) td {
  background: #e7e9e3;
}
main .results-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 6rem;
}
main .results-hdr h2 {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  font-style: normal;
  color: #69735a;
  font-weight: bold;
}
main .results-hdr dl {
  margin: 0 0 0.5rem;
}
main .results-hdr dl.company-name {
  margin-right: 3rem;
}
main .results-hdr dt {
  color: #221f20;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0;
  background: transparent;
  text-shadow: none;
  display: inline-block;
}
main .results-hdr dd {
  font-size: 2.4rem;
  border: none;
  padding: 0;
  background: transparent;
  display: inline-block;
}
main .graph {
  height: 50vw;
  max-height: 50vh;
  position: relative;
  margin: 0 0 9rem 6rem;
}
main .graph .graph-bar {
  position: absolute;
  width: 15%;
  background: #aaa;
  bottom: 0.1rem;
  z-index: 1;
  border-radius: 1rem 1rem 0 0;
}
main .graph .graph-bar .bar-label {
  font-size: 2.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 0.5rem));
  -ms-transform: translate(-50%, calc(100% + 0.5rem));
  transform: translate(-50%, calc(100% + 0.5rem));
}
main .graph .graph-bar .bar-label abbr {
  font-style: normal;
  font-weight: bold;
  color: #000;
  text-align: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: block;
}
main .graph .graph-bar .bar-label abbr:before {
  display: none;
}
main .graph .graph-bar .bar-label abbr:after {
  content: attr(title);
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
main .graph .graph-bar .bar-value {
  font-size: 2.4rem;
  background: #fff;
  padding: 0.2rem 0.5rem;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 0.5rem));
  -ms-transform: translate(-50%, calc(-100% - 0.5rem));
  transform: translate(-50%, calc(-100% - 0.5rem));
}
main .graph #pf-bar {
  left: 14.3%;
  height: var(--data-ha-percent);
  border: 0.2rem solid #21331d;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#44673a),
    color-stop(50%, #44673a),
    color-stop(50%, #324d2b),
    to(#324d2b)
  );
  background: -webkit-linear-gradient(
    left,
    #44673a 0%,
    #44673a 50%,
    #324d2b 50%,
    #324d2b 100%
  );
  background: -o-linear-gradient(
    left,
    #44673a 0%,
    #44673a 50%,
    #324d2b 50%,
    #324d2b 100%
  );
  background: linear-gradient(
    to right,
    #44673a 0%,
    #44673a 50%,
    #324d2b 50%,
    #324d2b 100%
  );
}
main .graph #pif-bar {
  left: 42.9%;
  height: var(--data-ha-percent);
  border: 0.2rem solid #801416;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b31c1e),
    color-stop(50%, #b31c1e),
    color-stop(50%, #99181b),
    to(#99181b)
  );
  background: -webkit-linear-gradient(
    left,
    #b31c1e 0%,
    #b31c1e 50%,
    #99181b 50%,
    #99181b 100%
  );
  background: -o-linear-gradient(
    left,
    #b31c1e 0%,
    #b31c1e 50%,
    #99181b 50%,
    #99181b 100%
  );
  background: linear-gradient(
    to right,
    #b31c1e 0%,
    #b31c1e 50%,
    #99181b 50%,
    #99181b 100%
  );
}
main .graph #wb-bar {
  height: var(--data-ha-percent);
  left: 71.5%;
  border: 0.2rem solid #10446e;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1862a0),
    color-stop(50%, #1862a0),
    color-stop(50%, #145387),
    to(#145387)
  );
  background: -webkit-linear-gradient(
    left,
    #1862a0 0%,
    #1862a0 50%,
    #145387 50%,
    #145387 100%
  );
  background: -o-linear-gradient(
    left,
    #1862a0 0%,
    #1862a0 50%,
    #145387 50%,
    #145387 100%
  );
  background: linear-gradient(
    to right,
    #1862a0 0%,
    #1862a0 50%,
    #145387 50%,
    #145387 100%
  );
}
main .y-axis {
  list-style-type: none;
  margin: 0;
}
main .y-axis:before {
  content: "";
  position: absolute;
  width: 0.1rem;
  background: #ddd;
  left: 0;
  bottom: 0;
  top: -3rem;
}
main .y-axis li {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.1rem;
  background: #ddd;
}
main .y-axis li .y-axis-label {
  font-size: 1.2rem;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(calc(-100% - 0.5rem), -50%);
  -ms-transform: translate(calc(-100% - 0.5rem), -50%);
  transform: translate(calc(-100% - 0.5rem), -50%);
}
main .y-axis li.x-100 {
  bottom: 100%;
}
main .y-axis li.x-80 {
  bottom: 80%;
}
main .y-axis li.x-60 {
  bottom: 60%;
}
main .y-axis li.x-40 {
  bottom: 40%;
}
main .y-axis li.x-20 {
  bottom: 20%;
}
main .y-axis li.x-0 {
  bottom: 0%;
}
main .totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 3rem 4.5rem;
}
main .totals dl {
  margin: 0 0 0.5rem;
}
main .totals dl.ia-total {
  text-align: right;
  margin-left: 3rem;
}
main .totals dt {
  padding: 0;
  background: transparent;
  font-size: 2.4rem;
  margin: 0 0 -0.5rem;
  text-shadow: none;
  color: #555;
}
main .totals dt .currency {
  font-style: italic;
  font-weight: normal;
  font-size: 0.75em;
}
main .totals dd {
  font-size: 6rem;
  font-weight: bold;
  padding: 0;
  background: transparent;
  border: none;
  color: #000;
}
main .risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3rem 9rem;
}
main .risk-bar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3f643b),
    color-stop(25%, #7fa01b),
    color-stop(50%, #f7bb14),
    color-stop(75%, #ec2626),
    to(#7d2f2f)
  );
  background: -webkit-linear-gradient(
    left,
    #3f643b 0%,
    #7fa01b 25%,
    #f7bb14 50%,
    #ec2626 75%,
    #7d2f2f 100%
  );
  background: -o-linear-gradient(
    left,
    #3f643b 0%,
    #7fa01b 25%,
    #f7bb14 50%,
    #ec2626 75%,
    #7d2f2f 100%
  );
  background: linear-gradient(
    to right,
    #3f643b 0%,
    #7fa01b 25%,
    #f7bb14 50%,
    #ec2626 75%,
    #7d2f2f 100%
  );
  border-radius: 0.5rem;
  position: relative;
}
main .risk-bar dl {
  position: absolute;
  text-align: center;
  left: var(--data-percent);
}
main .risk-bar dl.baseline {
  top: 0;
  -webkit-transform: translate(-50%, calc(-100% - 1rem));
  -ms-transform: translate(-50%, calc(-100% - 1rem));
  transform: translate(-50%, calc(-100% - 1rem));
}
main .risk-bar dl.baseline:before {
  content: "";
  width: 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  border: 0.1rem solid rgba(0, 0, 0, 0.75);
  height: 6rem;
  border-radius: 0.3rem;
  display: block;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: calc(50% - 0.3rem);
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
main .risk-bar dl.baseline dt {
  font-size: 1.6rem;
  color: #555;
  text-transform: none;
}
main .risk-bar dl.baseline dd {
  font-size: 2.1rem;
  color: #555;
}
main .risk-bar dl.current-mine {
  top: initial;
  bottom: 0.4rem;
  -webkit-transform: translate(-50%, calc(100% + 1rem));
  -ms-transform: translate(-50%, calc(100% + 1rem));
  transform: translate(-50%, calc(100% + 1rem));
  border: 0.3rem solid #ccc;
  padding: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
main .risk-bar dl.current-mine.very-high {
  border: 0.3rem solid #7d2f2f;
}
main .risk-bar dl.current-mine.high {
  border: 0.3rem solid #ec2626;
}
main .risk-bar dl.current-mine.med {
  border: 0.3rem solid #f7bb14;
}
main .risk-bar dl.current-mine.low {
  border: 0.3rem solid #7fa01b;
}
main .risk-bar dl.current-mine.very-low {
  border: 0.3rem solid #3f643b;
}
main .risk-bar dl.current-mine:before {
  content: "";
  width: 1rem;
  height: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0.5rem;
  border: 0.2rem solid #000;
  display: block;
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: calc(50% - 0.5rem);
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
main .risk-bar dt {
  padding: 0;
  background: transparent;
  color: #555;
  text-shadow: none;
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  vertical-align: baseline;
  font-weight: normal;
}
main .risk-bar dd {
  padding: 0;
  background: transparent;
  color: #000;
  border: none;
  display: block;
  font-size: 2.8rem;
  vertical-align: baseline;
  font-weight: bold;
}
main dl.risk-factor {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  text-align: center;
  border: 0.5rem solid #ccc;
  padding: 1rem 3rem;
  margin-left: 3rem;
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
main dl.risk-factor.very-high {
  border: 0.5rem solid #7d2f2f;
}
main dl.risk-factor.high {
  border: 0.5rem solid #ec2626;
}
main dl.risk-factor.med {
  border: 0.5rem solid #f7bb14;
}
main dl.risk-factor.low {
  border: 0.5rem solid #7fa01b;
}
main dl.risk-factor.very-low {
  border: 0.5rem solid #3f643b;
}
main dl.risk-factor dt {
  padding: 0;
  background: transparent;
  color: #555;
  text-shadow: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
main dl.risk-factor dd {
  padding: 0;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1;
}
main blockquote {
  background: #e7e9e3;
  font-style: italic;
  padding: 3rem;
  margin: 0 0 4.5rem;
  font-size: 2.6rem;
  border-left: 1rem solid #69735a;
  line-height: 1.5;
}
main blockquote :last-child {
  margin-bottom: 0;
}
main code {
  font-size: 2.6rem;
}
.calculator-background-fill {
  display: none;
}
.instruction-container {
  position: relative;
}
.instruction-container .instructions {
  position: absolute;
  top: 35%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0.1rem solid #9ca68d;
  background: #e7e9e3;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  padding: 3rem;
}
.instruction-container .report-placeholder {
  display: block;
  margin: 0 auto;
}
dialog {
  display: block;
  border: 0;
}
.no-scroll {
  overflow: hidden;
}
.hidden {
  display: none;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75rem;
  max-width: calc(100% - 3rem);
  max-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  z-index: 1000;
}
.modal-content {
  padding: 3rem;
  max-height: calc(100vh - 9rem);
  overflow: auto;
}
.modal-content h1 {
  border-bottom: 0.1rem solid #69735a;
  padding: 0 3rem 0 0;
}
.modal-content ol,
.modal-content p,
.modal-content ul {
  font-size: 1.8rem;
}
.modal-content table {
  margin: 0 0 3rem;
  border: none;
}
.modal-content table th {
  font-size: 1.8rem;
  background: #353a2d;
  border: 0.1rem solid #4f5644;
}
.modal-content table td {
  border: 0.1rem solid #b5bcaa;
  font-size: 1.8rem;
  background: #daded5;
}
.modal-content table.parameters td {
  text-align: center;
  font-weight: bold;
}
.modal-content table tr:nth-child(odd) td {
  background: #e7e9e3;
}
.modal-content :last-child {
  margin-bottom: 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.invisible {
  opacity: 0;
}
.closed {
  display: none;
}
.modal-close {
  -webkit-mask: url(/img/icons/close.svg);
  mask: url(/img/icons/close.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 3rem;
  height: 3rem;
  display: block;
  background: #69735a;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 1.5rem;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  text-indent: -99999rem;
}
.modal-close:hover {
  background: #353a2d;
}
aside.calc-inputs {
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding: 2.4rem 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.6875vw;
  max-width: 57rem;
  min-width: 40.5rem;
}
aside.calc-inputs form {
  clear: both;
}
#inputs-toggle {
  display: none;
}
abbr {
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
  color: #555;
}
abbr:before {
  content: "(";
}
abbr:after {
  content: ")";
}
footer {
  margin: 0 auto;
  width: 100%;
  max-width: 192rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem calc(1.5rem + 0.78125vw);
  position: relative;
}
footer:before {
  content: "";
  height: 0.1rem;
  background: #e7e9e3;
  position: absolute;
  top: 0;
  left: calc(1.5rem + 0.78125vw);
  right: calc(1.5rem + 0.78125vw);
}
footer nav {
  margin: 0 -1.5rem;
}
footer nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer nav ul li {
  position: relative;
}
footer nav ul li:not(:last-child):after {
  content: "";
  width: 0.1rem;
  height: 1rem;
  position: absolute;
  background: #e7e9e3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
footer nav a:link,
footer nav a:visited {
  color: #69735a;
  text-transform: uppercase;
  padding: 1.5rem;
  font-size: 1.8rem;
  text-decoration: none;
}
footer nav a:hover {
  text-decoration: underline;
  color: #353a2d;
}
.social-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  text-indent: -99999rem;
}
.social-icon.facebook {
  -webkit-mask: url(/img/icons/social-media/facebook.svg);
  mask: url(/img/icons/social-media/facebook.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #333;
}
.social-icon.facebook:hover {
  background: #3b5999;
}
.social-icon.twitter {
  -webkit-mask: url(/img/icons/social-media/twitter.svg);
  mask: url(/img/icons/social-media/twitter.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #333;
}
.social-icon.twitter:hover {
  background: #5fa9dd;
}
.social-icon.instagram {
  -webkit-mask: url(/img/icons/social-media/instagram.svg);
  mask: url(/img/icons/social-media/instagram.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: -webkit-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -o-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  position: relative;
}
.social-icon.instagram:before {
  content: "";
  -webkit-mask: url(/img/icons/social-media/instagram.svg);
  mask: url(/img/icons/social-media/instagram.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.social-icon.instagram:hover:before {
  opacity: 0;
}
.social-icon.youtube {
  -webkit-mask: url(/img/icons/social-media/youtube.svg);
  mask: url(/img/icons/social-media/youtube.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #333;
}
.social-icon.youtube:hover {
  background: #ff0000;
}
.copyright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  font-size: 0.875em;
}
.copyright a:link,
.copyright a:visited {
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
.map-container {
  position: relative;
  height: 50rem;
}
.map-container #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calc-inputs .input .print-value {
  display: none;
}
@media screen and (max-width: 1320px) {
  main .totals {
    display: block;
  }
  main .totals dl.ia-total {
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1241px) {
  #calc-form {
    display: block !important;
  }
}
@media screen and (max-width: 1240px) {
  #content {
    display: block;
  }
  main {
    padding: 3rem 0;
  }
  aside.calc-inputs {
    width: 100%;
    max-width: 100%;
    min-width: initial;
  }
  #calc-form {
    margin-top: 3rem;
  }
  #inputs-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #fff;
    background: #69735a;
    font-size: 2.4rem;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
    text-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    text-align: left;
  }
  #inputs-toggle.open:before {
    -webkit-mask: url(/img/icons/accordion-arrow-up.svg);
    mask: url(/img/icons/accordion-arrow-up.svg);
  }
  #inputs-toggle:hover {
    background: #222;
  }
  #inputs-toggle:after {
    content: "";
    -webkit-mask: url(/img/icons/calculator.svg);
    mask: url(/img/icons/calculator.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 0 0 auto;
    background: #aebf95;
  }
  #inputs-toggle:before {
    content: "";
    -webkit-mask: url(/img/icons/accordion-arrow-down.svg);
    mask: url(/img/icons/accordion-arrow-down.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 2.4rem;
    height: 1.2rem;
    margin: 0 1.5rem 0 0;
    background: #fff;
  }
  .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .inputs .input {
    width: calc(33.333333% - 2rem);
    margin: 0 1rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inputs .input.full-width {
    width: calc(100% - 2rem);
  }
  .full-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  fieldset.parameters-fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  #ponds-toggle {
    margin: 0 1rem 2rem;
  }
  .slopes-add {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .inputs .input {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 780px) {
  header .logo {
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 35%;
    min-width: initial;
  }
  .inputs {
    display: block;
    margin: 0;
  }
  .inputs .input {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  fieldset.parameters-fieldset {
    margin-right: 0;
    margin-left: 0;
  }
  #ponds-toggle {
    margin: 0 0 2rem;
  }
  .slopes-add {
    margin: 0;
  }
}
@media screen and (max-width: 720px) {
  main .risk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 3rem 9rem;
  }
  main .risk-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  main dl.risk-factor {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
  header .title {
    font-size: 5vw;
  }
  #mobile-header {
    display: block;
    background: #69735a;
    text-align: right;
    overflow: auto;
    padding: 0.25rem 1.5rem 0.8rem;
    text-transform: uppercase;
  }
  #responsive-menu-button {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 1.8518518518518516vw;
  }
  footer nav ul {
    display: block;
    margin: 0;
    text-align: center;
  }
  footer nav ul li:after {
    display: none;
  }
}
.notification {
  border-radius: 0.5rem;
  font-size: 1.8rem;
}
.notification ol,
.notification ul {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.notification ol li,
.notification ul li {
  line-height: 1 !important;
}
.error-message,
.notification {
  position: relative;
  margin: 0 0 3rem 0;
  border: 0.1rem solid;
  background-position: 1.2rem 1.2rem !important;
  background-repeat: no-repeat !important;
}
.notification.attention {
  background-color: #feefb3;
  background-image: url("/img/icons/exclamation.svg");
  background-size: 2.1rem;
  border-color: #e2b503;
  color: #322801;
}
.notification.information {
  background-color: #bde5f8;
  background-image: url("/img/icons/information.svg");
  background-size: 2.1rem;
  border-color: #1696d3;
  color: #052331;
}
.notification.success {
  background-color: #dff2bf;
  background-image: url("/img/icons/circle-check.svg");
  background-size: 2.1rem;
  border-color: #86be27;
  color: #1e2a09;
}
.error-message,
.notification.error {
  background-color: #ffd1d1;
  background-image: url("/img/icons/exclamation_circle.svg");
  background-size: 2.1rem;
  border-color: #ff0505;
  color: #520000;
}
.notification div {
  padding: 1.2rem 6.5rem 1.2rem 4rem;
}
.notification .close {
  color: #990000;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  text-decoration: none;
  right: 0.5rem;
  top: 0.5rem;
}
.notification .close img {
  display: inline-block;
  vertical-align: middle;
}
.notification .close:hover {
  background: transparent;
  color: #330000;
}
.input .error-message,
.input .notification {
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  border: 0;
  font-size: 1.6rem;
}
.input-error {
  display: block;
}
.input .error-message {
  color: #520000;
  background: #ffd1d1 url("/img/icons/exclamation_circle.svg") left center
    no-repeat;
  background-size: 1.6rem;
  background-position: 1.2rem 0.6rem !important;
  margin: 0;
  font-style: italic;
}
.message {
  clear: both;
  color: #fff;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  padding: 0.5rem;
}
.cake-debug,
.cake-error,
.error-message,
.message,
.notice,
p.error {
  background: #ffcc00;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
  padding: 1rem 1.5rem;
  color: #404040;
  border-radius: 0.5rem;
}
.success {
  clear: both;
  color: #fff;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  background: #3b8230;
}
p.error {
  padding: 1.5rem;
  margin: 1.5rem 0;
}
p.error em {
  font-weight: normal;
  line-height: 140%;
}
.notice {
  color: #000;
  display: block;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  border-left: 0.1rem solid #e7e9e3;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.sidr.right {
  left: auto;
  right: -280px;
}
.sidr.left {
  left: -280px;
  right: auto;
}
.sidr ul {
  list-style-type: none;
  margin: 0;
  font-size: 2.1rem;
  text-align: center;
  text-transform: uppercase;
}
.sidr ul li {
  border-bottom: 0.1rem solid #e7e9e3;
}
.sidr ul ul {
  text-transform: none;
  margin: 0;
  font-size: 1.8rem;
}
.sidr ul ul li {
  border-bottom: 0.1rem solid white;
}
.sidr ul ul ul li {
  border-bottom: none;
}
.sidr .has-sub > a:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(/img/arrow-down.svg);
}
.sidr .has-sub.open > a:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(/img/arrow-up.svg);
}
.sidr a:link,
.sidr a:visited {
  display: block;
  text-decoration: none;
  padding: 1rem;
  position: relative;
  color: #69735a;
}
.sidr a:hover {
  background: #69735a;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .hamburger {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 26px;
  }
  .hamburger span {
    position: absolute;
    display: block;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    width: 100%;
  }
  .hamburger span:first-child {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 8px;
    opacity: 1;
  }
  .hamburger span:nth-child(3) {
    top: 16px;
  }
}
@media screen and (min-width: 641px) {
  body {
    position: static !important;
    width: auto !important;
  }
  .sidr {
    display: none !important;
  }
}

.giav-total {
  margin-top: 40px;
  line-height: 40px;
}
