/*! Compiled SASS file | Do NOT modify from here !*/
/* line 41, ../../sass/helpers/mixins/utilities/general/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 46, ../../sass/helpers/mixins/utilities/general/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 95, ../../sass/helpers/_placeholders.scss */
h1, h2, h3 {
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 787px) {
  /* line 95, ../../sass/helpers/_placeholders.scss */
  h1, h2, h3 {
    line-height: 110%;
  }
}

/* line 117, ../../sass/helpers/_placeholders.scss */
h5, h6 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 140%;
  font-style: italic;
}

/* line 290, ../../sass/helpers/_placeholders.scss */
input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: auto;
  outline: none;
  font-size: 14px;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #858585;
  font-weight: 400;
}
@media (max-width: 600px) {
  /* line 290, ../../sass/helpers/_placeholders.scss */
  input, select, textarea {
    width: 100%;
  }
}
/* line 312, ../../sass/helpers/_placeholders.scss */
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
  border-color: #939597;
}

/* line 322, ../../sass/helpers/_placeholders.scss */
input[type="checkbox"], input[type="radio"] {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 327, ../../sass/helpers/_placeholders.scss */
input[type="checkbox"] + label, input[type="radio"] + label {
  padding-left: 2.25em;
  margin-right: 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

/* line 343, ../../sass/helpers/_placeholders.scss */
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #1b6f6c;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  width: auto;
  height: 3.14286em;
  min-width: 5.71429em;
  padding: 0 2.14286em;
  border: 1px solid #1b6f6c;
  font-size: 0.875em;
  font-weight: 400;
  /* text: {
    transform: uppercase;
  } */
  line-height: 2.60714em;
}
@media (max-width: 787px) {
  /* line 343, ../../sass/helpers/_placeholders.scss */
  input[type="submit"], input[type="reset"], input[type="button"], button {
    width: 100%;
    text-align: center;
  }
}
/* line 378, ../../sass/helpers/_placeholders.scss */
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, button:focus {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #134746;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 387, ../../sass/helpers/_placeholders.scss */
input[type="submit"] + input[type="submit"], input[type="reset"] + input[type="submit"], input[type="button"] + input[type="submit"], button + input[type="submit"], input[type="submit"] + input[type="reset"], input[type="reset"] + input[type="reset"], input[type="button"] + input[type="reset"], button + input[type="reset"], input[type="submit"] + input[type="button"], input[type="reset"] + input[type="button"], input[type="button"] + input[type="button"], button + input[type="button"], input[type="submit"] + button, input[type="reset"] + button, input[type="button"] + button, button + button {
  margin-left: 1.42857em;
}
@media (max-width: 787px) {
  /* line 387, ../../sass/helpers/_placeholders.scss */
  input[type="submit"] + input[type="submit"], input[type="reset"] + input[type="submit"], input[type="button"] + input[type="submit"], button + input[type="submit"], input[type="submit"] + input[type="reset"], input[type="reset"] + input[type="reset"], input[type="button"] + input[type="reset"], button + input[type="reset"], input[type="submit"] + input[type="button"], input[type="reset"] + input[type="button"], input[type="button"] + input[type="button"], button + input[type="button"], input[type="submit"] + button, input[type="reset"] + button, input[type="button"] + button, button + button {
    margin-left: 0;
  }
}

/* line 405, ../../sass/helpers/_placeholders.scss */
input[type="reset"], input[type="button"], button {
  color: #fff;
  background-color: #1b6f6c;
}
/* line 99, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
input[type="reset"]:active, input[type="button"]:active, button:active, input.active[type="reset"], input.active[type="button"], button.active {
  background-color: #5c5c5c;
}

/* line 40, ../../sass/base/default.scss */
*::selection {
  background-color: #1b6f6c;
  color: #fff;
}
/* line 48, ../../sass/base/default.scss */
*::-moz-selection {
  background-color: #1b6f6c;
  color: #fff;
}

/* line 103, ../../sass/base/default.scss */
html {
  font-size: 16px;
}

/* line 113, ../../sass/base/default.scss */
body {
  color: #333;
  background-color: #fff;
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 140%;
}
/* line 116, ../../sass/base/default.scss */
body.main-body {
  background-color: #333;
}
/* line 118, ../../sass/base/default.scss */
body.main-body.page-block {
  background-color: transparent;
}
/* line 135, ../../sass/base/default.scss */
html body.admin-menu.front {
  background-position: center 72px;
}

/* line 145, ../../sass/base/default.scss */
h1 {
  font-size: 1.9em;
  font-weight: bold;
  color: #333;
  margin: 0 0 0.5em 0;
}
@media (max-width: 787px) {
  /* line 145, ../../sass/base/default.scss */
  h1 {
    font-size: 18px;
  }
}

/* line 163, ../../sass/base/default.scss */
h2 {
  margin: 0;
  color: #333;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 2em;
}

/* line 175, ../../sass/base/default.scss */
h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.8em;
}

/* line 186, ../../sass/base/default.scss */
h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 140%;
}

