@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Open+Sans:400,600,700&display=swap");
table.dataTable {
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #64707c;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Merriweather", serif;
  position: relative;
  margin: 0 0 30px;
}
body h1.red,
body h2.red,
body h3.red,
body h4.red,
body h5.red,
body h6.red {
  color: #98012e !important;
}
body h1 {
  font-size: 2.625em;
}
body h2 {
  font-size: 1.875em;
}
body h3 {
  font-size: 1.25em;
}
body h4 {
  font-size: 1.094em;
}
body p {
  margin: 0 0 30px;
}
body strong {
  font-weight: 600;
}
body img {
  max-width: 100%;
}
body a {
  color: #98012e !important;
  text-decoration: underline;
}
body a:hover {
  color: #98012e;
  text-decoration: none;
}
body a:visited, body a:active {
  color: #98012e;
}
body .btn,
body button,
body input[type=submit],
body .dnnPrimaryAction,
body .dnnSecondaryAction {
  color: #ffffff !important;
  background: #98012e;
  border: 2px solid #98012e;
  outline: 0;
  padding: 10px 60px 10px 30px;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.813em;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
body .btn:hover,
body button:hover,
body input[type=submit]:hover,
body .dnnPrimaryAction:hover,
body .dnnSecondaryAction:hover {
  color: #ffffff !important;
  background: #435364;
  border-color: #435364 !important;
}
body .btn#clearFilters,
body button#clearFilters,
body input[type=submit]#clearFilters,
body .dnnPrimaryAction#clearFilters,
body .dnnSecondaryAction#clearFilters {
  background: #435364 !important;
  border-color: #435364 !important;
  margin: 0;
  width: auto;
  padding: 10px 30px;
}
body .btn#clearFilters:hover,
body button#clearFilters:hover,
body input[type=submit]#clearFilters:hover,
body .dnnPrimaryAction#clearFilters:hover,
body .dnnSecondaryAction#clearFilters:hover {
  background: #98012e !important;
  border-color: #98012e !important;
}
@media (max-width: 768px) {
  body .btn,
body button,
body input[type=submit],
body .dnnPrimaryAction,
body .dnnSecondaryAction {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
}
body .btn:after,
body input[type=submit]:after,
body .dnnPrimaryAction:after,
body .dnnSecondaryAction:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: url(../img/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .btn.return {
  margin: 0 0 30px !important;
}
body .dnnPrimaryAction,
body .dnnSecondaryAction {
  padding: 10px 30px;
  border-radius: 100px;
}
body .dnnPrimaryAction:after,
body .dnnSecondaryAction:after {
  display: none;
}
body .dnnSecondaryAction {
  background: #6a7886;
  color: #ffffff !important;
  border-color: #6a7886;
}
body .dnnSecondaryAction:hover {
  color: #6a7886 !important;
  background: #ffffff;
  border-color: #6a7886 !important;
}
body .clear {
  clear: both;
}
body .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .card {
  border-radius: 0;
  border-top: 5px solid #98012e;
  padding: 15px;
  font-size: 0.875em;
}
body .card h4 {
  font-size: 1.25em;
  margin: 0 0 50px;
  color: #98012e;
  text-align: center;
}
body .card h4:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  height: 5px;
  background: #98012e;
  content: "";
  display: block;
  bottom: -20px;
}
body .card .list-group li:before {
  display: none;
}
body .card .stats {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body .card .stats li {
  font-size: 1.563em;
}
body .card .stats li span {
  font-size: 0.938rem;
  color: #98012e;
  clear: both;
  display: block;
  font-weight: 700;
  margin: 0 0 60px;
  position: relative;
  text-transform: uppercase;
}
body .card .stats li span:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  background: #a7a9ac;
}
body .card .stats li:before {
  display: none;
}
body .card .resources {
  font-size: 0.875em;
}
body .card .resources li:before {
  width: 15px;
  height: 15px;
  background: url(../img/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  top: 5px;
  left: -20px;
}
body .card .info {
  position: relative;
  margin: 0 0 30px;
}
body .card .info strong {
  font-size: 0.938em;
  text-transform: uppercase;
}
body .card .info p {
  font-size: 1rem;
}
body .card .info img {
  max-width: 50px;
  padding: 0 !important;
  margin: 15px;
}
body .card .info .btn {
  margin: 15px 0;
}
body .card .info:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  background: #a7a9ac;
}
body .card .info:last-of-type:after {
  display: none;
}
body .card p {
  margin: 0;
  font-size: 0.875em;
}
@media (max-width: 991px) {
  body .card {
    margin: 0 0 30px;
  }
}
body .nav-tabs {
  margin: 0 0 30px !important;
}
body form,
body fieldset {
  font-family: "Open Sans", sans-serif;
}
body form label,
body fieldset label {
  font-size: 0.875em;
}
body form input,
body form label,
body fieldset input,
body fieldset label {
  color: #64707c;
  display: block;
  width: 100%;
}
body form input,
body form select,
body form textarea,
body fieldset input,
body fieldset select,
body fieldset textarea {
  padding: 10px 15px;
  margin: 0 0 15px;
  font-size: 0.813em;
  width: 100%;
  outline: none;
  border: 2px solid #bcbec0;
}
body form input::-webkit-input-placeholder,
body form select::-webkit-input-placeholder,
body form textarea::-webkit-input-placeholder,
body fieldset input::-webkit-input-placeholder,
body fieldset select::-webkit-input-placeholder,
body fieldset textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808285;
}
body form input::-moz-placeholder,
body form select::-moz-placeholder,
body form textarea::-moz-placeholder,
body fieldset input::-moz-placeholder,
body fieldset select::-moz-placeholder,
body fieldset textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #808285;
}
body form input:-ms-input-placeholder,
body form select:-ms-input-placeholder,
body form textarea:-ms-input-placeholder,
body fieldset input:-ms-input-placeholder,
body fieldset select:-ms-input-placeholder,
body fieldset textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #808285;
}
body form input:-moz-placeholder,
body form select:-moz-placeholder,
body form textarea:-moz-placeholder,
body fieldset input:-moz-placeholder,
body fieldset select:-moz-placeholder,
body fieldset textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #808285;
}
body form input[type=submit],
body fieldset input[type=submit] {
  display: inline;
  border-radius: 50px;
  width: auto;
  margin: 30px 15px 0 0;
  padding: 10px 30px;
}
body form input[type=submit]#clear,
body fieldset input[type=submit]#clear {
  background: #6a7886;
  border-color: #6a7886;
}
body form input[type=submit]#clear:hover,
body fieldset input[type=submit]#clear:hover {
  background: #ffffff;
  color: #6a7886;
}
body form select,
body fieldset select {
  border-radius: 0.5em;
}
body form textarea,
body fieldset textarea {
  min-height: 150px;
}
body #dnn_ctr5582_View_ScopeWrapper {
  overflow: hidden;
}
body table th,
body table td {
  text-align: center;
  min-width: 0px;
}
body table thead {
  background: #6a7886;
  color: #ffffff;
}
body table thead tr {
  border: 1px solid #6a7886;
}
body table thead tr th {
  padding: 5px 15px;
  font-size: 0.95em;
}
body table thead tr th select,
body table thead tr th input {
  max-height: 40px;
  margin: 0;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #bcbec0;
  border-radius: 0.25em;
}
body table thead tr th .yadcf-filter-wrapper {
  position: relative;
  margin: 5px 0 0 0;
}
body table thead tr th button {
  border-radius: 100px;
  background: #64707c;
  border: 1px solid #64707c;
  color: #ffffff !important;
  position: absolute !important;
  top: 12px;
  right: 6px;
  padding: 0px 5px;
  font-size: 0.65em;
  width: auto;
  display: inline-block;
  display: none;
}
body table thead tr th button:after {
  display: none;
}
body table thead tr th .select2-container {
  display: none;
}
body table tbody tr {
  border: 1px solid #6a7886;
}
body table tbody tr td {
  border-right: 1px solid #6a7886;
  padding: 15px !important;
  color: #64707c;
}
body table tbody tr td:first-of-type {
  font-weight: 600;
}
body table.publications tbody tr td:nth-of-type(3) {
  text-align: left;
}
body table.protocols tbody tr td:nth-of-type(2) {
  text-align: left;
}
body table.dataTable {
  border-collapse: collapse;
}
body table.dataTable tr td {
  min-width: 120px;
}
body table.dataTable tr td:nth-of-type(5) {
  min-width: 150px;
}
body .select2-container {
  display: none;
}
body .LoginPanel {
  width: 100%;
  padding-right: 0;
  float: left;
}
@media (max-width: 768px) {
  body .dnnLoginService input[type=text],
body .dnnLoginService input[type=password] {
    width: 100%;
  }
}
body #dnn_ctr2432_View_tblbuttonsb tr,
body #dnn_ctr2432_View_tblbuttons tr {
  border: none;
}
body #dnn_ctr2432_View_tblbuttonsb tr td,
body #dnn_ctr2432_View_tblbuttons tr td {
  border: none;
  width: auto;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  text-decoration: underline !important;
  font-weight: 600;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button:focus, body .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #64707c !important;
  text-decoration: none !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: transparent;
  border: none;
  outline: none;
  color: #98012e !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  background: transparent;
  border: none;
  outline: none;
  text-decoration: none !important;
}
body .dataTables_wrapper {
  overflow-x: scroll;
}
body .dnnLoginService .dnnLabel {
  width: 100%;
  text-align: left;
}
body .dnnFormLabel {
  width: 100% !important;
}
body .dnnPrimaryAction {
  color: #ffffff !important;
}
body .dnnActions {
  list-style-type: none;
  padding: 0;
}
body .dnnActions li:before {
  display: none;
}
body #dnn_ctr2432_View_pnlsearchcriteria {
  min-width: 0 !important;
}
body .ddnForm hr {
  display: none !important;
}
body .tabbed-form-content .content-row:nth-of-type(2) .content-field:first-of-type input {
  width: calc(100% - 8px);
}
body .tabbed-form-content .content-row .error-message {
  color: #98012e;
}
body .formbox-editor-1200045 {
  width: 100% !important;
}
body .formbox-editor-1200045 .formbox-title-1200045 {
  display: none !important;
}
body .formbox-editor-1200045 input {
  width: 100% !important;
  margin: 0 0 15px !important;
}
@media (max-width: 991px) {
  body .formbox-editor-1200045 input {
    margin: 0 !important;
  }
}
body .formbox-editor-1200045 fieldset {
  max-width: 100%;
}
body .formbox-editor-1200045 fieldset:last-of-type {
  width: 135px;
  float: right;
  margin: -35px 15px 0 0px !important;
}
@media (max-width: 1199px) {
  body .formbox-editor-1200045 fieldset:last-of-type {
    float: none;
    margin: 0 auto !important;
  }
}
@media (max-width: 991px) {
  body .formbox-editor-1200045 fieldset {
    margin: 0 !important;
  }
}
body .formbox-editor-1200045 .formbox-field-fname-1200045,
body .formbox-editor-1200045 .formbox-field-add-1200045 {
  float: left;
  width: 150px;
}
@media (max-width: 1199px) {
  body .formbox-editor-1200045 .formbox-field-fname-1200045,
body .formbox-editor-1200045 .formbox-field-add-1200045 {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
}
body .formbox-editor-1200045 .formbox-field-email-1200045 {
  float: left;
  width: 300px;
}
@media (max-width: 1199px) {
  body .formbox-editor-1200045 .formbox-field-email-1200045 {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
body .formbox-editor-1200045 button {
  color: #ffffff !important;
  background: #98012e !important;
  background-color: #98012e !important;
  border: 2px solid #98012e !important;
  padding: 10px 30px;
  margin: 0 auto;
  display: block;
}
body .formbox-editor-1200045 button:hover {
  color: #ffffff !important;
  background: #435364 !important;
  border-color: #435364 !important;
}
body .formbox-editor-1200045 button:after {
  display: none;
}
@media (max-width: 991px) {
  body .formbox-editor-1200045 button {
    margin: 15px auto 0;
  }
}
body #dnn_ctr2432_View_gvpubview thead tr th {
  background-color: #6a7886 !important;
}
body #dnn_ctr2432_View_gvpubview tbody tr td:nth-of-type(3) {
  text-align: left;
}
body .dnnSearchBoxPanel .dnnSearchBox {
  margin-right: 130px;
}
body .dataTables_filter {
  text-align: left;
  display: inline-block;
}
body .dataTables_filter input {
  margin: 0 !important;
}
@media (max-width: 991px) {
  body .dataTables_filter {
    width: 100%;
    margin: 15px 0;
  }
}
body .dt-buttons {
  margin: 15px 0 0;
  float: left;
}
@media (max-width: 991px) {
  body .dt-buttons {
    width: 100%;
    margin: 0 0 30px;
  }
}
body #dnn_ctr2432_View_btnbacktotop_top {
  float: right;
  margin: 0 0 30px;
}
body .searchSkinObjectPreview {
  display: none !important;
}
body .dnnSearchBoxClearText {
  top: -2px;
  right: 8px;
}
body header .fixed-top {
  position: relative;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
body header .fixed-top #topbar {
  background: #98012e;
  color: #ffffff !important;
  height: 36px;
}
body header .fixed-top #topbar #dnn_dnnbootsterTopNav {
  display: inline-block;
}
body header .fixed-top #topbar ul {
  margin: 5px 15px 5px 0;
  display: inline-block;
}
body header .fixed-top #topbar ul li {
  margin: 0 30px 0 0;
}
body header .fixed-top #topbar ul li a {
  color: #ffffff !important;
  font-size: 0.813em;
  text-decoration: none;
}
body header .fixed-top #topbar ul li a:hover {
  text-decoration: underline;
}
body header .fixed-top #topbar ul li:last-of-type {
  margin: 0;
}
@media (max-width: 991px) {
  body header .fixed-top #topbar ul {
    display: none;
  }
}
body header .fixed-top #topbar a {
  color: #ffffff !important;
}
body header .fixed-top #topbar .SearchPane {
  display: inline-block;
  margin: 5px 0;
}
body header .fixed-top #topbar .SearchInput {
  top: 4px;
  position: absolute;
  right: 10px;
}
body header .fixed-top #topbar input[type=text] {
  background: #770b21;
  border: none;
  outline: none;
  padding: 3px 15px;
  font-size: 0.813em;
  margin: 0;
  color: #ffffff;
}
body header .fixed-top #topbar input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
body header .fixed-top #topbar input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
body header .fixed-top #topbar input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
body header .fixed-top #topbar input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
body header .fixed-top #topbar .fa-search {
  color: #5c0012;
  margin: 0px 0 -2px -25px;
}
body header .fixed-top #topbar #dnn_dnnSearch_ClassicSearch {
  position: relative;
  display: inline-block;
}
body header .fixed-top #topbar #dnn_dnnSearch_ClassicSearch span {
  display: inline-block;
}
body header .fixed-top #topbar #dnn_dnnSearch_ClassicSearch .SearchButton {
  position: absolute;
  right: -10px;
  top: 3px;
}
@media (max-width: 991px) {
  body header .fixed-top #topbar {
    height: 36px;
  }
}
body header .fixed-top #mainbar {
  background: #ffffff;
  height: 76px;
}
body header .fixed-top #mainbar .navbar-brand {
  max-width: 200px;
  position: absolute;
  top: -41px;
  left: 0;
}
body header .fixed-top #mainbar .hamburger {
  padding: 15px 0 15px 15px;
  outline: none;
  display: none;
}
body header .fixed-top #mainbar .hamburger:after {
  display: none;
}
body header .fixed-top #mainbar .hamburger:hover {
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar .hamburger {
    display: flex;
  }
}
@media (max-width: 768px) {
  body header .fixed-top #mainbar .hamburger {
    display: flex;
    width: auto;
  }
}
body header .fixed-top #mainbar nav {
  padding: 0;
}
body header .fixed-top #mainbar nav .navbar-collapse .DnnModule-DDRMenu {
  margin-left: auto;
}
body header .fixed-top #mainbar nav .navbar-collapse .DnnModule-DDRMenu.DnnModule-5698 {
  opacity: 0;
  width: 1px;
  margin: 0;
  height: 76px;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li {
  position: relative;
  /*&.toplevel.last {
  	a {
  		color: #ffffff !important;
  		border-radius: 100px;
  		font-size: 0.813em;
  		font-family: 'Open Sans', sans-serif;
  		padding: 5px 15px;
  		margin: 20px 0 0 20px;
  		background: #98012e;
  		border: 2px solid #98012e;

  		&:after {
  			display: none;
  		}

  		&:hover {
  			color: #ffffff !important;
  			text-decoration: none;
  			background: #435364;
  			border-color: #435364;
  		}

  		@include breakpoint(lg) {
  			background: transparent !important;
  			color: #98012e !important;
  			font-size: 1.094em;
  			margin: 0 20px 0 0;
  			font-family: 'Merriweather', serif;
  			padding: 25px 0;
  			border: none;

  			&:hover {
  				text-decoration: underline;
  			}
  		}
  	}
  }*/
}
body header .fixed-top #mainbar nav .navbar-collapse ul li a {
  color: #98012e;
  font-size: 0.95em;
  font-family: "Merriweather", serif;
  padding: 27px 0;
  margin: 0 20px 0;
  display: block;
  text-decoration: none;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li a {
    font-size: 0.75em;
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li a {
    margin: 0 20px 0 0;
    font-size: 1.094em;
  }
}
body header .fixed-top #mainbar nav .navbar-collapse ul li .caret {
  display: inline;
  position: absolute;
  right: 5px;
  top: 30px;
  cursor: pointer;
  pointer-events: all;
  font-size: 0.75em;
  color: #98012e;
}
@media (max-width: 1199px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li .caret {
    top: 25px;
    right: 0px;
  }
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li .caret {
    padding: 15px;
  }
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  list-style-type: none;
  overflow: hidden;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li {
  background: #98012e;
  padding: 0;
  width: 300px;
  max-width: 100%;
  border-bottom: 1px solid #770b21;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li a {
  color: #ffffff !important;
  font-size: 0.813em;
  padding: 10px 15px;
  margin: 0;
  width: 200px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li ul li a {
    width: 90%;
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.813em !important;
    padding: 10px 15px !important;
    margin: 0 !important;
  }
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li .caret {
  margin: 0;
  padding: 15px;
  right: 0px;
  top: -6px;
  cursor: pointer;
  color: #ffffff;
  width: 100px;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li .caret svg {
  float: right;
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li ul li .caret {
    color: #770b21;
  }
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li ul {
  position: relative;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li ul li {
  background: #770b21;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li ul li a {
  font-size: 0.75em;
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li ul li ul li {
    background: transparent;
    text-indent: 30px;
  }
}
body header .fixed-top #mainbar nav .navbar-collapse ul li ul li ul li ul {
  margin: 0 0 0 15px;
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li ul li {
    width: 100%;
    background: transparent;
    border-color: transparent;
  }
  body header .fixed-top #mainbar nav .navbar-collapse ul li ul li a {
    color: #98012e !important;
  }
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li ul {
    position: relative;
  }
}
body header .fixed-top #mainbar nav .navbar-collapse ul li:hover ul {
  display: block;
}
body header .fixed-top #mainbar nav .navbar-collapse ul li:hover ul li ul {
  display: none;
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul li:hover ul {
    display: none;
  }
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse ul {
    padding: 0;
  }
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav .navbar-collapse {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar nav {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  body header .fixed-top #mainbar {
    height: auto;
  }
}
body header.open {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  z-index: 10000;
  background: #ffffff;
}
body header.open .fixed-top {
  box-shadow: none;
  height: 100%;
  overflow-y: scroll;
}
body header.open .fixed-top #mainbar nav .navbar-collapse .DnnModule-DDRMenu.DnnModule-5698 {
  opacity: 1;
  width: 100%;
  margin: 0;
  height: auto;
}
body header .dnnModuleManager {
  min-height: 0 !important;
  max-height: 50px !important;
}
body main {
  padding-top: 0px;
  position: relative;
  margin-top: -25px;
}
body main button:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: url(../img/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main .name-field-container,
body main .canvas-name-field,
body main .content-field {
  margin: 0;
  padding: 0;
}
body main section {
  padding: 100px 0;
  position: relative;
}
body main section .DnnModule {
  width: 100%;
  height: 100%;
}
body main section .DnnModule .column {
  float: left;
}
body main section .container {
  position: relative;
}
body main section .container .row.text-center h2 {
  font-size: 1em;
  margin: 0 0 50px;
  color: #000000;
}
body main section .container .row.text-center h2:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  height: 5px;
  background: #98012e;
  content: "";
  display: block;
  bottom: -23px;
}
body main section .container .row.text-center p {
  font-size: 1.563em;
  font-family: "Merriweather", serif;
}
body main section .container .diamonds {
  position: absolute;
  width: 75px;
  bottom: -150px;
  left: 0;
}
body main section .container .diamonds.right {
  position: absolute;
  width: 75px;
  right: 0;
  left: auto;
}
body main section ul {
  margin: 0 0 30px;
  list-style-type: none;
  padding: 0 0 0 15px;
}
body main section ul li {
  position: relative;
}
body main section ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #64707c;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: -15px;
}
body main section blockquote {
  font-size: 1.563em;
  position: relative;
  font-family: "Merriweather", serif;
  z-index: 1;
  border: none !important;
  font-style: normal !important;
  line-height: normal;
  text-align: left;
}
body main section blockquote cite {
  font-size: 0.75em;
  clear: both;
  display: inline-block;
  font-style: normal;
  margin: 60px 0 0;
  font-family: "Open Sans", sans-serif;
  position: relative;
  float: right;
}
body main section blockquote cite:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #ffffff;
  left: -25px;
  top: 13px;
}
body main section blockquote:before {
  content: "";
  background: url(../img/quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 15px;
  top: -50px;
  z-index: -1;
  width: 75px;
  height: 75px;
}
body main section .card.sidebar {
  border-radius: none;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
body main section .card.sidebar .card-header {
  color: #ffffff;
  background: #98012e;
  padding: 30px;
  font-family: "Merriweather", serif;
  border-radius: 0;
}
body main section .card.sidebar .card-header h4 {
  margin: 0 0 15px !important;
  color: #ffffff;
}
body main section .card.sidebar .card-header a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.75em;
}
body main section .card.sidebar .card-header a:hover {
  text-decoration: underline;
}
body main section .card.sidebar .card-header .BreadCrumbSpan {
  text-align: left;
}
body main section .card.sidebar .card-header .BreadCrumbSpan span {
  display: block;
}
body main section .card.sidebar .card-header .BreadCrumbSpan span:after {
  content: ">";
  margin: 0 0 0 5px;
}
body main section .card.sidebar .card-header .BreadCrumbSpan span a {
  opacity: 0.8;
  font-family: "Opoen Sans", sans-serif;
}
body main section .card.sidebar .card-header .BreadCrumbSpan span.Active a {
  text-decoration: underline;
  opacity: 1 !important;
}
body main section .card.sidebar .card-header .BreadCrumbSpan span.Active a:hover {
  text-decoration: none;
}
body main section .card.sidebar .card-header .BreadCrumbSpan span.Active:after {
  content: "";
  margin: 0;
}
body main section .card.sidebar .card-body {
  padding: 0;
}
body main section .card.sidebar .card-body p {
  margin: 0 !important;
  padding: 15px !important;
}
body main section .card.sidebar ul.list-group {
  border: 0;
}
body main section .card.sidebar ul.list-group .caret {
  display: inline;
  width: 0;
  height: 0;
  margin: 0;
  vertical-align: 0.255em;
  content: "";
  position: absolute;
  right: 10px;
  top: -3px;
  padding: 15px;
}
body main section .card.sidebar ul.list-group li a {
  color: #64707c !important;
  text-decoration: none;
}
body main section .card.sidebar ul.list-group li a:hover {
  text-decoration: underline;
}
body main section .card.sidebar ul.list-group li ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 15px;
  display: none;
  font-size: 0.95em;
}
body main section .card.sidebar ul.list-group li ul li {
  padding: 5px 15px 5px 0;
}
body main section .card.sidebar ul.list-group li ul li .caret {
  top: -10px;
  right: -10px;
}
body main section .card.sidebar ul.list-group li.selected a {
  color: #98012e !important;
  text-decoration: underline;
}
body main section .card.sidebar ul.list-group li.selected a:hover {
  text-decoration: none;
}
body main section .card.sidebar ul.list-group li.selected ul {
  display: block;
}
body main section .card.sidebar ul.list-group li.selected ul li a {
  color: #64707c !important;
  text-decoration: none;
}
body main section .card.sidebar ul.list-group li.selected ul li a:hover {
  text-decoration: underline;
}
body main section .card.sidebar ul.list-group li.selected ul li ul {
  display: none;
}
body main section#home-hero {
  background: grey;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-family: "Merriweather", serif;
  height: 635px;
  position: relative;
  z-index: 1;
}
body main section#home-hero .home-hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body main section#home-hero .slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body main section#home-hero .slick-slider .slick-list {
  width: 100%;
  height: 100%;
}
body main section#home-hero .slick-slider .slick-track {
  height: 100%;
}
body main section#home-hero .slick-slider .slick-slide {
  position: relative;
}
body main section#home-hero .slick-slider .slick-slide img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
  max-width: 2000px;
}
@media (max-width: 1499px) {
  body main section#home-hero .slick-slider .slick-slide img {
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
  }
}
body main section#home-hero .slick-slider .slick-slide .container {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  body main section#home-hero .slick-slider .slick-slide .container {
    bottom: 165px;
  }
}
@media (max-width: 768px) {
  body main section#home-hero .slick-slider .slick-slide .container {
    bottom: 195px;
  }
}
body main section#home-hero .slick-slider .slick-dots {
  position: absolute;
  bottom: 130px;
  width: 50px;
  padding: 0;
  margin: 0 0px 0 540px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body main section#home-hero .slick-slider .slick-dots li {
  display: inline;
  margin: 0 10px 0 0;
}
body main section#home-hero .slick-slider .slick-dots li:before {
  display: none;
}
body main section#home-hero .slick-slider .slick-dots li button {
  padding: 0;
  background: #a8a8a8;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  border-color: #a8a8a8;
  font-size: 0;
}
body main section#home-hero .slick-slider .slick-dots li button:after {
  display: none;
}
body main section#home-hero .slick-slider .slick-dots li button:hover {
  border-color: transparent !important;
}
body main section#home-hero .slick-slider .slick-dots li.slick-active button {
  background: #ffffff;
  border-color: #ffffff;
}
body main section#home-hero .slick-slider .slick-dots li:last-of-type {
  margin: 0;
}
@media (max-width: 1199px) {
  body main section#home-hero .slick-slider .slick-dots {
    margin: 0 0 0 450px;
  }
}
@media (max-width: 991px) {
  body main section#home-hero .slick-slider .slick-dots {
    margin: 0;
    bottom: 155px;
  }
}
@media (max-width: 768px) {
  body main section#home-hero .slick-slider .slick-dots {
    width: 70px;
    bottom: 200px;
  }
  body main section#home-hero .slick-slider .slick-dots li button {
    display: inline-block;
    margin: 0;
  }
}
body main section#home-hero .absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
}
body main section#home-hero h1 {
  font-size: 2.625em;
  margin-bottom: 30px;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
