
/* 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: 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;
}
cite {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.15em;
}

/* 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;
  }
}
.search-icon {
  display: block;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
}
.search-icon svg {
  fill: #0ac4ef;
  height: 20px;
  width: 20px;
}

/* 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;
  }
}
.nav-pills {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
.nav-pills > li {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .nav-pills {
    background: transparent;
    flex-direction: row;
  }
  .nav-pills > li {
    flex-basis: auto;
  }
}
@media screen and (min-width: 992px) {
  .nav-pills > li {
    margin-right: 30px;
  }
  .nav-pills > li:last-child {
    margin-right: 0;
  }
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  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) {
  .nav-pills > li > a {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    background-color: transparent;
  }
  .navbar-collapse {
    background: transparent;
  }
}
.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li,
.nav-pills > li,
.nav > li > a,
.nav > li > a {
  border-top: none;
}

/* The following is to stop a pixel shift on hover */
.nav-pills > {
  width: 100px;
}

/*.nav-pills>.programs {*/
/*width: 88px;*/
/*}*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.active,
.nav-pills > li:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  font-weight: 600;
}
.nav-pills > li:last-of-type > a {
  padding-right: 0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-top: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav > li > a:focus,
.nav > li > a:hover,
.nav-pills > li.active > a.caret-custom:after,
.nav-pills > li.active > a:focus.caret-custom:after,
.nav-pills > li.active > a:hover.caret-custom:after,
.nav > li > a:focus.caret-custom:after,
.nav > li > a:hover.caret-custom:after {
  color: #4FD0EE;
  background: none;
}
@media screen and (min-width: 768px) {
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:hover,
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent;
  }
}
.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;
}
.dropdown-menu > li > a {
  display: block;
  color: #20546b;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  padding: 10px 15px;
  text-decoration: none;
}
.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-right: 10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.caret-custom {
  display: flex;
  align-items: center;
}
.caret-custom:after {
  content: "▾" !important;
  margin-left: 8px;
  color: #fff;
  font-size: 1.0em;
}

li.nav-has-submenu.open .caret-custom:after{
  content: "▴" !important;
}
a.submenu {
  position: relative;
  text-indent: 15px;
  border-top: 1px solid @ccc;
}
a.top-menu {
  background-color: #eeeeee;
}
/* 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-toggle {
  margin: 0 0 0 auto;
  padding: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
/* 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 */
.form-page input,
textarea,
select {
  display: block;
  width: 450px;
  padding: 5px;
  border: 1px solid #ccc;
}
@media (max-width: 766px) {
  .form-page input,
  textarea,
  select {
    width: 100%;
  }
}

.form-page li input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
}

.form-page .fieldWrapper ul,
.form-page .fieldWrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-page .required {
  color: red;
}

.form-page .fieldWrapper {
  margin-bottom: 30px;
}

.form-page .help {
  color: #999;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  margin-top: 10px;
  max-width: 350px;
}

/* Form thank you page */
.form-page-thanks h1 {
  margin-bottom: 30px;
}

/* Generic title image header include */
.base-header img {
  height: auto;
  margin-top: 20px;
  max-width: 100%;
  width: auto;
}

@media (max-width: 969px) {
  .base-header img {
    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;
}
.form-page input, textarea, 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-sarif;
}

@media screen and (min-width: 768px) {
  .button {
    padding: 10px 20px;
  }
}

.button .arrow-right {
  display: block;
  position: relative;
  background-color: #20546b;
  mask-image: url("../img/arrow.svg");
  -webkit-mask-image: url("../img/arrow.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 14px;
  width: 24px;
  right: -8px;
  /* uncomment for animated arrow */
  /* transition: 0.2s ease-in-out; */
}

.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;
}

/* uncomment for animated arrow */
/* .button:hover::after {
  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-primary .arrow-right {
  background-color: #282828;
}
.button-secondary {
  background: transparent;
  border: 2px solid #20546b;
  color: #20546b;
}
.button-secondary:hover {
  background: #20546b;
  color: #fff;
  text-decoration: none;
}
.button-secondary:hover .arrow-right {
  background-color: #fff;
}
.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;
}
.button-success .arrow-right {
  background-color: #282828;
}

/* No gutters */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 969px) {
  .row.no-gutters {
    display: block;
  }
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Bootstrap Equal height rows */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: 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 */
.page-blocks
  > .block-multi_column_feature
  > .block-container--2-columns
  > .block-content {
  padding: 60px 0;
}
.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;
    /*max-height: 500px;*/
}
.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;
}

/* 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;
    }
}

/* Achievement Block */
.page-blocks > .block-achievements {
  background: #fff;
  text-align: center;
}
.block-achievements .block-content {
  font-weight: 700;
}
.block-achievements p {
  color: #20546b;
  margin: 0;
}
.block-achievements .block-content .block-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.block-achievements .block-column {
  flex-basis: 50%;
  margin: 0;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .block-achievements .block-column {
    flex-basis: auto;
  }
  .block-achievements .block-container .block-content {
    padding: 50px 24px 0 24px !important;
  }
}

/* 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;
}
.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;
}
/*.template-post-page .page-top {*/
  /*padding: 60px 0 0;*/
/*}*/

/* 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 {
    grid-template-columns: calc(33.33% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
    column-gap: 30px;
    row-gap: 30px;
    max-width: 1080px;
    margin: 0 auto;
    background-size: cover;
  }
}
@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;
}

@media screen and (min-width: 992px) {
  .page-grid-subheading{
    max-width: 1080px;
    padding: 0;
    margin: 0 auto;
    margin-top: 75px;
    background-size: cover;
  }
}

.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,
.resource-filters {
  margin-bottom: 47px;
}
/* @media screen and (min-width: 768px) {
  .event-filters {
  .resource-filters {
    position: sticky;
    top: 77px;
  }
} */
.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;
}

/* 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;
}

/* Icons */
.icon-container-right {
  display: flex;
  justify-content: flex-end;
}
.icon-container-left {
  display: flex;
  justify-content: flex-start;
}
.icon-container-center {
  display: flex;
  justify-content: center;
}

/* Search */
#search {
  padding-top: 20px;
  width: 200px;
}
#search button {
  width: 40px;
  height: 31px;
  position: absolute;
}
