:root {
  --white: white;
  --black: black;
}

.image {
  max-width: 20%;
}

.logo_banner {
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 20px;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.main_hdr {
  border-top: 3px solid #0070e0;
}

.site_header {
  color: #fff;
  background-color: #777b7d;
  padding: 30px 20px 30px 30px;
  font-size: 1.8em;
  line-height: 1.5em;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: block;
}

.content_block {
  margin-left: 10%;
  margin-right: 10%;
}

.intro_lead, .bold-text {
  font-weight: 400;
}

.intro_subtext {
  margin-bottom: 10px;
  font-size: 14px;
}

.additional-information {
  background-color: #184a5814;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.heading {
  color: #333;
}

.heading.tsx_link {
  text-decoration: none;
}

.add_info_blocks {
  flex-wrap: nowrap;
  place-content: stretch center;
  margin-bottom: 36px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.add_info_block {
  background-color: #fff;
  border-right: 2px solid #dcdedf;
  width: 100%;
  max-width: 337px;
  margin-top: 0;
  padding: 10px 20px;
}

.add_info_block.end_info_block {
  border-right-width: 0;
}

.add_info_block.end_info_block.right_block {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.add_info_block.left_block {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.add_info_block.first {
  margin-top: -8px;
  position: static;
}

.div-block-3, .div-block-4, .div-block-5 {
  background-color: #fff;
}

.add_info_text {
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.footer_block {
  margin-top: 15px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 20px;
}

.text_block_btm_margin {
  color: #302f2f;
  margin-bottom: 10px;
  text-decoration: none;
}

.link_style {
  color: #334;
  font-weight: 600;
  text-decoration: underline;
}

.english_view {
  display: block;
}

.french_view {
  display: none;
}

.add_info_container {
  align-items: center;
  display: flex;
}

.tsx_link {
  text-decoration: none;
}

.dropdown-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: -15px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link {
  cursor: pointer;
}

.dropdown-link:hover {
  background-color: #ececec;
}

.dropdown-link-2 {
  cursor: pointer;
}

.dropdown-link-2:hover {
  background-color: #ececec;
}

.english-logo-with-link {
  flex: 1;
}

.english-logo-with-link.english_logo_view {
  display: block;
}

.logo_no_link, .french-logo-with-link {
  flex: 1;
  display: none;
}

.french-logo-with-link.french_view, .french-logo-with-link.french_logo_view {
  display: none;
}

.bold-text-2, .bold-text-3 {
  text-decoration: none;
}

.heading-2 {
  margin-top: 4px;
}

.bold-text-4 {
  height: auto;
}

.heading-3 {
  margin-top: 0;
  padding-top: 12px;
  font-weight: 400;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .add_info_blocks {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .add_info_block {
    border-bottom: 2px solid #dcdedf;
    border-right-width: 0;
  }

  .add_info_block.end_info_block {
    border-bottom-width: 2px;
  }
}


