@font-face {
  font-family: Library3am;
  src: url("/fonts/library-3-am.otf");
}
.backgroundLightGreen {
  background-color: #d0dfd7 !important;
}

.backgroundAqua {
  background-color: #9ac5c2 !important;
}

.backgroundWarmGrey {
  background-color: #d8d1c5 !important;
}

.backOrange {
  background-color: #E18F02 !important;
}
.backOrange h2, .backOrange p {
  color: white !important;
}
.backOrange a.arrow-link {
  color: white;
}
.backOrange a.arrow-link:hover {
  color: white;
}
.backOrange a.arrow-link::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.841 45.255"><g id="Group_1098" data-name="Group 1098" transform="translate(-1424.5 -1038.873)"><path id="Path_6529" data-name="Path 6529" d="M1613.965,1123.925h30v30" transform="translate(1105.202 -895.694) rotate(45)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/><line id="Line_1" data-name="Line 1" x1="47" transform="translate(1425.5 1061.5)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/></g></svg>');
}

.backBlue {
  background-color: #689EFD !important;
}
.backBlue a.arrow-link {
  color: white;
}
.backBlue a.arrow-link:hover {
  color: white;
}
.backBlue a.arrow-link::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.841 45.255"><g id="Group_1098" data-name="Group 1098" transform="translate(-1424.5 -1038.873)"><path id="Path_6529" data-name="Path 6529" d="M1613.965,1123.925h30v30" transform="translate(1105.202 -895.694) rotate(45)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/><line id="Line_1" data-name="Line 1" x1="47" transform="translate(1425.5 1061.5)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/></g></svg>');
}

.backLightBlue {
  background-color: #9BBFFF !important;
}
.backLightBlue a.arrow-link {
  color: white;
}
.backLightBlue a.arrow-link:hover {
  color: white;
}
.backLightBlue a.arrow-link::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.841 45.255"><g id="Group_1098" data-name="Group 1098" transform="translate(-1424.5 -1038.873)"><path id="Path_6529" data-name="Path 6529" d="M1613.965,1123.925h30v30" transform="translate(1105.202 -895.694) rotate(45)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/><line id="Line_1" data-name="Line 1" x1="47" transform="translate(1425.5 1061.5)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/></g></svg>');
}

