.port-single a {
  font-family: "National2-Medium";
}
.port-single .port-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE2842;
  height: 138px;
  margin-top: 60px;
}
.port-single .port-pages .back-to-ports a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .port-single .port-pages .back-to-ports {
    display: none;
  }
}
.port-single .port-pages .port-pages-inner {
  display: none;
  justify-content: space-between;
  max-width: 785px;
  width: 100%;
  margin: 30px;
}
.port-single .port-pages .port-pages-inner .port-nav-link {
  text-transform: uppercase;
}
.port-single .port-pages .port-pages-inner .port-nav-link a {
  font-size: 16px !important;
}
.port-single .port-pages .port-pages-inner div:last-child a {
  margin-left: auto;
}
.port-single .port-pages .port-pages-inner div a {
  position: relative;
  color: white;
  text-decoration: none;
}
.port-single .port-pages .port-pages-inner a[rel=next]::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400 !important;
  font-size: 14.5px;
  line-height: 33px;
  margin-left: 20px;
}
.port-single .port-pages .port-pages-inner a[rel=prev]::before {
  content: "\f060";
  font-family: "FontAwesome";
  font-weight: 100 !important;
  font-size: 14.5px;
  line-height: 33px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .port-single .port-pages .port-pages-inner {
    margin: auto;
    display: flex;
  }
}