body main section#home-hero p {
  font-size: 1.125em;
  margin: 0 0 30px;
}
body main section#home-hero p a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  body main section#home-hero p {
    margin: 0 0 40px;
  }
}
body main section#home-hero .search {
  background: #ffffff;
  padding: 35px 0;
  border: 1px solid #bcbec0;
  position: relative;
  border-top: 5px solid #98012e;
}
body main section#home-hero .search h2 {
  color: #000000;
  font-size: 1.25em;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section#home-hero .search h2 {
    margin: 0 0 30px;
  }
}
body main section#home-hero .search .btn {
  margin-right: 30px;
}
body main section#home-hero .search .btn:last-of-type {
  margin: 0;
}
body main section#home-focus {
  background: #e6e7e8;
  padding: 150px 0 50px;
}
body main section#home-focus .row.facts {
  padding: 50px 0 100px;
  text-align: center;
}
body main section#home-focus .row.facts .column {
  border-right: 3px solid #babbbc;
}
body main section#home-focus .row.facts .column:last-of-type {
  border: none;
}
@media (max-width: 991px) {
  body main section#home-focus .row.facts .column {
    border-bottom: 3px solid #babbbc;
    border-right: none;
    padding: 15px 0;
  }
  body main section#home-focus .row.facts .column:last-of-type {
    border: none;
  }
}
body main section#home-focus .row.facts p {
  font-weight: 700;
  color: #98012e;
  text-transform: uppercase;
  font-size: 0.938em;
}
body main section#home-focus .row.facts p.number {
  font-size: 3.125em;
  color: #435464;
  margin: 0 0 30px;
  text-transform: none;
}
@media (max-width: 991px) {
  body main section#home-focus .row.facts p.number {
    margin: 0 0 15px;
  }
}
body main section#home-focus .row img {
  margin: 0 30px 0 0;
}
body main section#home-focus .row img:first-of-type {
  width: 175px;
  margin: 7px 30px 0;
}
body main section#home-focus .row img:last-of-type {
  margin: 0;
  width: 150px;
}
@media (max-width: 768px) {
  body main section#home-focus .row img {
    width: 50% !important;
    clear: both;
    display: block;
    margin: 0 auto 15px !important;
  }
}
body main section#home-focus .row.text-center {
  margin: 0;
}
body main section#home-focus .row.text-center p {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
}
body main section#home-focus .diamonds {
  bottom: -100px;
  max-width: 75px;
}
body main section#home-halves {
  overflow: hidden;
}
body main section#home-halves h2 {
  font-weight: 600;
}
@media (max-width: 1199px) {
  body main section#home-halves .btn {
    margin: 0 0 15px;
  }
}
body main section#home-halves .row {
  padding: 30px 0;
  position: relative;
  margin: 0 0 100px;
}
body main section#home-halves .row:last-of-type {
  margin: 0;
}
body main section#home-halves .grey .overlay {
  position: absolute;
  right: -50%;
  top: 0;
  background: #8a98a4;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body main section#home-halves .grey .overlay {
    display: none;
  }
}
body main section#home-halves .grey h2 {
  font-size: 1.875em;
  color: #98012e;
}
body main section#home-halves .red {
  position: relative;
  color: #ffffff !important;
}
body main section#home-halves .red .overlay {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #98012e;
}
@media (max-width: 991px) {
  body main section#home-halves .red .overlay {
    width: 100%;
  }
}
body main section#home-halves .red h4 {
  font-size: 0.75em;
  margin: 30px 0 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
