/* Global styles */
body {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    min-height: 100vh;
  }
  
  @media (min-width: 768px) {
    body {
      font-size: 14px;
      background: #fff;
    }
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #20546b;
  }
  
  h1,
  h1 a {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    position: relative;
    font-family: "Poppins", sans-serif;
  }
  
  h2,
  h2 a {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25em;
    font-family: "Poppins", sans-serif;
  }
  
  h3,
  h3 a {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Poppins", sans-serif;
  }
  
  h4,
  h4 a {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif;
  }
  
  h5,
  h5 a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif;
  }
  
  h6,
  h6 a {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif;
  }
  
  p,
  a,
  ul,
  ol {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
    font-weight: 400;
  }
  
  p,
  ol,
  ul {
    margin: 0 0 20px;
    color: #000;
  }
  
  a,
  a:focus,
  a:visited {
    color: #20546b;
    text-decoration: underline;
  }
  
  a:hover {
    color: #0ac4ef;
  }
  
  .header input {
    border-radius: 5px 0 0 5px;
    /* border-radius: 3px; */
    border: none;
    font-size: 15px;
    padding: 5px;
    width: 100%;
  }
  .excerpt p {
    text-align: center;
  }
  
  /* forms */
  label {
    font-weight: 400;
  }
  
  /* queries for type */
  @media (min-width: 768px) {
    a,
    ol,
    ul {
      font-size: 16px;
    }
    p {
      font-size: 1.15em;
    }
    ul {
      margin: 0 0 20px;
    }
  }
  
  figure {
    margin: 25px;
    position: relative;
  }
  @media (min-width: 768px) {
    figure {
      margin: 0 0 50px;
    }
  }
  figcaption {
    background-color: #20546b;
    bottom: 0;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 75%;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  blockquote {
    border-left: 5px solid #20546b;
    margin: 0 0 50px;
  }
  blockquote p {
    font-size: 30px;
    margin: 0 0 10px;
  }
  blockquote footer::before {
    display: none;
  }
  blockquote footer p {
    font-size: 1.8em;
    font-style: italic;
  }
  
  /* Hero image area */
  .hero {
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0;
    padding: 130px 0 80px 0;
    width: 100%;
  }
  .hero h1 {
    color: white;
  }
  .hero-gradient-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(0deg, rgba(6, 30, 35, 0.6), rgba(6, 30, 35, 0.6));
    z-index: -1;
  }
  .hero .embed-responsive {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
  }
  .hero .embed-responsive video {
    object-fit: cover;
  }
  .hero .cta {
    text-align: center;
    z-index: 1;
  }
  .hero .cta-lead h2 {
    font-style: normal;
    font-family: "natom-pro", sans-serif;
    font-weight: 700;
    font-size: 43px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 41px 0;
  }
  
  @media screen and (min-width: 768px) {
    .hero {
      padding: 292px 0 200px 0;
    }
    .hero .cta {
      padding: 0 10% 0 10%;
    }
    .hero .cta-lead h2 {
      font-size: 69px;
      line-height: 80px;
    }
  }
  
  /* Page header */
  .header {
    background: rgb(32, 84, 107);
    z-index: 10;
    width: 100%;
    padding: 30px;
  }
  @media screen and (min-width: 992px) {
    .header {
      padding: 27px 30px;
    }
  }
  .header h1,
  .header h2 {
    margin: 0;
  }
  .header--transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-flex-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
  }
  @media screen and (min-width: 992px) {
    .header-flex-container {
      justify-content: space-between;
      flex-wrap: nowrap;
    }
  }
  
  /* Logo */
  .logo,
  .logo > a,
  .logo > a > img {
    display: block;
  }
  .logo > a {
    text-decoration: none;
    padding-right: 61px;
  }
  .logo > a > img {
    max-width: 240px;
    height: auto;
  }
  
  /* Search */
  .search {
    display: none;
    margin: 0 0 0 0;
    position: relative;
  }
  @media (min-width: 768px) {
    .search {
      display: inline-block;
      float: right;
      margin: 2px 0 0 0;
    }
  }
  
  /* Main menu */
  #main-navigation {
    z-index: 1
  }
  .navbar-collapse.in{
    overflow-y: visible;
  }
  .navbar-collapse {
    padding: 0;
    flex-basis: auto;
    flex-grow: 0;
    margin-top: 15px;
    margin-left: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  @media screen and (min-width: 768px) {
    .navbar-collapse {
      position: static;
    }
  }
  @media screen and (min-width: 992px) {
    .navbar-collapse {
      margin-top: 0;
      flex-grow: 1;
    }
  }

  .navbar-nav {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
    list-style: none; /* removes bullets */
    padding-left: 0;

  }
  .navbar-nav .nav-item {
    flex-basis: 100%;
  }
  @media screen and (min-width: 768px) {
    .navbar-nav {
      background: transparent;
      flex-direction: row;
    }
    .navbar-nav .nav-item {
      flex-basis: auto;
    }
  }
  @media screen and (min-width: 992px) {
    .navbar-nav .nav-item {
      margin-right: 30px;
    }
    .navbar-nav .nav-item:last-child {
      margin-right: 0;
    }
  }
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar-nav .nav-item .nav-link {
    border-radius: 0;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: -1px;
    padding: 10px 10px 8px 10px;
    color: #20546b;
    background-color: #fff;
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .navbar-nav .nav-item .nav-link {
      font-family: "Poppins", sans-serif;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3em;
      background-color: transparent;
    }
    .navbar-collapse {
      background: transparent;
    }
  }
  .navbar-nav .nav-item .nav-link,
  .navbar-nav .nav-item .nav-link:focus,
  .navbar-nav .nav-item .nav-link:hover,
  .navbar-nav .nav-item,
  .navbar-nav .nav-item,
  .navbar-nav .nav-item .nav-link,
  .navbar-nav .nav-item .nav-link {
    border-top: none;
  }
  
  /* The following is to stop a pixel shift on hover */
  .navbar-nav > {
    width: 100px;
  }
  
  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item.active .nav-link:focus,
  .navbar-nav .nav-item.active .nav-link:hover,
  .navbar-nav .nav-item.active,
  .navbar-nav .nav-item:hover,
  .navbar-nav .nav-item .nav-link:focus,
  .navbar-nav .nav-item .nav-link:hover {
    font-weight: 600;
  }
  .navbar-nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
  .navbar-nav .nav-item.dropdown.show .nav-link,
  .navbar-nav .nav-item.dropdown.show .nav-link:focus,
  .navbar-nav .nav-item.dropdown.show .nav-link:hover {
    background-color: transparent;
    border-top: none;
  }
  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item.active .nav-link:focus,
  .navbar-nav .nav-item.active .nav-link:hover,
  .navbar-nav .nav-item .nav-link:focus,
  .navbar-nav .nav-item .nav-link:hover,
  .navbar-nav .nav-item.active .nav-link.caret-custom:after,
  .navbar-nav .nav-item.active .nav-link:focus.caret-custom:after,
  .navbar-nav .nav-item.active .nav-link:hover.caret-custom:after,
  .navbar-nav .nav-item .nav-link:focus.caret-custom:after,
  .navbar-nav .nav-item .nav-link:hover.caret-custom:after {
    color: #4FD0EE;
    background: none;
  }
  @media screen and (min-width: 768px) {
    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-item.active .nav-link:focus,
    .navbar-nav .nav-item.active .nav-link:hover,
    .navbar-nav .nav-item .nav-link:focus,
    .navbar-nav .nav-item .nav-link:hover {
      background-color: transparent;
    }
  }

 .nav-link-with-caret .nav-link-text {
    white-space: normal;
   
 }
  
 .nav-link-with-caret .caret-icon {
    white-space: nowrap; 
 }

  /* Main Dropdown Menu */
  .dropdown-menu {
    background: #fff;
    border-radius: 0;
    position: absolute;
    top: 110%;
    right: 0;
    left: auto;
    list-style: none;
    width: max-content;
    padding: 0;
    box-shadow: 0px 4px 4px 0px #00000040;
    word-wrap: break-word;
    white-space: normal; 
    max-width: 250px;
  }

  .dropdown-item {
    display: block;
    color: #20546b;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 15px;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 23px;
  }
  .dropdown-submenu.dropdown-menu-left > .dropdown-menu {
    left: auto;
    right: 100%;
  }
  
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: #20546b;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus {
    background-color: #fff;
  }
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > li > a:hover {
    background-color: #d5d9de;
  }
  li.nav-has-submenu {
    position: relative;
  }
  
  .dropdown-submenu {
      position:relative;
  }
  @media screen and (min-width: 768px) {
    .dropdown-submenu>.dropdown-menu {
      top:0;
      left:100%;
      margin-top:-6px;
      margin-left:-1px;
    }
  }
  .dropdown-submenu:hover>.dropdown-menu {
      display:block;
  }
  .dropdown-submenu>a:after {
      display:block;
      content:" ";
      float:right;
      width:0;
      height:0;
      border-color:transparent;
      border-style:solid;
      border-width:5px 0 5px 5px;
      border-left-color: #20546b;
      margin-top:9px;
      margin-left: 10px;
  }
  .dropdown-submenu:hover>a:after {
      border-left-color:#ffffff;
  }
  .caret-custom {
    display: flex;
    align-items: center;
  }
  .caret-custom:after {
    content: "▾" !important;
    margin-left: 10px;
    color: #fff;
    font-size: 1.0em;
  }
  
  li.nav-has-submenu.open .caret-custom:after{
    content: "▴" !important;
  }

  a.submenu {
    padding-left: 25px; 
    /* border-top: 1px solid #ccc;  */
    display: block;
    
  }

  a.top-menu {
    background-color: #eeeeee;
  }

  .caret-icon {
    margin-left: 6px;
    transition: transform 0.3s ease;
  }
  
  .nav-item.dropdown.show .caret-icon {
    transform: rotate(180deg); 
  }

  .navbar-nav > .dropdown > .dropdown-toggle::after {
    content: none !important;
  }

  .dropdown-submenu {
    position: relative;
  }
  
 .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none; 
    position: absolute;
  } 

  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }

  /* Custom page footer */
  .footer {
    color: #fff;
    background: #20546b;
    font-family: "Open Sans", sans-serif;
    padding: 0 30px 60px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-col {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 55px;
    padding-right: 10px;
  }
  .footer-col:last-child {
    padding-right: 0;
  }
  @media screen and (min-width: 768px) {
    .footer-col {
      flex-basis: calc(25%);
      padding-right: 40px;
    }
    .footer-col:last-child {
      padding-right: 0;
    }
  }
  .footer-col > * {
    margin-bottom: 20px;
  }
  .footer-col > *:last-child {
    margin-bottom: 0;
  }
  .footer h6,
  .footer p,
  .footer a {
    margin-top: 0;
    color: #fff;
  }
  .footer h3 {
    font-weight: 700;
  }
  .footer p,
  .footer a {
    font-weight: 400;
    font-size: 14px;
  }
  .footer p {
    margin-bottom: 20px;
  }
  .footer a {
    text-decoration: underline;
  }
  .footer-link-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-link-group > * {
    margin-bottom: 10px;
  }
  .footer-link-group > *:last-child {
    margin-bottom: 0;
  }
  .footer-privacy-links {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .footer-privacy-links > *:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
  }
  
  /* Mobile nav */
  .navbar-toggler {
    margin: 0 0 0 auto;
    padding: 0;
  }

 
  .custom-toggler-icon {
    display: inline-block;
    width: 22px;
    height: 14px;
    position: relative;
  }
  
  .custom-toggler-icon::before,
  .custom-toggler-icon::after,
  .custom-toggler-icon div {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 100%;
    left: 0;
  }
  
  .custom-toggler-icon::before {
    top: 0;
  }
  
  .custom-toggler-icon div {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .custom-toggler-icon::after {
    bottom: 0;
  }
  
  /* Pagination navigation */
  nav[role="pagination"] {
    margin-top: 50px;
    text-align: center;
  }
  .tech-pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .tech-pagination > li > a,
  .tech-pagination > li > span {
    font-size: 16px;
    padding: 0 12px;
    text-align: center;
    display: inline-block;
    line-height: 24px;
  }
  .tech-pagination > li > a {
    color: #20546b;
    font-weight: 400;
    text-decoration: none;
  }
  .tech-pagination > li > a:hover {
    color: #0ac4ef;
  }
  .tech-pagination > li.active {
    position: relative;
  }
  .tech-pagination > li.active::after {
    content: "";
    display: block;
    width: 50%;
    margin: 0 auto;
    position: relative;
    bottom: 2px;
    border-bottom: 2px solid #000;
  }
  .tech-pagination > li.disabled > a {
    color: #000;
  }
  .tech-pagination > li.disabled > a:hover {
    color: #000;
  }
  .tech-pagination > li.disabled > a:focus {
    color: #000;
  }
  .tech-pagination > li.disabled > a:active {
    color: #000;
  }
  .tech-pagination > li:first-child > a,
  .tech-pagination > li:last-child > a {
    font-size: 18px;
  }
  
  /* Forms */
  /* Form detail page */
  
  select {
    display: block;
    width: 450px;
    padding: 5px;
    border: 1px solid #ccc;
  }
  @media (max-width: 766px) {
    
    select {
      width: 100%;
    }
  }
  
  /* Homepage */
  .homepage-streamfield > [class^="block-"] {
    padding: 0;
    max-width: 100%;
  }
  .homepage-streamfield
    > [class^="block-"]
    > .block-container
    > .block-content {
      max-width: 1080px;
      margin: 0 auto;
      padding: 24px;
      width: 100%;
  }
  @media screen and (min-width: 768px) {
    .homepage-streamfield
      > [class^="block-"]
      > .block-container
      > .block-content {
      padding: 25px 0px;
    }
  }
  @media screen and (min-width: 1100px) {
    .page-blocks > [class^="block-"] > .block-container > .block-content {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .homepage-streamfield {
    background: white;
    padding-bottom: 90px;
  }
  
  #google_translate_element {
    width: 145px;
    height: 35px;
    position:fixed;
    overflow:hidden;
    top:0;
    right:10px;
    z-index:100;
  }
   select{
    width: 140px;
  }
  
  /* Buttons */
  /* NOTE: we don't want to get into overriding Bootstrap's .btn class because
     the styles are so deeply intertwined with Bootstrap. */
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
  }
  
  @media screen and (min-width: 768px) {
    .button {
      padding: 10px 20px;
    }
  }
  
  .button .external {
    display: block;
    position: relative;
    background-color: #20546b ;
    mask-image: url("../img/external-link.svg");
    -webkit-mask-image: url("../img/external-link.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    height: 24px;
    width: 24px;
    right: -8px;
  }
  
  .button .download {
    display: block;
    position: relative;
    background-color: #282828;
    mask-image: url("../img/download.svg");
    -webkit-mask-image: url("../img/download.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    height: 24px;
    width: 24px;
    right: -8px;
  }
  
  .button-primary,
  .button-primary:visited {
    background: #0ac4ef;
    border-color: #0ac4ef;
    color: #282828;
    text-decoration: none;
  }
  .button-primary:hover {
    background: #8dcc29;
    border-color: #8dcc29;
    color: #282828;
    text-decoration: none;
  }
  
  .button-secondary {
    background: transparent;
    border: 2px solid #20546b;
    color: #20546b;
  }
  .button-secondary:hover {
    background: #20546b;
    color: #fff;
    text-decoration: none;
  }
  
  .button-success,
  .button-success:visited {
    background: #8DCC29;
    border-color: #8DCC29;
    color: #282828;
    text-decoration: none;
  }
  .button-success:hover {
    background: #0ac4ef;
    border-color: #0ac4ef;
    color: #282828;
    text-decoration: none;
  }
  
  /* Rich Text */
  .richtext-image.left {
    float: left;
    width: 50%;
  }
  .richtext-image.right {
    float: right;
    width: 50%;
  }
  .richtext-image.width-25 {
    display: block;
    width: 25%;
    margin: 0 auto;
  }
  .richtext-image.width-50 {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .richtext-image.width-75 {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .block-column p a[data-id] {
    color: inherit;
    text-decoration: inherit;
  }
  
  /* Streamfield */
  .page-blocks {
    padding-bottom: 115px;
  }
  .page-blocks:not(.homepage-streamfield) > [class*="block-"] {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    padding: 24px;
  }
  .page-blocks > [class^="block-"] > .block-container {
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .page-blocks:not(.homepage-streamfield) > [class^="block-"] {
      padding: 25px 0 0;
    }
    .page-blocks:not(.homepage-streamfield) > .block-container--less-padding {
      padding: 0 24px 0 24px;
    }
  }
  @media screen and (min-width: 1100px) {
    .page-blocks:not(.homepage-streamfield) > [class^="block-"] {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .page-blocks .block-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  @media screen and (min-width: 768px) {
    .page-blocks .block-columns {
      flex-direction: row;
      justify-content: space-between;
      padding: 25px;
    }
  }
  /* target all header (h1, h2, etc) elements under .page-blocks .block-column */
  .page-blocks .block-column h1:first-child,
  .page-blocks .block-column h2:first-child,
  .page-blocks .block-column h3:first-child,
  .page-blocks .block-column h4:first-child,
  .page-blocks .block-column h5:first-child,
  .page-blocks .block-column h6:first-child {
    margin-top: 0;
  }
  .page-blocks .block-content > h2 {
    text-align: center;
  }
  
  /* Accordion styles */
  .accordion {
    margin-bottom: 48px;
  }
  /* accordion title */
  .accordion-tab-title {
    border-bottom: 2px solid #fff;
  }
  .accordion-tab:last-child .accordion-tab-title {
    border-bottom: none;
  }
  .accordion-tab:last-child .accordion-tab-content {
    border-bottom: 2px solid #efefef;
  }
  .accordion-tab-title {
    background: #edeeef;
    position: relative;
  }
  .accordion-tab-title p {
    margin: 0;
  }
  .accordion-tab-title a {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 24px;
    color: #000;
    text-decoration: none;
  }
  .accordion-tab-title a::after {
    content: "";
    display: block;
    background-color: #20546b;
    margin-left: 19px;
    -webkit-mask-image: url(../img/caret.svg);
    mask-image: url(../img/caret.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    height: 16px;
    min-width: 28px;
    transition: transform 0.2s ease-in-out;
  }
  .accordion-tab-title a[aria-expanded="true"] {
    background: #20546b;
    color: #fff;
  }
  .accordion-tab-title a[aria-expanded="true"]::after {
    transform: rotate(180deg);
    background-color: #fff;
  }
  /* accordion content */
  .accordion-tab-content {
    border: 2px solid #edeeef;
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    padding: 15px 24px;
  }
  .accordion-tab-content p {
    margin: 0;
  }
  
  /* Single Column Feature Block - Full width layout (default) */
  .page-blocks
    > .block-single_column_feature
    > .block-container
    > .block-content {
    padding: 50px 20px;
  }
  @media screen and (min-width: 992px) {
    .page-blocks
      > .block-single_column_feature
      > .block-container
      > .block-content {
      padding: 40px 0px;
    }
  }
  .block-single_column_feature > .block-container {
    background: #edeeef;
  }
  .block-single_column_feature .block-content > h2 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: -10px
  }
  .block-single_column_feature .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .block-single_column_feature .cta-lead h4 {
    margin-top: 0;
    margin-bottom: 24px;
  }
  /* Single Column Feature Block - Boxed layout */
  .block-single_column_feature .block-container--boxed {
    background: #0abbe3;
  }
  .block-single_column_feature .block-container--boxed > .block-content {
    padding: 46px 0 62px 0;
  }
  .block-single_column_feature .block-container--boxed .cta {
    background: #fff;
    padding: 50px;
  }
  @media screen and (min-width: 992px) {
    .block-single_column_feature .block-container--boxed .cta {
      padding: 40px;
    }
  }
  .block-single_column_feature .block-container--boxed .cta-lead h4 {
    color: #000;
  }
  
  /* Multi Column Feature layout */
  /* Single Column */
  .block-container--1-columns .block-column {
    flex-basis: 100%;
  }
  /* Two Columns */
  /* standard page */
 
  .block-container--2-columns .block-content > h2 {
    color: #20546b;
  }
  .block-container--2-columns .block-content .block-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block-container--2-columns .block-column {
    flex-basis: 100%;
    padding: 25px;
  }
  
  /* Standard Page */
  .block-container--2-columns .block-column > .cta {
    margin-bottom: 32px;
  }
  
  .block-container--2-columns .block-column > .multi-cta {
    display: inline;
  }
  .block-container--2-columns .block-column > .multi-cta > .cta {
    max-width:100%;
    float: left;
    margin-bottom: 32px;
  }
  @media screen and (min-width: 768px) {
    .block-container--2-columns .block-column > .multi-cta > .cta  {
      max-width:45%;
      margin-right: 20px;
    }
  }
  /* homepage */

.homepage-streamfield
  > .block-multi_column_feature
  > .block-container--2-columns {
  background: #edeeef;
}
.homepage-streamfield
  > .block-multi_column_feature
  > .block-container--2-columns
  .block-content {
  padding: 60px 0px;
}
.homepage-streamfield
  > .block-multi_column_feature
  > .block-container--2-columns
  .block-column {
  padding: 25px;
}
.homepage-streamfield .block-container--2-columns .block-column > .cta {
  margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
  .homepage-streamfield .block-container--2-columns .block-column {
    margin-right: 0px;
    flex-basis: calc(50% - 20px);
}
.block-container--2-columns .block-columns{
    margin: 0px -25px;
}
.block-container--2-columns .block-column {
    margin: 0px;
    flex-basis: calc(50% - 20px);
}
.block-container--2-columns .block-column:last-child {
    margin-right: 0;
}
/* Wide First/Last Column option */
.block-container--2-columns.block-container--wide-last-col
    .block-column:first-child,
.block-container--2-columns.block-container--wide-first-col
    .block-column:last-child {
    flex-basis: calc(32.5% - 34px);
  }
.block-container--2-columns.block-container--wide-last-col
    .block-column:last-child,
.block-container--2-columns.block-container--wide-first-col
    .block-column:first-child {
    flex-grow: 1;
    flex-basis: calc(67.5% - 34px);
  }
}
  
  .homepage-streamfield .block-container--2-columns h2,
  .homepage-streamfield .block-container--2-columns h3 {
    text-align: center;
  }
  
  .block-container--2-columns h2,
  .block-container--2-columns h3 {
    font-weight: 700;
  }
  .block-container--2-columns figure:last-child {
    margin: 0;
  }
  /* Three columns */
  .page-blocks
    > .block-multi_column_feature
    > .block-container--3-columns
    > .block-content {
    padding: 50px 0;
  }
  .block-multi_column_feature .block-container--3-columns {
    background: #fff;
  }
  .block-container--3-columns .block-content .block-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-container--3-columns .block-content > h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 34px;
  }
  .block-container--3-columns .block-column {
    flex-basis: 100%;
    padding: 0 15px;
    background: #fff;
  }
  .block-container--3-columns .block-column:last-child {
    margin-right: 0;
  }
  @media screen and (min-width: 992px) {
    .block-container--3-columns .block-column {
      margin-right: 51px;
      padding: 0;
      flex-basis: calc(33.33% - 34px);
    }
    .block-container--3-columns .block-column:last-child {
      margin-right: 0;
    }
  }
  
  /* Multi column background image block */
  .page-blocks .block-background_image_row {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .block-background_image_row .block-content{
    padding-bottom: 73px;
  }
  .block-background_image_row .block-content h3{
    color: #fff;
    font-weight:700;
    font-size:36px;
    line-height:54px;
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:40px;
    padding-bottom:30px;
  }
  .block-background_image_row .block-columns {
    display: flex;
    flex-direction: column;
    padding: 0px 12px;
  
  }
  .block-background_image_row .block-column {
    text-align:center;
    flex-wrap:wrap;
    margin:12px 0px;
  }
  .block-column .block-text {
    display:flex;
    align-items:center;
    justify-content:center;
    color: #fff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    line-height: 34px;
    height: 100%;
    padding:20px;
  }
  
  @media screen and (min-width: 1100px){
    .page-blocks .block-background_image_row .block-columns{
      flex-direction:row;
      margin: 0px 200px;
    }
    .page-blocks .block-background_image_row .block-column{
      flex-direction: row;
      flex-basis:calc(33.33% - 24px);
    }
  }
  
  /* Carousel */
  .img-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
  }
  .img-container a{
    position: relative;
  }
  .img-text {
    position: absolute;
    text-align: center;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25), 3px 3px 3px rgba(0,0,0,.25);
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
  }

  /* hover shawdow effect */
  .carousel-control-prev {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
  }
  
  .carousel-control-next {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
  }
  
  .carousel-control-prev:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
  }
  
  .carousel-control-next:hover {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6), transparent);
  }
  
  /* arrow */ 
  .carousel-control-prev,
  .carousel-control-next {
    text-decoration: none !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-image: none;
    font-size: 3rem;
    color: white;
    display: inline-block;
    text-decoration: none !important;
  }

  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f104'; 
    text-decoration: none !important;
    line-height: 1;
    vertical-align: middle;
  }

  .carousel-control-next-icon::before {
    content: '\f105'; 
  }

  /* bubbles bottom */
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: background-color 0.3s, border-color 0.3s;
    margin: 0 5px;
    box-sizing: border-box;
    display: inline-block;
  }
  
  .carousel-indicators .active {
    background-color: white;
    border-color: white;
  }
  
  /* Modal */
  .modal-content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding:30px;
    width: 380px;
  }
  #modal-intro p{
      font-size:15.5px;
  }
  @media screen and (min-width: 768px){
      .modal-content {
        flex-direction: row;
        align-items: flex-start;
        padding: 50px;
        width: 400px;
      }
  }
  
  /* Wavy Line */
  .wavy-line {
    height: 8px;
    width: 100%;
    background: url(../img/wavy-line.svg) repeat-x;
    margin: 45px 0;
  }
  
  .straight-line {
    border-bottom: 3px solid #eeeeee;
    width: 100%;
    margin: 45px 0;
  }
  
  /* Basic page layout */
  .page-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #edeeef;
    padding: 60px 20px;
  }
  @media screen and (min-width: 992px) {
    .page-top {
      padding: 60px 0;
    }
  }
  .page-title {
    display: inline-block;
    border-bottom: 8px solid #0ac4ef;
    margin: 0 auto;
    font-weight: 600;
    margin-left: 50px;
    margin-right: 50px;
  }
  .page-intro {
    margin-top: 30px;
    margin-bottom: -15px;
    max-width: 750px;
    padding: 15px;
  }
  @media screen and (min-width: 992px) {
    .page-intro {
      padding: 0;
    }
  }
  .template-post-page .page-title,
  .template-event-page .page-title {
    border-bottom: none;
  }
  
  /* Basic Grid Page */
  .page-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 34px;
    margin: 0 auto;
    padding: 64px 15px;
  }

  
  .page-grid-item {
    background: #fff;
  }
  
  @media screen and (min-width: 992px) {
    .page-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);  
        gap: 30px;
        max-width: 1080px;
        margin: 0 auto;
        padding: 64px 15px;
    }
  }

  @media screen and (min-width: 1100px) {
    .page-grid {
      padding: 64px 0 150px 0;
    }
  }
  
  /*Multi Grid Page*/
  .page-grid-title, .page-grid-intro *{
    max-width: 1080px;
    padding: 30px 15px 0 15px;
    margin: 0 auto;
    text-align:center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .page-grid-title {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
  }
  
  .page-grid-item h2,
  .page-grid-item a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  
  }
  .page-grid h3 a,
  .page-grid h3 a:hover{
    text-decoration: none;
  }
  .page-grid-item a {
    text-align: center;
    padding: 10px 20px 32px;
  }
  .page-grid-item-img {
    display: block;
    margin-bottom: 20px;
  }
  .multi-grid-item a {
    padding: 0px;
  }
  .multi-grid-item {
    padding: 20px;
  }
  
  /* Grid Page child pages (page top with parent) */
  .page-with-parent .page-top {
    margin: 0 auto;
    max-width: 1080px;
    justify-content: center;
    background: #fff;
  }
  @media screen and (min-width: 992px) {
    .page-with-parent .page-top {
      /* bottom padding accommodates for the first stream block top padding (24px) */
      padding: 60px 0 0;
    }
  }
  .page-with-parent .page-top .page-title {
    padding-top: 20px;
  }
  .page-with-parent .page-top .wavy-line {
    margin: 40px 0 10px;
  }
  .parent-title {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .parent-link {
    text-align: center;
    display: block;
    margin-top: 51px;
  }
  
  /* Tableau Embed Block */
  .block-tableau_embed,
  .block-tableau_embed > .block-container > .block-content {
    /* special casing this to accommodate the size of the Tableau content */
    max-width: 1300px !important;
    padding: 0 !important;
  }
  .homepage-streamfield .block-tableau_embed {
    margin-bottom: 24px;
  }
  .homepage-streamfield .block-tableau_embed .tableauPlaceholder{
    margin-bottom: 24px;
    max-width: 100%;
  }
  @media screen and (min-width: 768px) {
    .homepage-streamfield .block-tableau_embed {
      margin: 0 auto 77px;
    }
  }
  
  /* Events page */
  
  .event-filters > form > label,
  .resource-filters > form > label {
    font-family: "Poppins", sans-serif;
    color: #20546b;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4em;
  }
  .event-filters > form > div,
  .resource-filters > form > div {
    margin-bottom: 34px;
  }
  .event-filters > form > div label,
  .resource-filters > form > div label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }
  .event-filters > form > div input,
  .resource-filters > form > div input {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .event-filters > form > input[type="submit"],
  .resource-filters > form > input[type="submit"] {
    display: block;
    margin-top: 40px;
    min-height: auto;
  }
  .event-item-date,
  .resource-item-date {
    font-weight: 600;
  }
  .event-item-badge,
  .resource-item-badge {
    display: inline-block;
    background-color: #8dcc29;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-sarif;
  }
  .event-item-badge--blue {
    background-color: #20546b;
  }
  .event-item-badge--gray {
    background-color: #888;
  }
  
  .resource-item-badge--gray {
    background-color: #EDEEEF;
    color: #20546B;
  }
  
  .event-item,
  .resource-item {
    margin-bottom: 64px;
  }
  .event-item-tags,
  .resource-item-tags {
    margin-top: 24px;
  }
  .event-item-title,
  .resource-item-title {
    margin-top: 18px;
  }
  .event-item-title a,
  .resource-item-title a{
    text-decoration: none;
  }
  .event-item-link,
  .resource-item-link {
    margin-bottom: 17px;
  }
  .event-item-link .button,
  .resource-item-link .button {
    min-height: auto;
  }

  .event-filters fieldset > legend {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 4px;
  }

  .resource-filters fieldset > legend {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 4px;
  }

  /* Protected Resource Block & Form */
  .protected-resource-block__form {
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 32px;
    padding: 32px;
  }
  .protected-resource-block__form--success {
    text-align: center;
  }
  .protected-resource-block__form--success button {
    width: 100%;
  }
  .protected-resource-block__form label {
    font-weight: 700;
  }
  .protected-resource-block__form .checkbox label {
    font-weight: 400;
  }
  .protected-resource-block__form input[type="submit"] {
    margin-top: 16px;
    width: 100%;
  }
  .protected-resource-block__form-success-badge {
    width: 94px;
    height: 94px;
    display: inline-block;
  }
  
  /* Search */
  #search {
    padding-top: 20px;
    width: 200px; 
    position: relative;
  }
  
  #search button {
    width: 40px; 
    height: 35px; 
    position: absolute;
    background-color: #d1d5db; 
    border: 1px solid #cdd3de; 
    font-size: 14px;
    border-radius: 0 5px 5px 0; 
  }
  
  #search button:hover {
    background-color: #b6bbc4;
  }
  
  #search button:focus {
    outline: none; 
  }

/* Staff Tools  */
  a.btn {
    color: #FFFFFF;
    text-decoration: none;
  }

  .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
}

.btn-primary:hover {
    background-color: #315f88;
    border-color: #315f88;    
    color: #fff;                
  }

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
  z-index: 2;
}

  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
  .card-title {
    color: #333;
    font-size: 16px; 

  }
  




   
   

    
      
   