/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./production/wp-content/themes/invest-nw-alberta/src/style.scss ***!
  \*****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html.height-100 {
  height: 100%;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.height-100 body {
  height: 100%;
}
body.no-scroll {
  overflow-y: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: "Frutiger";
  src: url(fonts/FrutigerPro45Light.woff2) format("woff2"), url(fonts/FrutigerPro45Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url(fonts/FrutigerPro55Roman.woff2) format("woff2"), url(fonts/FrutigerPro55Roman.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url(fonts/FrutigerPro56Italic.woff2) format("woff2"), url(fonts/FrutigerPro56Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url(fonts/FrutigerPro65Bold.woff2) format("woff2"), url(fonts/FrutigerPro65Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.app {
  position: relative;
  width: 100%;
  background-color: #00548c;
}
.height-100 .app {
  height: 100%;
}
.page-template-page-work .app,
.page-template-page-work-now .app {
  background-color: #54714F;
}

.page-template-page-live .app {
  background-color: #7497A3;
}

.page-template-page-play .app {
  background-color: #D8AC3C;
}

.page-template-page-make-the-move .app {
  background-color: #6D413E;
}

.page-template-page-about-us .app,
.page-template-page-employer-resources .app,
.page-template-page-workforce-data .app,
.page-template-page-wil .app,
.page-template-page .app {
  background-color: #F4F1EC;
}

.section {
  position: relative;
  width: 100%;
}

.column {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .column {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .column {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.hero .column {
  padding-right: 20px;
  padding-left: 20px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-6,
.column-7 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-1 {
  max-width: 550px;
}

.column-2 {
  max-width: 1050px;
}

.column-3 {
  max-width: 1066px;
}

.column-4 {
  max-width: 1400px;
}

.column-6 {
  max-width: 1540px;
}

.column-7 {
  max-width: 1880px;
}

.img-blk img {
  display: block;
  width: 100%;
  height: auto;
}

.img-inl img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-svg {
  position: relative;
}
.img-svg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bk-p {
  background-color: #00548c;
}

.bk-s {
  background-color: #B9D93F;
}

.bk-b {
  background-color: #F4F1EC;
}

.bk-g {
  background-color: #54714F;
}

.is-mobile,
.img-blk .is-mobile {
  display: none;
}

@media only screen and (max-width: 640px) {
  .is-desktop,
  .img-blk .is-desktop {
    display: none;
  }
  .is-mobile,
  .img-blk .is-mobile {
    display: block;
  }
}
.section-intro.corners,
.section-standard.corners,
.footer.corners {
  border-radius: 100px;
}
.section-intro.t-corners,
.section-standard.t-corners,
.footer.t-corners {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.section-intro.b-corners,
.section-standard.b-corners,
.footer.b-corners {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media only screen and (max-width: 640px) {
  .section-intro.corners,
  .section-standard.corners,
  .footer.corners {
    border-radius: 50px;
  }
  .section-intro.t-corners,
  .section-standard.t-corners,
  .footer.t-corners {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .section-intro.b-corners,
  .section-standard.b-corners,
  .footer.b-corners {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

.workforce-data.corners {
  border-radius: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .workforce-data iframe {
    height: 1850px;
  }
}

.mm-top {
  position: relative;
  margin-top: -100px;
}
.has-image {
  overflow: hidden;
}

.image.corners {
  border-radius: 50px;
}

.has-corners-50 {
  border-radius: 50px;
}

.intro .has-text {
  padding-right: 40px;
  padding-left: 40px;
}
.intro .text {
  width: 100%;
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}
.intro h1 {
  margin-bottom: 10px;
}
.intro h1 + p {
  margin-top: 60px;
}
.intro h2 {
  margin-bottom: 60px;
}
.intro p:not(:last-child) {
  margin-bottom: 50px;
}
.intro .image {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.intro .has-image .image {
  padding-bottom: 61.1471861472%;
}
.intro .images {
  position: relative;
  margin-top: 50px;
}
.intro .image-1 {
  display: inline-block;
  margin-left: 32.4468085106%;
  margin-right: 40px;
  width: 32.3404255319%;
  vertical-align: bottom;
}
.intro .image-1 .image {
  padding-bottom: 88.1578947368%;
}
.intro .image-1 .corners {
  border-radius: 8.2236842105%;
}
.intro .image-2 {
  display: inline-block;
  width: 18.4574468085%;
  vertical-align: bottom;
}
.intro .image-2 .image {
  padding-bottom: 96.5417867435%;
}
.intro .image-2 .corners {
  border-radius: 14.409221902%;
}
@media only screen and (max-width: 1024px) {
  .intro .has-text {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .intro .has-text {
    margin-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
  }
  .intro h1 {
    margin-bottom: 10px;
  }
  .intro h1 + p {
    margin-top: 30px;
  }
  .intro h2 {
    margin-bottom: 30px;
  }
  .intro p:not(:last-child) {
    margin-bottom: 30px;
  }
  .intro .has-image .image {
    padding-bottom: 125.6983240223%;
  }
  .intro .images {
    margin-top: 20px;
  }
  .intro .image-1 {
    margin-right: 20px;
    margin-left: 0;
    width: calc(50% - 10px);
  }
  .intro .image-1 .image {
    padding-bottom: 96.5417867435%;
  }
  .intro .image-1 .corners {
    border-radius: 40px;
  }
  .intro .image-2 {
    width: calc(50% - 10px);
  }
  .intro .image-2 .image {
    padding-bottom: 96.5417867435%;
  }
  .intro .image-2 .corners {
    border-radius: 40px;
  }
}

.page-template-page-home .section-intro h1,
.page-template-page-home .section-intro h2,
.page-template-page-home .section-intro h3,
.page-template-page-home .section-intro h4,
.page-template-page-home .section-intro p,
.page-template-page-home .section-intro ul,
.page-template-page-work .section-intro h1,
.page-template-page-work .section-intro h2,
.page-template-page-work .section-intro h3,
.page-template-page-work .section-intro h4,
.page-template-page-work .section-intro p,
.page-template-page-work .section-intro ul {
  color: #ffffff;
}

.page-template-page-make-the-move .intro .text {
  max-width: 630px;
}

.about-intro .flex:first-child {
  margin-bottom: 70px;
}
.about-intro .flex:last-child {
  margin-top: 50px;
}
.about-intro .has-text {
  padding-right: 40px;
  padding-left: 40px;
}
.about-intro .has-text .text {
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.about-intro .has-text .text p {
  max-width: 610px;
}
.about-intro h1 {
  margin-bottom: 60px;
}
.about-intro p:not(:last-child) {
  margin-bottom: 50px;
}
.about-intro .image {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-intro .has-image .image {
  padding-bottom: 61.1471861472%;
}
.about-intro .has-image-1 {
  padding-top: 70px;
  padding-right: 40px;
  padding-left: 40px;
}
.about-intro .image-1 {
  --width: calc(100% - 640px);
  --marg: calc(var(--width) / 2);
  margin-left: var(--marg);
}
.about-intro .image-1 .image {
  padding-bottom: 69.3211488251%;
}
.about-intro .image-1 .corners {
  border-radius: 50px;
}
.about-intro .has-image-2 {
  padding-left: 150px;
}
.about-intro .has-image-2 .image-3 {
  display: none;
}
.about-intro .image-2 {
  display: inline-block;
  width: 450px;
  max-width: 70%;
}
.about-intro .image-2 .image {
  padding-bottom: 95.3333333333%;
}
.about-intro .image-2 .corners {
  border-radius: 11.1111111111%;
}
.about-intro .has-image-3 {
  padding-right: 40px;
  padding-left: 40px;
}
.about-intro .image-3 {
  display: block;
  width: 244px;
  max-width: 50%;
  margin-left: auto;
}
.about-intro .image-3 .image {
  padding-bottom: 107.7868852459%;
}
.about-intro .image-3 .corners {
  border-radius: 20.4918032787%;
}
.about-intro .has-text-2 {
  padding-left: 150px;
}
.about-intro .has-text-2 .text {
  width: 100%;
  max-width: 620px;
}
@media only screen and (max-width: 1519px) {
  .about-intro .image-1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .about-intro .has-image-2 {
    padding-left: 40px;
  }
  .about-intro .has-text-2 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-intro .flex:first-child {
    margin-bottom: 40px;
  }
  .about-intro .has-text {
    margin-bottom: 100px;
  }
  .about-intro .has-image-1 {
    margin-bottom: 50px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .about-intro .has-image-2 {
    padding-left: 0;
  }
  .about-intro .has-image-2 .image-2 {
    display: inline-block;
    margin-left: 32.4468085106%;
    margin-right: 40px;
    width: 32.3404255319%;
    vertical-align: bottom;
  }
  .about-intro .has-image-2 .image-2 .image {
    padding-bottom: 88.1578947368%;
  }
  .about-intro .has-image-2 .image-2 .corners {
    border-radius: 8.2236842105%;
  }
  .about-intro .has-image-2 .image-3 {
    display: inline-block;
    width: 18.4574468085%;
    vertical-align: bottom;
  }
  .about-intro .has-image-2 .image-3 .image {
    padding-bottom: 96.5417867435%;
  }
  .about-intro .has-image-2 .image-3 .corners {
    border-radius: 14.409221902%;
  }
  .about-intro .has-image-3 {
    display: none;
  }
  .about-intro .has-text-2 {
    padding-left: 0;
  }
  .about-intro .has-text-2 .text {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .about-intro .flex:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .about-intro .flex:first-child {
    margin-bottom: 20px;
  }
  .about-intro .has-text {
    margin-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
  }
  .about-intro h1 {
    margin-bottom: 30px;
  }
  .about-intro h2 {
    margin-bottom: 30px;
  }
  .about-intro p:not(:last-child) {
    margin-bottom: 30px;
  }
  .about-intro .has-image .image {
    padding-bottom: 125.6983240223%;
  }
  .about-intro .has-image-1 {
    margin-bottom: 20px;
  }
  .about-intro .has-image-2 .image-2 {
    margin-right: 20px;
    margin-left: 0;
    width: calc(50% - 10px);
  }
  .about-intro .has-image-2 .image-2 .image {
    padding-bottom: 96.5417867435%;
  }
  .about-intro .has-image-2 .image-2 .corners {
    border-radius: 40px;
  }
  .about-intro .has-image-2 .image-3 {
    width: calc(50% - 10px);
  }
  .about-intro .has-image-2 .image-3 .image {
    padding-bottom: 96.5417867435%;
  }
  .about-intro .has-image-2 .image-3 .corners {
    border-radius: 40px;
  }
}

.cards {
  margin-right: -12px;
  margin-left: -12px;
}
.cards .col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-right: 12px;
  padding-left: 12px;
}
.cards .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  border-radius: 50px;
}
.cards .card p:last-child {
  margin-top: auto;
}
.cards.has-text .card p:last-child {
  margin-top: 0;
}
.cards.about-cards .card {
  padding-top: 70px;
}
.cards .icon {
  padding-bottom: 75px;
  text-align: right;
}
.cards .icon img {
  display: inline-block;
  max-width: 50%;
  height: auto;
}
.cards .logo {
  margin-bottom: 70px;
  text-align: center;
}
.cards .logo img {
  width: 90%;
}
.cards .col-4:first-child .logo img {
  max-width: 225px;
}
.cards .links a:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .cards .card {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .cards .card {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .cards .card {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .cards .icon {
    padding-bottom: 50px;
  }
  .cards .col-4 {
    margin-bottom: 0;
    display: block;
  }
  .cards .col-4:not(:last-child) {
    margin-bottom: 24px;
  }
}

.cards-image {
  margin-right: -12px;
  margin-left: -12px;
}
.cards-image .col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-right: 12px;
  padding-left: 12px;
}
.cards-image .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50px;
  overflow: hidden;
}
.cards-image .image {
  padding-bottom: 83.3333333333%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cards-image .text {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.cards-image .text.is-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cards-image .text.is-flex p:last-child {
  margin-top: auto;
}
@media only screen and (max-width: 1200px) {
  .cards-image .text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .cards-image .text {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .cards-image .text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .cards-image .col-4 {
    margin-bottom: 0;
    display: block;
  }
  .cards-image .col-4:not(:last-child) {
    margin-bottom: 24px;
  }
}

.alternating-rows .flex.flex-row:not(:last-child) {
  margin-bottom: 150px;
}
.alternating-rows .flex .image {
  position: relative;
  height: 100%;
  padding-bottom: 61.1471861472%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.alternating-rows .flex .has-text {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.alternating-rows .flex .text {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .alternating-rows .flex.flex-row:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .alternating-rows .flex:nth-child(2n-1) .has-text {
    padding-right: 0;
  }
  .alternating-rows .flex:nth-child(2n) .has-text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .alternating-rows .flex:nth-child(2n-1) .has-text {
    padding-left: 0;
  }
  .alternating-rows .flex:nth-child(2n) .has-text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .alternating-rows .flex .image {
    padding-bottom: 125.5555555556%;
  }
  .alternating-rows .flex .has-text {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .alternating-rows .flex .text {
    max-width: 100%;
  }
}

.alternating-rows.has-graphs .flex .image {
  background-color: #F4F1EC;
}
.alternating-rows.has-graphs .flex .graph {
  position: absolute;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .alternating-rows.has-graphs .flex .image {
    padding-bottom: 100%;
  }
  .alternating-rows.has-graphs .flex .graph {
    right: 10px;
    left: 10px;
  }
}

.flex.has-links {
  margin-right: -10px;
  margin-left: -10px;
}
.flex.has-links .col-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.flex.has-links p {
  margin-bottom: 30px;
}
.flex.has-links .lnk-blk.is-red:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .flex.has-links .col-6:first-child {
    margin-bottom: 70px;
  }
}

.section-testimonial {
  position: relative;
  z-index: 1;
}
.section-testimonial h4 {
  margin-bottom: 100px;
  color: #E23F3F;
}
.section-testimonial .opening-quote {
  margin-bottom: 40px;
}
.section-testimonial .closing-quote {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: right;
}
.section-testimonial .closing-quote img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.section-testimonial .has-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-right: 150px;
}
.section-testimonial .has-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
  min-width: 250px;
}
.section-testimonial .image {
  padding-bottom: 125.5555555556%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1366px) {
  .section-testimonial .has-text {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-testimonial .has-text {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .section-testimonial h4 {
    margin-bottom: 50px;
  }
  .section-testimonial .opening-quote {
    margin-bottom: 20px;
  }
  .section-testimonial .closing-quote {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .section-testimonial .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section-testimonial .has-text {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .section-testimonial .has-image {
    width: 100%;
  }
}

.section-tiles {
  position: relative;
  z-index: 1;
}

.section-subscribe {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section-social {
  z-index: 1;
}
.section-social .social-icons a {
  display: inline-block;
  width: 130px;
  margin-right: 35px;
  margin-left: 35px;
}
.section-social .social-icons a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section-social .social-icons a {
    width: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .section-social .social-icons a {
    width: 55px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-social .social-icons a:first-child {
    margin-left: 0;
  }
  .section-social .social-icons a:last-child {
    margin-right: 0;
  }
}

.section-cols .col-title {
  max-width: 770px;
}
.section-cols .col-6:first-child {
  padding-right: 60px;
}
.section-cols .col-6:last-child {
  padding-left: 60px;
}
@media only screen and (max-width: 1366px) {
  .section-cols .col-title {
    max-width: 730px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-cols .col-6:first-child {
    padding-right: 30px;
  }
  .section-cols .col-6:last-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .section-cols .col-6:first-child {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .section-cols .col-6:last-child {
    padding-left: 0;
  }
}

.section-list .col-fx {
  width: 450px;
}
.section-list .col-fl {
  padding-left: 50px;
}
.section-list .col-fl ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media only screen and (max-width: 1366px) {
  .section-list .col-fx {
    width: 390px;
  }
  .section-list .col-fl {
    padding-left: 50px;
  }
  .section-list .col-fl ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-list .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section-list .col-fx {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .section-list .col-fl {
    width: 100%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
  .section-list .col-fl ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .section-list .col-fx {
    margin-bottom: 30px;
  }
  .section-list .col-fx h1:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-list .col-fl ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.flex.flex-cols {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex .cen-h {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flex .col-fx {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.flex .col-fl {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex .col-12 {
  position: relative;
  width: 100%;
}
.flex .col-7 {
  position: relative;
  width: 58.333333%;
}
.flex .col-6 {
  position: relative;
  width: 50%;
}
.flex .col-5 {
  position: relative;
  width: 41.666666%;
}
.flex .col-4 {
  position: relative;
  width: 33.333333%;
}
@media only screen and (max-width: 1200px) {
  .flex .col-wd-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .flex .col-sd-12 {
    width: 100%;
  }
  .flex .col-sd-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  .flex .col-rg-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .flex .col-sr-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex .col-md-12 {
    width: 100%;
  }
  .flex .col-md-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .flex.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex .col-sm-12 {
    width: 100%;
  }
  .flex .col-sm-6 {
    width: 50%;
  }
}

.alternating-rows .flex:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .alternating-rows .flex:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next,
.project-hero-thumbs-prev,
.project-hero-thumbs-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.project-hero-thumbs-prev:hover,
.project-hero-thumbs-prev:focus,
.project-hero-thumbs-next:hover,
.project-hero-thumbs-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.project-hero-thumbs-prev.slick-disabled:before,
.project-hero-thumbs-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before,
.project-hero-thumbs-prev:before,
.project-hero-thumbs-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.slick-prev,
.project-hero-thumbs-prev {
  left: 20px;
}
.slick-prev:before,
.project-hero-thumbs-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .project-hero-thumbs-prev {
    left: 15px;
  }
}

.slick-next,
.project-hero-thumbs-next {
  right: 20px;
}
.slick-next:before,
.project-hero-thumbs-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .slick-next,
  .project-hero-thumbs-next {
    right: 15px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .slick-dots {
    bottom: 5px;
  }
}

#register-form {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#register-form.is-active {
  opacity: 0.5;
}

input,
select,
textarea,
button.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

input[type=text],
input[type=email],
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #00548c;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
}
input[type=text].error,
input[type=email].error,
textarea.error {
  background-color: #B9D93F;
  border-color: #B9D93F;
}

textarea {
  height: 140px;
  padding-top: 8px;
}

button.submit {
  position: relative;
  display: inline-block;
  min-width: 290px;
  padding-top: 14px;
  padding-right: 30px;
  padding-bottom: 14px;
  padding-left: 30px;
  background-color: #B9D93F;
  border: 2px solid #B9D93F;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  color: #00548c;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #00548c;
  font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #00548c;
  font-size: 16px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #00548c;
  font-size: 16px;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #00548c;
  font-size: 16px;
}

::-ms-input-placeholder { /* Edge */
  color: #00548c;
  font-size: 16px;
}

:-moz-placeholder-shown { /* Standard one last! */
  color: #00548c;
  font-size: 16px;
}

:-ms-input-placeholder { /* Standard one last! */
  color: #00548c;
  font-size: 16px;
}

:placeholder-shown { /* Standard one last! */
  color: #00548c;
  font-size: 16px;
}

.register-select-hidden {
  position: relative;
  height: 0;
  overflow: hidden;
}

.register-select {
  position: relative;
  white-space: nowrap;
}

.register-select-field {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 46px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #ffffff;
  border-radius: 28px;
  cursor: pointer;
}
.register-select-field:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 13px;
  right: 25px;
  width: 18px;
  height: 20px;
  background-image: url(images/production/wp-content/themes/invest-nw-alberta/src/images/graphics/arrow-down.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.register-select-field.error {
  border-bottom-color: #B9D93F;
}
.register-select-field.error:after {
  border-color: #B9D93F transparent transparent transparent;
}

.register-select-label {
  position: absolute;
  top: 0;
  left: 30px;
}

.has-value .register-select-label {
  opacity: 0;
}

.register-select-menu {
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 322px;
  padding-top: 46px;
  background-color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
}

.register-select-items {
  position: relative;
  max-height: 276px;
  overflow: auto;
}

.register-select-item {
  position: relative;
  height: 46px;
  padding-right: 10px;
  padding-left: 20px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.register-select-item.subtitle {
  opacity: 0.3;
  cursor: default;
  text-transform: uppercase;
}
.register-select-item:hover:not(.is-selected):not(.subtitle) {
  background-color: #F4F1EC;
}
.register-select-item.is-selected {
  background-color: #B9D93F;
}
.register-select-item.is-selected:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 19px;
  right: 50px;
  width: 13px;
  height: 10px;
  background-image: url(images/production/wp-content/themes/invest-nw-alberta/src/images/graphics/check-blk.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.register-select-label,
.register-select-item,
.register-select-detail {
  height: 46px;
  color: #141414;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.error .register-select-label,
.error .register-select-item,
.error .register-select-detail {
  color: #B9D93F;
}

.map-communities .register-select-items .title .register-select-item {
  font-weight: 700;
}
.map-communities .register-select-items > div:not(.title):not(.subtitle) .register-select-item {
  padding-left: 30px;
}

.map-categories .register-select-item span {
  display: inline-block;
  vertical-align: middle;
}
.map-categories .register-select-item .legend-check {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid #141414;
}
.map-categories .register-select-item .legend-text {
  line-height: 18px;
}
.map-categories .register-select-item .legend-pin {
  width: 14px;
  height: 14px;
  margin-left: 15px;
  border-radius: 100%;
}
.map-categories .register-select-item[data-value=recreation-facilities] .legend-pin {
  background-color: #B9D93F;
}
.map-categories .register-select-item[data-value=arts-culture] .legend-pin {
  background-color: #54714F;
}
.map-categories .register-select-item[data-value=education] .legend-pin {
  background-color: #7497A3;
}
.map-categories .register-select-item[data-value=health] .legend-pin {
  background-color: #D8AC3C;
}
.map-categories .register-select-item[data-value=safety] .legend-pin {
  background-color: #E23F3F;
}
.map-categories .register-select-item[data-value=transportation] .legend-pin {
  background-color: #6D413E;
}
.map-categories .register-select-item.is-selected {
  background-color: #ffffff;
}
.map-categories .register-select-item.is-selected:after {
  content: none;
}
.map-categories .register-select-item.is-selected .legend-check {
  position: relative;
  background-color: #141414;
}
.map-categories .register-select-item.is-selected .legend-check:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 4.5px;
  left: 3px;
  width: 12px;
  height: 10px;
  background-image: url(images/production/wp-content/themes/invest-nw-alberta/src/images/graphics/check-wht.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.qualifier {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qualifier label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3333333333em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.qualifier .qualifier-question {
  color: #00548c;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3333333333em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.qualifier .register-title {
  display: inline-block;
  vertical-align: middle;
}
.qualifier .col-fl:not(:last-child) {
  padding-right: 10px;
}
.qualifier .col-fl label {
  white-space: nowrap;
}
.qualifier .col-fl .register-title {
  margin-right: 5px;
}
.qualifier .custom-radio {
  vertical-align: middle;
}

.eligible .qualifier label {
  padding-left: 0;
  font-size: 16px;
}
.eligible .qualifier .qualifier-question {
  font-size: 16px;
}

html[lang=zh] .qualifier label {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  html[lang=zh] .qualifier label {
    padding-right: 0;
  }
}

.custom-check {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  border: 1px solid #ffffff;
}
.custom-check .check {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.custom-check .check:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
}
.custom-check input[type=checkbox] {
  visibility: hidden;
}
.custom-check input[type=checkbox]:checked + .check:after {
  opacity: 1;
}

.custom-radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #00548c;
}
.custom-radio .radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.custom-radio .radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00548c;
  opacity: 0;
}
.custom-radio input[type=radio] {
  visibility: hidden;
}
.custom-radio input[type=radio]:checked + .radio:after {
  opacity: 1;
}

.qualifier.error label,
.qualifier.error .qualifier-question {
  color: #B9D93F;
}
.qualifier.error .custom-check,
.qualifier.error .custom-radio {
  border: 1px solid #B9D93F;
}

.is-reg-mobile {
  display: none;
}

@media only screen and (max-width: 390px) {
  .no-reg-mobile {
    display: none;
  }
  .is-reg-mobile {
    display: inline;
  }
}
.no-touchevents button.submit {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.no-touchevents button.submit:hover {
  background-color: transparent;
  color: #B9D93F;
}

#recaptcha,
.grecaptcha-badge {
  visibility: hidden;
}

h1 {
  color: #141414;
  font-weight: 900;
  font-size: 60px;
  line-height: 1em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 40px;
    line-height: 1.125em;
  }
}
h1.display {
  font-size: 100px;
}
@media only screen and (max-width: 1290px) {
  h1.display {
    font-size: 90px;
  }
}
@media only screen and (max-width: 640px) {
  h1.display {
    font-size: 40px;
    line-height: 1.125em;
  }
}

h2 {
  color: #141414;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.125em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1366px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  color: #141414;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.2em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color: #141414;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  h4 {
    font-size: 18px;
  }
}

p,
ul {
  color: #141414;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1366px) {
  p,
  ul {
    font-size: 18px;
  }
}

p.has-rule {
  padding-bottom: 30px;
  border-bottom: 1px solid #F4F1EC;
}

p.has-rules {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #B9D93F;
  border-bottom: 1px solid #B9D93F;
}

p.title {
  font-size: 25px;
  line-height: 1.28em;
}
@media only screen and (max-width: 640px) {
  p.title {
    font-size: 18px;
  }
}

p.testimonial {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.225em;
}
@media only screen and (max-width: 1366px) {
  p.testimonial {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  p.testimonial {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  p.testimonial {
    font-size: 24px;
  }
}

.legend p {
  font-size: 16px;
}
.legend p b,
.legend p strong {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .legend p {
    font-size: 16px;
  }
}

.map p {
  font-size: 16px;
}
.map p b,
.map p strong {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .map p {
    font-size: 16px;
  }
}

p.qualifier {
  font-size: 14px;
}

p.disclaimer {
  font-size: 10px;
}

ul {
  margin-left: 25px;
}
ul li {
  padding-left: 27px;
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li:before {
  content: "—";
  display: inline-block;
  width: 27px;
  margin-left: -27px;
}
@media only screen and (max-width: 640px) {
  ul {
    margin-left: 0;
  }
}

.lnk-blk,
.alternating-rows a,
.card p a {
  position: relative;
  display: inline-block;
  min-width: 290px;
  padding-top: 14px;
  padding-right: 30px;
  padding-bottom: 14px;
  padding-left: 30px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  color: #141414;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .lnk-blk,
  .alternating-rows a,
  .card p a {
    min-width: 250px;
  }
}
@media only screen and (max-width: 330px) {
  .lnk-blk,
  .alternating-rows a,
  .card p a {
    min-width: 0;
  }
}

.lnk-blk.is-red {
  background-color: #E23F3F;
  border-color: #E23F3F;
  color: #ffffff;
}

.card p a {
  width: 100%;
  min-width: 0;
}

.bk-p .lnk-blk,
.bk-p .alternating-rows a {
  background-color: #57bcff;
  border-color: #57bcff;
  color: #00548c;
}

.bk-g .lnk-blk,
.bk-g .alternating-rows a {
  background-color: transparent;
  border-color: #B9D93F;
  color: #B9D93F;
}
.bk-g .lnk-blk polygon,
.bk-g .alternating-rows a polygon {
  fill: #B9D93F;
}

.bk-b .lnk-blk {
  background-color: #00548c;
  border-color: #00548c;
  color: #ffffff;
}
.bk-b .lnk-blk polygon {
  fill: #ffffff;
}
.bk-b.card p a {
  background-color: #B9D93F;
  border-color: #B9D93F;
  color: #141414;
}
.bk-b.card p a polygon {
  fill: #141414;
}
.bk-b.card p a[href^="mailto:"] {
  background-color: transparent;
  border-color: #141414;
}
.bk-b.card p a.is-red {
  background-color: #E23F3F;
  border-color: #E23F3F;
  color: #ffffff;
}
.bk-b.card p a.is-red polygon {
  fill: #ffffff;
}

.lnk-blk.has-scroll {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
}
.lnk-blk.has-scroll span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #E23F3F;
}
.lnk-blk.has-scroll span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 330px) {
  .lnk-blk.has-scroll {
    padding-left: 65px;
  }
}

.lnk-blk.has-external,
.card p a {
  padding-right: 50px;
  padding-left: 50px;
}
.lnk-blk.has-external span,
.card p a span {
  position: absolute;
  top: 47%;
  right: 20px;
  width: 18px;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.text-cen {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.bk-p h1 {
  color: #F4F1EC;
}

.is-dark h1,
.is-dark h2,
.is-dark h3,
.is-dark h4,
.is-dark h5,
.is-dark h6,
.is-dark p,
.is-dark ul {
  color: #ffffff;
}
.is-dark p.disclaimer {
  color: #ffffff;
}

.t-b h1,
.t-b h2,
.t-b h3 {
  color: #DFD5BC;
}

.alternating-rows h1:not(:last-child),
.alternating-rows h2:not(:last-child),
.alternating-rows h3:not(:last-child),
.alternating-rows h4:not(:last-child),
.alternating-rows h5:not(:last-child),
.alternating-rows h6:not(:last-child),
.cards h1:not(:last-child),
.cards h2:not(:last-child),
.cards h3:not(:last-child),
.cards h4:not(:last-child),
.cards h5:not(:last-child),
.cards h6:not(:last-child),
.cards-image h1:not(:last-child),
.cards-image h2:not(:last-child),
.cards-image h3:not(:last-child),
.cards-image h4:not(:last-child),
.cards-image h5:not(:last-child),
.cards-image h6:not(:last-child),
.the-content h1:not(:last-child),
.the-content h2:not(:last-child),
.the-content h3:not(:last-child),
.the-content h4:not(:last-child),
.the-content h5:not(:last-child),
.the-content h6:not(:last-child) {
  margin-bottom: 30px;
}
.alternating-rows p:not(:last-child),
.alternating-rows ul:not(:last-child),
.cards p:not(:last-child),
.cards ul:not(:last-child),
.cards-image p:not(:last-child),
.cards-image ul:not(:last-child),
.the-content p:not(:last-child),
.the-content ul:not(:last-child) {
  margin-bottom: 30px;
}
.alternating-rows p.title:not(:last-child),
.cards p.title:not(:last-child),
.cards-image p.title:not(:last-child),
.the-content p.title:not(:last-child) {
  margin-bottom: 20px;
}

.alternating-rows h1:not(:last-child),
.alternating-rows h2:not(:last-child),
.alternating-rows h3:not(:last-child),
.alternating-rows h4:not(:last-child),
.alternating-rows h5:not(:last-child),
.alternating-rows h6:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1366px) {
  .alternating-rows h1:not(:last-child),
  .alternating-rows h2:not(:last-child),
  .alternating-rows h3:not(:last-child),
  .alternating-rows h4:not(:last-child),
  .alternating-rows h5:not(:last-child),
  .alternating-rows h6:not(:last-child) {
    margin-bottom: 30px;
  }
}

.the-content h1:not(:last-child) {
  margin-bottom: 50px;
}
.the-content p + h1,
.the-content p + h2,
.the-content p + h3,
.the-content p + h4,
.the-content p + h5,
.the-content p + h6,
.the-content ul + h1,
.the-content ul + h2,
.the-content ul + h3,
.the-content ul + h4,
.the-content ul + h5,
.the-content ul + h6 {
  margin-top: 50px;
}

.is-l {
  color: #ffffff !important;
}

.is-b {
  color: #F4F1EC !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 640px) {
  .mb-150 {
    margin-bottom: 50px;
  }
}

.no-touchevents a.lnk-blk,
.no-touchevents .alternating-rows a,
.no-touchevents .card p a {
  -webkit-transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
}
.no-touchevents a.lnk-blk polygon,
.no-touchevents .alternating-rows a polygon,
.no-touchevents .card p a polygon {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.no-touchevents a.lnk-blk:hover,
.no-touchevents .alternating-rows a:hover {
  background-color: transparent;
  color: #ffffff;
}
.no-touchevents a.lnk-blk.has-scroll span {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.no-touchevents a.lnk-blk.has-scroll:hover {
  background-color: #E23F3F;
  border-color: #E23F3F;
  color: #141414;
}
.no-touchevents a.lnk-blk.has-scroll:hover span {
  background-color: #ffffff;
}
.no-touchevents a.lnk-blk.has-scroll:hover polygon {
  fill: #E23F3F;
}
.no-touchevents .bk-p a.lnk-blk:hover {
  background-color: transparent;
  border-color: #57bcff;
  color: #57bcff;
}
.no-touchevents .bk-p a.lnk-blk:hover polygon {
  fill: #57bcff;
}
.no-touchevents .bk-p .alternating-rows a:hover {
  background-color: transparent;
  color: #57bcff;
}
.no-touchevents .bk-b a.lnk-blk:hover,
.no-touchevents .bk-b a.lnk-blk.has-external:hover {
  background-color: transparent;
  border-color: #00548c;
  color: #00548c;
}
.no-touchevents .bk-b a.lnk-blk:hover polygon,
.no-touchevents .bk-b a.lnk-blk.has-external:hover polygon {
  fill: #00548c;
}
.no-touchevents .bk-b.card p a:hover {
  background-color: #141414;
  border-color: #141414;
  color: #ffffff;
}
.no-touchevents .bk-b.card p a:hover polygon {
  fill: #ffffff;
}
.no-touchevents .bk-b .lnk-blk[href^="mailto:"]:hover {
  background-color: #141414;
  color: #ffffff;
}

.section-standard {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-standard.ap-b {
  padding-bottom: 250px;
}
.section-standard.ap-b150 {
  padding-bottom: 300px;
}
.section-standard.ap-t {
  padding-top: 250px;
}
@media only screen and (max-width: 990px) {
  .section-standard {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-standard.ap-b {
    padding-bottom: 200px;
  }
  .section-standard.ap-b150 {
    padding-bottom: 250px;
  }
  .section-standard.ap-t {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .section-standard.ap-b150 {
    padding-bottom: 200px;
  }
}

.section-intro {
  padding-top: 250px;
  padding-bottom: 150px;
}
.section-intro.ap-b {
  padding-bottom: 250px;
}
@media only screen and (max-width: 1366px) {
  .section-intro {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-intro {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 990px) {
  .section-intro {
    padding-bottom: 100px;
  }
  .section-intro.ap-b {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro {
    padding-top: 125px;
  }
}

.section-text {
  padding-top: 150px;
}
@media only screen and (max-width: 640px) {
  .section-text {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 450px) {
  .section-text {
    padding-top: 100px;
  }
}

.p-t {
  padding-top: 150px;
}
@media only screen and (max-width: 990px) {
  .p-t {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-t {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .p-t {
    padding-top: 50px;
  }
}

.no-top {
  padding-top: 0;
}

.no-bottom {
  padding-bottom: 0;
}

.section-about,
.section-employer,
.section-workforce,
.section-page,
.section-conferences {
  z-index: 1;
}

.section-events {
  z-index: 2;
}

.section-contact {
  z-index: 3;
}

nav.nav-site {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
nav.nav-site .nav-bar {
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-radius: 50px;
  background-color: #ffffff;
  overflow: hidden;
}
nav.nav-site .nav-logo {
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
  height: 32px;
}
nav.nav-site .nav-logo a,
nav.nav-site .nav-logo img {
  display: inline-block;
}
nav.nav-site .nav-items {
  padding-right: 10px;
  padding-left: 350px;
  text-align: right;
}
nav.nav-site .nav-items a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #141414;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1550px) {
  nav.nav-site .nav-items a {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1450px) {
  nav.nav-site .nav-items {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  nav.nav-site {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  nav.nav-site {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  nav.nav-site .nav-logo {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@media only screen and (max-width: 450px) {
  nav.nav-site .nav-logo {
    left: 25px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (max-width: 355px) {
  nav.nav-site .nav-logo {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.nav-icon {
  display: none;
  position: absolute;
  top: 21px;
  right: 22px;
  width: 25px;
  height: 18px;
  cursor: pointer;
}
.nav-icon .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #141414;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-icon .line:nth-child(1) {
  top: 0;
}
.nav-icon .line:nth-child(2) {
  top: 8px;
}
.nav-icon .line:nth-child(3) {
  top: 16px;
}
.js-menu .nav-icon .line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.js-menu .nav-icon .line:nth-child(2) {
  opacity: 0;
}
.js-menu .nav-icon .line:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 1450px) {
  .nav-icon {
    display: block;
  }
}
.nav-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  background-color: #F4F1EC;
  text-align: center;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.nav-menu .flex {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.nav-menu .menu-items {
  position: relative;
}
.nav-menu .menu-items div a {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #141414;
  font-weight: 400;
  font-size: 25px;
  line-height: 1em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.nav-menu .menu-items div:not(:last-child) {
  margin-bottom: 30px;
}
.nav-menu .nav-mobile {
  display: none;
}
@media only screen and (max-width: 1450px) {
  .nav-menu {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  .nav-menu .nav-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px), (max-height: 768px) {
  .nav-menu .menu-items div a {
    font-size: 20px;
  }
  .nav-menu .menu-items div:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px), (max-height: 640px) {
  .nav-menu .menu-items {
    padding-top: 20px;
  }
  .nav-menu .menu-items div a {
    font-size: 16px;
  }
  .nav-menu .menu-items div:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-height: 600px) {
  .nav-menu .menu-items div a {
    font-size: 14px;
  }
  .nav-menu .menu-items div:not(:last-child) {
    margin-bottom: 7px;
  }
}

.no-touchevents .nav-site .nav-items a,
.no-touchevents .menu-items a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.no-touchevents .nav-site .nav-items a:hover,
.no-touchevents .menu-items a:hover {
  color: #E23F3F;
}

.page-template-page-work .nav-site .nav-items .nav-item-work,
.page-template-page-work .menu-items .nav-item-work,
.page-template-page-live .nav-site .nav-items .nav-item-live,
.page-template-page-live .menu-items .nav-item-live,
.page-template-page-play .nav-site .nav-items .nav-item-play,
.page-template-page-play .menu-items .nav-item-play,
.page-template-page-make-the-move .nav-site .nav-items .nav-item-make-the-move,
.page-template-page-make-the-move .menu-items .nav-item-make-the-move,
.page-template-page-about-us .nav-site .nav-items .nav-item-about-us,
.page-template-page-about-us .menu-items .nav-item-about-us,
.page-template-page-employer-resources .nav-site .nav-items .nav-item-employer-resources,
.page-template-page-employer-resources .menu-items .nav-item-employer-resources,
.page-template-page-wil .nav-site .nav-items .nav-item-work-integrated-learning,
.page-template-page-wil .menu-items .nav-item-work-integrated-learning,
.page-template-page-workforce-data .nav-site .nav-items .nav-item-workforce-data,
.page-template-page-workforce-data .menu-items .nav-item-workforce-data {
  color: #E23F3F;
}

.page-template-page-work .footer .nav-items .nav-item-work,
.page-template-page-live .footer .nav-items .nav-item-live,
.page-template-page-play .footer .nav-items .nav-item-play,
.page-template-page-make-the-move .footer .nav-items .nav-item-make-the-move,
.page-template-page-about-us .footer .nav-items .nav-item-about-us,
.page-template-page-employer-resources .footer .nav-items .nav-item-employer-resources,
.page-template-page-workforce-data .footer .nav-items .nav-item-workforce-data {
  color: #DFD5BC;
}

.footer-subscribe {
  position: relative;
  padding-top: 350px;
  padding-bottom: 350px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.footer-subscribe:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.footer-subscribe a {
  position: relative;
  display: inline-block;
  width: 550px;
  max-width: 90%;
}
.footer-subscribe img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.footer-subscribe .column-2 {
  margin-top: 50px;
  max-width: 720px;
}
.footer-subscribe .column-2 p {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .footer-subscribe {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-subscribe {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer h4 {
  color: #DFD5BC;
}
.footer .footer-logos span {
  display: inline-block;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
  vertical-align: middle;
}
.footer .footer-logos span:last-child {
  padding-right: 0;
}
.footer .footer-logos a {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-logos img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 70px;
  }
  .footer .col {
    width: 100%;
  }
  .footer .footer-logos {
    margin-top: 50px;
    text-align: center;
  }
  .footer .footer-logos span {
    margin-bottom: 30px;
  }
  .footer .footer-logos span:last-child {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer .footer-logos {
    text-align: left;
  }
  .footer .footer-logos span {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .footer .footer-logos span:last-child {
    padding-right: 0;
  }
}

.section-register {
  z-index: 1;
}
.section-register .register-form {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.section-register .thank-you-row {
  display: none;
}

.register-form {
  position: relative;
}
.register-form .row.questions {
  margin-bottom: 35px;
}
.register-form .row.questions .register-question:not(:last-child) {
  margin-bottom: 15px;
}
.register-form .row.eligible {
  margin-bottom: 30px;
}
.register-form .row.consent {
  margin-bottom: 50px;
}
.register-form .row.submit {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .register-form .row.consent {
    margin-bottom: 30px;
  }
}

.column-work {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-right: 50px;
  padding-bottom: 70px;
  padding-left: 50px;
}
.column-work .column-fields {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.column-work .col-select {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.column-work .col-lnk {
  width: 310px;
  padding-right: 10px;
  padding-left: 10px;
}
.column-work .work-links {
  position: relative;
}
.column-work .work-links a {
  position: absolute;
  display: none;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
@media only screen and (max-width: 768px) {
  .column-work .col-select {
    width: 100%;
    margin-bottom: 20px;
  }
  .column-work .col-lnk {
    width: 100%;
  }
  .column-work .col-lnk .lnk-blk {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .column-work {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.page-template-page-home .column-work {
  background-color: #54714F;
}

.page-template-page-live .amenities-map .col-legend {
  width: 370px;
  padding-right: 20px;
}
.page-template-page-live .amenities-map .col-map {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-template-page-live .amenities-map .col-map p.disclaimer {
  margin-top: 10px;
  text-align: right;
}
.page-template-page-live .amenities-map .filters {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #DFD5BC;
  border-bottom: 1px solid #DFD5BC;
}
.page-template-page-live .amenities-map .filters .register-question {
  position: relative;
  z-index: 9;
}
.page-template-page-live .amenities-map .filters .register-question:first-child {
  margin-bottom: 20px;
}
.page-template-page-live .amenities-map .filters .register-question:nth-child(2) {
  z-index: 2;
}
.page-template-page-live .amenities-map .legend {
  height: 544px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 20px;
  overflow: scroll;
}
.page-template-page-live .amenities-map .legend .communities .community {
  display: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #141414;
}
.page-template-page-live .amenities-map .legend .communities p:first-child {
  margin-bottom: 4px;
}
.page-template-page-live .amenities-map .legend .communities a {
  display: inline-block;
  margin-top: 4px;
}
.page-template-page-live .amenities-map .legend .communities a[href=""] {
  display: none;
}
.page-template-page-live .amenities-map .legend .communities a span {
  position: relative;
  top: 2px;
  margin-left: 7px;
}
.page-template-page-live .amenities-map .legend .amenity {
  padding-bottom: 30px;
  border-bottom: 1px solid #141414;
}
.page-template-page-live .amenities-map .legend .amenity:not(:last-child) {
  margin-bottom: 30px;
}
.page-template-page-live .amenities-map .legend .amenity div p {
  cursor: pointer;
}
.page-template-page-live .amenities-map .map {
  width: 100%;
  height: 768px;
}
.page-template-page-live .amenities-map .map .infowindow {
  max-width: 250px;
}
.page-template-page-live .amenities-map .map .infowindow p:not(:last-child) {
  margin-bottom: 4px;
}
.page-template-page-live .amenities-map .map .infowindow a {
  display: inline-block;
}
.page-template-page-live .amenities-map .map .infowindow a[href=""] {
  display: none;
}
.page-template-page-live .amenities-map .map .infowindow span {
  position: relative;
  top: 2px;
  margin-left: 7px;
}
.page-template-page-live .amenities-map .map button:focus-visible,
.page-template-page-live .amenities-map .map a:focus-visible {
  outline: none;
}
@media only screen and (max-width: 799px) {
  .page-template-page-live .amenities-map .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-template-page-live .amenities-map .col-legend {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .page-template-page-live .amenities-map .col-map {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .page-template-page-live .amenities-map .col-map p.disclaimer {
    text-align: left;
  }
}

.no-touchevents .amenities .pois p {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.no-touchevents .amenities .pois.recreation-pois p:hover {
  color: #B9D93F;
}
.no-touchevents .amenities .pois.arts-pois p:hover {
  color: #54714F;
}
.no-touchevents .amenities .pois.education-pois p:hover {
  color: #7497A3;
}
.no-touchevents .amenities .pois.health-pois p:hover {
  color: #D8AC3C;
}
.no-touchevents .amenities .pois.safety-pois p:hover {
  color: #E23F3F;
}
.no-touchevents .amenities .pois.transportation-pois p:hover {
  color: #6D413E;
}

.page-template-page-employer-resources .intro h1 {
  margin-bottom: 20px;
}
.page-template-page-employer-resources .intro p {
  max-width: 1200px;
}
.page-template-page-employer-resources .section-employer .resource-title {
  max-width: 750px;
  margin-bottom: 30px;
}
.page-template-page-employer-resources .section-employer .resources:not(:last-child) {
  margin-bottom: 100px;
}
.page-template-page-employer-resources .section-employer .resource {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #54714F;
}
.page-template-page-employer-resources .section-employer .resource:first-child {
  border-top: 1px solid #54714F;
}
.page-template-page-employer-resources .section-employer .has-text {
  padding-right: 40px;
}
.page-template-page-employer-resources .section-employer .has-links {
  text-align: right;
}
.page-template-page-employer-resources .section-employer .has-links div:not(:last-child) {
  margin-bottom: 20px;
}
.page-template-page-employer-resources .section-employer .has-links a {
  min-width: 332px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-employer-resources .section-employer .has-links a {
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-page-employer-resources .section-employer .has-text {
    margin-bottom: 30px;
  }
}

.page-template-page-thank-you .section-thank-you {
  min-height: 100vh;
}
.page-template-page-thank-you .section-thank-you .column,
.page-template-page-thank-you .section-thank-you .column-1 {
  min-height: 100vh;
}
.page-template-page-thank-you .section-thank-you .column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-page-thank-you .section-thank-you h1 {
  color: #00548c;
}
.page-template-page-thank-you .section-thank-you p {
  max-width: 400px;
}

.page-template-page-home .section-intro .logo {
  max-width: 570px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .page-template-page-home .section-intro .logo {
    margin-bottom: 30px;
  }
}
.page-template-page-home .section-rows {
  padding-top: 70px;
}
@media only screen and (max-width: 640px) {
  .page-template-page-home .section-rows {
    padding-top: 50px;
  }
}
.page-template-page-home .section-partners {
  background-color: #F4F1EC;
}
.page-template-page-home .section-partners .card {
  background-color: #00548c;
}
.page-template-page-home .section-partners .card .lnk-blk {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00548c;
}
.page-template-page-home .section-partners .card p a[href^="mailto:"] {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.page-template-page-home .section-contact .resource-title,
.page-template-page-home .section-events .resource-title,
.page-template-page-home .section-conferences .resource-title {
  max-width: 750px;
  margin-bottom: 30px;
}
.page-template-page-home .section-contact .resources:not(:last-child),
.page-template-page-home .section-events .resources:not(:last-child),
.page-template-page-home .section-conferences .resources:not(:last-child) {
  margin-bottom: 100px;
}
.page-template-page-home .section-contact .resource,
.page-template-page-home .section-events .resource,
.page-template-page-home .section-conferences .resource {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #57bcff;
}
.page-template-page-home .section-contact .resource:first-child,
.page-template-page-home .section-events .resource:first-child,
.page-template-page-home .section-conferences .resource:first-child {
  border-top: 1px solid #57bcff;
}
.page-template-page-home .section-contact .has-text,
.page-template-page-home .section-events .has-text,
.page-template-page-home .section-conferences .has-text {
  padding-right: 40px;
}
.page-template-page-home .section-contact .has-links,
.page-template-page-home .section-events .has-links,
.page-template-page-home .section-conferences .has-links {
  text-align: right;
}
.page-template-page-home .section-contact .has-links div:not(:last-child),
.page-template-page-home .section-events .has-links div:not(:last-child),
.page-template-page-home .section-conferences .has-links div:not(:last-child) {
  margin-bottom: 20px;
}
.page-template-page-home .section-contact .has-links a,
.page-template-page-home .section-events .has-links a,
.page-template-page-home .section-conferences .has-links a {
  min-width: 332px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-home .section-contact .has-links a,
  .page-template-page-home .section-events .has-links a,
  .page-template-page-home .section-conferences .has-links a {
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-page-home .section-contact .has-text,
  .page-template-page-home .section-events .has-text,
  .page-template-page-home .section-conferences .has-text {
    margin-bottom: 30px;
  }
}
.page-template-page-home .section-events .resource {
  border-bottom: 1px solid #00548c;
}
.page-template-page-home .section-events .resource:first-child {
  border-top: 1px solid #00548c;
}
.page-template-page-home .is-i {
  color: #00548c;
}

.no-touchevents .page-template-page-home .card a.lnk-blk:hover,
.no-touchevents .page-template-page-home .card .lnk-blk[href^="mailto:"]:hover {
  background-color: #57bcff;
  border-color: #57bcff;
  color: #00548c;
}
.no-touchevents .page-template-page-home .card a.lnk-blk:hover polygon,
.no-touchevents .page-template-page-home .card .lnk-blk[href^="mailto:"]:hover polygon {
  fill: #00548c;
}