body main section#home-halves .red blockquote {
  color: #ffffff !important;
}
body main section#home-halves .red blockquote cite {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  body main section#home-halves .column {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  body main section#home-halves iframe {
    width: 100%;
    margin: 30px 0 0;
  }
}
body main section#home-mission {
  color: #ffffff !important;
  background-color: #535e69;
  background-image: url(../img/home-mission.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
body main section#home-mission .row {
  padding: 100px 0;
}
body main section#home-mission .row h2 {
  font-size: 1.25em;
}
body main section#home-mission .row .bg-diamond {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -85px;
  width: 70%;
}
@media (max-width: 991px) {
  body main section#home-mission .row .bg-diamond {
    width: 35%;
  }
}
body main section#home-mission .row.text-center h2 {
  color: #ffffff;
}
body main section#home-mission .row.text-center h2:after {
  background: #ffffff;
}
body main section#home-mission .row.text-center p {
  font-size: 1.563em;
  font-family: "Merriweather", serif;
}
@media (max-width: 991px) {
  body main section#home-mission .row #dnn_BlockquotePane2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  body main section#home-mission .row {
    padding: 0;
  }
}
body main section#home-mission h4 {
  font-size: 0.75em;
  margin: 30px 0 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-align: right;
}
body main section#home-mission ul li:before {
  background: #ffffff;
}
body main section#home-mission blockquote {
  color: #ffffff !important;
}
body main section#news {
  padding: 100px 0 50px;
}
body main section#news .row:last-of-type {
  padding: 50px 0 0;
}
body main section#news .row:last-of-type a {
  color: #98012e;
  text-decoration: underline;
}
body main section#news .row:last-of-type a:hover {
  text-decoration: none;
}
body main section#news .row.text-center {
  margin: 0;
}
body main section#news .card {
  padding: 0;
  max-width: 310px;
  margin: 0 auto;
  height: 375px;
}
body main section#news .card img {
  border-radius: 0;
  padding: 15px 15px 0;
}
body main section#news .card h5 {
  font-size: 1.094em;
  max-height: 32px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section#news .card h5 {
    max-height: none;
  }
}
body main section#news .card p {
  font-size: 0.75em;
  margin: 0 0 15px;
  max-height: 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section#news .card p {
    max-height: none;
  }
}
body main section#news .card .btn {
  display: block;
  padding: 10px 30px;
  position: absolute;
  width: auto;
  bottom: 20px;
  left: 15px;
  right: 15px;
}
body main section#news .card .btn:after {
  display: none;
}
@media (max-width: 991px) {
  body main section#news .card .btn {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  body main section#news .card {
    max-width: none;
    margin: 0 0 30px;
    height: auto;
  }
}
body main section#survey {
  background: #e6e7e8;
  border-top: 5px solid #98012e;
  padding: 50px 0;
}
body main section#survey h2 {
  font-size: 1.563em;
  color: #98012e;
  font-weight: 700;
  margin: 0 0 15px;
}
body main section#survey .dnnLabel {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
body main section#survey .form-group {
  margin: 0;
}
body main section#survey .input-group {
  width: auto;
  margin: 0 auto;
}
body main section#survey .form-submit {
  padding: 0;
}
body main section#survey .form-submit button {
  margin: 0;
}
body main section#survey .tabbed-forms {
  margin: 0 0 15px;
}
body main section#newsletter {
  border-top: 5px solid #98012e;
  border-bottom: 1px solid #bcbec0;
  padding: 15px 0;
}
body main section#newsletter h3 {
  font-size: 1.25em;
  color: #000000;
  margin: 0;
}
body main section#newsletter .diamonds {
  position: absolute;
  width: 55px;
  bottom: -15px;
  left: 0;
}
@media (max-width: 991px) {
  body main section#newsletter .diamonds {
    bottom: -50px;
  }
}
body main section#newsletter form,
body main section#newsletter fieldset {
  margin: -5px 0 0;
}
body main section#newsletter form input[type=text],
body main section#newsletter fieldset input[type=text] {
  font-size: 0.813em;
  color: #808285;
  padding: 5px 15px;
  width: auto;
  float: left;
  margin: 0;
}
body main section#newsletter form input[type=submit],
body main section#newsletter fieldset input[type=submit] {
  padding: 5px 30px 5px 15px;
  margin: 0 0 0 -5px;
  border-radius: 0;
}
@media (max-width: 991px) {
  body main section#newsletter {
    padding: 50px 0;
  }
  body main section#newsletter .col-lg-4 {
    text-align: center;
  }
  body main section#newsletter .col-lg-4 form,