.port-post .port-header {
  position: relative;
  height: 371px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.port-post .port-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.port-post .port-header h1 {
  color: white;
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 0;
  margin: 0;
}
.port-post .port-header .image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: white;
  padding-left: 10px;
}
.port-post .port-header .gradient {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
.port-post .port-post-info {
  background-color: #F8F8F8;
}
.port-post .port-post-info .port-post-info-inner {
  padding-top: 72px;
  padding-bottom: 72px;
  max-width: 785px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.port-post .port-post-info .port-post-info-inner p {
  font-size: 18px !important;
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .port-post .port-post-info .port-post-info-inner {
    margin: auto;
    margin-bottom: 50px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.port-post .port-post-info .port-post-info-inner h4 {
  font-size: 1.375rem;
  color: black;
  font-weight: 100;
  margin-bottom: 46px;
}
.port-post .port-post-attractions {
  max-width: 785px;
  margin: 30px;
}
@media (min-width: 768px) {
  .port-post .port-post-attractions {
    margin: auto;
  }
}
.port-post .port-post-attractions a {
  color: #EE2842;
}
.port-post .port-post-attractions img {
  width: 100%;
  margin-top: 96px;
}
.port-post .port-post-attractions section:first-child {
  margin-top: 8px;
}
.port-post .port-post-attractions .attraction {
  border-bottom: solid #707070 1px;
}
.port-post .port-post-attractions .attraction-location {
  font-family: "National2-Regular", sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  color: #58595B;
}
.port-post .port-post-attractions .pin-container {
  padding-left: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.port-post .port-post-attractions .pin-container .social-icons {
  margin-bottom: 20px;
  margin-top: 10px;
}
.port-post .port-post-attractions .pin-container .social-icons a {
  text-decoration: none;
  margin-right: 15px;
}
.port-post .port-post-attractions .pin-container::before {
  content: "\f041";
  font-family: "FontAwesome";
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 33px;
  left: 0px;
  top: -3px;
  transition: all 200ms;
  position: absolute;
}
.port-post .port-post-attractions .attraction-name {
  margin-top: 64px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .port-post .port-post-attractions .attraction-name {
    margin-top: 120px;
  }
}
.port-post .port-post-attractions .toggle-info {
  all: unset;
  font-family: "National2-Medium";
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  margin-bottom: 40px;
}
.port-post .port-post-attractions .toggle-info:hover::after {
  top: 2px;
}
.port-post .port-post-attractions .toggle-info:focus {
  outline: #EE2842 1px solid;
  border-radius: 5px;
}
.port-post .port-post-attractions .toggle-info::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 33px;
  right: -20px;
  top: -3px;
  transition: all 200ms;
  position: absolute;
}
.port-post .port-post-attractions .toggle-info.toggled:hover::after {
  top: -8px;
}
.port-post .port-post-attractions .toggle-info.toggled::after {
  content: "\f106";
}
.port-post .port-post-attractions .information {
  display: grid;
  border-top: solid #DFDFDF 1px;
  padding-top: 40px;
}
.port-post .port-post-attractions .information p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .port-post .port-post-attractions .information {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.port-post .port-post-attractions .information .info-header {
  font-family: "National2-Medium";
  color: black;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-footer-logos-outer {
  background-color: white;
}
.content-footer-logos-outer .content-footer-logos-inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
  flex-wrap: wrap;
}
.content-footer-logos-outer .content-footer-logos-inner .footer-logo {
  display: flex;
  width: 150px;
  margin: 30px;
}
.content-footer-logos-outer .content-footer-logos-inner .footer-logo img {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.home-slider-component {
  position: relative;
}

.swiper-page-test {
  position: absolute;
  z-index: 30;
  bottom: 20px !important;
  display: flex;
  justify-content: center;
}

/* target the active bullet */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

/* target all bullets */
.swiper-pagination-bullet {
  border: solid white 2px;
  background: transparent;
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 8px !important;
}

.home-slide-inner {
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  height: 700px;
  margin-inline: auto;
  max-width: 1150px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .home-slide-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.home-slide-inner .slide-navigation-arrows {
  position: absolute;
  display: none;
  justify-content: space-between;
  width: 100%;
  z-index: 20;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .home-slide-inner .slide-navigation-arrows {
    display: flex;
  }
}
.home-slide-inner .slide-navigation-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 30px;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-slide-inner .slide-navigation-arrows button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.home-slide-inner .slide-navigation-arrows button svg {
  height: 50%;
}
.home-slide-inner .slide-image-container {
  grid-row-start: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .home-slide-inner .slide-image-container {
    grid-row-start: auto;
  }
}
.home-slide-inner .slide-image-container .home-slide-image {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: none;
  height: auto;
}
.home-slide-inner .home-slide-text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .home-slide-inner .home-slide-text {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
}
.home-slide-inner .home-slide-text h2 {
  color: white;
  font-size: 40px !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .home-slide-inner .home-slide-text h2 {
    font-size: 54px !important;
    width: 75%;
  }
}
.home-slide-inner .home-slide-text h3 {
  font-family: "National2-Regular-normal", sans-serif;
  color: white;
  margin-bottom: 40px;
  font-weight: 100 !important;
  font-size: 24px !important;
}
.home-slide-inner .home-slide-text .home-slide-button {
  border: none;
  background: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  mix-blend-mode: screen;
}
.home-slide-inner .home-slide-text .home-slide-button p {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  font-family: "National2-Regular-normal", sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.home-slide-inner .home-slide-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.resource-cards .fit-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.resource-cards .fit-image-link img {
  padding: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  width: 100%;
}

footer.site-footer .sub-footer {
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
footer.site-footer div.container {
  display: grid;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  footer.site-footer div.container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
footer.site-footer div.container #block-4 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
footer.site-footer div.container #block-4 #ontario-logo {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  footer.site-footer div.container #block-4 #ontario-logo {
    margin-right: 0;
  }
}
footer.site-footer div.container #block-4 #ontario-logo img {
  height: 80%;
}
footer.site-footer div.container .widget-area .widget .footer-partner-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "National2-Medium", sans-serif;
  font-size: 14px;
  border-radius: 40px;
  color: white;
  background: #0096c4;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  footer.site-footer div.container .widget-area .widget .footer-partner-link {
    margin-right: 0;
  }
}
footer.site-footer div.container .widget-area .widget .footer-partner-link:hover {
  color: #0096c4;
  background-color: transparent;
}

.page-template-skillsnet footer div.container.footer-top {
  padding-bottom: 120px !important;
}
.page-template-skillsnet header {
  width: 100%;
}
.page-template-skillsnet header .site-branding {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
}
.page-template-skillsnet header .site-branding .header-logo:last-child img {
  max-height: 70px;
}
.page-template-skillsnet header .site-branding .header-logo img {
  max-height: 44px;
}
@media (min-width: 640px) {
  .page-template-skillsnet header .site-branding .header-logo img {
    max-height: 60px;
  }
}
.page-template-skillsnet .hero .hero-title {
  position: relative;
  max-height: 560px;
}
.page-template-skillsnet .hero .hero-title .hero-image {
  height: 100%;
  width: 100%;
}
.page-template-skillsnet .hero .hero-title .hero-image img {
  height: 560px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-skillsnet .hero .hero-title .title {
  position: absolute;
  width: 100%;
  max-width: 750px;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  padding-bottom: 0;
}
.page-template-skillsnet .hero .hero-title .title h1 {
  width: 100%;
  color: white;
  padding-bottom: 40px;
  line-height: 58px !important;
}
@media (min-width: 768px) {
  .page-template-skillsnet .hero .hero-title .title h1 {
    font-size: 72px !important;
    line-height: 70px !important;
    padding-top: 32px;
  }
}
.page-template-skillsnet .hero .gradient {
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.page-template-skillsnet .hero .hero-lead {
  max-width: 860px;
  text-align: center;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 42px !important;
}
.page-template-skillsnet .hero .hero-lead h2 {
  margin-bottom: 24px;
  font-size: 44px !important;
  line-height: 46px;
}
.page-template-skillsnet .hero .hero-lead p {
  color: black;
  font-size: 18px !important;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-skillsnet .hero .hero-lead p {
    font-size: 20px !important;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .page-template-skillsnet .hero .hero-lead {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.page-template-skillsnet .employer-info {
  background-color: #BC1F5C;
  padding-top: 80px;
  padding-bottom: 60px;
}
.page-template-skillsnet .employer-info h3 {
  color: white;
  font-size: 24px !important;
  text-align: center;
  max-width: 500px;
  margin-inline: auto;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .employer-info {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.page-template-skillsnet .employer-info div {
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .employer-info div {
    display: flex;
  }
}
.page-template-skillsnet .employer-info div div {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 220px;
}
.page-template-skillsnet .employer-info div div h2 {
  font-size: 38px !important;
  line-height: 42px !important;
  color: white;
}
@media (min-width: 768px) {
  .page-template-skillsnet .employer-info div div h2 {
    font-size: 44px !important;
    line-height: 46px;
  }
}
.page-template-skillsnet .employer-info div div p {
  color: white;
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .employer-info div div p {
    padding-bottom: 0;
  }
}
.page-template-skillsnet .employer-info div div:nth-child(2) {
  max-width: 350px;
}
.page-template-skillsnet .info {
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.page-template-skillsnet .info .employers img {
  border-radius: 100px 0 0 0;
}
.page-template-skillsnet .info .employers .info-text {
  border-radius: 0 0 100px 0;
}
.page-template-skillsnet .info .employees img {
  border-radius: 100px 0 0 0;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .employees img {
    border-radius: 0 100px 0 0;
  }
}
.page-template-skillsnet .info .employees .info-text {
  border-radius: 0 0 100px 0;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .employees .info-text {
    border-radius: 0 0 0 100px;
  }
}
.page-template-skillsnet .info .employees, .page-template-skillsnet .info .employers {
  max-width: 1200px;
  margin-inline: auto;
}
.page-template-skillsnet .info .employees p, .page-template-skillsnet .info .employers p {
  text-transform: uppercase;
  font-family: "National2-Medium", sans-serif !important;
  font-size: 14.5px !important;
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 28px;
}
.page-template-skillsnet .info .employees h2, .page-template-skillsnet .info .employers h2 {
  font-size: 38px !important;
  max-width: 400px;
  margin-bottom: 32px;
  line-height: 42px !important;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .employees h2, .page-template-skillsnet .info .employers h2 {
    font-size: 44px !important;
    margin-bottom: 48px;
    line-height: 46px;
  }
}
.page-template-skillsnet .info .employees .image-container, .page-template-skillsnet .info .employers .image-container {
  max-width: 100%;
  overflow: none;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .employees .image-container, .page-template-skillsnet .info .employers .image-container {
    max-width: 50%;
  }
}
.page-template-skillsnet .info .employees .image-container img, .page-template-skillsnet .info .employers .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-skillsnet .info .employees .info-text, .page-template-skillsnet .info .employers .info-text {
  background-color: white;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .employees .info-text, .page-template-skillsnet .info .employers .info-text {
    padding-left: 80px;
    padding-top: 90px;
    padding-bottom: 90px;
    width: 50%;
  }
}
.page-template-skillsnet .info .employees {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .employees {
    flex-direction: row;
  }
}
.page-template-skillsnet .info .employees p {
  color: #EE2842;
}
.page-template-skillsnet .info .employers {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .employers {
    flex-direction: row-reverse;
  }
}
.page-template-skillsnet .info .employers p {
  color: #0096C4;
}
.page-template-skillsnet .info .info-dropdown {
  max-width: 1200px;
  margin-inline: auto;
  white-space: normal !important;
}
.page-template-skillsnet .info .info-dropdown p, .page-template-skillsnet .info .info-dropdown li {
  padding-bottom: 0;
  font-size: 16px !important;
  line-height: 24px;
}
.page-template-skillsnet .info .info-dropdown ul {
  max-height: none;
}
.page-template-skillsnet .info .info-dropdown ul li {
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .info-dropdown {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-skillsnet .info .dropdown-container .open::after {
  scale: 1 -1;
}
.page-template-skillsnet .info .dropdown-container .dropdown-child {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 500ms;
  overflow: hidden;
  visibility: hidden;
}
.page-template-skillsnet .info .dropdown-container .dropdown-child.expanded {
  grid-template-rows: 1fr;
  visibility: visible;
}
.page-template-skillsnet .info .dropdown-container .dropdown-child div {
  min-height: 0;
}
.page-template-skillsnet .info .dropdown-container .dropdown-child div p {
  font-size: 16px !important;
  line-height: 24px !important;
  padding-bottom: 0;
}
.page-template-skillsnet .info .dropdown-container .dropdown-inner-container {
  border-bottom: solid 1px gray;
  max-width: 990px;
  margin-inline: auto;
}
.page-template-skillsnet .info .dropdown-container .dropdown-inner-container .dropdown-button {
  width: 100%;
  text-align: left;
}
.page-template-skillsnet .info .dropdown-container .dropdown-inner-container .dropdown-button::after {
  right: 0;
}
.page-template-skillsnet .info .dropdown-container .dropdown-inner-container .dropdown-child {
  max-width: 830px;
}
.page-template-skillsnet .info .dropdown-container .dropdown-inner-container .dropdown-inner {
  line-height: 24px !important;
  font-size: 18px !important;
  font-family: "National2-Medium", sans-serif !important;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .dropdown-container .dropdown-inner-container .dropdown-inner {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 22px !important;
  }
}
.page-template-skillsnet .info .info-dropdown {
  display: flex;
  flex-direction: column;
}
.page-template-skillsnet .info .info-dropdown a {
  word-break: break-all;
}
.page-template-skillsnet .info .info-dropdown div {
  max-width: 100%;
}
.page-template-skillsnet .info .dropdown-button {
  border: none;
  background: none;
  position: relative;
  padding: 0;
}
.page-template-skillsnet .info .dropdown-button.employee-dropdown-button {
  text-align: left;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .dropdown-button.employee-dropdown-button {
    margin-left: auto;
    text-align: right;
  }
}
.page-template-skillsnet .info .dropdown-button.employer-dropdown-button {
  text-align: left;
  margin-right: auto;
}
.page-template-skillsnet .info .dropdown-button.employee-dropdown-button, .page-template-skillsnet .info .dropdown-button.employer-dropdown-button {
  margin-top: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14.5px !important;
  font-family: "National2-Medium", sans-serif !important;
}
.page-template-skillsnet .info .dropdown-button.employee-dropdown-button::after, .page-template-skillsnet .info .dropdown-button.employer-dropdown-button::after {
  width: 12px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .info .dropdown-button.employee-dropdown-button, .page-template-skillsnet .info .dropdown-button.employer-dropdown-button {
    margin-bottom: 40px;
  }
}
.page-template-skillsnet .info .dropdown-button::after {
  position: absolute;
  margin-left: 10px;
  font-family: "FontAwesome";
  content: "\f078";
  transition: all 200ms;
  transform-origin: center;
  width: 12px;
  font-size: 12px !important;
}
.page-template-skillsnet .info .dropdown-button:hover::after, .page-template-skillsnet .info .dropdown-button:focus::after {
  transform: translateY(5px);
}
.page-template-skillsnet .resources {
  margin-inline: auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-skillsnet .resources p, .page-template-skillsnet .resources li {
  padding-bottom: 0;
  font-size: 16px !important;
  line-height: 24px;
}
.page-template-skillsnet .resources h3 {
  margin-bottom: 24px;
  font-size: 28px !important;
}
.page-template-skillsnet .resources h2 {
  font-size: 38px !important;
  margin-bottom: 60px;
  margin-top: 80px;
  line-height: 42px !important;
}
@media (min-width: 768px) {
  .page-template-skillsnet .resources h2 {
    font-size: 44px !important;
    line-height: 46px;
    margin-top: 120px;
  }
}
.page-template-skillsnet .resources .resource-link {
  color: black;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "National2-Medium", sans-serif !important;
  font-size: 14.5px !important;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
}
.page-template-skillsnet .resources .resource-link img {
  height: 40px;
  margin-right: 10px;
}
.page-template-skillsnet .resources .resource-link::after {
  transition: all 200ms;
  position: absolute;
  content: "\f061";
  font-family: "FontAwesome";
  margin-left: 10px;
  left: 100%;
  color: #BC1F5C;
}
.page-template-skillsnet .resources .resource-link:hover::after, .page-template-skillsnet .resources .resource-link:focus::after {
  margin-left: 20px;
}
.page-template-skillsnet .resources .wage-training {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .page-template-skillsnet .resources .wage-training {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-template-skillsnet .resources .wage-training div:first-child {
  padding-bottom: 64px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .resources .wage-training div:first-child {
    padding-bottom: 0;
    padding-right: 0;
  }
}
.page-template-skillsnet .resources .wage-training div {
  max-width: 460px;
}
.page-template-skillsnet .resources .wage-training div ul {
  padding-left: 1rem;
}
.page-template-skillsnet .resources .wage-training div li {
  margin-bottom: 16px;
}
.page-template-skillsnet .enroll {
  background-color: #BC1F5C;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .enroll {
    margin-top: 120px;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.page-template-skillsnet .enroll .inner {
  margin-inline: auto;
  max-width: 1200px;
}
.page-template-skillsnet .enroll .inner h2 {
  color: white;
  text-align: center;
  margin-bottom: 24px;
  line-height: 42px !important;
  font-size: 38px !important;
}
@media (min-width: 768px) {
  .page-template-skillsnet .enroll .inner h2 {
    font-size: 44px !important;
    line-height: 46px;
  }
}
.page-template-skillsnet .enroll .inner p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-skillsnet .enroll .inner div {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-skillsnet .enroll .inner div p, .page-template-skillsnet .enroll .inner div a {
  color: white;
  max-width: 780px;
  margin-inline: auto;
}
.page-template-skillsnet .logo-slider {
  padding-top: 62px;
  padding-bottom: 62px;
  max-width: 1440px;
  margin-inline: auto;
}
.page-template-skillsnet .logo-slider swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .page-template-skillsnet .logo-slider {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-skillsnet .logo-slider .logo-slide-container {
  width: 200px;
}
.page-template-skillsnet .logo-slider .logo-slide-container img {
  width: 100%;
}
.page-template-skillsnet .footer-top {
  justify-content: space-between;
}
.page-template-skillsnet .footer-top a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-skillsnet .footer-top .skillsnet-logo-footer {
  margin-right: auto;
  margin-left: auto;
  width: 105px !important;
}
.page-template-skillsnet .footer-top .skillsnet-logo-footer img {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-skillsnet .footer-top .skillsnet-logo-footer {
    margin-right: 0;
  }
}
.page-template-skillsnet .footer-top .rto9-logo-footer {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-skillsnet .footer-top .rto9-logo-footer {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.page-template-reelscout .footer-top {
  justify-content: space-between;
}
.page-template-reelscout .footer-top a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-reelscout .footer-top .skillsnet-logo-footer {
  margin-right: auto;
  margin-left: auto;
}
.page-template-reelscout .footer-top .skillsnet-logo-footer img {
  width: 137.7px;
}
@media (min-width: 768px) {
  .page-template-reelscout .footer-top .skillsnet-logo-footer {
    margin-right: 0;
  }
}
.page-template-reelscout .footer-top .rto9-logo-footer {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-reelscout .footer-top .rto9-logo-footer {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.page-template-reelscout #reelscout-page #hero-section {
  position: relative;
  overflow: hidden;
}
.page-template-reelscout #reelscout-page #hero-section .hero-text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  max-width: 660px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-reelscout #reelscout-page #hero-section .hero-text h1 {
  color: white;
  text-align: center;
  font-size: 50px !important;
}
@media (min-width: 768px) {
  .page-template-reelscout #reelscout-page #hero-section .hero-text h1 {
    font-size: 54px !important;
  }
}
.page-template-reelscout #reelscout-page #hero-section .hero-text p {
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-reelscout #reelscout-page #hero-section .hero-text {
    margin-top: 170px;
    margin-bottom: 170px;
  }
}
.page-template-reelscout #reelscout-page #hero-section .header-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 6;
  top: 0;
}
.page-template-reelscout #reelscout-page #hero-section .hero-image-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-reelscout #reelscout-page #hero-section .hero-image-container img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 bottom;
     object-position: 0 bottom;
}
.page-template-reelscout #reelscout-page #map-section {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.page-template-reelscout #reelscout-page #map-section .map-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 475px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .page-template-reelscout #reelscout-page #map-section .map-info-container {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (min-width: 1024px) {
  .page-template-reelscout #reelscout-page #map-section .map-info-container {
    margin-top: 200px;
    margin-bottom: 200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-reelscout #reelscout-page #map-section .map-info-container h2 {
  margin-bottom: 24px;
}
.page-template-reelscout #reelscout-page #map-section .map-info-container p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-reelscout #reelscout-page #map-section .map-container {
  max-height: 710px;
  overflow: hidden;
}
.page-template-reelscout #reelscout-page #map-section .map-container img {
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% center;
     object-position: 90% center;
}
@media (min-width: 768px) {
  .page-template-reelscout #reelscout-page #map-section .map-container img {
    -o-object-position: 60% center;
       object-position: 60% center;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .page-template-reelscout #reelscout-page #map-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-template-reelscout #reelscout-page #location-section {
  background-color: #F8F8F8;
  padding-top: 140px;
  padding-bottom: 200px;
}
.page-template-reelscout #reelscout-page #location-section h2 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 50px !important;
}
@media (min-width: 768px) {
  .page-template-reelscout #reelscout-page #location-section h2 {
    font-size: 54px !important;
  }
}
.page-template-reelscout #reelscout-page #location-section .location-buckets {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 1200px;
  margin-inline: auto;
  gap: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .page-template-reelscout #reelscout-page #location-section .location-buckets {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket {
  text-decoration-line: none;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 450px;
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket:nth-child(3n-2) {
  border-top-left-radius: 100px;
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket:nth-child(3n) {
  border-bottom-right-radius: 100px;
}
@media (min-width: 1024px) {
  .page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket:last-child {
    grid-column-start: 2;
  }
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket .location-number {
  position: relative;
  z-index: 10;
  margin-top: 300px;
  color: white;
  margin-left: 40px;
  text-decoration: none !important;
  display: block;
  background: url("/wp-content/themes/rto9_2021/images/cruise/map-pin.svg") no-repeat;
  width: 30.87px;
  height: 44.92px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "National2Bold", sans-serif;
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket h4 {
  position: relative;
  z-index: 10;
  color: white;
  margin-left: 40px;
  text-decoration: none !important;
  margin-top: 16px;
  max-width: 260px;
  font-family: "National2Medium", sans-serif;
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket:hover .bucket-image-container img {
  transform: scale3d(1.1, 1.1, 1);
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket:focus .bucket-image-container img {
  transform: scale3d(1, 1, 1);
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket .bucket-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket .bucket-image-container img {
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.page-template-reelscout #reelscout-page #location-section .location-buckets .location-bucket .bucket-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
@media (min-width: 768px) {
  .page-template-reelscout #reelscout-page #location-section .location-buckets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .page-template-reelscout #reelscout-page #location-section .location-buckets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pill-button {
  display: inline-block;
  text-transform: uppercase;
  background: #000;
  padding: 9px 40px 9px 40px;
  text-decoration: none;
  color: white;
  border-radius: 50px;
  font-family: "National2-Medium", sans-serif !important;
  transition: all 200ms;
  position: relative;
  font-size: 14.5px !important;
}
.pill-button:hover {
  color: white;
  cursor: pointer;
  padding: 9px 55px 9px 25px;
}
.pill-button::after {
  transition: all 200ms;
  position: absolute;
  content: "\f061";
  font-family: "FontAwesome";
  margin-right: 30px;
  opacity: 0;
  right: 0;
  font-size: 14px;
}
.pill-button:hover::after {
  opacity: 1;
  margin-right: 25px;
}

.header-logo img {
  height: 50px;
}
@media (min-width: 768px) {
  .header-logo img {
    height: 75px;
  }
}
