@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,600&display=swap");
@media only screen and (min-width: 0) {
  img.cover_image {
    width: 100%;
    margin: auto;
    max-height: 200px;
    object-fit: cover; }
  .header_banner_wrapper {
    width: 100%;
    background: #d2d6d8;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .navbar {
    background: #3566A1 !important;
    font-weight: 400;
    border-bottom: 2px solid #F8F9FA; }
    .navbar .navbar-brand {
      white-space: normal;
      max-width: 200px;
      margin: 0;
      padding: 0; }
      .navbar .navbar-brand .logo_title_wrapper {
        display: flex;
        align-items: center; }
        .navbar .navbar-brand .logo_title_wrapper img {
          width: 100px;
          align-self: center;
          margin-right: 5px; }
        .navbar .navbar-brand .logo_title_wrapper h3 {
          font-size: 17px;
          font-weight: 500;
          margin: 0px;
          color: #F8F9FA; }
    .navbar .navbar-toggler {
      border: 0; }
      .navbar .navbar-toggler .fa-bars {
        color: #F8F9FA; }
  .navbar-light .navbar-nav li .nav-link {
    color: #F8F9FA;
    font-size: 14px; }
  .navbar-light .navbar-nav li .current {
    color: #EFC80A;
    border-bottom: 1px solid #EFC80A; }
  .cover_image_page_title {
    display: block;
    min-width: 50%;
    z-index: 1;
    bottom: 0px;
    position: absolute; }
    .cover_image_page_title .inner_wrapper {
      background: rgba(53, 102, 161, 0.7);
      padding: 10px; } }

@media only screen and (min-width: 768px) {
  .navbar .navbar-brand {
    max-width: none; }
    .navbar .navbar-brand .logo_title_wrapper img {
      width: 110px;
      margin-right: 15px; }
    .navbar .navbar-brand .logo_title_wrapper h3 {
      font-size: 26px; }
  .navbar-light .navbar-nav li .nav-link {
    font-size: 16px; } }

@media only screen and (min-width: 992px) {
  .cover_image_height {
    min-height: 450px; }
  .navbar__absolute {
    position: absolute; }
  .navbar {
    background: rgba(53, 102, 161, 0.9) !important;
    z-index: 1;
    width: 930px;
    margin: auto;
    left: 0;
    right: 0px;
    font-weight: 600; }
    .navbar .navbar-brand {
      max-width: 400px; }
  img.cover_image {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    height: 100%;
    width: 100%; }
  .cover_image_page_title {
    min-width: 30%; }
    .cover_image_page_title .inner_wrapper {
      padding: 20px; } }

@media only screen and (min-width: 1200px) {
  .navbar {
    width: 1110px; } }

@media only screen and (min-width: 0) {
  .breadcrumbs_wrapper {
    padding: 10px 0px;
    margin: 10px 0px;
    color: #3566A1;
    font-weight: 600;
    line-height: 18px; } }

@media only screen and (min-width: 0) {
  .cover_banner {
    margin-top: 30px; }
    .cover_banner .inner_wrapper {
      max-width: 50%;
      background: rgba(53, 102, 161, 0.7);
      padding: 10px; } }

@media only screen and (min-width: 768px) {
  .cover_banner {
    margin-top: 60px; } }

@media only screen and (min-width: 992px) {
  .cover_banner {
    margin-top: 75px; } }

@media only screen and (min-width: 1024px) {
  .cover_banner {
    margin-top: 100px; } }

@media only screen and (min-width: 0) {
  .featured_page {
    margin-bottom: 30px; }
    .featured_page a {
      text-decoration: none;
      color: #212529; }
    .featured_page h4 {
      border-bottom: 1px solid #EFC80A;
      padding-bottom: 10px;
      font-size: 1.3rem; }
    .featured_page .inner_wrapper {
      background: #F8F9FA;
      display: block;
      height: 100%;
      padding: 15px;
      border-bottom: 2px solid #EFC80A; }
      .featured_page .inner_wrapper .fa-angle-right {
        position: relative;
        top: 2px; }
      .featured_page .inner_wrapper.grow {
        transition: all 0.25s ease-in-out; }
        .featured_page .inner_wrapper.grow:hover {
          transform: scale(1.05); } }

.striped_banner_top .top_stripe,
.striped_banner_top .bottom_stripe {
  width: 100%; }

.striped_banner_top .top_stripe {
  height: 5px;
  background: #EFC80A; }

.striped_banner_top .bottom_stripe {
  background: #CC0C23;
  height: 2px; }

.striped_banner__footer {
  display: flex; }
  .striped_banner__footer .stripe {
    height: 10px;
    width: 100%;
    background: #3566A1; }

body {
  font-family: 'Quicksand', sans-serif; }

.content_wrapper {
  padding: 25px 0px 0px 0px; }

@media only screen and (min-width: 0) {
  .newscards_count_info_wrapper {
    margin: 20px 0px;
    font-size: 18px; }
  .pagination_wrapper {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 20px;
    background: #F8F9FA; }
    .pagination_wrapper a {
      text-decoration: none;
      color: #212529; }
    .pagination_wrapper a.active {
      color: #043C8C;
      font-weight: 700; }
    .pagination_wrapper .fa-chevron-left {
      margin-right: 5px; }
    .pagination_wrapper .fa-chevron-right {
      margin-left: 5px; } }

@media only screen and (min-width: 0) {
  .children_wrapper {
    margin: 30px 0px; }
  .custom_card {
    min-height: 150px;
    margin-bottom: 30px;
    padding: 0px; }
    .custom_card a {
      text-decoration: none; }
    .custom_card.grow {
      transition: all 0.25s ease-in-out; }
      .custom_card.grow:hover {
        transform: scale(1.05); }
    .custom_card .inner_wrapper {
      height: 100%;
      border-bottom: 2px solid #EFC80A;
      background: #F8F9FA;
      padding: 15px; }
      .custom_card .inner_wrapper a {
        text-decoration: none; }
      .custom_card .inner_wrapper h4 {
        color: #043C8C;
        font-size: 1.3rem; }
      .custom_card .inner_wrapper .fa-angle-right {
        position: relative;
        top: 2px; }
      .custom_card .inner_wrapper p {
        color: #212529; } }

@media only screen and (min-width: 768px) {
  .custom_card {
    min-height: 200px;
    padding-right: 20px; } }

@media only screen and (min-width: 0) {
  .newscards_wrapper {
    margin: 30px 0px; }
    .newscards_wrapper a {
      text-decoration: none; }
    .newscards_wrapper .newscard {
      display: flex;
      flex-direction: column;
      padding: 0px;
      margin-bottom: 30px;
      background: #F8F9FA; }
      .newscards_wrapper .newscard.grow {
        transition: all 0.25s ease-in-out; }
        .newscards_wrapper .newscard.grow:hover {
          transform: scale(1.05); }
      .newscards_wrapper .newscard .newscard_thumbnail_wrapper {
        min-height: 175px;
        margin-bottom: 15px;
        background: #d2d6d8;
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        .newscards_wrapper .newscard .newscard_thumbnail_wrapper img {
          object-fit: cover;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-height: 100%;
          height: 100%;
          width: 100%; }
        .newscards_wrapper .newscard .newscard_thumbnail_wrapper .newscard_published_date_wrapper {
          background: rgba(0, 0, 0, 0.75);
          position: absolute;
          z-index: 1;
          top: 5px;
          right: 5px;
          padding: 10px;
          color: #F8F9FA;
          font-weight: 500; }
      .newscards_wrapper .newscard .newscard_summary_wrapper {
        color: #212529; } }

@media only screen and (min-width: 768px) {
  .newscards_wrapper .newscard {
    flex-direction: row; }
    .newscards_wrapper .newscard .newscard_thumbnail_wrapper {
      margin-bottom: 0px; }
    .newscards_wrapper .newscard .newscard_summary_wrapper {
      padding: 20px; } }

@media only screen and (min-width: 0) {
  .footer {
    color: #F8F9FA;
    background: #043C8C;
    padding: 30px 0px; }
    .footer .inner_wrapper .footer__content span {
      font-size: 22px; }
    .footer .inner_wrapper a {
      text-decoration: none;
      color: #F8F9FA; }
    .footer .inner_wrapper .parent_level_ul {
      padding: 0;
      list-style: none; }
      .footer .inner_wrapper .parent_level_ul .parent_level__child_wrapper {
        flex: 1 1 0; }
      .footer .inner_wrapper .parent_level_ul li {
        border-bottom: 1px solid #3566A1;
        padding: 5px 0px;
        font-weight: 500;
        color: #F8F9FA; }
    .footer .inner_wrapper .children_level_ul {
      display: none; }
      .footer .inner_wrapper .children_level_ul li {
        color: #F8F9FA;
        font-size: 14px; }
    .footer .inner_wrapper .footer_logo_wrapper {
      display: flex;
      justify-content: center; }
      .footer .inner_wrapper .footer_logo_wrapper img.footer_logo {
        width: 100px; } }

@media only screen and (min-width: 992px) {
  footer.footer .inner_wrapper {
    display: flex; }
    footer.footer .inner_wrapper .parent_level_ul {
      display: flex;
      flex: 3;
      align-items: baseline;
      justify-content: space-between; }
      footer.footer .inner_wrapper .parent_level_ul .parent_level__child_wrapper {
        margin-right: 30px; }
        footer.footer .inner_wrapper .parent_level_ul .parent_level__child_wrapper:last-child {
          margin-right: 0; }
      footer.footer .inner_wrapper .parent_level_ul li {
        color: #EFC80A;
        border-bottom: 1px dotted #3566A1; }
    footer.footer .inner_wrapper .children_level_ul {
      padding: 0;
      display: block;
      list-style: none; }
      footer.footer .inner_wrapper .children_level_ul li {
        color: #F8F9FA;
        border: none; }
    footer.footer .inner_wrapper .footer_logo_wrapper {
      flex: 1;
      align-self: baseline;
      justify-content: flex-end; }
      footer.footer .inner_wrapper .footer_logo_wrapper img.footer_logo {
        width: 200px; } }

html,
body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

.main_container_wrapper {
  flex: 1 0 auto; }

.footer {
  flex-shrink: 0; }

h1,
h2,
h3,
h4,
h5 {
  color: #3566A1; }

p {
  font-weight: 500; }

@media only screen and (min-width: 0) {
  .h2__banner,
  .h5__banner {
    color: #F8F9FA;
    margin: 0;
    font-weight: 100; }
  .h2__banner {
    font-size: 1.2rem; }
  .h5__banner {
    font-size: 0.8rem; } }

@media only screen and (min-width: 768px) {
  .h2__banner {
    font-size: 1.4rem; }
  .h5__banner {
    font-size: 1rem; } }
