/* RWD */
/***** HEADERS *****/
.section-header {
  padding: 0 0 32px 0;
}

.section-subheader {
  padding: 0 0 20px 0;
}

.subsection-header {
  padding: 0 0 32px 0;
}

.subsection-subheader {
  padding: 0 0 20px 0;
}

.section-pretitle {
  font-size: 14px;
  color: #3D3D3D;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .section-pretitle {
    font-size: 16px;
  }
}

.simple-header {
  padding: 0 0 16px 0;
}

.plain-header {
  padding: 0 0 8px 0;
}

.section-title {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .section-title {
    font-size: 34px;
  }
}
@media (min-width: 1700px) {
  .section-title {
    font-size: 40px;
  }
}

.section-title--large {
  font-size: 30px;
}
@media (min-width: 420px) {
  .section-title--large {
    font-size: 34px;
  }
}
@media (min-width: 480px) {
  .section-title--large {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .section-title--large {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .section-title--large {
    font-size: 50px;
  }
}

.section-title--small {
  font-size: 22px;
}
@media (min-width: 420px) {
  .section-title--small {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .section-title--small {
    font-size: 26px;
  }
}
@media (min-width: 1300px) {
  .section-title--small {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .section-title--small {
    font-size: 30px;
  }
}

.section-subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .section-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle {
    font-size: 28px;
  }
}

.section-subtitle--large {
  font-size: 24px;
}
@media (min-width: 420px) {
  .section-subtitle--large {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--large {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--large {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--large {
    font-size: 34px;
  }
}

.section-subtitle--small {
  font-size: 16px;
}
@media (min-width: 420px) {
  .section-subtitle--small {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--small {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--small {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--small {
    font-size: 24px;
  }
}

.subsection-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .subsection-title {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .subsection-title {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .subsection-title {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .subsection-title {
    font-size: 20px;
  }
}

.subsection-title--large {
  font-size: 16px;
}
@media (min-width: 420px) {
  .subsection-title--large {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .subsection-title--large {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--large {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--large {
    font-size: 26px;
  }
}

.subsection-title--small {
  font-size: 12px;
}
@media (min-width: 420px) {
  .subsection-title--small {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  .subsection-title--small {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--small {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--small {
    font-size: 16px;
  }
}

.simple-title {
  font-size: 20px;
}
@media (min-width: 1700px) {
  .simple-title {
    font-size: 24px;
  }
}

.small-title {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .small-title {
    font-size: 14px;
  }
}

.text-title {
  font-weight: 700;
}

.subsection-subtitle {
  font-size: 16px;
  font-style: italic;
}

/***** CONTAINERS *****/
.flex-container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .flex-container {
    display: flex;
  }
}

.flex-container--from-mobile {
  display: flex;
}

.flex-container--horizontally-center {
  align-items: center;
}

.flex-column {
  min-height: 1px;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .flex-column {
    padding: 0;
  }
}
.flex-column:first-child {
  padding-top: 0;
}

.flex-column--clear {
  padding: 0;
}

@media (min-width: 768px) {
  .flex-column--space:nth-child(1) {
    padding-right: 12px;
  }
  .flex-column--space:nth-child(2) {
    padding-left: 6px;
    padding-right: 6px;
  }
  .flex-column--space:nth-child(3) {
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .flex-column--8 {
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 12px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 12px;
  }
}
@media (min-width: 1300px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 20px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .flex-column--6 {
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 18px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 18px;
  }
}
@media (min-width: 1300px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 30px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .flex-column--4 {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 24px;
  }
}
@media (min-width: 1300px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .flex-column--3 {
    min-width: 25%;
    max-width: 25%;
  }
}

.horizontal-items {
  list-style-type: none;
}
@media (min-width: 420px) {
  .horizontal-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.horizontal-items > li {
  padding: 0 20px;
}
.horizontal-items > li:first-child {
  padding-left: 0;
}
.horizontal-items > li:last-child {
  padding-right: 0;
}

/***** TEXT *****/
.text, .text-title {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1700px) {
  .text, .text-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.text p, .text-title p {
  padding: 5px 0;
}
.text p:first-child, .text-title p:first-child {
  padding-top: 0;
}
.text p:last-child, .text-title p:last-child {
  padding-bottom: 0;
}
.text em, .text-title em {
  font-style: italic;
}
.text a, .text-title a {
  color: #000;
}
.text a:hover, .text-title a:hover, .text a:focus, .text-title a:focus {
  color: #0047BA;
}
.text ol, .text-title ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li, .text-title ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before, .text-title ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul, .text-title ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li, .text-title ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before, .text-title ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text--large {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1700px) {
  .text--large {
    font-size: 20px;
    line-height: 28px;
  }
}
.text--large p {
  padding: 8px 0;
}
.text--large ul {
  padding: 0 0 0 24px;
}
.text--large ul > li {
  padding: 2px 0 2px 16px;
}
.text--large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .text--small {
    font-size: 14px;
    line-height: 22px;
  }
}
.text--small ol {
  padding: 0 0 0 6px;
}
.text--small ol > li {
  padding: 1px 0 1px 30px;
}
.text--small ol > li:before {
  top: 1px;
}
.text--small ul {
  padding: 0 0 0 24px;
}
.text--small ul > li {
  padding: 1px 0 1px 12px;
}
.text--small ul > li:before {
  top: 10px;
  width: 4px;
  height: 4px;
}

.text--light a {
  color: #fff;
}
.text--distinguished {
  font-weight: 700;
}

/***** BUTTONS *****/
.button {
  clear: both;
  display: inline-block;
  margin: 0 0 0 -3px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: "brandon-text", sans-serif;
  border: 0;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button__wrapper {
  padding: 8px 32px;
  position: relative;
}
.button__wrapper:before, .button__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button__wrapper:before {
  top: 0;
  background: #0047BA;
}
.button__wrapper:after {
  top: -100%;
  background: #39398F;
}
.button__inner {
  position: relative;
  z-index: 10;
}
.button:hover .button__wrapper:after {
  top: 0;
}

.button--large {
  font-size: 16px;
}
.button--large .button__wrapper {
  padding: 10px 40px;
}

.button--small {
  font-size: 12px;
}
.button--small .button__wrapper {
  padding: 8px 24px;
}

.button--dark .button__wrapper:before {
  background: #000;
}

.button--light {
  color: #0047BA;
}
.button--light .button__wrapper:before {
  background: #fff;
}
.button--light .button__wrapper:after {
  background: #0047BA;
}
.button--light:hover, .button--light:focus {
  color: #fff;
}

.button--stroke {
  color: #0047BA;
}
.button--stroke .button__wrapper:before {
  border: 1px solid #0047BA;
  background: transparent;
}
.button--stroke .button__wrapper:after {
  background: #0047BA;
}
.button--stroke:hover, .button--stroke:focus {
  color: #fff;
}
.button--dark.button--stroke {
  color: #000;
}
.button--dark.button--stroke .button__wrapper:before {
  border-color: #000;
}
.button--dark.button--stroke .button__wrapper:after {
  background: #000;
}
.button--dark.button--stroke:hover, .button--dark.button--stroke:focus {
  color: #fff;
}

.button--light.button--stroke {
  color: #fff;
}
.button--light.button--stroke .button__wrapper:before {
  border-color: #fff;
}
.button--light.button--stroke .button__wrapper:after {
  background: #fff;
}
.button--light.button--stroke:hover, .button--light.button--stroke:focus {
  color: #0047BA;
}

.button--static:hover .button__wrapper:after, .button--static:focus .button__wrapper:after {
  top: -100%;
}

.button-container {
  padding: 20px 0 0 0;
}

/***** FORMS *****/
.form__field-container {
  padding: 12px 0;
}
.form__info-container {
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form--bounded {
  max-width: 400px;
}

.form-field {
  display: block;
  width: 100%;
}
.form-field__wrapper {
  position: relative;
  display: block;
}
.form-field__inner {
  position: relative;
}
.form-field__decoration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__header {
  padding: 0 0 5px 0;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 420px) {
  .form-field__header {
    padding: 0 0 8px 0;
  }
}
@media (min-width: 768px) {
  .form-field__header {
    text-align: left;
  }
}
@media (min-width: 1700px) {
  .form-field__header {
    font-size: 16px;
  }
}
.form-field__title {
  color: #000;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__core, .std-dropdown__header {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "brandon-text", sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1700px) {
  .form-field__core, .std-dropdown__header {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-field__core:focus, .std-dropdown__header:focus {
  border-color: #000;
}
.form-field__core--code {
  font-family: "Courier New", monospace;
}
.form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
  color: #E1E1E1;
  opacity: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
    text-align: left;
  }
}
.form-field__field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field__suffix {
  padding: 0 0 0 12px;
}
.form-field.error .form-field__title {
  color: #DB2B39;
}
.form-field.error .form-field__core, .form-field.error .std-dropdown__header {
  border-color: #DB2B39;
}

.form-field--underline .form-field__header {
  padding: 0 0 2px 0;
}
@media (min-width: 420px) {
  .form-field--underline .form-field__header {
    padding: 0 0 5px 0;
  }
}
.form-field--underline .form-field__core, .form-field--underline .std-dropdown__header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-field--horizontal .form-field__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--horizontal .form-field__header {
  padding: 0 12px 0 0;
}
.form-field--horizontal .form-field__field-container {
  width: 100%;
}

.choice-field {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
@media (min-width: 1700px) {
  .choice-field {
    width: 18px;
    height: 18px;
  }
}
.choice-field__core {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.choice-field__field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.choice-field__field:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1700px) {
  .choice-field__field:before {
    width: 12px;
    height: 12px;
  }
}
.choice-field__core:checked ~ .choice-field__field {
  border-color: #000;
}
.choice-field__core:checked ~ .choice-field__field:before {
  background: #0047BA;
}
.choice-field.choice-field--radio .choice-field__field {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.choice-field.choice-field--radio .choice-field__field:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.choice-item__field {
  padding: 2px 0 0 0;
}
.choice-item__description {
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .choice-item__description {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
  }
}

.choice-list {
  list-style-type: none;
}
.choice-list > li {
  padding: 4px 0;
}
.choice-list > li:first-child {
  padding-top: 0;
}
.choice-list > li:last-child {
  padding-bottom: 0;
}

/***** VARIA *****/
.icon-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item {
    max-width: 400px;
  }
}
.icon-item__icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item__icon {
    width: 120px;
    height: 120px;
  }
}
.icon-item__icon-container {
  padding: 0 0 20px 0;
}
.icon-item__header {
  padding: 0 0 20px 0;
}

.icon-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-label__icon-container {
  padding: 0 12px 0 0;
}
.icon-label__icon {
  display: block;
  width: 26px;
}
@media (min-width: 1700px) {
  .icon-label__icon {
    width: 32px;
  }
}
.icon-label__icon--small {
  width: 20px;
}
@media (min-width: 1700px) {
  .icon-label__icon--small {
    width: 24px;
  }
}

.icon-label--decorated .icon-label__icon-container {
  position: relative;
  padding-right: 32px;
}
.icon-label--decorated .icon-label__icon-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 16px;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.titled-label__header {
  font-size: 14px;
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .titled-label__header {
    font-size: 15px;
  }
}
.titled-label__content {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .titled-label__content {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .titled-label__content {
    font-size: 26px;
  }
}

/***** ICONS *****/
.icon-plus {
  width: 16px;
  height: 16px;
  position: relative;
}
.icon-plus:before, .icon-plus:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
.icon-plus:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.icon-plus:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
}

.icon-plus--rotated {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-plus--light:before, .icon-plus--light:after {
  background: #fff;
}

.icon-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.icon-arrow--small {
  width: 8px;
  height: 8px;
}

.icon-arrow--large {
  width: 16px;
  height: 16px;
}

.icon-arrow--huge {
  width: 20px;
  height: 20px;
}

.icon-arrow--west {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.icon-arrow--north {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-arrow--east {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-arrow--south {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.icon-spot {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}

.icon-spot--light {
  background: #fff;
}

/***** MODULES *****/
.hawk-dropdown {
  position: relative;
  display: block;
}
.hawk-dropdown__sensor, .hawk-dropdown__start-escape-sensor {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__end-sensor, .hawk-dropdown__escape-sensor {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.hawk-dropdown__list-container {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hawk-dropdown__list > li {
  display: block;
}
.hawk-dropdown__list a {
  display: block;
}
.hawk-dropdown.hawk-dropdown--open {
  z-index: 8000;
}

.hawk-dropdown--expanding .hawk-dropdown__list-container {
  position: relative;
  top: 0;
}

.hawk-dropdown--upwards .hawk-dropdown__list-container {
  top: auto;
  bottom: 100%;
}

.std-dropdown__header:hover, .std-dropdown__header:focus {
  border-color: #000;
}
.std-dropdown__title {
  font-size: 14px;
  font-weight: 500;
}
.std-dropdown__list {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 0;
  padding: 8px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__header {
  border-color: #0047BA;
  border-bottom-color: transparent;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__list {
  border-color: #0047BA;
}

.dropdown-item {
  cursor: pointer;
  position: relative;
}
.dropdown-item__description {
  padding: 4px 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropdown-item__description:hover, .dropdown-item__field:focus ~ .dropdown-item__description {
  background: #E2A965;
  color: #fff;
}
.dropdown-item__field:checked ~ .dropdown-item__description {
  background: #043F3C;
}
.dropdown-item__field {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.std-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.std-pager__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.std-pager__item {
  padding: 0 4px;
}
.std-pager__separator {
  padding: 0 10px;
}
.std-pager__previous, .std-pager__next {
  cursor: pointer;
}
.std-pager__previous {
  padding: 0 12px 0 0;
}
.std-pager__next {
  padding: 0 0 0 12px;
}

.pager-item {
  cursor: pointer;
  position: relative;
}
.pager-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #0047BA;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-item.active:before {
  opacity: 1;
}

.form__info-wrapper {
  display: none;
}
.form__info {
  opacity: 0;
}

.hawk-layered-section {
  position: relative;
}
.hawk-layered-section__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hawk-layered-section__above-layer-inner, .hawk-layered-section__base-layer-inner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hawk-more-content {
  display: none;
}

.hawk-sliding-layer-section {
  position: relative;
  overflow: hidden;
}
.hawk-sliding-layer-section__layer {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hawk-sliding-layer-section--active .hawk-sliding-layer-section__layer {
  right: 0;
  margin: 0;
}

.overlayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9000;
}
.overlayer__content-container {
  display: none;
}

.std-overlayer {
  background: rgba(0, 0, 0, 0.7);
}
.std-overlayer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.std-overlayer__inner {
  background: #fff;
  padding: 32px 20px;
  margin: 40px 0;
}
.std-overlayer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.std-overlayer__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

/** END_MODULES **/
