html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
  border: 0;
  box-sizing: border-box;
	font-size: 100%;
	font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

i {
  font-style: italic;
}

/*** END RESET ***/
.noScroll {
  overflow: hidden;
}

.modal_wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.5);
  top: 0px;
  z-index: 9000;
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.modal_wrapper.isVisible {
  display: flex;
}

.modal .heading {
  font-size: 33px;
  padding-bottom: 24px;
}

.modal .heading-url {
  font-size: 20px;
}

.modal .copy {
  font-family: 'Lato', sans-serif;
  color: #333;
  line-height: 24px;
  font-size: 16px;
}

.modal button, #modal_link {
  margin: 48px auto 24px;
  background-color: #63AF9E;
  color: #fff;
  box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.2);
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}

#modal_link a {
  text-decoration: none;
  color: #fff;
}

.modal {
  max-width: 340px;
  background-color: #fff;
  padding: 24px 36px;
  border-radius: 8px;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.shared-nav {
  background-color: #fff;
  color: #2D3838;
  font-family: 'Montserrat-black', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 54px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08)
}

.shared-nav--expanded {
  height: 100%;
}

.shared-nav_contents {
  display: none;
  padding: 24px 24px 0;
}

.shared-nav_contents li {
  cursor: pointer;
  line-height: 24px;
  padding-bottom: 24px;
}

.shared-nav_contents li a, .shared-nav_contents li a:visited {
  background-color: #fff;
  color: #2D3838;
  text-decoration: none;
}

.shared-nav_contents li.active a, .shared-nav_contents li.active a:visited, .shared-nav_contents li.active {
  color: #1B9B94;
}


/* .shared-nav_contents li#nav-overview, .shared-nav_contents li#nav-overview a {
  color: #1B9B94;
} */

.shared-nav_contents li.site-link a, .shared-nav_contents li.site-link a:visited {
  text-decoration: none;
}

.shared-nav--expanded .shared-nav_contents {
  display: block;
}

.shared-nav--expanded .hamburger {
  background-image: url(../images/menu--open.svg);
}

.hamburger {  
  background-image: url(../images/menu.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 24px;
}

.logo_link {
  padding: 12px 0 0 12px;
  display: inline-block;
}

.footer_block {
  background-color:  #2D3838;
  display: flex;
  padding: 48px 24px 48px;
  text-align: center;
  flex-direction: column;
}

.footer-disclaimer {
  color: #fff;
  font-family: 'Montserrat-black', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.footer_block ul {
  width: 100%;
}

.footer_block li {
  padding-bottom: 32px;
}

.footer_block a, #privacy-policy {
  cursor: pointer;
  color: #fff;
  font-family: 'Montserrat-black', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.shared-nav_contents li .label--language, .dropdown_control--language, .dropdown_content--language {
  font-size: 16px;
  font-weight: normal;
}

.dropdown_content--language {
  display: none;
}

.dropdown_content--language--open {
  display: block;
}

.label--language {
  margin-bottom: 8px;
}

.dropdown_control--language, .dropdown_content--language {
  background-color: #F0F4F4;
  border-radius: 6px;
  color: #434343;
  padding: 8px 12px;
  width: 75%;
}

.dropdown_content--language {
  border-radius: 0px 0px 6px 6px;
  margin-top: -6px;
}

.shared-nav_contents li .dropdown_content--language a, .shared-nav_contents li .dropdown_content--language li a:visited {
  background-color: #F0F4F4;
  color: #434343;
}

.dropdown_control--language {
  position: relative;
}

.dropdown_control--language:before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 12px;
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; 
  border-left: 8px solid #315B93; 
}

.dropdown_control--language--open:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-top: 8px solid #315B93;
  top: 16px;
}

.dropdown_content--language li {
  padding: 8px;
}

.dropdown_content--language li:hover {
  text-shadow: 0px 0px 1px #434343;
}

.dropdown_content--language li.active {
  text-shadow: 0px 0px 1px #434343;
  border: 0;
}

.dropdown_content--language li a:hover {
  text-shadow: 0px 0px 1px #434343;
}

@media screen and (min-width: 401px) {
  .modal .heading-url {
    font-size: 28px;
  }

  .modal .copy {
    font-size: 20px;
  }

  .nav_wrapper {
    position: relative;
    width: 100%;
  }
  
  .shared-nav--expanded {
    height: 54px;
  }

  .shared-nav--expanded .shared-nav_contents {
    background-color: #fff;
    height: auto;
    position: absolute;
    right: 0;
    width: 50%;
  }

  .footer_block ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 424px) {
  .modal {
    max-width: 404px;
  }
}

@media screen and (min-width: 767px) {
  .modal {
    max-width: 747px;
  }
}


@media screen and (min-width: 771px) {
  .modal {
    max-width: 751px;
  }

  .modal .heading-url {
    font-size: 33px;
  }

  .shared-nav--expanded {
    height: 54px;
  }

  .shared-nav--expanded .shared-nav_contents {
    position: absolute;
    right: 0;
    width: 334px;
  }

  .footer_block {
    justify-content: center;
  }

  .footer_block ul {
    display: flex;
    flex-direction: row;
    width: auto;
  }

  .footer_block li {
    padding-left: 48px;
  }

  .footer_block li:first-child {
    padding-left: 0;
  }
}

.break {
  display: none;
}

@media screen and (min-width: 771px) {
  .footer_block {
    justify-content: center;
  }

  .footer_block ul {
    display: flex;
    flex-direction: row;
    width: auto;
    flex-wrap: wrap;
  }

  .footer_block li {
    padding: 0;
  }

  .footer_block li:nth-child(3) {
    margin-left: 80px;
  }

  .footer_block li:nth-child(4) {
    padding: 0 24px;
    margin: 0 24px;
  }

  .footer_block ul li:nth-child(4) {
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px;
  }

  .footer_block li:nth-child(1) {
    flex: 0 100%;
    margin-bottom: 20px;
  }

  .break {
    display: flex;
    flex-basis: 100%;
    height: 0;
  }
}

@media screen and (min-width: 987px) {
  .modal {
    max-width: 800px;
  }

  .nav_wrapper {
    margin: 0 auto;
    position: relative;
    width: 989px;
  }
}

@media screen and (min-width: 1025px) {
  .full-nav .shared-nav_contents {
    display: flex;
    position: relative;
    padding: 16px 20px 0;
    height: 54px;
    width: 100%;
  }

  .footer_block ul {
    justify-content: center;
    margin-bottom: 24px;
  }

  .footer_block li:nth-child(3) {
    margin-left: 0;
  }

  .nav_wrapper {
    width: 100%;
  }

  .dropdown_content--language {
    margin-top: 0px;
  }

  .dropdown_content--language li:hover {
    font-size: 15px;
  }

  .dropdown_content--language li a:hover {
    text-shadow: 0px 0px 1px #434343;
  }

  .full-nav .shared-nav_contents .dropdown_content--language li {
    padding: 0;
  }

  .full-nav .shared-nav_contents .dropdown_content--language li:first-child {
    padding-bottom: 8px;
  }

  .dropdown_control--language, .dropdown_content--language {
    width: 200px;
    position: absolute;
    right: 60px;
    top: 8px;
    border-radius: 6px;
  }

  .dropdown_control--language--open:before {
    z-index: 1;
  }

  .full-nav .nav_wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 0 0 24px;
  }

  .full-nav .shared-nav_contents li {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 12px;
    margin-right: 20px;
  }

  .hamburger {
    display: none;
  }

  .active {
    border-bottom: 5px solid #1B9B94;
    color: #1B9B94;
  }
}
