/**
 * cards.css
 *
 * These are the styles for the card component.
 *
 * Index
 * - Card Base 
 * - Corporate Overview
 * - Card for Publications 
 * - Card for Blogs
 * - Card for Training
 */
 
 .section-cards {
  padding-top: 4rem;
}
.section-cards-buttons {
  padding-top: 0rem;
  padding-bottom: 1rem !important; 
}
.pb2 {
 padding-bottom: 2rem;
}
.section-cards .container,
.aside-cards {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.section-cards .container {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.section-cards .section-heading aside:nth-of-type(1) {
 align-items: flex-start;
}
.section-cards .cards-container {
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
}
.card,
.card-body {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  background-color: #fff;
}
.card-img {
  position: relative;
  width: 100%;
  height: 280px;
  background-color: #3C7ABF;
}
.cards-without-links .card-img {
  position: absolute;
  top: -1rem;
  left: 50%;
  margin-left: -225px;
  width: 450px;
  height: 300px;
}
.card-img .btn-expand-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #17406D;
}
.card-body {
  flex-grow: 2;
  padding: 2rem;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card h2,
.card .h2 {
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* flex-grow: 2; */
  width: 100%;
  margin: 0 0 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.card h2>a:link,
.card h2>a:visited {
  color: #006EB0;
  text-decoration: none;
}
.card h2>a:hover {
  opacity: 0.6;
}
.card h2>a:hover span {
  opacity: 1;
}
.card h2>a:active {
  opacity: 0.8;
}
.card p {
  display: block;
  margin-top: 0;
  width: 96%;
}
.card.card-selection-process p,
h3.font-override-black {
  color: #000000;
}
.card .h3 {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.card .btn-view {
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  color: #fff;
  font-weight: 500;
  background-color: #3879C1;
}
.card-online-store {
  padding-bottom: 4rem;
  justify-content: flex-end;
  background-color: #3879C1;
  background-size: cover;
  -webkit-background-size: cover;
}
.card-online-store .card-body,
.card-online-store .card-body p {
  padding-bottom: 0;
  margin-bottom: 0;
  flex-grow: 0;
}
.card-online-store .card-body {
  color: #fff;
  background-color: #3879C1;
}
.card-online-store h2 {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
.card-online-store .card-body p {
  margin: 0.5rem 0;
}
.card-online-store .btn-view {
  justify-content: flex-start;
  background: none;
}
.section-cards {
  padding-bottom: 2rem;
}
.cards-service-notices h2,
.cards-service-notices h3,
.cards-service-notices h4,
.cards-service-notices h5,
.cards-service-notices h6 {
  margin-bottom: 3rem;
}
.carousel-employee {
  padding-top: 0;
}
.section-two-column .section-cards {
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 4rem;
  padding-right: 4rem;
  justify-content: center;
  z-index: 2;
}
.card-box {
  padding: 3rem 1rem;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #fff;
  background-color: #006EB0;
  box-shadow: 0 60px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 60px 30px 0 rgba(0, 0, 0, 0.3);
}
.card-box p {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0;
  width: 98%;
  min-height: 75px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
}
.card-box p:nth-of-type(1) {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.card-box .h1 {
  display: block;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 80px;
  font-size: 3.75rem;
  font-weight: 900;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
/* Cards with backgroud images */
.card-w-background-img .card-box,
.card-vfr-publications .img-link {
  position: relative;
  min-height: 280px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.card-w-background-img .card-box a,
.card-w-background-img .card-box a:before,
.card-w-background-img .card-box a:after {
  position: absolute;
}
.card-w-background-img .card-box a,
.card-w-background-img .card-box a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-w-background-img .card-box a {
  padding-top: 8rem;
  text-align: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.card-w-background-img .card-box a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 82, 156, 0.8);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.card-publications .btn-link:after,
.card-publications .btn-link-ext:after,
.card-w-background-img .card-box a:after,
.card-employee .btn-link-ext:after,
.card-employee .btn-link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.card-w-background-img .card-box a:after {
  opacity: 0;
  background-image: url('/_assets/img/arrow-forward.svg');
  background-color: #006EB0;
}
.card-employee .btn-link:after,
.card-publications .btn-link:after {
  background-image: url('/_assets/img/arrow-forward-blue.svg');
}
.card-employee .btn-link-ext:after,
.card-publications .btn-link-ext:after {
  background-image: url('/_assets/img/icon-open-in-new-blue.svg');
}
.card-w-background-img .card-box a:link,
.card-w-background-img .card-box a:visited {
  color: #fff;
  text-decoration: none;
}
.card-publications .btn-link:hover:after,
.card-publications .btn-link-ext:hover:after,
.card-w-background-img .card-box a:hover:after,
.card-employee .btn-link-ext:hover,
.card-employee .btn-link:hover {
  opacity: 1;
}
.card-publications .btn-link:hover,
.card-publications .btn-link-ext:hover {
  opacity: 1;
}
.card-employee .btn-link-ext:hover,
.card-employee .btn-link:hover {
  background: none;
  border: none;
}
.card-publications .btn-link:hover:after,
.card-employee .btn-link:hover:after {
  height: 50px;
  min-height: 50px;
  background-image: url('/_assets/img/arrow-forward.svg');
  background-color: #006EB0;
}
.card-employee .btn-link-ext:hover:after,
.card-publications .btn-link-ext:hover:after {
  height: 50px;
  min-height: 50px;
  background-image: url('/_assets/img/icon-open-in-new.svg');
  background-color: #006EB0; 
}
.card-w-background-img .card-box a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.card-w-background-img .card-box a:active:before {
  background-color: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.card-w-background-img .card-box a h3 {
  text-align: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
/* Cards with backgroud images */
/* Card Publications */
.card-publications .btn-link,
.card-publications .btn-link-ext {
  padding: 0 1rem;
  width: 100%;
  justify-content: flex-end;
}
.card-publications .card-body {
  padding-bottom: 0;
}
.card-publications .btn-link svg,
.card-publications .btn-link-ext svg {
  width: 24px;
  height: 24px;
}
/* Card Publications */
/* Columns */
.three-column,
.four-column {
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/* Four Column */
.four-column .card-box {
  width: 23%;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.four-column .card-box:nth-of-type(2),
.four-column .card-box:nth-of-type(3) {
  margin-left: 1.5rem;
}
.four-column .card-box:nth-of-type(3) {
  margin-right: 1.5rem;
}
/* Four Column */
/* Three Column */
.three-column .card-box,
.three-column .faux-card1,
.three-column .faux-card2,
.three-column .card {
  margin-bottom: 1.5rem;
  width: 31%;
  /* min-width: 30%; */
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.three-column card-box.faux-card1,
.three-column card-box.faux-card2,
.three-column .faux-card1,
.three-column .faux-card2 {
  background-color: unset;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}
.three-column .card-box:nth-of-type(2),
.three-column .card-box:nth-of-type(5),
.three-column .card:nth-of-type(2),
.three-column .card:nth-of-type(5) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
/* Three Column */
/* Aside Cards */
.aside-cards .card {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  width: 100%;
}
.aside-cards .card div {
  position: relative;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  width: 50%;
  max-width: 50%;
  /* max-height: 300px; */
  overflow: hidden;
}
.aside-cards .card .card-img {
  position: relative;
  height: auto;
  min-height: 280px;
  max-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.aside-cards .card .card-img img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  height: 400px;
}
.aside-cards .card h2 {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  flex-grow: 0;
  color: #006EB0;
}
.aside-cards .card p {
  flex-grow: 2;
  color: #333;
}
.aside-cards .card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.aside-cards .card a svg {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
}
/* Aside Cards */
/* Responsive */
/* Blog */
/* Publications */
.section-vfr-publications .three-column {
  justify-content: space-between;
}
.section-vfr-publications .three-column .card {
  margin-bottom: 3rem;
}
.card-publications .card-img {
  min-height: 280px;
}
.card-publications .btn-view {
  min-height: 70px;
}
.card-vfr-publications .img-link {
  height: 280px;
}
.card-vfr-publications {
  position: relative;
  padding-bottom: 50px;
}
.card-vfr-publications h2 {
  /* flex-grow: 2; */
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.card-vfr-publications h2 a {
  display: block;
  height: 100%;
  width: 100%;
}
.card-vfr-publications h2 a:after {
  display: inline-block;
  margin: 3px 0 0 0.3rem;
  width: 28px;
  height: 28px;
  content: '';
  vertical-align: top;
  background: url('/_assets/img/icon-open-in-new-blue.svg') center top no-repeat;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
}
.card-vfr-publications h3 {
  margin-bottom: 0.1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.card-vfr-publications p {
  margin-top: 0;
}
.card-vfr-publications .btn-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 50px;
  justify-content: flex-end;
}
.card-vfr-publications .btn-link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 50px;
  height: 50px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.card-vfr-publications .btn-link svg {
  position: relative;
  margin: 0 0.8rem 0 0;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.card-vfr-publications .btn-link:hover {
  opacity: 1;
}
.card-vfr-publications .btn-link svg:hover {
  fill: #ffffff;
}
.card-vfr-publications .btn-link:hover:after {
  background-color: #006EB0;
}
.card-vfr-publications .btn-link:hover .fill {
  fill: #ffffff;
}
.card-store .img-link:after {
  display: none;
}
.card-store .img-link {
  -ms-align-items: flex-end;
  align-items: flex-end;
  min-height: 444px;
  text-decoration: none;
}
.card-store .img-link h2 {
  padding: 0 2rem 0.5rem;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}
.card-store .btn-link {
  padding-left: 2rem;
  justify-content: flex-end;
}
.card-store .btn-link .icon-open-in-new {
  margin-bottom: 2px;
  width: 24px;
  height: 24px;
}
.card-store .btn-link .icon-open-in-new:hover {
  fill: #ffffff;
}
.empty-card {
  background: none;
}
/* Publications */
/* Bio */
.section-cards-bio {
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-cards-bio .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  /* display: block; */
}
.section-cards-bio .card {
  position: relative;
  margin-bottom: 2rem;
  width: 23%;
  z-index: 2;
}
.section-cards-bio .faux-card {
  background-color: #EEF2F6;
}
.section-cards-bio .card-img {
  border: none;
  height: auto;
}
.section-cards-bio .card .img-link {
    padding-top:100%;
    width: 100%;
    background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  background-position: center top;
}
.page-governance .section-cards-bio .card .img-link {
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-cards-bio .card .img-link img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -152px;
  width: 305px;
}
.section-cards-bio .card-body {
  padding-bottom: 3.125rem;
  color: #333;
}
.section-cards-bio h3 {
  min-height: 60px;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.section-cards-bio .btn-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0;
  justify-content: flex-end;
  color: #225FA3;
  width: 100%;
  height: 50px;
  font-size: 0;
}
.section-cards-bio .btn-link .icon,
.section-cards-bio .btn-link .fill {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.section-cards-bio .btn-link .icon {
  position: relative;
  margin-left: 0;
  padding-right: 0.7rem;
  width: 36px;
  max-width: 36px;
  height: 50px;
  background: none;
  border: none;
  fill: none;
  z-index: 2;
}
.section-cards-bio .btn-link:hover .fill {
  fill: #fff;
}
.section-cards-bio .btn-link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  min-width: 50px;
  height: 50px;
  z-index: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.section-cards-bio .section-heading aside:nth-of-type(2) .btn:after {
  display: none;
}
.section-cards-bio .btn-link:hover:after {
  background-color: #006EB0;
}
.section-cards-bio .btn-link:hover svg {
  background: none;
}
.section-cards-bio .btn-link:hover {
  background: none;
  opacity: 1;
}
.page-governance .section-cards-bio,
.page-profile-details .section-cards-bio {
  padding-top: 0;
}
.page-profile-details .section-cards-bio,
.page-generic-content .section-cards-bio {
  display: block;
  height: auto;
}
.page-governance .section-cards-bio:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 360px;
  background-color: #1A2A38;
  z-index: 1;
}
.section-cards-bio .section-heading {
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 1280px;
}
/* Bio */
/* Corporate Overview */
.card-corporate {
  margin: 0 1% 3rem;
  width: 23%;
  background: none;
}
.card-corporate:nth-of-type(1),
.card-corporate:nth-of-type(5) {
  margin-left: 1.5;
}
.card-corporate img {
  display: block;
  margin-bottom: 1rem;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  background-color: #3879C1;
  object-fit: cover;
}
.card-corporate .img-link,
.card-corporate .img-no-link {
  height: 220px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.card-corporate .btn-link {
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
  width: 100%;
  height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.card-corporate a:link,
.card-corporate a:visited {
  color: #006EB0;
  text-decoration: none;
}
.card-corporate a svg {
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 24px;
}
/* Corporate Overview */
/* Employee Profiles */
.card-employee {
  margin: 0 0.5rem;
  width: 500px;
}
.card-employee .card-body {
  position: relative;
  -ms-align-items: center;
  align-items: center;
  /*justify-content: center;*/
  text-align: center;
  padding-bottom: 80px;
}
.without-links .card-employee .card-body {
  padding-bottom: 2rem;
}
.card-employee .img-no-link,
.card-employee .img-link {
  width: 100%;
  height: 300px;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.card-employee img {
  position: absolute;
  top: -2rem;
  left: 50%;
  margin-left: -325px;
  width: 650px;
  height: 433px;
}
.card-employee h2,
.card-employee h3 {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.card-employee h2 {
  color: #006EB0;
  text-align: center;
}
.without-links .card-employee h2 {
  color: #333;
}
.card-employee h3 {
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}
.card-employee p {
  display: block;
  width: 90%;
}
.card-employee .btn-link-ext,
.card-employee .btn-link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
}
.card-employee .btn-link-ext .icon,
.card-employee .btn-link .icon {
  background: none;
  border: none;
}
.card-employee .card-img {
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
    -webkit-background-size: cover;
}
.without-links .btn-link {
  opacity: 0;
}
/* Employee Profiles */
/* Service Notices 
.card-service-notice,
.card-service-notice a {
  display: -webkit-inline-box;
    padding: 10px 15px; 
}
.card-service-notice h2 {
  text-align: left !important; 
  display: block; 
  margin: 0; 
}
.title-container {
  display: flex;
  align-items: center; 
  justify-content: center; 
  gap: 10px; 
  text-align: center;
}
.title-container h2 {
  margin: 0; 
  text-align: center;
}
.title-container svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
} */
.cards-service-notices .container {
  max-width: 100%;
}
.SUP-AIC,
.SUP-AIC a {
}
.SUP-AIC h2 {
  text-align: left !important;
  display: block; 
  margin: 0; 
  padding-left: 0 !important; 
  word-wrap: break-word; 
    padding: 1rem 2rem;
}
.SUP-AIC .title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}
.SUP-AIC .title-container h2 {
  margin: 0;
  text-align: left;
}
.SUP-AIC .title-container svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.cards-service-notices .three-column .card,
.cards-service-notices .three-column .faux-card
{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 32%;
}
.cards-service-notices .three-column .card h2,
.cards-service-notices .three-column .card p,
.cards-service-notices .three-column .card a {
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #ddd;
}
.cards-service-notices .three-column .card h2 {
  align-content: flex-start;
  padding: 3rem 2rem;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  height: 150px;
}
.cards-service-notices .card p,
.cards-service-notices .card p span {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.cards-service-notices .card p {
  justify-content: space-between;
}
.cards-service-notices .card p span,
.cards-service-notices .card a span {
  width: 50%;
}
.cards-service-notices .card span.service-effective-date {
    text-align: right;
}
.cards-service-notices .card p span:nth-of-type(1) {
  font-weight: 500;
}
.cards-service-notices .card p span:nth-of-type(2) {
  justify-content: flex-end;
}
.cards-service-notices .card a {
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
}
.cards-service-notices .card a svg {
  width: 24px;
  height: 24px;
  justify-content: flex-end;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
/* .cards-service-notices .card a:last-of-type {
  border-bottom: none;
} */
.cards-service-notices .card a:link,
.cards-service-notices .card a:visited {
  color: #006EB0;
  background-color: #fff;
}
.cards-service-notices .card a:hover {
  color: #fff;
  background-color: #006EB0;
}
.cards-service-notices .card a:hover .fill {
  fill: #fff;
}
/* Service Notices  */
/* Recruiting */
.cards-recruiting {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 4rem 1rem;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
  .cards-recruiting .card {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 4rem 0 3rem;
    width: 19.3%;
    color: #fff;
    text-align: center;
    background-color: #00529C;
    border-radius: 3px;
    box-shadow: 0 30px 30px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,0.3);
  }
  
/* one item */
.cards-recruiting div:first-child:nth-last-child(1) {
    width: 100%;
}
/* two items */
.cards-recruiting div:first-child:nth-last-child(2),
.cards-recruiting div:first-child:nth-last-child(2) ~ div {
    width: 48%;
}
/* three items */
.cards-recruiting div:first-child:nth-last-child(3),
.cards-recruiting div:first-child:nth-last-child(3) ~ div {
    width: 31%;
}
/* four items */
.cards-recruiting div:first-child:nth-last-child(4),
.cards-recruiting div:first-child:nth-last-child(4) ~ div {
    width: 23%;
}
/* five items */
.cards-recruiting div:first-child:nth-last-child(5),
.cards-recruiting div:first-child:nth-last-child(5) ~ div {
    width: 19.3%;
}
    .cards-recruiting .card h3 {
      flex-grow: 2;
      padding-left: 5px;
      padding-right: 5px;
      margin: 2rem 0 0;
      /*-webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;*/
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      font-size: 20px; font-size: 1.25rem;
    }
/* Recruiting */
/* Training */
.card-training {
  position: relative;
  margin-bottom: 3.2rem;
  width: 100%;
  min-height: 180px;
  border-radius: 3px;
}
.card-body.wysiwyg ul {
   padding-left: 1rem;
   padding-right: 1rem;
}
.card-body.wysiwyg ol {
   padding-left: 3.5rem;
   padding-right: 1rem;
}
.card-training.no_min_height {
   min-height: 0px;
}
/* If no text entered in card*/
.card-training.minh80 {
   min-height: 80px;
}
  .training-introduction {
    min-height: 200px;
  }
  .card-salary {
    min-height: 350px;
  }
  .card-training .card-body {
    border-radius:  0 0 3px 3px;
  }
  
  .card.card-training>h2,
  .card.card-training>h3 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  
  .card.card-training>h2 {
    height: 80px;
    font-weight: 700;
    background-color: #1A2A38;
    border-radius: 2px 2px 0 0;
  }
  
  .card.card-training>h3 {
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: -1.5rem auto 0;
    padding: 0 2rem;
    width: 96%;
    height: auto;
    min-height: 46px;
    color: #333;
    font-size: 18px; font-size: 1.125rem;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
  }
  
  .card-training .card-body p {
    padding: 0.5rem 1rem 0;
    color: #333;
    line-height: 1.6;
  }
  
  .card-training .card-body > p:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
  @media only screen and (min-width: 1385px) {
    div.container.cards-container.four-column.centre-cards {
      justify-content: center;
    }
  }
/* Training */
/* Cards */
/* 1420px and smaller */
@media only screen and (max-width: 1420px) {
  .section-cards-bio .card .img-link img {
    top: -1.4rem;
    margin-left: -225px;
    width: 450px;
  }
  .page-profile-details .section-cards-bio .slick-slide {
    width: initial;
    max-width: none;
  }
  .cards-service-notices .three-column .card h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1800px)  {
 
  
  .SUP-AIC h2 {
     padding-right: 8rem;
  padding-left: 7rem;
       font-size: 18px;
  }
}
/* 1420px and smaller */
/* 1400px and larger */
@media only screen and (min-width: 1400px)  {
  .section-vfr-publications .img-link {
    height: 350px;
  }
  
  .SUP-AIC h2 {
    font-size: 18px;
  }
}
/* 1400px and smaller */
@media only screen and (max-width: 1400px) {
  .section-two-column .section-cards {
    padding-left: 2rem;
    padding-right: 2rem;
  }
    .four-column .card,
  .cards-service-notices .three-column .card {
    width: 48%;
    max-width: 48%;
  }
  .section-cards-bio .card {
    width: 32%;
    max-width: 302px;
  }
  .page-profile-details .section-cards-bio .slick-slide {
    max-width: auto;
    min-width: auto;
  }
  .cards-service-notices .three-column .card:nth-of-type(2),
  .cards-service-notices .three-column .card:nth-of-type(5) {
    margin-left: 0;
    margin-right: 0;
  }
  
  .cards-recruiting .card h3 {
    font-size: 16px; font-size: 1rem;
  }
  
}
/* 1384px and smaller */
@media only screen and (max-width: 1384px) {
  .four-column .card {
    width: 32%;
    max-width: 32%;
  }
  .four-column .card-corporate,
  .cards-service-notices .three-column .faux-card,
  .cards-service-notices .three-column .card {
    width: 31%;
    max-width: 31%;
  }
  .cards-service-notices .three-column .card p,
  .cards-service-notices .three-column .card a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* Section Cards */
  .section-cards .cards-container {
    justify-content: space-between;
  }
  .section-cards .cards-container.four-column .card-box {
    width: 49%;
    max-width: 49%;
    margin-bottom: 1.5rem;
  }
  .section-cards .cards-container.four-column .card-box:nth-of-type(2),
  .section-cards .cards-container.four-column .card-box:nth-of-type(3) {
    margin: 0 0 1.5rem;
  }
  /* Section Cards */
}
/* 1100px and smaller */
@media only screen and (max-width: 1420px) {
  .four-column .card,
  .cards-service-notices .three-column .card {
    width: 48%;
    max-width: 48%;
  }
  .section-cards-bio .card {
    width: 32%;
    max-width: 302px;
  }
  .page-profile-details .section-cards-bio .slick-slide {
    max-width: auto;
    min-width: auto;
  }
  .cards-service-notices .three-column .card:nth-of-type(2),
  .cards-service-notices .three-column .card:nth-of-type(5) {
    margin-left: 0;
    margin-right: 0;
  }
  
  .cards-recruiting .card h3 {
    font-size: 16px; font-size: 1rem;
  }
  
}
/* 1100px and smaller */
/* 1024px and smaller */
@media only screen and (max-width: 1024px) {
  
  .section-cards-bio .container {
    justify-content: space-around;
  }
  .section-cards-bio .card,
  .three-column .card,
  .three-column .card-box {
    width: 48%;
    max-width: 350px;
  }
  .three-column .card,
  .three-column .card-box {
    max-width: 48%
  }
  .three-column .faux-card1.variant,
  .three-column .faux-card2 {
    display: none;
  }
  .three-column .card,
  .three-column .card-box,
  .three-column .card-box:nth-of-type(2),
  .three-column .card-box:nth-of-type(5),
  .three-column .card:nth-of-type(2),
  .three-column .card:nth-of-type(5),
  .section-vfr-publications .three-column .card {
    margin: 2rem 0 0;
  }
  .section-cards {
    padding-top: 0;
  }
  .page-generic-content .section-cards-bio {
    padding-top: 2rem;
  }
  .section-two-column .section-cards {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .section-cards-bio .card .img-link img {
    margin-left: -175px;
    width: 350px;
  }
  .card-w-background-img .card-box {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .section-two-column .cards-without-links,
  .cards-without-links,
  .section-information-block,
  .list-down-arrow-blue .card,
  .list-down-arrow-white .card,
  .list-side-arrow-blue .card,
  .list-side-arrow-white .card,
  .list-numbered-cards .card  {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cards-without-links .card {
    margin: 2rem auto 0;
    width: 100%;
    max-width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: stretch;
  }
  .cards-without-links .card-body,
  .section-cards.three-column .card-img-overflow {
    width: 50%;
  }
  .section-cards.three-column .card-img-overflow {
    height: auto;
    min-height: 350px;
  }
  .cards-without-links .card-img {
    position: absolute;
    top: -1rem;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 400px;
  }
  .section-information-block {
    padding-bottom: 3rem;
    justify-content: stretch;
  }
  .section-information-block aside:nth-of-type(1),
  .section-information-block aside:nth-of-type(2),
  .section-information-block aside {
    padding: 4rem 2rem 0;
    width: 100%;
    overflow: visible;
  }
  .section-information-block aside:nth-of-type(2) {
    padding: 0 2rem 2rem;
  }
  .section-information-block aside:nth-of-type(1)::before {
    width: 100%;
    height: 60px;
    border-radius: 3px 3px 0 0;
    background-position: 2rem, 1rem;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
  }
  .page-profile-details .section-cards-bio {
    height: 100%;
  }
  .page-profile-details .section-cards-bio .slick-slide,
  .page-profile-details .section-cards-bio .slick-slide:nth-of-type(1) {
    margin-left: 1.5rem;
  }
  .page-profile-details .section-cards-bio .card .img-link img {
    width: 420px;
    top: -1.5rem;
    margin-top: 0;
    margin-left: -210px;
  }
  
  .card-employee {
    margin: 0 0.5rem;
  }
  
  .cards-recruiting {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
    .cards-recruiting {
      padding-right: 2rem;
      padding-left: 2rem;
    }
  
    .cards-recruiting .card {
      padding-right: 1rem;
      padding-left: 1rem;
      width: 48%;
    }
/* one item */
.cards-recruiting div:first-child:nth-last-child(1) {
    width: 100%;
}
/* two items */
.cards-recruiting div:first-child:nth-last-child(2),
.cards-recruiting div:first-child:nth-last-child(2) ~ div,
.cards-recruiting div:first-child:nth-last-child(3),
.cards-recruiting div:first-child:nth-last-child(3) ~ div,
.cards-recruiting div:first-child:nth-last-child(4),
.cards-recruiting div:first-child:nth-last-child(4) ~ div,
.cards-recruiting div:first-child:nth-last-child(5),
.cards-recruiting div:first-child:nth-last-child(5) ~ div {
    width: 48%;
}
  .list-down-arrow-blue .card,
  .list-down-arrow-white .card,
  .list-side-arrow-blue .card,
  .list-side-arrow-white .card,
  .list-numbered-cards .card {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .empty-card,
  .list-down-arrow-blue li:before,
  .list-down-arrow-blue .card:before,
  .list-down-arrow-white li:before,
  .list-down-arrow-white .card:before,
  .list-side-arrow-blue li:before,
  .list-side-arrow-blue .card:before,
  .list-side-arrow-white li:before,
  .list-side-arrow-white .card:before,
  .list-numbered-cards li:before,
  .list-numbered-cards .card:before {
    display: none;
  }
  .cards-service-notices h2, 
  .cards-service-notices h3, 
  .cards-service-notices h4, 
  .cards-service-notices h5, 
  .cards-service-notices h6 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
}
/* 1024px and smaller */
/* 768px and smaller */
@media only screen and (max-width: 768px) {
  
  .section-two-column .section-cards,
  .cards-recruiting {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .three-column .faux-card1 {
    display: none;
  }
  .cards-without-links .card {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .four-column .card,
  .three-column .card,
  .three-column .card-box,
  .cards-without-links .card-body,
  .cards-service-notices .three-column .card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .four-column .faux-card,
  .three-column .faux-card,
  .two-column .faux-card
  {
    margin-bottom: 0px;
  }
  .three-column .card,
  .three-column .card:nth-of-type(2),
  .three-column .card:nth-of-type(5),
  .cards-without-links .card {
    margin: 2rem auto 0;
    min-width: 0;
  }
  .cards-without-links .card {
    max-width: 600px;
  }
  .three-column .card,
  .three-column .card-box,
  .three-column .card-box:nth-of-type(2),
  .three-column .card-box:nth-of-type(5),
  .three-column .card:nth-of-type(2),
  .three-column .card:nth-of-type(5) {
    margin: 1.5rem 0 0;
  }
  .card-box {
    padding: 1.5rem 1rem 2rem;
  }
  .card-body {
    padding: 1.5rem;
  }
  .card-box .h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .card h2, .card .h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .card p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .card-corporate img {
    top: -2rem;
    width: 100%;
    height: auto;
  }
  .section-cards.three-column .card-img-overflow,
  .cards-without-links .card-img-overflow {
    width: 100%;
    height: 280px;
  }
  .cards-without-links .card-img {
    width: 600px;
    height: 400px;
  }
  .page-profile-details .section-carousel .slick-slide {
    max-width: auto !important;
  }
  .page-profile-details .section-cards-bio .card .img-link {
    height: 370px;
  }
  .page-profile-details .section-cards-bio .card .img-link img {
    width: 620px;
    top: -4rem;
    margin-top: 0;
    margin-left: -310px;
  }
  
  .cards-recruiting {
    padding: 0 0 2rem
  }
  
  .card-training h2 {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 60px;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  
  .section-where-you-might-be-posted {
    padding-bottom: 5rem;
  }
}
/* 681px and smaller */
@media only screen and (max-width: 681px) {
  .section-cards-bio h3 {
    min-height: 0px;
  }
}
/* 580px and smaller */
@media only screen and (max-width: 620px) {
  .three-column .card,
  .section-cards-bio .card {
    width: 100%;
  }
  .three-column .card {
    min-width: 0;
    max-width: 100%;
  }
  .card-corporate .img-link,
  .card-corporate .img-no-link {
    max-height: 250px;
    min-height: 250px;
  }
  .three-column .card-post {
    max-width: 100%;
  }
  .card-post img,
  .card-corporate img {
    left: 50%;
    margin-left: -290px;
    width: 620px;
    min-height: auto;
  }
  .aside-cards .card {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .aside-cards .card div {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }
  .aside-cards .card .card-img {
    min-height: 230px;
    max-height: 230px;
  }
  .aside-cards .card .card-img img {
    margin-left: -277px;
    width: 553px;
    height: 300px;
  }
  .page-profile-details .section-cards-bio .card .img-link {
    height: 300px;
  }
  .page-profile-details .section-cards-bio .card .img-link img {
    width: 420px;
    top: -2rem;
    margin-top: 0;
    margin-left: -210px;
  }
  
  .card-training h3 {
    font-size: 16px; font-size: 1rem;
  }
  
}
/* 580px and smaller */
/* 480px and smaller */
@media only screen and (max-width: 480px) {
  /* .page-profile-details .section-cards-bio .slick-slide,
  .page-profile-details .section-cards-bio .slick-slide:nth-of-type(1) {
    margin-left: 0.9rem;
  } */
  .page-profile-details .section-cards-bio .card .img-link {
    height: 300px;
  }
  .page-profile-details .section-cards-bio .card .img-link img {
    width: 440px;
    top: -2rem;
    margin-top: 0;
    margin-left: -220px;
  }
  .cards-service-notices .container {
    margin-bottom: 7rem;
  }
  .cards-recruiting .card {
    margin-bottom: 1rem;
    width: 100%;
    min-width: 100%;
  }
}
/* 480px and smaller */