/* line 210, ../../sass/base/default.scss */
p {
  margin: 0 0 15px 0;
}

/* line 217, ../../sass/base/default.scss */
address {
  font-style: normal;
}

/* line 226, ../../sass/base/default.scss */
a {
  color: #1b6f6c;
  text-decoration: underline;
  /*&:hover,
  &:focus,
  &:not(.contextual-links-trigger) {
    @include transition(all .3s ease-out);
  }*/
}
/* line 32, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
a:hover {
  color: #1a9d99;
}
/* line 37, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
a:focus {
  color: #1a9d99;
}
/* line 42, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
a.active-trail {
  color: #1a9d99;
}
/* line 47, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
a.active {
  color: #1a9d99;
}
/* line 52, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
a:visited {
  color: #1b6f6c;
}
/* line 228, ../../sass/base/default.scss */
a:visited:hover {
  color: #1a9d99;
}
/* line 20, ../../sass/helpers/mixins/typography/links/_hover-link.scss */
a:hover, a:focus {
  text-decoration: none;
}
/* line 248, ../../sass/base/default.scss */
h2 a, h3 a {
  color: #1b6f6c;
}
/* line 32, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
h2 a:hover, h3 a:hover {
  color: #1a9d99;
}
/* line 37, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
h2 a:focus, h3 a:focus {
  color: #1a9d99;
}
/* line 42, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
h2 a.active-trail, h3 a.active-trail {
  color: #1a9d99;
}
/* line 47, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
h2 a.active, h3 a.active {
  color: #1a9d99;
}
/* line 52, ../../sass/helpers/mixins/typography/links/_link-colors.scss */
h2 a:visited, h3 a:visited {
  color: #1b6f6c;
}
/* line 251, ../../sass/base/default.scss */
h2 a:visited:hover, h3 a:visited:hover {
  color: #1a9d99;
}

/* line 257, ../../sass/base/default.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 265, ../../sass/base/default.scss */
strong {
  font-weight: 600;
}

/* line 274, ../../sass/base/default.scss */
img {
  max-width: 100%;
  height: auto;
}
/* line 284, ../../sass/base/default.scss */
figure img {
  display: block;
}

/* line 292, ../../sass/base/default.scss */
iframe {
  max-width: 100%;
}
@media (min-width: 788px) and (max-width: 1060px) {
  /* line 292, ../../sass/base/default.scss */
  iframe {
    width: 100%;
    height: 27.375em;
  }
}

/* line 311, ../../sass/base/default.scss */
table {
  background-color: transparent;
}

/* line 314, ../../sass/base/default.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #cdcbbc;
  text-align: left;
}

/* line 320, ../../sass/base/default.scss */
th {
  text-align: left;
}

