.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #f0f4f8;
  font-family: museo-sans, sans-serif;
  color: #486581;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 48px;
  padding-bottom: 0px;
  font-family: museo-slab, sans-serif;
  color: #2b8ed4;
  font-size: 2.25rem;
  line-height: 125%;
  font-weight: 100;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 32px;
  font-family: museo-slab, sans-serif;
  color: #627d98;
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 24px;
  font-family: museo-sans, sans-serif;
  color: #1365a0;
  font-size: 1.25rem;
  line-height: 125%;
  font-style: normal;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-top: 16px;
  font-family: museo-sans, sans-serif;
  color: #2b8ed4;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
  padding-top: 16px;
  line-height: 1.75rem;
  font-weight: 300;
  text-align: left;
}

a {
  border-bottom: 2px solid #7dc1f2;
  color: #2b8ed4;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #2b8ed4;
}

ul {
  margin-top: 0px;
  margin-bottom: 0.875rem;
  padding-left: 32px;
  color: #829ab1;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  color: #829ab1;
  line-height: 160%;
  font-weight: 300;
}

.section_hero {
  position: relative;
  height: 76vh;
  min-height: 575px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c75b5), color-stop(50%, #1f91d0), to(#2b8ed4));
  background-image: linear-gradient(90deg, #1c75b5, #1f91d0 50%, #2b8ed4);
}

.div_hero {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: url('../images/dot-map.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img_logo {
  margin-top: 16px;
  margin-left: 96px;
}

.hero-heading {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.hero-container {
  text-align: center;
}

.cta {
  width: 75%;
  margin: 0px auto 16px;
  color: #486581;
}

.cta.cta-top-padding {
  padding-top: 20px;
}

.footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #243b53;
  color: #e9f4fb;
}

.link_footer {
  display: block;
  margin-bottom: 10px;
  border-bottom-style: none;
  font-family: museo-sans, sans-serif;
  color: hsla(0, 0%, 100%, 0.68);
  font-weight: 300;
  text-decoration: none;
}

.div_footer {
  display: block;
  max-width: 981px;
  margin: 24px auto;
  padding-right: 16px;
  padding-left: 16px;
}

.img_algolia-logo {
  float: right;
}

.algolia-text {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  float: left;
  font-family: museo-sans, sans-serif;
  color: #919191;
  font-weight: 300;
  text-align: right;
}

.div_algolia {
  position: static;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  float: right;
}

.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding-top: 16px;
}

.main_header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
  height: 64px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #e0e5ea;
}

.div_header {
  position: static;
  height: 100%;
  max-width: 981px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #f6f7f8;
  border-left: 1px solid #f6f7f8;
}

.div_header.div_search_header {
  padding-top: 12px;
  border-right-style: none;
  border-left-style: none;
  text-align: left;
}

.header-logo {
  margin-top: 22px;
  margin-right: 24px;
  margin-left: 24px;
  float: left;
}

.header-link {
  display: block;
  height: 100%;
  float: left;
  border-right: 1px none #f0f4f8;
  border-left: 1px solid #f0f4f8;
  border-bottom-color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-family: museo-slab, sans-serif;
  color: #829ab1;
  font-weight: 300;
  text-decoration: none;
}

.header-link:hover {
  border-bottom: 3px solid #2b8ed4;
  color: #2b8ed4;
}

.header-link.header-link-right {
  z-index: 500;
  float: right;
}