body main section#newsletter .col-lg-4 fieldset {
    display: inline-block;
    width: 300px;
    margin: 30px 0 0;
  }
  body main section#newsletter .col-lg-4 form input[type=text],
body main section#newsletter .col-lg-4 fieldset input[type=text] {
    margin: 0;
    display: inline-block;
    float: left;
  }
  body main section#newsletter .col-lg-4 form input[type=submit],
body main section#newsletter .col-lg-4 fieldset input[type=submit] {
    margin: 0;
    display: inline-block;
    float: left;
  }
}
body main section#help {
  background: #f2f2f2;
}
body main section#help h3 {
  font-size: 1.25em;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #98012e;
}
body main section#help ul {
  list-style-type: none;
  padding: 0;
  margin: 60px 0 30px;
}
body main section#help ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
body main section#help ul li:before {
  display: none;
}
body main section#help ul li a {
  text-decoration: none;
  color: #ffffff !important;
  padding: 15px 20px;
  border-radius: 0.25em;
  background: #64707c;
  font-family: "Merriweather", serif;
}
@media (max-width: 768px) {
  body main section#help ul li a {
    display: block;
    text-align: center;
  }
}
body main section#help ul li:last-of-type {
  margin: 0;
}
@media (max-width: 768px) {
  body main section#help ul li {
    display: block;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  body main section#help ul {
    margin: 30px 0;
  }
}
body main section#help .small {
  font-size: 0.688em;
  font-style: italic;
}
body main section#hero {
  background-color: #435464;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-family: "Merriweather", serif;
  height: 400px;
  position: relative;
}
body main section#hero .background-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body main section#hero .background-image p {
  margin: 0;
}
body main section#hero .background-image img {
  max-width: none !important;
  width: auto;
  min-width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  body main section#hero .background-image img {
    height: 100%;
  }
}
body main section#hero .background-image * {
  min-height: 100%;
}
body main section#hero h1 {
  font-size: 2.625em;
  margin: 50px 0 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