.backDarkGrey {
  background-image: linear-gradient(to bottom, #1D1D1B 99.9%, white 0.1%) !important;
}
.backDarkGrey h2, .backDarkGrey p {
  color: white !important;
}

.backMediumGrey {
  background-color: #3C3C3B !important;
}
.backMediumGrey h2, .backMediumGrey p {
  color: white !important;
}

.backLightGrey {
  background-color: #F0F0F0 !important;
}

.navbar {
  background-color: #779196 !important;
  z-index: 10000;
  padding-top: 0px !important;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
.navbar .nav-item {
  display: block;
}
@media (max-width: 990px) {
  .navbar .nav-item {
    height: unset;
  }
}
.navbar a.nav-link {
  color: white !important;
  font-size: 20px;
  font-weight: 400;
  padding-left: 20px !important;
  padding-right: 20px !important;
  line-height: 24px;
  padding-top: 35px;
  padding-bottom: 15px;
  display: block;
  height: 100%;
  font-weight: 600;
}
.navbar a.nav-link:hover {
  color: #E18F02 !important;
}
@media (max-width: 750px) {
  .navbar a.nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar a.nav-link span {
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1250px) {
  .navbar a.nav-link {
    font-size: 18px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 950px) {
  .navbar {
    background-color: #779196 !important;
    height: unset !important;
  }
}
.navbar .navbar-collapse {
  background-color: #779196;
}
.navbar .nav-item:hover {
  background-color: #779196;
}
@media (max-width: 750px) {
  .navbar .nav-item br {
    display: none;
  }
}

.navbar-brand svg {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 950px) {
  .navbar-brand {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 60%;
  }
  .navbar-brand svg {
    width: 100%;
  }
}

@keyframes scale-down {
  from {
    transform: scale(1);
  }
  /* Start at original size */
  to {
    transform: scale(0.85);
    margin-top: 25px;
    margin-bottom: -25px;
  }
  /* End at 1.5 times the size */
}
.navbar-scrolled .navbar-brand svg {
  display: block;
  transition: opacity 0.5s;
  opacity: 1;
}
@media (min-width: 990px) {
  .navbar-scrolled .navbar-brand svg {
    animation: scale-down 0.35s both alternate;
  }
}

.navbar-scrolled {
  padding-bottom: 0px !important;
}

.navbar-scroll .navbar-brand,
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
  color: #fff;
  z-index: 100000;
}

body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #1D1D1B;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 40px;
  color: #1D1D1B;
}

h3 {
  font-size: 30px;
  color: #1D1D1B;
}

.half-image-text-1 {
  display: block;
}
.half-image-text-1 .overlay-text {
  padding: 20px;
}
.half-image-text-1 .content-side h2,
.half-image-text-1 .content-side-reverse h2,
.half-image-text-1 .content-side p,
.half-image-text-1 .content-side-reverse p {
  color: #3C3C3B;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.half-image-text-1 .content-side h2,
.half-image-text-1 .content-side-reverse h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #3C3C3B;
  line-height: 40px;
  padding-bottom: 50px;
}
.half-image-text-1 .content-side h2 span,
.half-image-text-1 .content-side-reverse h2 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 450px) {
  .half-image-text-1 .content-side h2,
  .half-image-text-1 .content-side-reverse h2 {
    font-size: 34px !important;
    line-height: 45px;
    padding-bottom: 20px;
  }
}
.half-image-text-1 .content-side h2.smaller {
  font-size: clamp(1rem, 5vw, 26px);
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.half-image-text-1 .chartHeading {
  font-family: Library3am, sans-serif;
  font-size: 40px;
  color: #1D1D1B;
  line-height: 40px;
  text-align: center;
  color: white;
}
@media (max-width: 450px) {
  .half-image-text-1 .chartHeading {
    font-size: 36px !important;
    line-height: 45px;
  }
}
.half-image-text-1 h2.library3amHeadline {
  font-family: Library3am, sans-serif;
  font-size: 100px !important;
  line-height: 100px;
}
@media (max-width: 450px) {
  .half-image-text-1 h2.library3amHeadline {
    font-size: 40px !important;
    line-height: 45px;
  }
}
.half-image-text-1 .split-section {
  display: flex;
  z-index: 1;
  position: relative;
  /* Make the section a flex container */
}
.half-image-text-1 .image-side {
  flex: 0 0 50%;
  /* Set width to 6 columns */
  height: 100%;
  /* Set height to 80% of parent */
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
}
.half-image-text-1 .image-side-graphic {
  flex: 0 0 50%;
  /* Set width to 6 columns */
  /* Set height to 80% of parent */
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
  min-height: 90vh;
}
@media (max-width: 1000px) {
  .half-image-text-1 .image-side-graphic {
    min-height: unset;
  }
}
.half-image-text-1 .graphic-overlay {
  position: relative;
  right: -5vw;
  display: block;
  z-index: 1000;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.half-image-text-1 .graphic-overlay svg {
  width: 65vw;
}
@media (max-width: 1000px) {
  .half-image-text-1 .graphic-overlay {
    display: none;
  }
}
.half-image-text-1 .graphic-overlay svg {
  width: 50vw;
}
.half-image-text-1 .image-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 2.5vw;
  z-index: 10;
  position: relative;
  border-radius: 26px;
}
.half-image-text-1 .content-side {
  flex: 1;
  /* Take up remaining space (8 columns) */
  /* Set background color for right side */
  padding: 1em calc(5vw + 6em) 0.2em calc(20vw + 6em);
  /* Add some padding */
  display: flex;
  align-items: center;
  /* Vertically center text content */
  justify-content: center;
  /* Horizontally center text content */
  position: relative;
  margin-right: 2.5vw;
  margin-left: -15vw;
}
@media (max-width: 1550px) {
  .half-image-text-1 .content-side {
    padding: 1em calc(5vw + 1em) 0.2em calc(20vw + 1em);
    margin-right: 0.5vw;
    margin-left: -15vw;
  }
}
@media (max-width: 1000px) {
  .half-image-text-1 .split-section {
    flex-direction: column;
    /* Change to vertical layout */
  }
  .half-image-text-1 .image-side {
    flex: 1;
    /* Take up full width */
    height: auto;
    /* Reset height */
    margin-top: 0;
    margin-bottom: 0;
  }
  .half-image-text-1 .image-side img {
    height: 100%;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
  .half-image-text-1 .content-side {
    flex: 1;
    /* Take up full width */
    margin-right: 0;
    padding: 2em;
    margin-left: unset;
  }
}
.half-image-text-1 .split-section-reverse {
  display: flex;
  /* Make the section a flex container */
}
.half-image-text-1 .image-side-reverse {
  flex: 0 0 50%;
  /* Set width to 6 columns */
  height: 100%;
  /* Set height to 80% of parent */
  margin-top: 45px;
  margin-bottom: 45px;
}
.half-image-text-1 .image-side-reverse img {
  height: 80%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -5vh;
  z-index: 10;
  position: relative;
  border-radius: 26px;
}
.half-image-text-1 .content-side-reverse {
  flex: 1;
  /* Take up remaining space (8 columns) */
  /* Set background color for right side */
  padding: 2em calc(25vw + 6em) 0.2em calc(3vw + 6em);
  /* Add some padding */
  display: flex;
  align-items: center;
  /* Vertically center text content */
  justify-content: center;
  /* Horizontally center text content */
  position: relative;
  margin-right: calc(-20vw + 2em);
  margin-left: 5vh;
}
@media (max-width: 1550px) {
  .half-image-text-1 .content-side-reverse {
    padding: 2em calc(15vw + 6em) 0.2em calc(1vw + 6em);
    margin-left: 1vh;
    margin-right: calc(-18vw + 2em);
  }
}
@media (max-width: 1000px) {
  .half-image-text-1 .split-section-reverse {
    flex-direction: column;
    /* Change to vertical layout */
  }
  .half-image-text-1 .image-side-reverse {
    flex: 1;
    /* Take up full width */
    height: auto;
    /* Reset height */
    margin-top: 0;
    margin-bottom: 0;
  }
  .half-image-text-1 .image-side-reverse img {
    height: 100%;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
  .half-image-text-1 .content-side-reverse {
    flex: 1;
    /* Take up full width */
    margin-right: 0;
    padding: 2em;
    margin-left: unset;
  }
}
.half-image-text-1 .wave1 {
  margin-top: -13vh;
  overflow: hidden;
}
.half-image-text-1 .wave1 svg {
  width: 100%;
}
@media (max-width: 1000px) {
  .half-image-text-1 .wave1 {
    margin-top: 0vh;
  }
}
.half-image-text-1 .wave2 {
  margin-top: -10vh;
  overflow: hidden;
}
.half-image-text-1 .wave2 svg {
  width: 100%;
}
@media (max-width: 1000px) {
  .half-image-text-1 .wave2 {
    margin-top: 0vh;
  }
}
.half-image-text-1 .wave3 {
  margin-top: -1.2vh;
  overflow: hidden;
}
.half-image-text-1 .wave3 svg {
  width: 100%;
}
@media (max-width: 1000px) {
  .half-image-text-1 .wave3 {
    margin-top: 0vh;
  }
}
.half-image-text-1 .form-group {
  padding-top: 10px;
}

.wave-topper {
  background-color: #1D1D1B;
  overflow: hidden;
  display: block;
}
.wave-topper svg {
  width: 100%;
}

.half-image-text-2 .overlay-text {
  padding: 20px;
}
.half-image-text-2 .content-side h2,
.half-image-text-2 .content-side-reverse h2,
.half-image-text-2 .content-side p,
.half-image-text-2 .content-side-reverse p {
  color: #3C3C3B;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}
.half-image-text-2 .content-side h2,
.half-image-text-2 .content-side-reverse h2 {
  font-size: 55px !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3C3C3B;
  line-height: 60px;
  padding-bottom: 50px;
}
.half-image-text-2 .content-side h2 span,
.half-image-text-2 .content-side-reverse h2 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 450px) {
  .half-image-text-2 .content-side h2,
  .half-image-text-2 .content-side-reverse h2 {
    font-size: 40px !important;
    line-height: 45px;
  }
}
.half-image-text-2 .split-section {
  display: flex;
  z-index: 100;
  position: relative;
  /* Make the section a flex container */
}
.half-image-text-2 .image-side {
  flex: 0 0 50%;
  /* Set width to 6 columns */
  height: 90%;
  /* Set height to 80% of parent */
  margin-top: 75px;
  margin-bottom: 75px;
  z-index: 100;
  position: relative;
}
.half-image-text-2 .image-side img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 2.5vw;
  z-index: 10;
  position: relative;
  border-radius: 26px;
}
.half-image-text-2 .content-side {
  flex: 1;
  /* Take up remaining space (8 columns) */
  /* Set background color for right side */
  padding: 1em calc(5vw + 2em) 0.2em calc(20vw + 2em);
  /* Add some padding */
  display: flex;
  align-items: center;
  /* Vertically center text content */
  justify-content: center;
  /* Horizontally center text content */
  position: relative;
  margin-right: 2.5vw;
  margin-left: -15vw;
}
@media (max-width: 1000px) {
  .half-image-text-2 .split-section {
    flex-direction: column;
    /* Change to vertical layout */
  }
  .half-image-text-2 .image-side {
    flex: 1;
    /* Take up full width */
    height: auto;
    /* Reset height */
    margin-top: 0;
    margin-bottom: 0;
  }
  .half-image-text-2 .image-side img {
    height: 100%;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
  .half-image-text-2 .content-side {
    flex: 1;
    /* Take up full width */
    margin-right: 0;
    padding: 2em;
    margin-left: unset;
  }
}
.half-image-text-2 .split-section-reverse {
  display: flex;
  /* Make the section a flex container */
}
.half-image-text-2 .image-side-reverse {
  flex: 0 0 50%;
  /* Set width to 6 columns */
  height: 90%;
  /* Set height to 80% of parent */
  margin-top: 75px;
  margin-bottom: 75px;
}
.half-image-text-2 .image-side-reverse img {
  height: 60%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -5vh;
  z-index: 10;
  position: relative;
  border-radius: 26px;
}
.half-image-text-2 .content-side-reverse {
  flex: 1;
  /* Take up remaining space (8 columns) */
  /* Set background color for right side */
  padding: 1em calc(25vw + 2em) 0.2em calc(3vw + 2em);
  /* Add some padding */
  display: flex;
  align-items: center;
  /* Vertically center text content */
  justify-content: center;
  /* Horizontally center text content */
  position: relative;
  margin-right: calc(-20vw + 2em);
  margin-left: 5vh;
}
@media (max-width: 1000px) {
  .half-image-text-2 .split-section-reverse {
    flex-direction: column;
    /* Change to vertical layout */
  }
  .half-image-text-2 .image-side-reverse {
    flex: 1;
    /* Take up full width */
    height: auto;
    /* Reset height */
    margin-top: 0;
    margin-bottom: 0;
  }
  .half-image-text-2 .image-side-reverse img {
    height: 100%;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
  .half-image-text-2 .content-side-reverse {
    flex: 1;
    /* Take up full width */
    margin-right: 0;
    padding: 2em;
    margin-left: unset;
  }
}

.spacer {
  height: 200px;
  display: block;
  position: relative;
}

/*
.content-card-carousel {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.content-card-carousel .card {
    flex: 0 0 30%;
    margin-right: 20px;
}

.content-card-carousel .card-img-top {
    height: 200px;
    object-fit: cover;
}

.content-card-carousel .card-title {
    font-size: 18px;
    font-weight: bold;
}

.content-card-carousel .card-text {
    font-size: 14px;
}

*/
.hero-banner .mask {
  position: absolute;
  left: 0;
  text-align: left;
  padding: 30px 30px 30px 70px;
  bottom: 5vh;
  width: 50%;
  top: unset;
  height: unset;
}
.hero-banner .mask h1 {
  font-size: 60px;
  font-weight: 300;
  color: white;
  z-index: 10;
  position: relative;
  text-align: left !important;
  line-height: 65px;
}
.hero-banner .mask h1 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
}
.hero-banner .mask p {
  font-size: 80px;
  line-height: 1em;
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.hero-banner .mask::before {
  content: "";
  background: #E18F02;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}
@media (max-width: 760px) {
  .hero-banner .mask {
    margin-right: 0%;
    top: 10vh;
    bottom: unset;
    width: 100%;
    padding: 20px;
    position: absolute;
  }
  .hero-banner .mask h1 {
    font-size: 40px;
  }
  .hero-banner .mask h1 span {
    font-size: 50px;
  }
  .hero-banner .mask p {
    font-size: 50px;
  }
}

.topCarousel .carousel-item {
  z-index: -10;
  isolation: isolate;
}
@media (min-width: 950px) {
  .topCarousel .carousel-item {
    height: 100vh;
  }
}
.topCarousel .carousel-item img {
  height: 90vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 950px) {
  .topCarousel .carousel-item img {
    height: 80vh;
  }
}
.topCarousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  width: 100%;
}
.topCarousel .carousel-caption pre {
  font-size: clamp(1rem, 5vw, 24px);
  font-weight: 800;
  color: white;
  z-index: 10;
  position: relative;
  letter-spacing: 0.2em;
}
.topCarousel .carousel-caption h1 {
  font-size: clamp(4rem, 10vw, 160px);
  line-height: 1em;
  color: white;
  font-weight: 400;
  position: relative;
  z-index: 10;
  font-family: Library3am, sans-serif;
}
@media (max-width: 760px) {
  .topCarousel .carousel-caption h1 {
    font-size: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.topCarousel .carousel-caption h1.half-size {
  font-size: clamp(2rem, 5vw, 80px);
}
.topCarousel .carousel-caption h2 {
  font-size: clamp(1rem, 5vw, 24px);
  line-height: 1em;
  color: white;
  font-weight: 800;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 760px) {
  .topCarousel .carousel-caption h5 {
    font-size: 40px;
  }
  .topCarousel .carousel-caption p {
    font-size: 50px;
  }
}
.topCarousel .carousel-control-prev, .topCarousel .carousel-control-next {
  top: -30vh;
}
.topCarousel .carousel-indicators button {
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 50%;
  background-color: #E18F02 !important;
}
.topCarousel .carousel-control-prev-icon:after {
  content: "\f137";
}
.topCarousel .carousel-control-next-icon:after {
  content: "\f138";
}

.normalCarousel {
  height: 60vh !important;
}
.normalCarousel .carousel-item {
  z-index: -10;
  isolation: isolate;
}
@media (min-width: 950px) {
  .normalCarousel .carousel-item {
    height: 80vh;
  }
}
.normalCarousel .carousel-item img {
  height: 90vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 950px) {
  .normalCarousel .carousel-item img {
    height: 80vh;
  }
}
.normalCarousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  width: 100%;
}
.normalCarousel .carousel-caption pre {
  font-size: clamp(1rem, 5vw, 24px);
  font-weight: 800;
  color: white;
  z-index: 10;
  position: relative;
  letter-spacing: 0.2em;
}
.normalCarousel .carousel-caption h1 {
  font-size: clamp(4rem, 10vw, 160px);
  line-height: 1em;
  color: white;
  font-weight: 400;
  position: relative;
  z-index: 10;
  font-family: Library3am, sans-serif;
}
@media (max-width: 760px) {
  .normalCarousel .carousel-caption h1 {
    font-size: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.normalCarousel .carousel-caption h1.half-size {
  font-size: clamp(2rem, 5vw, 80px);
}
.normalCarousel .carousel-caption h2 {
  font-size: clamp(1rem, 5vw, 24px);
  line-height: 1em;
  color: white;
  font-weight: 800;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 760px) {
  .normalCarousel .carousel-caption h5 {
    font-size: 40px;
  }
  .normalCarousel .carousel-caption p {
    font-size: 50px;
  }
}
.normalCarousel .carousel-control-prev, .normalCarousel .carousel-control-next {
  top: -30vh;
}
.normalCarousel .carousel-indicators button {
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 50%;
  background-color: #E18F02 !important;
}
.normalCarousel .carousel-control-prev-icon:after {
  content: "\f137";
}
.normalCarousel .carousel-control-next-icon:after {
  content: "\f138";
}
.normalCarousel.taller {
  height: 80vh !important;
}
@media (max-width: 950px) {
  .normalCarousel {
    height: 30vh !important;
  }
}
.normalCarousel img {
  height: 60vh !important;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.normalCarousel img.taller {
  height: 80vh !important;
}
@media (max-width: 950px) {
  .normalCarousel img {
    height: 30vh !important;
  }
  .normalCarousel img.taller {
    height: 80vh !important;
  }
}

.heroMedia {
  position: relative;
  width: 100%;
}
.heroMedia .image-container {
  position: relative;
  width: 100%;
}
.heroMedia .image-container .hero-image {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .heroMedia .image-container .hero-image {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.heroMedia .image-container .hero-text-overlay {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 10;
}
.heroMedia .image-container .hero-text-overlay pre {
  font-size: clamp(1rem, 5vw, 24px);
  font-weight: 800;
  color: white;
  position: relative;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.heroMedia .image-container .hero-text-overlay h1 {
  font-size: clamp(4rem, 10vw, 160px);
  line-height: 1em;
  color: white;
  font-weight: 400;
  position: relative;
  font-family: Library3am, sans-serif;
}
@media (max-width: 760px) {
  .heroMedia .image-container .hero-text-overlay h1 {
    font-size: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.heroMedia .image-container .hero-text-overlay h1.half-size {
  font-size: clamp(2rem, 5vw, 80px);
}
.heroMedia .image-container .hero-text-overlay h1.long-heading {
  font-size: clamp(2rem, 5vw, 80px);
}
@media (max-width: 760px) {
  .heroMedia .image-container .hero-text-overlay h1.long-heading {
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.heroMedia .image-container .hero-text-overlay h2 {
  font-size: clamp(1rem, 5vw, 24px);
  line-height: 1em;
  color: white;
  font-weight: 800;
  position: relative;
  padding-top: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.heroMedia .image-container .bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 768px) {
  .heroMedia .image-container .bottom-wave {
    display: none;
  }
}

.waves {
  z-index: 0;
}
.waves .wave1 {
  position: absolute;
  width: 100%;
  height: 125px;
  z-index: 0;
  margin-top: -10vh;
}
.waves #template, .waves #path {
  fill: none;
}
.waves #template {
  stroke-width: 5px;
  stroke: #444;
}
.waves #path {
  stroke: #0ae448;
  stroke-width: 1px;
  visibility: hidden;
  fill: #ff0000;
}

.full-width-text {
  padding-top: 50px;
}
@media (max-width: 450px) {
  .full-width-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.full-width-text h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1rem, 5vw, 26px);
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}
.full-width-text p {
  text-align: center;
  font-size: clamp(1rem, 5vw, 24px);
  font-weight: 300;
  line-height: 44px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.full-width-text p strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.full-width-text .larger p {
  font-size: 30px !important;
  line-height: 40px;
}
@media (max-width: 760px) {
  .full-width-text .larger p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px !important;
    line-height: 30px;
  }
}
.full-width-text .leftAligned p {
  text-align: left;
}

.contentCards .card {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.contentCards h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1rem, 6vw, 26px);
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.contentCards .card-body {
  padding: 3rem 1.5rem !important;
}
.contentCards .card-title {
  font-size: clamp(1rem, 6vw, 20px);
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
}
.contentCards p {
  text-align: left;
  font-size: clamp(1rem, 5vw, 18px);
  font-weight: 300;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.contentCards p strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}

a.arrow-link {
  stroke-width: 2;
  transition: transform 0.2s ease-in-out;
  /* Optional: Add transition for smooth animations */
  color: #4e9faf;
  font-size: 18px;
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
a.arrow-link:hover {
  transition: color 0.35s ease-in-out;
  color: #E18F02;
}
a.arrow-link.white {
  color: white;
}
a.arrow-link.white::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.841 45.255"><g id="Group_1098" data-name="Group 1098" transform="translate(-1424.5 -1038.873)"><path id="Path_6529" data-name="Path 6529" d="M1613.965,1123.925h30v30" transform="translate(1105.202 -895.694) rotate(45)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/><line id="Line_1" data-name="Line 1" x1="47" transform="translate(1425.5 1061.5)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="2"/></g></svg>');
}

a.arrow-link::after {
  content: "";
  display: inline-block;
  width: 49.841px;
  height: 45.255px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.841 45.255"><g id="Group_1098" data-name="Group 1098" transform="translate(-1424.5 -1038.873)"><path id="Path_6529" data-name="Path 6529" d="M1613.965,1123.925h30v30" transform="translate(1105.202 -895.694) rotate(45)" fill="none" stroke="%234e9faf" stroke-linecap="round" stroke-width="2"/><line id="Line_1" data-name="Line 1" x1="47" transform="translate(1425.5 1061.5)" fill="none" stroke="%234e9faf" stroke-linecap="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 5px;
  transform: translate(20px);
  transition: transform 0.2s ease-in-out;
}

a.arrow-link:hover::after {
  transform: translate(40px);
}

.intro-text-module {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 450px) {
  .intro-text-module {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.intro-text-module h2 {
  font-family: Library3am, sans-serif;
  font-size: 100px;
  color: #1D1D1B;
  line-height: 100px;
}
@media (max-width: 450px) {
  .intro-text-module h2 {
    font-size: 60px !important;
    line-height: 65px;
  }
}
.intro-text-module h2.smallHeading {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 450px) {
  .intro-text-module h2.smallHeading {
    font-size: 48px !important;
    line-height: 50px;
  }
}
.intro-text-module p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  color: #1D1D1B;
}
@media (max-width: 450px) {
  .intro-text-module p {
    font-size: 20px !important;
    line-height: 30px;
  }
}
.intro-text-module.backgroundReversed {
  background-color: #3C3C3B;
  color: white;
}
.intro-text-module.backgroundReversed h2 {
  color: white;
}
.intro-text-module.backgroundReversed p {
  color: white;
}

.icons-module h2 {
  font-size: clamp(1rem, 5vw, 26px);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
}
.icons-module h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.icons-module p {
  font-size: 20px;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.icons-module img {
  max-width: 200px;
  /*border-radius: 50%;
  border: 20px solid #4d9faf;
  background-color: #4d9faf;
      */
  margin-bottom: 30px;
}
.icons-module .circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background-color: #b57962;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.icons-module .circle-icon span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 1.1;
}
.icons-module .backBrown {
  background-color: #b57962;
}
.icons-module .backAqua {
  background-color: #9ac5c2;
}
.icons-module .backLightBlue {
  background-color: #9bcade;
}
.icons-module .backWarmGrey {
  background-color: #d8d1c5;
}
.icons-module .backOcean {
  background-color: #4e9faf;
}
.icons-module .backDarkAqua {
  background-color: #779196 !important;
}

.full-width-banner .image-overlay {
  position: relative;
  /* Allows positioning of text overlay */
}
.full-width-banner .image-overlay img {
  width: 100%;
  height: auto;
  display: block;
}
.full-width-banner .image-overlay .overlay {
  background-color: rgba(225, 143, 2, 0.6);
}
@media (min-width: 760px) {
  .full-width-banner .image-overlay .overlay {
    position: absolute;
    border-top-left-radius: 26px;
    padding: 100px 200px 100px 100px;
    left: 60%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* Centers content vertically */
    justify-content: left;
    /* Centers content horizontally */
    text-align: left;
    /* Centers text within overlay */
  }
  .full-width-banner .image-overlay .overlay.left {
    left: 0;
    right: 60%;
    border-top-left-radius: 0px;
    border-top-right-radius: 26px;
    padding: 100px 100px 100px 200px;
  }
  .full-width-banner .image-overlay .overlay.wide {
    left: 5%;
    padding: 50px 0px 50px 100px;
  }
  .full-width-banner .image-overlay .overlay.wide.left {
    left: 0;
    right: 5%;
    border-top-left-radius: 0px;
    border-top-right-radius: 26px;
    padding: 50px 100px 50px 300px;
  }
}
@media (max-width: 760px) {
  .full-width-banner .image-overlay .overlay {
    padding: 50px 100px 50px 50px;
  }
}
.full-width-banner .image-overlay .overlay .text {
  color: white;
  /* Text color for better readability */
  font-size: 1.5rem;
  /* Adjust font size as needed */
}
.full-width-banner h2 {
  color: white;
  font-size: 55px;
  line-height: 60px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.full-width-banner h2 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.full-width-banner p {
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.slideup {
  overflow-x: hidden;
}
@media (max-width: 450px) {
  .slideup {
    margin-top: 50px;
  }
}
.slideup .green80 {
  background-color: rgba(29, 29, 27, 0.65);
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}
.slideup .paddingTop100 {
  padding-top: 50px;
}
.slideup h2 {
  font-size: 45px;
  color: #689EFD;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.2rem;
}
@media (max-width: 450px) {
  .slideup h2 {
    font-size: 20px !important;
    line-height: 22px;
  }
}
.slideup p {
  font-size: 16px;
  color: white;
  padding-bottom: 40px;
}
.slideup .containerImage {
  position: relative;
  width: 100%;
  border-radius: 26px;
  overflow-x: hidden;
}
@media (max-width: 450px) {
  .slideup .containerImage .bg-image {
    min-height: 600px;
  }
  .slideup .containerImage .bg-image img {
    min-height: 600px;
    min-width: 600px;
    position: relative;
    overflow-x: hidden;
  }
  .slideup .containerImage .bg-image a.arrow-link {
    font-size: 16px;
  }
}
.slideup .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  background-size: cover;
}
.slideup .overlay {
  border-radius: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.35s ease;
}
@media (max-width: 450px) {
  .slideup .overlay .float-end {
    display: none;
  }
}
.slideup .containerImage:hover .overlay {
  height: 100%;
  transition: 0.35s ease;
  /*
  #Group_18 {
      transform: rotate(90deg);
      transform-origin: 50% 50%;
      //scale(-1 -1);
      transition: transform 0.55s;
  }
  */
}
.slideup .containerImage:hover .mask .float-end {
  opacity: 1;
  transform: rotate(180deg);
  transition: transform 0.35s ease-in-out;
}
.slideup .containerImage:hover .mask {
  background-color: rgba(29, 29, 27, 0.65);
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  height: 100%;
  transition: 0.35s ease;
}
.slideup h3 {
  font-size: 28px;
  text-transform: unset;
  letter-spacing: unset;
  color: white;
  padding: 28px 0px 15px 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 450px) {
  .slideup h3 {
    font-size: 20px !important;
    line-height: 22px;
  }
}
.slideup .mask {
  height: 88px;
  bottom: 0;
  position: absolute;
  top: unset;
  margin: 0px 1px 0px 0px;
  width: 100%;
  transition: 0.35s ease;
  z-index: 100;
}
.slideup .mask .heading {
  padding: 10px 0px 10px 10px;
}
.slideup .mask .bodyContent {
  padding: 10px 0px 50px 30px;
  width: 90%;
}
.slideup .mask .bodyContent p {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 10px;
}
@media (max-width: 450px) {
  .slideup .mask .bodyContent p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0px;
  }
}
.slideup .mask .float-end {
  transform: rotate(0deg);
  transition: transform 0.35s ease-in-out;
}

.campus-team h2 {
  font-size: 55px;
  line-height: 60px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1D1D1B;
}
.campus-team p {
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1D1D1B;
}
.campus-team .card {
  box-shadow: none;
  background-color: #3C3C3B;
  background-color: #F0F0F0;
  border-radius: 26px;
}
.campus-team .card img {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.campus-team .card h5.card-title {
  font-size: 28px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D1D1B;
}
.campus-team .card p {
  margin-bottom: 0px;
}
.campus-team .card a {
  text-decoration: none;
  color: #E18F02;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.campus-team .card a:hover {
  color: #9BBFFF;
}

.content-card-carousel h2 {
  font-size: 55px;
  line-height: 60px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1D1D1B;
}
@media (max-width: 450px) {
  .content-card-carousel h2 {
    margin-left: 10px;
  }
}
@media (min-width: 450px) {
  .content-card-carousel {
    overflow: hidden;
    left: calc((89vw - 1140px) / 2);
    position: relative;
    width: 100vw;
  }
}
.content-card-carousel .card {
  box-shadow: none;
  background-color: #3C3C3B;
  background-color: #F0F0F0;
  border-radius: 26px;
}
.content-card-carousel .card img {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  max-height: unset !important;
}
.content-card-carousel .card h5.card-title {
  font-size: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D1D1B;
}
.content-card-carousel .card p {
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #E18F02;
}
.content-card-carousel .card svg {
  transition: transform 0.2s ease-in-out;
  float: right;
}
.content-card-carousel .card:hover svg {
  transform: translate(10px);
}
.content-card-carousel .card {
  margin-right: 20px;
}
@media (max-width: 450px) {
  .content-card-carousel .card {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.content-card-carousel .carousel-control-prev {
  bottom: 0 !important;
  position: relative !important;
  right: 70vw !important;
  left: 60vw !important;
  width: unset !important;
  height: 45px;
  width: 49px;
}
.content-card-carousel .carousel-control-next {
  margin-top: 20px;
  bottom: 0px !important;
  top: unset;
  margin-bottom: 0px;
  position: absolute !important;
  right: 60vw !important;
  left: 65vw !important;
  height: 45px;
  width: 49px;
}
@media (max-width: 450px) {
  .content-card-carousel .carousel-control-next {
    right: 10vw !important;
    left: 80vw !important;
  }
}
.content-card-carousel .multi-carousel {
  height: 100%;
}
.content-card-carousel .arrow-link {
  position: absolute;
  transform: translateY(-90px);
}
@media (max-width: 450px) {
  .content-card-carousel .arrow-link {
    margin-left: 10px;
  }
}

.latest-content-cards .row > .col-12:nth-child(n+4), .latest-content-cards .row.news > .col-12:nth-child(n+4), .latest-content-cards .row.events > .col-12:nth-child(n+4) {
  display: none;
}
.latest-content-cards .arrow-link {
  cursor: pointer;
}
.latest-content-cards #spinner, .latest-content-cards #spinner-news, .latest-content-cards #spinner-events {
  display: none;
  height: 45px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
}
.latest-content-cards h2 {
  font-size: 55px;
  line-height: 60px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1D1D1B;
}
.latest-content-cards p {
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1D1D1B;
}
.latest-content-cards .card {
  box-shadow: none;
  background-color: #3C3C3B;
  background-color: #F0F0F0;
  border-radius: 26px;
}
.latest-content-cards .card img {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.latest-content-cards .card h5.card-title {
  font-size: 28px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D1D1B;
}
.latest-content-cards .card p {
  margin-bottom: 0px;
}
.latest-content-cards .card p.article-date {
  text-decoration: none;
  color: #E18F02;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.latest-content-cards .card svg {
  transition: transform 0.2s ease-in-out;
  float: right;
}
.latest-content-cards .card:hover svg {
  transform: translate(10px);
}
.latest-content-cards .filter-item {
  opacity: 1;
  transition: opacity 0.35s ease;
}
.latest-content-cards .filter-item.hidden {
  opacity: 0;
  transition: opacity 0.35s ease;
  display: none;
}

.company-cards .row > .col-12:nth-child(n+4) {
  display: none;
}
.company-cards .arrow-link {
  cursor: pointer;
}
.company-cards #spinner {
  display: none;
  height: 45px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
}
.company-cards h2 {
  font-size: 55px;
  line-height: 60px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1D1D1B;
}
.company-cards p {
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1D1D1B;
}
.company-cards .card {
  box-shadow: none;
  border: 1px #B7C0C2 solid;
  background-color: white;
  border-radius: 26px;
}
.company-cards .card .card-body {
  border-top: 1px #B7C0C2 solid;
}
.company-cards .card img {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.company-cards .card h5.card-title {
  font-size: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1D1D1B;
}
.company-cards .card p {
  margin-bottom: 0px;
  color: #1D1D1B;
}
.company-cards .card a {
  text-decoration: none;
  color: #689EFD;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.company-cards .card a:hover {
  color: #E18F02;
}

.contact-agent h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 50px;
}
.contact-agent h2 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contact-agent p {
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.contact-agent .agent-logo {
  min-height: 120px;
}
.contact-agent .agent-logo img {
  height: auto;
}
.contact-agent a.email, .contact-agent a.tel, .contact-agent h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #1D1D1B;
  line-height: 30px;
}
.contact-agent a.email:hover, .contact-agent a.tel:hover {
  color: #E18F02;
}
.contact-agent h5 {
  color: #1D1D1B;
  padding-top: 30px;
  margin-bottom: 0px;
}
.contact-agent a.tel {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #1D1D1B;
}
@media (max-width: 750px) {
  .contact-agent {
    text-align: center;
  }
}

.subscribe {
  background-color: #9BBFFF;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.subscribe h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 50px;
}
.subscribe h2 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.subscribe p {
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.subscribe input[type=text], .subscribe input[type=email] {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 26px;
}
.subscribe .btn {
  border-radius: 26px;
  float: right;
}
@media (max-width: 750px) {
  .subscribe {
    text-align: center;
  }
}

.footer-agent h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  color: white;
}
.footer-agent p {
  font-size: 20px;
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
}
.footer-agent .left-column {
  background-color: #4e9faf;
  padding: 60px;
}
.footer-agent .left-column a {
  font-weight: normal;
  color: white;
}
@media (max-width: 750px) {
  .footer-agent .right-column {
    padding: 40px;
  }
}
.footer-agent .agent-logo {
  min-height: 120px;
}
.footer-agent .agent-logo img {
  height: auto;
}
.footer-agent a.email, .footer-agent a.tel, .footer-agent h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #1D1D1B;
  line-height: 30px;
}
.footer-agent a.email:hover, .footer-agent a.tel:hover {
  color: #E18F02;
}
.footer-agent a.email {
  font-size: 16px;
}
.footer-agent h5 {
  color: #1D1D1B;
  padding-top: 30px;
  margin-bottom: 0px;
}
.footer-agent a.tel {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #1D1D1B;
}
@media (max-width: 750px) {
  .footer-agent {
    text-align: center;
  }
}

footer {
  background-color: black;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 0px;
}
footer .footer-logo svg {
  display: block;
}
@media (max-width: 750px) {
  footer .footer-logo svg {
    margin-left: auto;
    margin-right: auto;
  }
}
footer p {
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
}
footer .footer-links {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}
footer .footer-links a {
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  display: block;
}
footer .footer-links a:hover {
  color: #E18F02;
}
@media (max-width: 750px) {
  footer .footer-links {
    padding: 40px;
    -moz-columns: 2;
         columns: 2;
  }
}

.breadcrumb {
  background-color: #F0F0F0;
  padding: 10px 0px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  border-radius: 3px;
}
.breadcrumb a, .breadcrumb li {
  padding-left: 5px;
  padding-right: 5px;
  color: #1D1D1B;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}
.breadcrumb a:hover, .breadcrumb li:hover {
  color: #E18F02;
}

.icon-bullets {
  padding-top: 50px;
  padding-bottom: 50px;
}
.icon-bullets .circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background-color: #b57962;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.icon-bullets .circle-icon span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 1.1;
}
.icon-bullets .backBrown {
  background-color: #b57962;
}
.icon-bullets .backAqua {
  background-color: #9ac5c2;
}
.icon-bullets .backLightBlue {
  background-color: #9bcade !important;
}
.icon-bullets .backWarmGrey {
  background-color: #d8d1c5;
}
.icon-bullets .backOcean {
  background-color: #4e9faf;
}
.icon-bullets .backDarkAqua {
  background-color: #779196 !important;
}
.icon-bullets .icon-bullets-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.icon-bullets .icon-bullets-image {
  flex: 0 0 30%;
  max-width: 26%;
  padding-right: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.icon-bullets .icon-bullets-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.icon-bullets .icon-bullets-list-col {
  flex: 1 1 0;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.icon-bullets ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.icon-bullets ul li {
  position: relative;
  padding: 1.2rem 0 1.2rem 0;
  font-size: clamp(1rem, 5vw, 18px);
}
.icon-bullets ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #b57962;
  width: 100%;
}
.icon-bullets ul li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #b57962;
  width: 100%;
}
@media (max-width: 768px) {
  .icon-bullets .icon-bullets-row {
    flex-direction: column;
    align-items: stretch;
  }
  .icon-bullets .icon-bullets-image,
  .icon-bullets .icon-bullets-list-col {
    max-width: 100%;
    flex: 1 1 100%;
    padding-right: 10px;
    padding-left: 10px;
    height: auto;
    text-align: center;
  }
  .icon-bullets .icon-bullets-image {
    margin-bottom: 2rem;
  }
}

.download-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.download-block img {
  padding: 30px;
}
.download-block .shadow {
  box-shadow: 0 8px 0px -4px rgba(0, 0, 0, 0.18), 8px 0 16px -4px rgba(0, 0, 0, 0.12);
}
.download-block h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #3C3C3B;
  line-height: 60px;
}
@media (max-width: 768px) {
  .download-block h2 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 30px;
  }
}

.plan-tabs h2 {
  font-size: 30px;
  line-height: 60px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D1D1B;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}

.download-block .card {
  background-color: #F0F0F0;
}
.download-block .btn {
  background-color: #779196;
  color: white;
}/*# sourceMappingURL=styles.css.map */