/* line 327, ../../sass/base/default.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 336, ../../sass/base/default.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 346, ../../sass/base/default.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 355, ../../sass/base/default.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 362, ../../sass/base/default.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 376, ../../sass/base/default.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 384, ../../sass/base/default.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.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;
}

/* line 9, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.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;
}

/* line 9, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.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;
}

/* line 9, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.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;
}

/* line 9, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../sass/helpers/mixins/utilities/general/_table-row.scss */
.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;
}

/* line 412, ../../sass/base/default.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media (max-width: 1060px) {
  /* line 412, ../../sass/base/default.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 424, ../../sass/base/default.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 432, ../../sass/base/default.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 441, ../../sass/base/default.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 449, ../../sass/base/default.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 453, ../../sass/base/default.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 466, ../../sass/base/default.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 494, ../../sass/base/default.scss */
label {
  display: inline-block;
  font-weight: 600;
  line-height: 180%;
}

/* line 513, ../../sass/base/default.scss */
input[type="file"] {
  height: auto;
  vertical-align: top;
}
/* line 529, ../../sass/base/default.scss */
input[type="checkbox"] + label {
  background-image: url("../../../images/form-items/checkbox-normal-16x16.png");
}
/* line 535, ../../sass/base/default.scss */
input[type="checkbox"] + label:hover {
  background-image: url("../../../images/form-items/checkbox-hover-16x16.png");
}
/* line 543, ../../sass/base/default.scss */
input[type="checkbox"]:focus + label {
  background-image: url("../../../images/form-items/checkbox-hover-16x16.png");
}
/* line 550, ../../sass/base/default.scss */
input[type="checkbox"]:checked + label {
  background-image: url("../../../images/form-items/checkbox-active-16x16.png");
}
/* line 557, ../../sass/base/default.scss */
input[type="checkbox"][disabled] + label {
  background-image: url("../../../images/form-items/checkbox-disabled-16x16.png");
}
/* line 564, ../../sass/base/default.scss */
input[type="checkbox"][disabled]:checked + label {
  background-image: url("../../../images/form-items/checkbox-disabled-active-16x16.png");
}
/* line 578, ../../sass/base/default.scss */
input[type="radio"] + label {
  background-image: url("../../../images/form-items/radio-normal-16x16.png");
}
/* line 584, ../../sass/base/default.scss */
input[type="radio"] + label:hover {
  background-image: url("../../../images/form-items/radio-hover-16x16.png");
}
/* line 592, ../../sass/base/default.scss */
input[type="radio"]:focus + label {
  background-image: url("../../../images/form-items/radio-hover-16x16.png");
}
/* line 599, ../../sass/base/default.scss */
input[type="radio"]:checked + label {
  background-image: url("../../../images/form-items/radio-active-16x16.png");
}
/* line 606, ../../sass/base/default.scss */
input[type="radio"][disabled] + label {
  background-image: url("../../../images/form-items/radio-disabled-16x16.png");
}
/* line 613, ../../sass/base/default.scss */
input[type="radio"][disabled]:checked + label {
  background-image: url("../../../images/form-items/radio-disabled-active-16x16.png");
}

/* line 653, ../../sass/base/default.scss */
select {
  background-color: #fff;
  background-color: #fff;
  background-image: url("../../../images/form-items/arrow-right-yellow-42x30.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
  height: 2.5em;
  padding-right: 3em;
  font-size: 0.875em;
}
/* line 665, ../../sass/base/default.scss */
select:hover {
  background-color: #dbe7e7;
}
/* line 668, ../../sass/base/default.scss */
select.active {
  background-color: #dbe7e7;
  background-image: url("../../../images/form-items/arrow-bottom-yellow-42x30.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
/* line 675, ../../sass/base/default.scss */
select::-ms-expand {
  display: none;
}
/* line 682, ../../sass/base/default.scss */
select[multiple] {
  height: auto;
  background-image: none;
  overflow: hidden;
}

/* line 694, ../../sass/base/default.scss */
textarea {
  height: auto;
  padding: 0.625em;
  resize: vertical;
}

/* line 709, ../../sass/base/default.scss */
form small {
  font-style: italic;
}