body main section#hero p {
  font-size: 1.125em;
  margin: 0 0 50px;
}
body main section#hero p a {
  color: #ffffff;
}
body main section#hero .DnnModule.DnnVersionableControl.active-module .redactor-box {
  margin: 0 0 0;
  z-index: 100;
}
body main section#hero.study {
  background-size: cover;
  background-position: center;
}
body main section#hero.study h1 {
  color: #98012e;
  padding: 30px 60px;
  background: #ffffff;
  border-top: 5px solid #98012e;
  display: inline-block;
  margin: 50px 0 -12px;
  z-index: 0;
  text-shadow: none;
}
body main section#hero.study .status {
  background: #18a361;
  padding: 0 15px;
  border-radius: 0.25em;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
body main section#hero.study .status.badge-danger {
  background: #98012e;
}
body main section#hero.eng-study {
  background-size: cover;
  background-position: center;
}
body main section#hero.eng-study h1 {
  color: #98012e;
  padding: 30px 60px;
  background: #ffffff;
  border-top: 5px solid #98012e;
  display: inline-block;
  margin: 0px 0 -12px;
  z-index: 0;
  text-shadow: none;
}
body main section#hero.eng-study .status {
  background: #18a361;
  padding: 0 15px;
  border-radius: 0.25em;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