.header-link.header-link-right:hover {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.header-link-text {
  margin-top: 22px;
  margin-right: 24px;
  margin-left: 24px;
  text-decoration: none;
}

.header-link-text.dropdown-text {
  height: 100%;
  margin-top: 1px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  color: #738698;
}

.header-link-text.dropdown-text.hidewhensmall {
  color: #a0abbb;
}

.div_header_search {
  position: absolute;
  left: 0px;
  top: -64px;
  right: 0px;
  z-index: 1000;
  height: 64px;
  border-style: none;
  background-color: #334e68;
}

.search-header-input {
  width: 85%;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 20px;
  float: left;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  font-family: museo-sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.search-header-submit {
  width: 15%;
  height: 40px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #2b8ed4;
  line-height: 1rem;
  font-weight: 500;
}

.header-search-wrapper {
  width: 80%;
  margin-left: 65px;
  float: left;
}

.div-header-search-close {
  width: 40px;
  height: 40px;
  margin-left: 30px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-radius: 100px;
  background-color: #243b53;
  font-family: 'Font Awesome - Regular', sans-serif;
  color: #f0f4f8;
  line-height: 130%;
  text-align: center;
}

.div-header-search-close:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.content_fullwidth {
  display: block;
  max-width: 981px;
  margin: 12px auto 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #e0e5ea;
}

.content_fullwidth.content_narrow {
  display: block;
  width: 50%;
  margin: 0px auto 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content_fullwidth.content_narrow.content_maxwidth512 {
  max-width: 512px;
}

.h1_page_title {
  position: static;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-bottom: 1px solid #f0f4f8;
  font-size: 1.25rem;
  font-weight: 300;
}

.narrow_form_container {
  margin-top: 32px;
  margin-right: 24px;
  margin-left: 24px;
  padding-bottom: 16px;
}

.sign_in_floats {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 5px;
  text-align: right;
}

.sign-in-links {
  display: inline-block;
  margin-bottom: 5px;
  border-bottom-style: none;
  font-weight: 300;
  text-decoration: none;
}

.sign-in-links:hover {
  color: #2c6d9d;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

.footer-column {
  position: relative;
  height: 100%;
}

.footer_row {
  height: auto;
}

.content {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 64px;
  padding-bottom: 192px;
  background-color: #f0f4f8;
}

.content.frontpagecontent {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.push-60 {
  padding-top: 60px;
}

.header_signedin {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 62px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #e0e5ea;
}

.dropdown-toggle {
  height: 100%;
}

.dropdown-toggle:hover {
  color: #398fcd;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-dropdown-link {
  z-index: 500;
  display: block;
  overflow: visible;
  border-bottom: 1px solid #e0e5ea;
  background-color: #fff;
  font-family: museo-sans, sans-serif;
  color: #a0abbb;
}

.menu-dropdown-link:hover {
  background-color: #f6f7f8;
  color: #000;
}

.menu-dropdown-link.menu-dropdown-link-last {
  border-bottom-style: none;
}

.dropdown-list {
  z-index: 500;
}

.dropdown-list.w--open {
  box-shadow: 0 2px 6px 0 #d3d3d3;
}

.dropdown-icon {
  display: inline-block;
  width: 25px;
  font-family: 'Font Awesome - Light', sans-serif;
  text-align: left;
}

.brand-logo {
  border-bottom-style: none;
}

.nav_vertical {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 250px;
  min-height: 100vh;
  background-color: rgba(40, 44, 55, 0.9);
}

.admin_logo {
  display: block;
  padding: 16px;
  background-color: #282c37;
}

.admin_sidebar_button {
  width: 100%;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-family: museo-slab, sans-serif;
  color: #d1d1d1;
  font-weight: 300;
}

.admin_sidebar_button:hover {
  background-color: #282c37;
  color: #fff;
}

.admin_sidebar_button:active {
  background-color: #0e0f13;
  color: #a2a2a2;
}

.sidebar-text {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #282c37;
}

.font-awesome {
  display: inline-block;
  width: 32px;
  margin-right: 8px;
  font-family: 'Fontawesome webfont';
  font-size: 20px;
  text-align: center;
}

.vert_div_bottom_buttons {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 250px;
  height: 60px;
}

.vert-bar-bottom-button {
  width: 25%;
  height: 60px;
  background-color: #282c37;
  color: #000;
}

.vert-bar-bottom-button:hover {
  background-image: none;
  color: rgba(0, 0, 0, 0.36);
}

.bottom_button_text {
  display: block;
  height: 60px;
  border-right: 1px solid #000;
  font-family: 'Fontawesome webfont';
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.fa {
  margin-right: 4px;
  margin-left: 4px;
  font-family: 'Font Awesome - Light', sans-serif;
}

.fa.header_icon.showonsmall {
  display: none;
}

.form_texticon_text {
  overflow: hidden;
  height: 40px;
  margin-bottom: 16px;
}

.profile_sticky {
  position: fixed;
  left: 0px;
  top: 64px;
  right: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-top: 1px solid #e0e5ea;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 5px 5px 0 rgba(45, 71, 89, 0.1);
}

.hero_subheading {
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 300;
}

.content_stickybelow {
  margin-top: -45px;
  margin-bottom: 80px;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

.inline {
  display: inline-block;
}

.p_paddingbefore {
  margin-left: 10px;
  border-bottom-style: none;
}

.checkbox-field {
  text-align: left;
}

.checkbox-field.floated_left {
  display: inline-block;
  width: 40%;
  float: left;
}

.hiderubberband {
  position: absolute;
  left: 0px;
  top: -75px;
  right: 0px;
  z-index: 1001;
  height: 75px;
  background-color: #fff;
}

.landingbody {
  background-color: #fff;
}

.icon {
  position: relative;
  font-family: 'Font Awesome - Light', sans-serif;
}

.icon.icon_next {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 0%;
  padding-right: 12px;
  opacity: 0.5;
  font-family: 'Font Awesome - Regular', sans-serif;
  font-size: 20px;
}

.icon.icon_previous {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: 0%;
  margin-right: 8px;
  margin-left: 12px;
  opacity: 0.5;
  font-family: 'Font Awesome - Regular', sans-serif;
  font-size: 20px;
}

.icon.premium_icon {
  margin-left: 4px;
  border-style: solid;
  border-width: 5px 4px;
  border-color: #fff1b8;
  border-radius: 20px;
  background-color: #fff1b8;
  font-family: 'Font Awesome - Regular', sans-serif;
  color: #e89f21;
  font-size: 14px;
  text-align: center;
}

.icon.icon-pad-right {
  margin-right: 8px;
}

.icon.icon-pad-left {
  margin-left: 8px;
}

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

.pagination {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.type_scale_60 {
  font-size: 60px;
  line-height: 60px;
}

.success-message {
  border: 1px solid #4db28a;
  border-radius: 5px;
  background-color: #d4ece3;
}

.form_textarea {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e2ec;
  border-radius: 4px;
  background-color: #f0f4f8;
  font-size: 16px;
}

.type_scale_16 {
  font-size: 16px;
  line-height: 16px;
}

.bluediv {
  background-color: #398fcd;
  text-align: center;
}

.p_no_width_limit {
  max-width: none;
}

.alert-paragraph {
  display: block;
  margin-bottom: 16px;
  padding-top: 2px;
  color: #1e9f7a;
  line-height: 150%;
  font-weight: 500;
}

.alert-paragraph.alert-error {
  color: #d42b2b;
  font-weight: 500;
}

.alert-paragraph.alert-warning {
  color: #e89f21;
  font-weight: 500;
}

.alert-paragraph.alert-info {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #1c75b5;
  font-weight: 500;
}

.form_label {
  color: #627d98;
  font-weight: 300;
}

.badge {
  display: inline;
  margin-right: 4px;
  margin-left: 4px;
  padding: 1px 8px;
  border: 1px solid #2b8ed4;
  border-radius: 100px;
  background-color: #2b8ed4;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.badge.badge-danger-alt {
  border-width: 1px;
  border-color: #fff0f0;
  background-color: #fff0f0;
  color: #d42b2b;
  font-weight: 500;
}

.badge.badge-warning {
  border-color: #f5bf38;
  background-color: #f5bf38;
}

.badge.badge-warning-alt {
  border-color: #fffbeb;
  background-color: #fffbeb;
  color: #e89f21;
}

.badge.badge-secondary {
  border-color: #9fb3c8;
  background-color: #9fb3c8;
}

.badge.badge-good {
  border-color: #31b48b;
  background-color: #31b48b;
}

.badge.badge-good-alt {
  border-color: #eefcf5;
  background-color: #eefcf5;
  color: #31b48b;
}

.badge.badge-outline {
  border-color: #bcccdc;
  background-color: transparent;
  color: #486581;
}

.badge.badge-danger {
  border-color: #e15b5b;
  background-color: #e15b5b;
}

.badge.badge-tertiary {
  border-color: #daedfb;
  background-color: #daedfb;
  color: #1c75b5;
}

.form.notify {
  margin-top: 16px;
}

.alert-message-content {
  padding-top: 16px;
  padding-right: 48px;
  padding-left: 32px;
}

.scaleflexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
}

.panel_text_dark {
  color: #f0f4f8;
}

.type_scale_14 {
  font-size: 14px;
  line-height: 14px;
}

.alert-icon {
  width: 32px;
  min-height: 30px;
  margin: 15px 8px 16px;
  padding-top: 0px;
  font-family: 'Font Awesome - Regular', sans-serif;
  color: #31b48b;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.alert-icon.alert-warning {
  color: #f5bf38;
}

.alert-icon.alert-error {
  margin-bottom: 0px;
  color: #d42b2b;
}

.alert-icon.alert-info {
  font-family: 'Font Awesome - Light', sans-serif;
  color: #2b8ed4;
}

.scalelabel {
  margin-left: 8px;
  color: #9fb3c8;
  line-height: 1em;
}

.alert-icon-div {
  position: relative;
  width: 48px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c4eedc;
}

.alert-icon-div.alert-error {
  background-color: #f9c3c3;
}

.alert-icon-div.alert-warning {
  background-color: #fff1b8;
}

.alert-icon-div.alert-info {
  background-color: #b4dffe;
}

.alert-heading {
  padding-top: 0px;
  color: #1e9f7a;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
}

.alert-heading.alert-info {
  color: #1c75b5;
}

.alert-heading.alert-warning {
  color: #e89f21;
  font-weight: 500;
}

.alert-heading.alert-error {
  color: #d42b2b;
}

.type_scale_48 {
  font-size: 48px;
  line-height: 48px;
}

.pagination_next {
  display: inline-block;
  padding: 4px 8px;
  border-top: 1px solid #d9e2ec;
  border-right: 1px solid #d9e2ec;
  border-bottom: 1px solid #d9e2ec;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #627d98;
}

.pagination_next:hover {
  background-color: #d9e2ec;
}

.panel {
  display: inline-block;
  margin-bottom: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e2ec;
  border-radius: 10px;
}

.panel.panel-inverse {
  border-style: none;
  border-color: #0a558a;
  background-color: #1365a0;
}

.colour_swatch {
  display: inline-block;
  width: 11.1%;
  height: 150px;
  padding-top: 50px;
  border: 10px solid #fff;
  background-color: #398fcd;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
}

.colour_swatch.swatch_bluegrey_500 {
  background-color: #829ab1;
}

.colour_swatch.swatch_bluegrey_700 {
  background-color: #486581;
}

.colour_swatch.swatch_good_700 {
  background-color: #158468;
}

.colour_swatch.swatch_bluegrey_100 {
  background-color: #f0f4f8;
}

.colour_swatch.swatch_danger_400 {
  background-color: #e15b5b;
}

.colour_swatch.swatch_warning_500 {
  background-color: #f5bf38;
}

.colour_swatch.swatch_primary_600 {
  background-color: #1c75b5;
}

.colour_swatch.swatch_good_500 {
  background-color: #31b48b;
}

.colour_swatch.swatch_danger_600 {
  background-color: #ad1f1f;
}

.colour_swatch.swatch_danger_500 {
  background-color: #d42b2b;
}

.colour_swatch.swatch_danger_900 {
  background-color: #620404;
}

.colour_swatch.swatch_good_200 {
  background-color: #c4eedc;
}

.colour_swatch.swatch_bluegrey_300 {
  background-color: #bcccdc;
}

.colour_swatch.swatch_primary_900 {
  background-color: #003e6b;
}

.colour_swatch.swatch_warning_600 {
  background-color: #e89f21;
}

.colour_swatch.swatch_good_400 {
  background-color: #58d0a4;
}

.colour_swatch.swatch_primary_300 {
  background-color: #7dc1f2;
}

.colour_swatch.swatch_primary_200 {
  background-color: #b4dffe;
}

.colour_swatch.swatch_warning_400 {
  background-color: #f9d75d;
}

.colour_swatch.swatch_warning_800 {
  background-color: #b55012;
}

.colour_swatch.swatch_primary_800 {
  background-color: #0a558a;
}

.colour_swatch.swatch_danger_800 {
  background-color: #7a0b0b;
}

.colour_swatch.swatch_warning_200 {
  background-color: #fff1b8;
}

.colour_swatch.swatch_warning_300 {
  background-color: #fce27e;
}

.colour_swatch.swatch_primary_100 {
  background-color: #daedfb;
}

.colour_swatch.swatch_primary_700 {
  background-color: #1365a0;
}

.colour_swatch.swatch_bluegrey_400 {
  background-color: #9fb3c8;
}

.colour_swatch.swatch_danger_700 {
  background-color: #951313;
}

.colour_swatch.swatch_good_900 {
  background-color: #014b3f;
}

.colour_swatch.swatch_primary_400 {
  background-color: #56a7e1;
}

.colour_swatch.swatch_bluegrey_800 {
  background-color: #334e68;
}

.colour_swatch.swatch_danger_200 {
  background-color: #f9c3c3;
}

.colour_swatch.swatch_good_100 {
  background-color: #eefcf5;
}

.colour_swatch.swatch_warning_700 {
  background-color: #cd7618;
}

.colour_swatch.swatch_warning_900 {
  background-color: #8e2c0b;
}

.colour_swatch.swatch_danger_100 {
  background-color: #fff0f0;
}

.colour_swatch.swatch_good_800 {
  background-color: #0c6955;
}

.colour_swatch.swatch_danger_300 {
  background-color: #ef8f8f;
}

.colour_swatch.swatch_primary_500 {
  background-color: #2b8ed4;
}

.colour_swatch.swatch_bluegrey_900 {
  background-color: #243b53;
}

.colour_swatch.swatch_bluegrey_200 {
  background-color: #d9e2ec;
}

.colour_swatch.swatch_good_600 {
  background-color: #1e9f7a;
}

.colour_swatch.swatch_warning_100 {
  background-color: #fffbeb;
}

.colour_swatch.swatch_good_300 {
  background-color: #92ddbf;
}

.colour_swatch.swatch_bluegrey_600 {
  background-color: #627d98;
}

.form_select {
  font-size: 18px;
  font-weight: 300;
}

.form_select.parsley-error {
  border: 1px solid #db5957;
  background-color: #f5d1d0;
  color: #bc2c29;
}

.alert-message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #eefcf5;
}

.alert-message.alert-info {
  background-color: #daedfb;
}

.alert-message.alert-warning {
  border-color: #fce27e;
  background-color: #fffbeb;
}

.alert-message.alert-error {
  background-color: #fff0f0;
}

.scale_block {
  height: 16px;
  margin-top: 0px;
  background-color: #2b8ed4;
}

.scale_block.scale_block_96 {
  width: 96px;
}

.scale_block.scale_block_512 {
  width: 512px;
}

.scale_block.scale_block_8 {
  width: 8px;
}

.scale_block.scale_block_128 {
  width: 128px;
}

.scale_block.scale_block_48 {
  width: 48px;
}

.scale_block.scale_block_64 {
  width: 64px;
}

.scale_block.scale_block_256 {
  width: 256px;
}

.scale_block.scale_block_768 {
  width: 768px;
}

.scale_block.scale_block_24 {
  width: 24px;
}

.scale_block.scale_block_384 {
  width: 384px;
}

.scale_block.scale_block_192 {
  width: 192px;
}

.scale_block.scale_block_16 {
  width: 16px;
}

.scale_block.scale_block_12 {
  width: 12px;
}

.scale_block.scale_block_640 {
  width: 640px;
}

.scale_block.scale_block_4 {
  display: inline-block;
}

.scale_block.scale_block_32 {
  width: 32px;
}

.error-message {
  border: 1px solid #db5957;
  border-radius: 5px;
  background-color: #f5d1d0;
}

.select2_dropdown_fw {
  width: 100%;
  max-width: 384px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #bcccdc;
}

.type_scale_30 {
  font-size: 30px;
  line-height: 30px;
}

.radio {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.alert-ul {
  display: inline-block;
  color: #31b48b;
}

.alert-ul.alert-info {
  color: #2b8ed4;
}

.alert-ul.alert-error {
  color: #e15b5b;
}

.alert-ul.alert-warning {
  color: #f5bf38;
}

.column_nopad {
  padding-right: 0px;
  padding-left: 0px;
}

.type_scale_18 {
  font-size: 18px;
  line-height: 18px;
}

.pageblock {
  margin-top: 0px;
  padding: 0px 24px 24px;
  border-bottom: 1px solid #f0f4f8;
}

.type_scale_24 {
  font-size: 24px;
  line-height: 24px;
}

.button {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 8px 32px;
  border: 1px solid #2b8ed4;
  border-radius: 200px;
  background-color: #2b8ed4;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  border-color: #1c75b5;
  background-color: #1c75b5;
}

.button:active {
  border-color: #1365a0;
  background-color: #1365a0;
}

.button.button-nospace {
  margin-right: 0px;
}

.button.button-inline {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button.button-inline.button-icon.button-joined {
  display: inline-block;
  width: 64px;
  height: 40px;
  margin-right: 0px;
  padding: 4px 16px;
  border-radius: 0px 4px 4px 0px;
  font-size: 18px;
  line-height: 170%;
}

.button.button-inline.button-icon.button-joined.button-rounded {
  padding-left: 12px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

.button.button-icon {
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Font Awesome - Regular', sans-serif;
}

.button.button-good-alt {
  border-color: #eefcf5;
  background-color: #eefcf5;
  color: #31b48b;
}

.button.button-good-alt:hover {
  border-color: #58d0a4;
  background-color: #58d0a4;
  color: #eefcf5;
}

.button.button-good-alt:active {
  border-color: #31b48b;
  background-color: #31b48b;
}

.button.button-good {
  border-color: #58d0a4;
  background-color: #58d0a4;
}

.button.button-good:hover {
  border-color: #31b48b;
  background-color: #31b48b;
}

.button.button-good:active {
  border-color: #1e9f7a;
  background-color: #1e9f7a;
}

.button.button-secondary-grey {
  border-color: #627d98;
  background-color: transparent;
  color: #627d98;
}

.button.button-secondary-grey:hover {
  box-shadow: 0 0 0 4px #bcccdc;
}

.button.button-secondary-grey:active {
  background-color: #bcccdc;
  color: #486581;
}

.button.button-group-right {
  padding-right: 24px;
  padding-left: 16px;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button.button-tertiary-whiteonblue {
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
  color: #f0f4f8;
}

.button.button-tertiary-whiteonblue:hover {
  border-color: #b4dffe;
}

.button.button-tertiary-whiteonblue:active {
  border-color: #bcccdc;
}

.button.button-tertiary {
  border-color: transparent;
  background-color: transparent;
  color: #2b8ed4;
}

.button.button-tertiary:hover {
  box-shadow: 0 0 0 5px #daedfb;
}

.button.button-tertiary:active {
  border-color: #2b8ed4;
}

.button.button-danger {
  border-color: #e15b5b;
  background-color: #e15b5b;
}

.button.button-danger:hover {
  border-color: #d42b2b;
  background-color: #d42b2b;
}

.button.button-danger:active {
  border-color: #ad1f1f;
  background-color: #ad1f1f;
}

.button.button-pull-right {
  margin-right: 0px;
  float: right;
}

.button.button-danger-alt {
  border-color: #fff0f0;
  background-color: #fff0f0;
  color: #d42b2b;
}

.button.button-danger-alt:hover {
  border-color: #e15b5b;
  background-color: #e15b5b;
  color: #fff0f0;
}

.button.button-danger-alt:active {
  border-color: #d42b2b;
  background-color: #d42b2b;
}

.button.button-group-left {
  margin-right: 0px;
  padding-right: 16px;
  padding-left: 24px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button.button-secondary-whiteondark {
  border-width: 2px;
  border-color: #d9e2ec;
  background-color: transparent;
  color: #f0f4f8;
}

.button.button-secondary-whiteondark:hover {
  border-color: #f0f4f8;
  background-color: #f0f4f8;
  color: #003e6b;
}

.button.button-secondary-whiteondark:active {
  border-color: #d9e2ec;
  background-color: #d9e2ec;
}

.button.button-block {
  display: block;
  width: 100%;
}

.button.button-secondary {
  border-width: 1px;
  border-color: #2b8ed4;
  background-color: transparent;
  color: #2b8ed4;
}

.button.button-secondary:hover {
  box-shadow: 0 0 0 5px #daedfb;
}

.button.button-secondary:active {
  background-color: #daedfb;
}

.button.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button.button-secondary-whiteonblue {
  border-width: 2px;
  border-color: #b4dffe;
  background-color: transparent;
  color: #f0f4f8;
}

.button.button-secondary-whiteonblue:hover {
  border-color: #f0f4f8;
  background-color: #f0f4f8;
  color: #398fcd;
}

.button.button-secondary-whiteonblue:active {
  border-color: #daedfb;
  background-color: #daedfb;
}

.button.button-group-center {
  margin-right: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border-left-style: none;
  border-radius: 0px;
}

.pagination_item {
  display: inline-block;
  padding: 4px 8px;
  border-top: 1px solid #d9e2ec;
  border-right: 1px solid #d9e2ec;
  border-bottom: 1px solid #d9e2ec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #627d98;
  line-height: 25px;
}

.pagination_item:hover {
  background-color: #d9e2ec;
}

.pagination_item.pagination_active {
  border-top-color: #7dc1f2;
  border-right-color: #7dc1f2;
  border-bottom-color: #7dc1f2;
  background-color: #7dc1f2;
  color: #f0f4f8;
}

.type_scale_20 {
  font-size: 20px;
  line-height: 20px;
}

.type_scale_12 {
  font-size: 12px;
  line-height: 12px;
}

.alert-li-para {
  margin-bottom: 16px;
  padding-top: 0px;
  color: #1e9f7a;
  line-height: 150%;
  font-weight: 500;
}

.alert-li-para.alert-info {
  color: #1c75b5;
}

.alert-li-para.alert-error {
  color: #d42b2b;
}

.alert-li-para.alert-warning {
  color: #e89f21;
}

.form_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  font-family: 'Font Awesome - Light', sans-serif;
  color: #829ab1;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.form_text {
  position: relative;
  z-index: 10;
  max-width: 384px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e2ec;
  border-radius: 4px;
  background-color: #f0f4f8;
  font-size: 16px;
  font-weight: 300;
}

.form_text:focus {
  box-shadow: 0 0 0 3px rgba(43, 142, 212, 0.25);
}

.form_text.parsley-success {
  border-width: 2px;
  border-color: #58d0a4;
  background-color: #eefcf5;
}

.form_text.form_textwithbutton {
  display: inline;
  width: 90%;
  height: 40px;
  float: left;
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form_text.form_textwithbutton.form_textwithbutton_rounded {
  padding-left: 20px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.form_text.form_textwithicon {
  display: inline-block;
  height: 40px;
}

.form_text.form_textwithicon.form_nowidthrestriction {
  position: static;
  display: inline-block;
  overflow: hidden;
  max-width: 500px;
  border-color: #d9e2ec;
  background-color: #f0f4f8;
}

.form_text.parsley-error {
  border-width: 2px;
  border-color: #ef8f8f;
  background-color: #fff0f0;
  color: #bc2c29;
}

.panel_heading {
  margin-bottom: 4px;
  color: #627d98;
}

.panel_heading.panel_text_dark {
  color: #f0f4f8;
}

.darkdiv {
  background-color: #003e6b;
  text-align: center;
}

.parsley-errors-list {
  z-index: 0;
  max-width: 384px;
  margin-top: -11px;
  padding-left: 12px;
  background-color: transparent;
  color: #e15b5b;
  font-weight: 500;
  list-style-type: none;
}

.type_scale_36 {
  font-size: 36px;
  line-height: 36px;
}

.pagination_prev {
  display: inline-block;
  padding: 4px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9e2ec;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #627d98;
}

.pagination_prev:hover {
  background-color: #d9e2ec;
}

.list-item {
  color: #e15b5b;
}

.section {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.cta-text {
  padding-top: 16px;
  color: #486581;
  font-weight: 700;
  text-align: right;
}

.cta-text.center {
  text-align: center;
}

.cta-text.cta-text-error {
  color: #e15b5b;
}

.cta-paragraph {
  padding-top: 0px;
  line-height: 1.5rem;
  text-align: right;
}

.cta-paragraph.center {
  text-align: center;
}

.cta-paragraph.cta-paragraph-error {
  color: #d42b2b;
}

.link-grey {
  border-bottom-color: #bcccdc;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #627d98;
}

.link-grey:hover {
  border-bottom-color: #627d98;
}

.cta-column {
  padding-right: 18px;
  padding-left: 18px;
}

.cta-column.cta-column-right {
  border-left: 1px solid #d9e2ec;
}

.cta-columns {
  margin-top: 16px;
  margin-bottom: 16px;
}

.help-inline {
  margin-top: -8px;
  margin-bottom: 20px;
}

.help-inline.parsley-error {
  padding-left: 12px;
  color: #e15b5b;
  font-weight: 500;
}

.link-red {
  border-bottom-color: #ef8f8f;
  color: #d42b2b;
}

.link-red:hover {
  border-bottom-color: #d42b2b;
}

html.w-mod-js *[data-ix="move-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 130%);
  -ms-transform: translate(0px, 130%);
  transform: translate(0px, 130%);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.5em;
  }
  .div_hero {
    padding-top: 85px;
  }
  .img_logo {
    margin-left: 32px;
  }
  .hero-heading {
    font-size: 40px;
  }
  .cta {
    width: 95%;
  }
  .div_footer {
    margin-right: 30px;
    margin-left: 30px;
  }
  .algolia-text {
    display: block;
    width: 100%;
    text-align: right;
  }
  .div_algolia {
    text-align: right;
  }
  .div_header {
    margin-right: 32px;
    margin-left: 32px;
  }
  .header-link-text {
    margin-right: 20px;
    margin-left: 20px;
  }
  .header-search-wrapper {
    margin-left: 30px;
  }
  .div-header-search-close {
    margin-right: 30px;
    float: right;
  }
  .content_fullwidth {
    margin-right: 32px;
    margin-left: 32px;
  }
  .content_fullwidth.content_narrow {
    width: 65%;
  }
  .profile_sticky {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero_subheading {
    font-size: 22px;
  }
  .alert-message-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .alert-icon-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button {
    padding: 5px 30px;
  }
  .cta-text {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    line-height: 1.5rem;
  }
  .section_hero {
    height: 575px;
  }
  .div_hero {
    max-height: 500px;
    margin-top: 40px;
    padding-top: 0px;
  }
  .img_logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-heading {
    margin-bottom: 25px;
    padding-top: 24px;
    font-size: 35px;
  }
  .hero-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cta {
    width: 66%;
  }
  .footer {
    padding-bottom: 20px;
  }
  .div_footer {
    text-align: center;
  }
  .img_algolia-logo {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .algolia-text {
    width: 100%;
    text-align: center;
  }
  .div_algolia {
    display: block;
    margin-top: 14px;
    margin-right: 70px;
    margin-left: 70px;
    float: none;
    text-align: center;
  }
  .header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pagebody {
    font-size: 0.85em;
  }
  .main_header {
    height: 48px;
  }
  .div_header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .header-logo {
    width: 129px;
    margin-top: 13px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .header-link.header-link-right {
    border-left-style: none;
  }
  .header-link-text {
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 0.85em;
  }
  .header-link-text.dropdown-text {
    margin-top: 0px;
  }
  .header-link-text.hidewhensmall {
    display: none;
  }
  .content_fullwidth {
    margin-right: 5px;
    margin-left: 5px;
  }
  .content_fullwidth.content_narrow {
    width: 80%;
  }
  .h1_page_title {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .content {
    padding-top: 48px;
  }
  .header_signedin {
    height: 50px;
  }
  .dropdown-toggle {
    padding-top: 15px;
    padding-left: 60px;
  }
  .dropdown-toggle.w--open {
    padding-left: 55px;
  }
  .brand-logo {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .fa.header_icon {
    margin-top: 6px;
    margin-right: 12px;
    margin-left: 12px;
    color: rgba(165, 172, 182, 0.8);
    font-size: 24px;
    line-height: 1.6em;
  }
  .fa.header_icon.showonsmall {
    display: block;
    color: #a0abbb;
    font-size: 24px;
  }
  .fa.header_icon.showonsmall.header_icon_search {
    margin-top: 8px;
    font-size: 22px;
  }
  .fa.header_icon.showonsmall.header_icon_search.header_icon_signed_in {
    margin-top: -8px;
    margin-right: 0px;
  }
  .fa.header_icon.showonsmall.fa-fw {
    color: #bcccdc;
  }
  .fa.header_icon.showonsmall.fa-fw {
    color: #bcccdc;
  }
  .profile_sticky {
    top: 50px;
    display: none;
  }
  .hero_subheading {
    padding-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 20px;
  }
  .form_textarea {
    font-size: 14px;
  }
  .form_label.form_label_icon {
    margin-left: 40px;
  }
  .form_select {
    font-size: 14px;
  }
  .alert-ul {
    margin-right: 32px;
    padding-left: 24px;
  }
  .button.button-inline.button-icon.button-joined {
    width: 20%;
  }
  .button.button-tertiary-whiteonblue {
    display: none;
  }
  .button.button-small {
    padding: 3px 15px;
    font-size: 14px;
  }
  .form_text {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
  .form_text.form_textwithbutton {
    width: 80%;
  }
  .panel_heading {
    margin-bottom: 10px;
  }
  .section {
    position: relative;
  }
  .cta-text {
    text-align: center;
  }
  .cta-paragraph {
    text-align: center;
  }
  .cta-column.cta-column-right {
    border-left-style: none;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 16px;
  }
  .section_hero {
    height: auto;
    min-height: 400px;
  }
  .hero-heading {
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 25px;
    line-height: 30px;
  }
  .hero-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cta {
    width: 80%;
    margin-top: 40px;
  }
  .footer {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .link_footer {
    display: block;
  }
  .div_footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .div_algolia {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .header {
    text-align: center;
  }
  .header-link-text {
    font-size: 0.75em;
  }
  .header-link-text.dropdown-text {
    padding-right: 15px;
    font-size: 0.75em;
  }
  .content_fullwidth.content_narrow {
    width: 95%;
    margin-top: 0px;
  }
  .h1_page_title {
    margin-top: 0px;
    padding-left: 10px;
  }
  .footer-column {
    text-align: center;
  }
  .content.frontpagecontent {
    overflow: visible;
  }
  .fa.header_icon.showonsmall.fa-fw {
    width: 25px;
    text-align: center;
  }
  .fa.header_icon.showonsmall.fa-fw {
    width: 25px;
    text-align: center;
  }
  .profile_sticky {
    padding-right: 15px;
    padding-left: 15px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }
  .hero_subheading {
    padding-top: 16px;
    font-size: 15px;
    line-height: 1.5em;
  }
  .alert-paragraph {
    margin: 5px 16px 10px;
    font-size: 12px;
    line-height: 1.1rem;
  }
  .alert-icon {
    width: 25px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 16px;
  }
  .alert-icon.alert-warning {
    font-size: 20px;
  }
  .alert-icon-div {
    width: auto;
  }
  .alert-heading {
    margin-left: 16px;
    font-size: 16px;
  }
  .alert-ul {
    margin-right: 16px;
    margin-left: 16px;
  }
  .pageblock {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button {
    padding: 4px 20px;
  }
  .button.button-inline.button-icon.button-joined {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.button-icon {
    padding: 4px 8px;
  }
  .button.button-group-right {
    padding: 2px 15px 2px 10px;
  }
  .button.button-tertiary-whiteonblue {
    display: inline-block;
  }
  .button.button-group-left {
    padding: 2px 10px 2px 15px;
  }
  .button.button-group-center {
    padding: 2px 10px;
  }
  .alert-li-para {
    font-size: 12px;
    line-height: 1.1rem;
  }
  .form_text.form_textwithbutton {
    width: 80%;
  }
  .panel_heading {
    text-align: left;
  }
}

@font-face {
  font-family: 'Font Awesome - Regular';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome - Light';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
