@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&display=swap');

body {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
  color: #2A2A2A;
  margin: 0;
}

.main_content_holder, #site_id_banner, .pagebottom  {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.5em;
    
}



h2 {
  font-size: 18px;
  font-weight: 600;
}

h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #003087;
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    color: #003087;
    margin: 5px 0;
  }
  h2 {
    font-size: 26px;
    font-weight: 600;
  }
}

#menu_placeholder {
  width: 100%;
  background-color: #003087;
  height: 40px;
}
div.highlight_box {
  background-color: #E2EEF9;
  padding: 20px;
  border-radius: 12px;
  margin: 0 auto 20px auto;
  font-size: 20px;
  display: inline-block;
  text-align: centre;
  font-weight: 600;
}



/* footer areas */

div.pagebottom {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.pagebottomleft img {
  max-width: 200px;
  height: auto;
}

div.footer {
  width: 100%;
  background-color:#003087;
  color: #fff;
}
div.pagebottomleft {
  font-size: 18px;
  width: 100%;
  line-height: 1.65;
  margin-top: 20px;
}
div.pagebottomright {
  width: 100%;
  justify-content: flex-end;
  margin-top: 20px;
}
div.pagebottomright p {
  align-self: flex-end;
}

@media screen and (min-width: 1100px) {
  div.pagebottom {
  display: flex;
}
  
  div.pagebottomleft {
    font-size: 20px;
    width: 50%;
    line-height: 1.65;
    margin-top: 20px;
  }
  div.pagebottomright {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    margin-top: 20px;
  }
}