body main section#hero.eng-study .status.badge-danger {
  background: #98012e;
}
body main section#blocks-intro {
  background: #e6e7e8;
}
body main section#blocks-intro .content-wrap {
  background: #ffffff;
  padding: 30px;
  border-top: 5px solid #98012e;
}
body main section#blocks-intro .content-wrap .btn {
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  body main section#blocks-intro .content-wrap {
    margin: 0 0 30px;
  }
}
body main section#offset-intro {
  background: #e6e7e8;
}
body main section#offset-intro h2,
body main section#offset-intro h3 {
  font-weight: 600;
  color: #98012e;
}
body main section#offset-intro .row {
  margin: -185px 0 0;
}
body main section#offset-intro .row .row {
  margin: 0;
}
body main section#offset-intro .content-wrap {
  background: #ffffff;
  padding: 30px;
  border-top: 5px solid #98012e;
}
body main section#offset-intro .content-wrap .btn {
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  body main section#offset-intro .content-wrap .btn {
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  body main section#offset-intro .content-wrap {
    margin: 0 0 30px;
  }
}
body main section#offset-intro .card p {
  padding: 0 15px;
  margin: 15px 0;
}
body main section#offset-intro .card address {
  padding: 0 15px;
  margin: 0 0 15px;
}
body main section#offset-intro form .row {
  margin: 0;
}
body main section#offset-intro form .column {
  position: relative;
}
body main section#offset-intro form label {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}
body main section#offset-intro form input,
body main section#offset-intro form select,
body main section#offset-intro form textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 0.813em;
  margin: 0 0 15px;
}
body main section#offset-intro form input[type=submit] {
  width: auto;
}
body main section#offset-intro form textarea {
  min-height: 150px;
}
body main section#offset-intro input[type=submit] {
  border-radius: 100px;
}
body main section#offset-intro input[type=image] {
  width: 225px;
  border: none;
}
body main section#offset-grid {
  background: #e6e7e8;
}
body main section#offset-grid h2 {
  font-weight: 600;
}
body main section#offset-grid .container {
  border-top: 5px solid #98012e;
  margin: -185px auto 0;
}
body main section#offset-grid .container .row {
  background: #ffffff;
  border: 2px solid #bcbec0;
  border-top: none;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}
body main section#offset-grid .container .row .pane,
body main section#offset-grid .container .row .column {
  padding: 30px;
}
body main section#offset-grid .container .row .pane:last-of-type,
body main section#offset-grid .container .row .column:last-of-type {
  border-left: 2px solid #bcbec0;
}
body main section#offset-grid .container .row .pane:first-of-type,
body main section#offset-grid .container .row .column:first-of-type {
  border-left: none;
}
body main section#offset-grid .layoutContainer {
  padding: 0 !important;
}
body main section#offset-grid h2 {
  font-size: 1.25em;
}
body main section#offset-grid strong {
  font-size: 0.875em;
}
body main section#offset-grid p {
  font-size: 0.875em;
}
body main section#offset-grid ul {
  padding: 0;
  margin: 0 0 30px;
}
body main section#offset-grid ul li {
  margin: 0 0 5px;
}
body main section#offset-grid ul li a {
  font-size: 0.875em;
}
body main section#offset-grid ul li:before {
  display: none;
}
body main section#main h2 {
  font-size: 1.563em;
  font-weight: 600;
}
body main section#main img {
  width: auto;
  height: auto;
  padding: 15px;
}
body main section#main ul {
  padding: 0 0 0 15px;
}
body main section#main h1,
body main section#main h2,
body main section#main h3,
body main section#main h4,
body main section#main h5,
body main section#main h6 {
  margin: 0 0 15px;
}
body main section#main .back {
  border-radius: 25px;
  padding: 10px 30px;
}
body main section#main .back:after {
  display: none;
}
body main section#main .card h4 {
  margin: 0 0 30px;
}
body main section#faq {
  padding: 0 0 100px;
}
body main section#faq .text-center {
  margin: 0;
}
body main section#faq .text-center p {
  font-size: 1em;
}
body main section#faq h2 {
  font-size: 1.563em;
}
body main section#helpful {
  background: #e6e7e8;
  border-top: 5px solid #98012e;
  padding: 50px 0;
}
body main section#helpful input[type=radio] {
  margin: 0 0 0 15px;
  font-weight: bold;
}
body main section#helpful input[type=radio]:first-of-type {
  margin: 0;
}
body main section#helpful input[type=submit] {
  margin: 30px 0 0;
}
body main section#tables {
  padding: 30px 0;
}
body main section#tables table {
  min-width: 1000px;
}
body main section#tables .dataTables_length,
body main section#tables .dataTables_filter {
  margin: 0;
  display: inline-block !important;
}
body main section#tables .dataTables_length {
  float: right;
  margin: 0 0 30px;
}
body main section#tables .dataTables_length label {
  margin: 0;
}
body main section#tables .dataTables_length select {
  margin: 0;
  border-radius: 0;
  max-width: 75px;
  display: block;
}
@media (max-width: 991px) {
  body main section#tables .dataTables_length {
    width: 100%;
  }
  body main section#tables .dataTables_length select {
    max-width: none;
  }
}
body main section#tables .dataTables_filter {
  margin: 21px 10px 0;
}
@media (max-width: 991px) {
  body main section#tables .dataTables_filter {
    margin: 0 0 30px;
  }
}
body main section#tables .dataTables_info,
body main section#tables .dataTables_paginate {
  margin: 30px 0 0;
}
body main section#tables #dnn_ctr5582_View_ScopeWrapper {
  color: transparent;
}
body main section#tables #dnn_ctr9180_View_ScopeWrapper {
  color: transparent;
}
body main section#tables #dnn_ctr2432_View_tblrow13cell1b,
body main section#tables #dnn_ctr2432_View_tblrow13cell1 {
  text-align: left !important;
}
body main section#tables #dnn_ctr2432_View_tblrow13cell2,
body main section#tables #dnn_ctr2432_View_tblrow13cell2b {
  text-align: right !important;
}
@media (max-width: 991px) {
  body main section#tables .row {
    overflow-x: scroll;
  }
}
body main section#tables hr {
  display: none !important;
}
body main#news section#hero {
  background: #e6e7e8;
  background-image: none;
  height: 500px;
}
body main#news section#offset-intro {
  background: #ffffff;
}
body main#news section#offset-intro .row {
  margin: 0;
}
body main#news section#offset-intro .row.header {
  margin: -515px 0 0;
}
body main#news section#offset-intro .row.header h1 {
  margin: 0 0 50px;
}
body main#news section#offset-intro .row .content-wrap {
  margin: 0 0 15px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
body main#news section#offset-intro .row .content-wrap .date {
  font-size: 0.781em;
}
body main#news section#offset-intro .row .content-wrap .date a {
  margin: 0 0 0 15px;
}
body main#news section#offset-intro .row .content-wrap h2 {
  font-size: 1.563em;
}
body main#news section#offset-intro .row.pagination {
  text-align: right;
  padding: 30px 0 0;
}
body main#news section#offset-intro .row.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body main#news section#offset-intro .row.pagination ul li {
  display: inline-block;
}
body main#news section#offset-intro .row.pagination ul li a {
  color: #64707c;
}
body main#news section#offset-intro .row.pagination ul li.active a {
  color: #98012e;
}
body main#news section#offset-intro .row.pagination ul li:before {
  display: none;
}
body main#search section#hero {
  background-image: none;
  background: #e6e7e8;
  height: auto;
}
body main#search section#hero h1 {
  margin: 0 0 30px;
}
body main.freeze {
  overflow: hidden;
}
body main .accordion {
  margin: 0 0 100px;
}
body main .accordion .card {
  border: none;
  padding: 0;
}
body main .accordion .card .card-header {
  background: transparent;
  padding: 15px 0;
  border-top: 1px solid #64707c;
  border-bottom: none;
  cursor: pointer;
  border-radius: 0;
}
body main .accordion .card .card-header h5 {
  font-size: 1.438em;
  position: relative;
}
body main .accordion .card .card-header h5 svg {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 0.75em;
  display: none;
}
body main .accordion .card .card-header h5 svg.active {
  display: block;
}
body main .accordion .card .card-header h5:hover {
  text-decoration: underline;
}
body main .accordion .card .card-body {
  padding: 15px 0;
  border: none;
}
@media (max-width: 991px) {
  body main .accordion .card {
    margin: 0;
  }
}
body main .accordion .DnnModule {
  margin: 0 0 50px 0;
}
body main #accordion #committeeMembers ul {
  padding: 0 !important;
}
body main #accordion #committeeMembers ul li:before {
  display: none !important;
}
body main #committeeMembers ul {
  padding: 0 !important;
  column-count: 4;
  list-style-type: none;
}
body main #committeeMembers ul li:before {
  display: none !important;
}
body main div[id^=dnn_ctr]:has(div#results_wrapper) {
  color: transparent;
}
body main div[id^=dnn_ctr]:has(div#results_wrapper) #results_wrapper .dataTables_filter {
  margin: 21px 10px 0;
}
@media (max-width: 991px) {
  body main div[id^=dnn_ctr]:has(div#results_wrapper) #results_wrapper .dataTables_filter {
    margin: 0 0 30px;
  }
}
body main div[id^=dnn_ctr]:has(div#results_wrapper) #results_wrapper .dataTables_length {
  float: right;
  margin: 0 0 30px;
}
body main div[id^=dnn_ctr]:has(div#results_wrapper) #results_wrapper .dataTables_length label {
  margin: 0;
}
body main div[id^=dnn_ctr]:has(div#results_wrapper) #results_wrapper .dataTables_length select {
  margin: 0;
  border-radius: 0;
  max-width: 75px;
  display: block;
}
@media (max-width: 991px) {
  body main div[id^=dnn_ctr]:has(div#results_wrapper) #results_wrapper .dataTables_length {
    width: 100%;
  }
  body main div[id^=dnn_ctr]:has(div#results_wrapper) #results_wrapper .dataTables_length select {
    max-width: none;
  }
}
body footer {
  color: #ffffff;
  font-size: 0.75em;
}
body footer a {
  color: #aec2d5 !important;
  text-decoration: none;
}
body footer a:hover {
  color: #aec2d5;
  text-decoration: underline;
}
body footer img {
  width: 100px;
  margin: 0 0 25px;
}
body footer h4 {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 10px;
}
body footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px;
}
body footer .section,
body footer address {
  margin: 0 0 25px;
}
body footer .section p,
body footer address p {
  margin: 0;
}
body footer .footer-main {
  background: #435464;
  padding: 50px 0;
}
body footer .footer-bottom {
  background: #770b21;
}
body footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
body footer .footer-bottom ul li {
  display: inline-block;
  margin: 0 15px 0;
}
body footer .footer-bottom ul li a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media print {
  body {
    background-color: transparent !important;
  }
  body header,
body footer,
body #dnn_ctr2432_View_btnbacktotop_top,
body #dnn_ctr2432_View_pnlsearchcriteria,
body .dt-buttons,
body #dnn_ctr2432_View_gvpubview_filter {
    display: none !important;
  }
  body main {
    padding: 0 !important;
    margin: 0 !important;
  }
  body main section {
    background: transparent !important;
  }
  body main section#hero {
    height: auto !important;
    padding: 30px 0 !important;
  }
  body main section#hero h1 {
    margin: 0 !important;
  }
  body main section#offset-intro .row {
    margin: 0 !important;
  }
  body main section#newsletter {
    display: none !important;
  }
  body main section#help {
    display: none !important;
  }
  body main section#tables table {
    min-width: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
  }
  body main section #filter-container {
    display: none !important;
  }
  body main section .card.sidebar {
    display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

#nav-protocol-home {
  font-family: "Merriweather", serif !important;
}
#nav-protocol-home h4 {
  font-size: 1.094em;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}
#nav-protocol-home strong {
  font-size: 1.094em;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}
#nav-protocol-home p {
  margin: 0 0 30px;
  display: inline-block;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline;
  margin: 0 15px 0 0;
}
ul.share-buttons li:before {
  display: none;
}
ul.share-buttons li h3 {
  display: inline;
  vertical-align: middle;
}
ul.share-buttons li a {
  text-decoration: none;
}
ul.share-buttons li button {
  background: #659c40;
  border: none;
  padding: 0;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
ul.share-buttons li button svg {
  font-size: 1.35em;
  margin: 3px 0px 0;
}
ul.share-buttons li button:after {
  display: none;
}
@media (max-width: 768px) {
  ul.share-buttons li {
    display: block;
    margin: 0 0 15px;
  }
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.dnnDragHint {
  cursor: move !important;
}