@font-face {
  font-family: "GoudyStd";
  src: url("../fonts/GoudyStd.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.color-lightgrey {
  color: #76767e;
}

.color-darkblue {
  color: #212b57;
}

.color-mainblue {
  color: #003057;
}

html {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  top: 0 !important;
}
body .skiptranslate iframe {
  display: none;
}

.header-active {
  padding-top: 100vh;
}

h1 {
  font-size: 3.3rem;
  font-weight: normal;
  font-family: GoudyStd, sans-serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.1rem;
  font-family: GoudyStd, sans-serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 580px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-family: GoudyStd, sans-serif;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  h3 {
    font-size: 1.2rem;
  }
}

h5 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  h5 {
    font-size: 1rem;
  }
}

.style-font {
  font-family: GoudyStd, sans-serif;
  letter-spacing: 3px;
}

.large-title {
  font-size: 2.1rem;
  font-family: GoudyStd, sans-serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 1200px) {
  .large-title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 580px) {
  .large-title {
    font-size: 1.7rem;
  }
}

a, a:visited, a:hover {
  color: #003057;
  text-decoration: none;
}

a.button, a.button--blue, button.button, button.button--blue, p.button, p.button--blue {
  background-color: #003057;
  padding: 0.8rem 2rem;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  min-width: 12rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: GoudyStd, sans-serif;
  transition: 0.2s ease-in-out;
  border: 2px solid #003057;
}
a.button:hover, a.button--blue:hover, button.button:hover, button.button--blue:hover, p.button:hover, p.button--blue:hover {
  background: rgba(0, 0, 0, 0);
  color: #003057;
}
a.button--blue, button.button--blue, p.button--blue {
  background-color: #212b57;
  color: #fff;
}

@media (min-width: 992px) {
  .pt-lg-6, .py-lg-6 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 7rem !important;
  }
}

.bg-beige {
  background-color: #f4f4e6;
}

.bg-light-blue {
  background-color: #EAF2F7;
}

.bg-darkBlue {
  background-color: #212b57;
}
.bg-darkBlue a.button, .bg-darkBlue a.button--blue {
  background-color: white;
  color: #3e8ef7 !important;
}

.text-green * {
  color: #38624d !important;
}

.outer {
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

nav.top-nav {
  display: flex;
  align-items: center;
  height: 45px;
  background-color: #003057;
  transition: 0.2s ease-in-out;
}
nav.top-nav a {
  color: white;
  font-size: 8px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  nav.top-nav a {
    font-size: 13px;
  }
}
nav.top-nav #google_translate_element {
  display: inline-block;
  padding-left: 1.5rem;
}
nav.top-nav #google_translate_element .goog-te-gadget {
  font-size: 0;
}
nav.top-nav #google_translate_element .goog-te-gadget select.goog-te-combo {
  background: none;
  border: none;
  color: white;
  font-size: 8px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  nav.top-nav #google_translate_element .goog-te-gadget select.goog-te-combo {
    font-size: 13px;
  }
}
nav.top-nav #google_translate_element .goog-te-gadget img.goog-te-gadget-icon {
  display: none;
}
nav.top-nav #google_translate_element .goog-te-gadget span {
  display: none;
}

.main-nav {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #003057;
  transition: 0.2s ease-in-out;
  z-index: 5;
}
.main-nav .site-logo {
  height: 4rem;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .main-nav .site-logo {
    height: 6rem;
  }
}
.main-nav .site-logo * {
  fill: #fff !important;
  transition: 0.5s ease-in-out;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
.main-nav.expanded {
  height: 100vh;
  background-color: #003057 !important;
}
.main-nav.expanded .site-logo g * {
  fill: #fff !important;
}
.main-nav.expanded .navbar-toggle .icon-bar {
  background-color: #fff;
}
.main-nav.expanded .navbar-expand-xl .nav-link {
  color: #fff !important;
  font-size: 25px;
}
.main-nav.minimized .site-logo {
  height: 4rem;
}
.main-nav nav .nav-item {
  position: relative;
}
@media (max-width: 992px) {
  .main-nav nav .nav-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .main-nav nav .nav-item .box-link a {
    width: 100%;
  }
}
.main-nav nav .nav-item.collapsed .nav-sub-menu {
  height: auto;
  margin-bottom: 1rem;
}
.main-nav nav .nav-item.collapsed .mobile-plus:before {
  transform: rotate(90deg);
}
.main-nav nav .nav-item a, .main-nav nav .nav-item a:visited {
  font-size: 18px;
  color: #fff;
  transition: 0.2s ease-in-out;
  position: relative;
}
.main-nav nav .nav-item a:after, .main-nav nav .nav-item a:visited:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0.5rem;
  height: 2px;
  background: white;
  transition: 0.2s ease-in-out;
  transform: scale(0.8) translateY(-4px);
  opacity: 0;
}
.main-nav nav .nav-item:hover a:after, .main-nav nav .nav-item:hover a:visited:after {
  transform: scale(1) translateY(0);
  opacity: 1;
}
@media (min-width: 993px) {
  .main-nav nav .nav-item:hover .nav-sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
.main-nav nav .box-link .nav-link {
  border: 1px solid #fff;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  transition: 0.2s ease-in-out;
}
.main-nav nav .box-link .nav-link:hover {
  background: #fff;
  color: #003057 !important;
}
.main-nav nav .box-link a:after {
  content: none;
}
.main-nav nav .nav_item.active {
  text-decoration: underline;
}
.main-nav nav .nav-sub-menu {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .main-nav nav .nav-sub-menu {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .main-nav nav .nav-sub-menu {
    transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    border: 1px solid white;
    position: absolute;
    top: 30px;
    width: 200px;
    background: #fff;
    left: calc(50% - 100px);
    padding: 1rem;
    text-align: left;
  }
  .main-nav nav .nav-sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -8px;
    left: 94px;
  }
}
.main-nav nav .nav-sub-menu a {
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
}
@media (min-width: 993px) {
  .main-nav nav .nav-sub-menu a {
    color: #003057 !important;
  }
}
.main-nav nav .nav-sub-menu a:after {
  display: none;
}
.main-nav nav .nav-sub-menu a:hover {
  text-decoration: underline;
}
.main-nav nav .nav-sub-menu a:last-child {
  margin-bottom: 0;
}
.main-nav.transparentNav {
  background-color: rgba(0, 0, 0, 0);
}
.main-nav.transparentNav .site-logo * {
  fill: white !important;
}
.main-nav.transparentNav .navbar-toggle .icon-bar {
  background-color: white;
}
.main-nav.transparentNav nav .nav-item a, .main-nav.transparentNav nav .nav-item a:visited {
  color: white;
}
.main-nav.transparentNav.expanded .navbar-toggle .icon-bar {
  background-color: #fff;
}
.main-nav.inverted {
  background-color: #003057;
}
.main-nav.inverted .site-logo * {
  fill: white !important;
}
.main-nav.inverted .navbar-toggle .icon-bar {
  background-color: white;
}
.main-nav.inverted nav .nav-item a, .main-nav.inverted nav .nav-item a:visited {
  color: white;
}
.main-nav.inverted.expanded .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle {
  height: 22px;
  width: 28px;
  z-index: 5;
  position: relative;
  background: none;
  border: none;
  outline: none !important;
}
.navbar-toggle .icon-bar {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background-color: white;
  opacity: 1;
  transition: 0.5s;
}
.navbar-toggle .icon-bar:first-child {
  top: 3px;
}
.navbar-toggle .icon-bar:last-child {
  top: 19px;
}

.navbar-toggle[aria-expanded=true] .icon-bar {
  opacity: 0;
  top: 50%;
}
.navbar-toggle[aria-expanded=true] .icon-bar:first-child {
  opacity: 1;
  transform: rotate(135deg);
}
.navbar-toggle[aria-expanded=true] .icon-bar:last-child {
  opacity: 1;
  transform: rotate(-135deg);
}

@media (max-width: 992px) {
  .mobile-plus {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
  }
  .mobile-plus:before {
    content: "";
    height: 100%;
    width: 2px;
    background: white;
    display: inline-block;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    transition: 0.1s ease-in-out;
  }
  .mobile-plus:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    display: inline-block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
  }
}

.mobile-nav-item {
  display: none;
}

header {
  text-align: center;
  margin-top: -8rem;
  position: relative;
  height: 80vh;
  padding: 15rem 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  overflow: hidden;
  transition: 1s ease-in-out;
}
header .container {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  header {
    padding-top: 5rem;
    margin-top: -6rem;
    background-position: center !important;
  }
}
header h3 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
}
header .medium-spacing {
  padding-bottom: 4rem;
}
header .larger-spacing {
  padding-bottom: 17rem;
}
@media screen and (max-width: 580px) {
  header .larger-spacing {
    padding-bottom: 7rem;
  }
}
header .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
header .iframe-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .video-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
header .credit {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  font-size: 0.7em;
}
header.active {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
@media screen and (min-width: 993px) {
  header.active {
    top: 8rem;
  }
}
header.active .container {
  margin-top: 30vh;
}
header.active .header-popout {
  opacity: 0;
}

.video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video .video-wrapper iframe, .video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header.mediumHeader {
  background-position: top;
  height: 60vh;
}
@media screen and (min-width: 993px) {
  header.mediumHeader {
    padding: 13rem 13rem 0;
  }
}

header.smallHeader {
  background-position: top;
  height: 45vh;
  padding-top: 11rem;
}

.instagramFeed-wrapper h5 {
  text-align: center;
  color: #76767e;
  font-weight: normal;
}
.instagramFeed-wrapper .socialProfiles {
  margin-bottom: 4rem;
}
.instagramFeed-wrapper .socialProfiles a {
  display: flex;
  align-items: center;
}
.instagramFeed-wrapper .socialProfiles a h6 {
  margin: 0;
  color: #3e8ef7;
}
.instagramFeed-wrapper .socialProfiles a svg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.instagramFeed-wrapper .socialProfiles a svg path {
  fill: #3e8ef7 !important;
}
.instagramFeed-wrapper .hashtags a {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #3e8ef7;
  letter-spacing: 0.02rem;
}
.instagramFeed-wrapper .inner {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(7, 160px);
  grid-template-rows: repeat(2, 160px);
  grid-gap: 5px;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .instagramFeed-wrapper .inner {
    grid-template-columns: repeat(6, 150px);
    grid-template-rows: repeat(2, 150px);
  }
  .instagramFeed-wrapper .inner .instagram-item:last-of-type,
.instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .instagramFeed-wrapper .inner {
    grid-template-columns: repeat(5, 150px);
  }
  .instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(3),
.instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  .instagramFeed-wrapper .inner {
    grid-template-columns: repeat(3, 150px);
  }
  .instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(5) {
    display: none;
  }
  .instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(6) {
    display: none;
  }
  .instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(7) {
    display: none;
  }
  .instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(8) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .instagramFeed-wrapper .inner {
    grid-template-columns: repeat(2, 150px);
  }
  .instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(9),
.instagramFeed-wrapper .inner .instagram-item:nth-last-of-type(10) {
    display: none;
  }
}
.instagramFeed-wrapper .instagram-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramFeed-wrapper .instagram-item a img:hover {
  opacity: 0.8;
}
.instagramFeed-wrapper .instagram-item a div {
  height: 100%;
  width: 100%;
}
.instagramFeed-wrapper .instagram-item a div div {
  font-size: 0;
  display: none;
}

.imageArticleMatrix-wrapper .article-item {
  text-align: center;
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 500px) {
  .imageArticleMatrix-wrapper .article-item {
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .imageArticleMatrix-wrapper .article-item {
    height: 400px;
  }
}
@media screen and (min-width: 1050px) {
  .imageArticleMatrix-wrapper .article-item {
    height: 500px;
  }
}
@media screen and (min-width: 1300px) {
  .imageArticleMatrix-wrapper .article-item {
    height: 600px;
  }
}
.imageArticleMatrix-wrapper .article-item h2 {
  text-transform: uppercase;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 200;
}
.imageArticleMatrix-wrapper .article-item img {
  max-width: 100%;
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.imageArticleMatrix-wrapper .article-item .copy {
  font-weight: 500;
}

@media screen and (min-width: 993px) {
  .iconArticleMatrix-wrapper .row {
    width: 90%;
    margin: auto;
  }
}
.iconArticleMatrix-wrapper .article-item {
  text-align: center;
}
.iconArticleMatrix-wrapper .article-item img {
  height: 8rem;
}
.iconArticleMatrix-wrapper .article-item h2 {
  color: #212b57;
}
.iconArticleMatrix-wrapper .article-item .copy {
  color: #76767e;
}
.iconArticleMatrix-wrapper .article-item a:hover {
  text-decoration: none;
}

.fluidHeadingCopy-wrapper {
  width: 100%;
  padding: 5rem;
}
@media screen and (max-width: 992px) {
  .fluidHeadingCopy-wrapper {
    min-height: unset;
  }
}
.fluidHeadingCopy-wrapper h1 {
  width: 80%;
}
.fluidHeadingCopy-wrapper .copy {
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
}
.fluidHeadingCopy-wrapper .copy p {
  margin-bottom: 2rem;
}
.fluidHeadingCopy-wrapper .button, .fluidHeadingCopy-wrapper a.button--blue, .fluidHeadingCopy-wrapper button.button--blue, .fluidHeadingCopy-wrapper p.button--blue {
  color: white;
  background-color: black;
}
.fluidHeadingCopy-wrapper.with-background {
  min-height: 45rem;
  padding: 6rem;
}

.container.with-background {
  min-height: 30rem;
}

@media screen and (min-width: 993px) {
  .headingCopyButtonImage-wrapper .text-wrapper {
    padding-top: 4rem !important;
  }
}
.headingCopyButtonImage-wrapper .text-wrapper h2, .headingCopyButtonImage-wrapper .text-wrapper h5 {
  color: #212b57;
}
.headingCopyButtonImage-wrapper .text-wrapper .copy {
  color: #76767e;
}
@media screen and (min-width: 993px) {
  .headingCopyButtonImage-wrapper.image-left .text-wrapper {
    padding-left: 3rem !important;
  }
}
.headingCopyButtonImage-wrapper .media-wrapper {
  overflow: hidden;
}
.headingCopyButtonImage-wrapper .media-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 992px) {
  .headingCopyButtonImage-wrapper .media-wrapper img {
    height: 30rem;
  }
}
.headingCopyButtonImage-wrapper .media-wrapper.image-small img {
  height: 25rem;
}
@media screen and (max-width: 992px) {
  .headingCopyButtonImage-wrapper .media-wrapper.image-small img {
    height: 20rem;
  }
}
.headingCopyButtonImage-wrapper .media-wrapper.image-big img {
  height: 40rem;
}
@media screen and (max-width: 992px) {
  .headingCopyButtonImage-wrapper .media-wrapper.image-big img {
    height: 35rem;
  }
}
.headingCopyButtonImage-wrapper .media-wrapper.image-margined {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .headingCopyButtonImage-wrapper .media-wrapper.image-margined {
    justify-content: flex-end;
  }
}
.headingCopyButtonImage-wrapper .media-wrapper.image-margined img {
  width: unset;
  height: 20rem;
}
.headingCopyButtonImage-wrapper .media-wrapper .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.headingCopyButtonImage-wrapper .media-wrapper .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.headingCopyButtonImage-wrapper .media-wrapper .iframe-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.headingCopyButtonImage-wrapper .media-wrapper .iframe-wrapper iframe {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headingCopyButtonImage-wrapper .media-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.testimonials-wrapper {
  position: relative;
  color: white;
}
.testimonials-wrapper svg#travellers-choice {
  position: absolute;
  top: 0;
  right: 0;
  height: 9rem;
  width: auto;
}
.testimonials-wrapper svg#travellers-choice .st0 {
  fill: none;
}
.testimonials-wrapper svg#travellers-choice path {
  fill: white;
}
.testimonials-wrapper svg#quotes {
  position: absolute;
  height: 11rem;
  left: -7rem;
  bottom: 0;
}
.testimonials-wrapper svg#quotes path {
  fill: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 992px) {
  .testimonials-wrapper svg#travellers-choice {
    height: 8rem;
    top: 170px;
    right: -30px;
  }
  .testimonials-wrapper svg#quotes {
    left: 0;
    bottom: 0;
    height: 8rem;
    width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .testimonials-wrapper svg#travellers-choice {
    display: none;
  }
  .testimonials-wrapper svg#quotes {
    left: 0;
    bottom: 0;
    height: 6rem;
  }
}
.testimonials-wrapper h1 {
  position: relative;
  z-index: 1;
  max-width: 90%;
}
.testimonials-wrapper .testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(10rem, 1fr));
  grid-gap: 0.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 992px) {
  .testimonials-wrapper .testimonials {
    grid-template-columns: 1fr;
  }
}
.testimonials-wrapper .testimonial-item {
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 43, 87, 0.2);
  color: white;
}
.testimonials-wrapper .testimonial-item .rating svg {
  height: 16px;
  width: 16px;
  margin: 0 1px;
}
.testimonials-wrapper .testimonial-item .rating svg path {
  fill: white !important;
}

.header-popout {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  width: 210px;
  margin: 1rem 0 0 auto;
  right: 0;
  bottom: 0;
  background: rgba(0, 48, 87, 0.8);
  color: #fff;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  text-align: left;
  z-index: 2;
  font-size: 0.7rem;
}
@media (min-width: 1024px) {
  .header-popout {
    font-size: 1rem;
    position: absolute;
    width: auto;
    margin: 0;
    padding: 2rem 3rem 2rem 2rem;
    bottom: 10%;
  }
}
.header-popout:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 30px;
  background: rgba(0, 48, 87, 0.8);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.header-popout p {
  margin: 0;
}
.header-popout a {
  padding: 0.8rem 1rem;
  font-size: 0.7rem;
  line-height: 8px;
  text-transform: uppercase;
  color: #fff;
  min-width: 9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: GoudyStd, sans-serif;
  transition: 0.2s ease-in-out;
  border: 1px solid white;
  margin-top: 1rem;
}
.header-popout a:hover {
  color: #212b57;
  background: #fff;
}
@media (min-width: 1024px) {
  .header-popout a {
    font-size: 15px;
    line-height: 15px;
  }
}

.cta-wrapper {
  text-align: center;
  color: white;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 1300px) {
  .cta-wrapper h2 {
    font-size: 3rem;
  }
}
.cta-wrapper .copy {
  font-style: italic;
  width: 60%;
  margin: auto;
}
.cta-wrapper a.button, .cta-wrapper a.button--blue {
  font-family: GoudyStd, sans-serif;
  background-color: white;
  color: #212b57;
  transition: 0.2s ease-in-out;
  border: 2px solid #fff;
}
.cta-wrapper a.button:hover, .cta-wrapper a.button--blue:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
@media screen and (max-width: 992px) {
  .cta-wrapper {
    width: 100%;
  }
  .cta-wrapper .copy {
    width: 90%;
  }
}

.iconsRow-wrapper img {
  opacity: 0.5;
  max-height: 3rem;
  object-fit: contain;
}

.imagesRow-wrapper img {
  flex: 1;
  height: 20rem;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .imagesRow-wrapper img {
    max-width: 50% !important;
    width: 50% !important;
  }
}

.copyImageCta-wrapper {
  color: #212b57;
}
.copyImageCta-wrapper .copy {
  color: #76767e;
}
.copyImageCta-wrapper img {
  flex: 1;
  object-fit: cover;
  max-height: 25rem;
}
@media screen and (min-width: 1300px) {
  .copyImageCta-wrapper h2 {
    font-size: 3rem;
  }
}

.map {
  width: 100%;
  height: 350px;
  position: relative;
}
.map #ez-map {
  height: 100%;
  width: 100%;
}
.map .contactInfo {
  padding: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 15px;
}
.map .contactInfo .phone-mail > * {
  display: block;
}
.map .contactInfo a.addressLink {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
}
.map .contactInfo a.addressLink img {
  height: 2rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 992px) {
  .map .contactInfo {
    right: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .map .contactInfo {
    display: none;
  }
}

.covidWarning-wrapper {
  color: white;
}
.covidWarning-wrapper img {
  height: 5rem;
}
@media screen and (max-width: 992px) {
  .covidWarning-wrapper img {
    width: 6rem;
    height: auto;
  }
}
.covidWarning-wrapper h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.covidWarning-wrapper .copy {
  font-size: 23px;
  font-weight: 300;
}
.covidWarning-wrapper a, .covidWarning-wrapper a:visited {
  text-decoration: underline;
  color: white;
}
.covidWarning-wrapper a.button, .covidWarning-wrapper a.button--blue {
  text-decoration: none;
  background: white;
  color: #38624d;
  width: 12rem;
}

.faqs-wrapper h1 {
  color: #212b57;
}
.faqs-wrapper .copy {
  max-width: 70%;
  color: #76767e;
}
@media screen and (max-width: 992px) {
  .faqs-wrapper .copy {
    max-width: 100%;
  }
}
.faqs-wrapper .copy p {
  margin: 0;
}
.faqs-wrapper .accordion-wrapper .accordion .accordion-item .accordion-header {
  border-bottom: 1px solid #38624d;
}
.faqs-wrapper .accordion-wrapper .accordion .accordion-item .accordion-header button {
  border: none;
  background: none;
  color: #212b57;
  padding: 0;
}
.faqs-wrapper .accordion-wrapper .accordion .accordion-item .accordion-body {
  color: #76767e;
}

.enquiryForms-wrapper {
  color: #38624d;
}
.enquiryForms-wrapper h1 {
  width: 80%;
}
.enquiryForms-wrapper .copy {
  font-size: 20px;
  font-weight: normal;
  line-height: 33px;
}
.enquiryForms-wrapper .copy p {
  margin-bottom: 2rem;
}
.enquiryForms-wrapper .file a {
  font-size: 20px;
  color: #3e8ef7;
  text-transform: uppercase;
}
.enquiryForms-wrapper .file a:hover {
  text-decoration: underline;
}

.venueHireForm-wrapper h1 {
  color: #38624d;
}
.venueHireForm-wrapper .copy {
  color: #38624d;
  font-size: 20px;
}
.venueHireForm-wrapper .form .freeform-label {
  display: none;
}
.venueHireForm-wrapper .form .freeform-input {
  border: 1px #76767e solid;
  border-radius: 15px;
  padding: 0.8rem 0.5rem;
  transition: border 0.2s ease-in-out;
}
.venueHireForm-wrapper .form .freeform-input.notFilled {
  border-color: red;
}
.venueHireForm-wrapper .form button[name=form_page_submit] {
  margin: 2rem 0;
  background-color: #38624d;
  padding: 1rem 2rem;
  font-size: 15px;
  text-transform: uppercase;
  color: #f1ce31;
  min-width: 12rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: none;
}

.timeline-outer {
  background-color: #EAF2F7;
  position: relative;
}
.timeline-outer__img {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 60%;
}
.timeline-outer h1 {
  color: #212b57;
  width: 70%;
}
.timeline-outer .copy {
  color: #212b57;
  font-size: 20px;
}
.timeline-outer .timeline-mobile {
  display: none;
  color: #212b57;
}
.timeline-outer .timeline-mobile .row {
  position: relative;
}
.timeline-outer .timeline-mobile .horizontal-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #76767e;
}
.timeline-outer .timeline-mobile .horizontal-line::after {
  position: absolute;
  display: block;
  content: "";
  top: -12px;
  left: calc(50% - 12px);
  width: 25px;
  height: 25px;
  background-color: #212b57;
  border-radius: 50%;
}
.timeline-outer .timeline-mobile .horizontal-line--no-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #76767e;
}
.timeline-outer .timeline-mobile img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.timeline-outer .timeline-mobile h1 {
  font-weight: 400;
}
.timeline-outer .timeline-mobile h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}
.timeline-outer .timeline-mobile .copy {
  font-size: 15px;
  color: #76767e;
}
.timeline-outer .timeline {
  margin: unset -15px;
  position: relative;
}
.timeline-outer .timeline .vertical-line {
  position: absolute;
  left: 50%;
  top: 2.5rem;
  width: 1px;
  height: 98%;
  background-color: #76767e;
}
.timeline-outer .timeline .row {
  margin: 3rem 0;
  position: relative;
}
.timeline-outer .timeline .row .horizontal-line {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #76767e;
}
.timeline-outer .timeline .row .horizontal-line::after {
  position: absolute;
  display: block;
  content: "";
  top: -12px;
  left: calc(50% - 12px);
  width: 25px;
  height: 25px;
  border: 1px solid #212b57;
  border-radius: 50%;
}
.timeline-outer .timeline .row .horizontal-line.left {
  background: linear-gradient(90deg, #76767e 60%, rgba(0, 0, 0, 0) 60%);
}
.timeline-outer .timeline .row .horizontal-line.right {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, #76767e 40%);
}
.timeline-outer .timeline .row .column {
  flex: 0 0 44.5%;
  max-width: 44.5%;
  display: flex;
  flex-direction: column;
  color: #212b57;
}
.timeline-outer .timeline .row .column img {
  width: 90%;
  height: 20rem;
  object-fit: cover;
  object-position: center;
  position: relative;
}
@media (min-width: 1800px) {
  .timeline-outer .timeline .row .column img {
    height: 30rem;
  }
}
.timeline-outer .timeline .row .column h1 {
  font-weight: 400;
}
.timeline-outer .timeline .row .column h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}
.timeline-outer .timeline .row .column .copy {
  font-size: 15px;
  color: #76767e;
}
.timeline-outer .timeline .row .column.text {
  padding-top: 5rem;
  align-items: flex-start;
}
.timeline-outer .timeline .row .column.image {
  justify-content: flex-start;
}
.timeline-outer .timeline .row .column.right.image {
  align-items: flex-start;
}
.timeline-outer .timeline .row .column.left.image {
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .timeline-outer .timeline {
    display: none;
  }
  .timeline-outer .timeline-mobile {
    display: block;
  }
}

footer {
  background-color: #003057;
  position: relative;
  overflow: hidden;
}
footer .back-img {
  position: absolute;
  opacity: 0.1;
  right: 10vw;
  top: 10vh;
  width: 60vw;
  max-width: 350px;
}
@media screen and (min-width: 992px) {
  footer .back-img {
    max-width: 400px;
    width: 75vw;
    right: 15vw;
  }
}
@media screen and (min-width: 1400px) {
  footer .back-img {
    max-width: 600px;
  }
}
footer .container {
  position: relative;
}
footer, footer a, footer a:visited {
  color: white;
  font-size: 14px;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
footer .owned-operated h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
footer .opening-copy p {
  margin-bottom: 0;
  color: #fff;
}
footer .opening-copy strong {
  color: #fff;
}
footer .opening-copy em {
  color: #fff;
}
footer .opening-table {
  font-size: 15px;
}
footer .opening-table td {
  padding: 0;
  margin: 0;
}
footer .opening-table td.opens {
  padding-left: 2rem;
}
footer .opening-table td.opens::after {
  content: "-";
  margin: 0 5px;
}
footer .general-info p {
  margin-bottom: 3rem;
  color: #fff;
}
footer nav a {
  text-transform: uppercase;
  font-size: 18px;
}
footer img {
  width: 30%;
  object-fit: contain;
  margin-left: 2rem;
}
footer .links-wrapper, footer .dunecht-wrapper {
  flex: unset;
}
footer .sub-footer {
  font-size: 11px;
}
footer .sub-footer .left {
  font-size: 13px;
  font-style: italic;
}
footer .sub-footer .left span {
  margin: 0 3px;
  font-style: normal;
}
footer .sub-footer .fortytwo svg {
  width: 3.8rem;
}
footer .sub-footer .fortytwo svg .a {
  fill: white;
}
@media screen and (max-width: 992px) {
  footer img {
    width: 50%;
  }
  footer .links-wrapper, footer .dunecht-wrapper {
    flex: 1;
  }
}
@media screen and (max-width: 575px) {
  footer {
    text-align: center !important;
  }
  footer .opening-table {
    margin: auto;
  }
  footer img {
    width: 40%;
    margin-left: 0 !important;
  }
  footer .links-wrapper, footer .dunecht-wrapper {
    flex: unset;
  }
}

.footer-logo-item {
  display: inline-block;
  margin-bottom: 1rem;
}
.footer-logo-item img {
  height: 120px;
  width: auto;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 1199px) {
  .footer-logo-item img {
    height: 80px;
  }
}

.text-block {
  padding: 3rem 0;
  width: 100%;
}
.text-block__container {
  max-width: 800px;
  padding: 0 1rem;
}
.text-block h2 {
  max-width: 700px;
  color: #212b57;
  font-weight: 200;
  margin-bottom: 2rem;
}
.text-block h3 {
  color: #212b57;
  margin-bottom: 2rem;
}
.text-block img {
  max-width: 100%;
}
.text-block table {
  width: 100%;
}
.text-block td {
  border: 1px solid #efefef;
  padding: 0.5rem;
}
@media screen and (max-width: 650px) {
  .text-block table {
    display: block;
    width: 100%;
  }
  .text-block tr {
    display: block;
    width: 100%;
  }
  .text-block td {
    border: none;
    display: block;
    width: 100%;
  }
}
.text-block.text-center h2 {
  margin: 0 auto 3rem;
}
.text-block.text-center .text-block__container {
  margin: 0 auto;
}
.text-block.text-right h2 {
  margin: 0 0 3rem auto;
}
.text-block.text-right .text-block__container {
  margin: 0 0 0 auto;
}

.alt-block .container {
  max-width: 1500px;
}

.alt-block-item {
  display: flex;
  margin: 3rem 0;
  padding: 0 0 3rem;
  border-bottom: 1px solid gainsboro;
}
.alt-block-item:last-child {
  border-bottom: none;
}
.alt-block-item img {
  width: 52%;
}
.alt-block-item__content {
  width: 52%;
  margin-left: -4%;
  overflow: visible;
  padding: 4rem;
  text-align: center;
  position: relative;
}
.alt-block-item__content h3 {
  max-width: 400px;
  margin: 0 auto 2rem;
  color: #212b57;
}
.alt-block-item__content p {
  color: #76767e;
}
.alt-block-item__btn {
  display: inline-block;
  font-family: GoudyStd, sans-serif;
  letter-spacing: 3px;
  color: #212b57;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  text-decoration: underline;
}
.alt-block-item:last-child {
  padding: 0;
  .iconArticleMatrix-wrapper: none;
}
.alt-block-item:nth-child(even) img {
  order: 2;
}
.alt-block-item:nth-child(even) .alt-block-item__content {
  order: 1;
  margin-right: -4%;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .alt-block-item:nth-child(even) img {
    order: 1;
  }
  .alt-block-item:nth-child(even) .alt-block-item__content {
    order: 2;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) {
  .alt-block-item {
    display: block;
    max-width: 600px;
    margin: 3rem auto;
  }
  .alt-block-item img {
    width: 100%;
  }
  .alt-block-item .alt-block-item__content {
    margin-top: -3rem;
    width: 90%;
    padding: 2rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 993px) {
  .alt-block-item.vrt-t {
    align-items: flex-start;
  }
  .alt-block-item.vrt-t img {
    margin-top: 4rem;
  }
  .alt-block-item.vrt-c {
    align-items: center;
  }
  .alt-block-item.vrt-b {
    align-items: flex-end;
  }
  .alt-block-item.vrt-b img {
    margin-bottom: 4rem;
  }
}
.alt-block-item.alternative:nth-child(odd) img {
  order: 2;
}
.alt-block-item.alternative:nth-child(odd) .alt-block-item__content {
  order: 1;
  margin-right: -4%;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .alt-block-item.alternative:nth-child(odd) img {
    order: 1;
  }
  .alt-block-item.alternative:nth-child(odd) .alt-block-item__content {
    order: 2;
    margin-right: auto;
    margin-left: auto;
  }
}
.alt-block-item.alternative:nth-child(even) img {
  order: 1;
}
.alt-block-item.alternative:nth-child(even) .alt-block-item__content {
  order: 2;
  margin-right: -4%;
  margin-left: 0;
}

.small-card {
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.small-card:hover span {
  padding: 1.3rem 0.5rem;
}
.small-card span {
  display: block;
  padding: 1rem 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: rgba(33, 43, 88, 0.6);
  font-family: GoudyStd, sans-serif;
  letter-spacing: 2px;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 993px) {
  .small-card span {
    font-size: 1.4rem;
  }
}

.flickity-page-dots {
  bottom: 1rem !important;
}
.flickity-page-dots .dot {
  background: none !important;
  border: 2px solid #fff !important;
  opacity: 1 !important;
}
.flickity-page-dots .dot.is-selected {
  background: #fff !important;
}

.alert-cta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.alert-cta__left {
  display: flex;
  align-items: center;
}
.alert-cta__left img {
  width: 80px;
  margin-right: 1.5rem;
}
.alert-cta__left h3 {
  max-width: 250px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.alert-cta__right {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .alert-cta__right {
    font-size: 1.2rem;
  }
}
.alert-cta__buttons {
  margin-top: 3rem;
  margin-bottom: -1rem;
}
.alert-cta__buttons a {
  color: #fff;
  padding: 0.6rem 1.4rem;
  display: inline-block;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  font-family: GoudyStd, sans-serif;
  transition: 0.2s ease-in-out;
  border: 2px solid rgba(0, 0, 0, 0);
}
.alert-cta__buttons a:first-child {
  background-color: #fff;
  color: #212b57;
  border: 2px solid #fff;
}
.alert-cta__buttons a:first-child:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.alert-cta__buttons a:hover {
  color: #fff;
  border: 2px solid #fff;
}

.image-overlap {
  position: relative;
}
.image-overlap img {
  width: 100%;
}
.image-overlap__copy {
  margin: 0 1rem -6rem;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 400px;
  font-family: GoudyStd, sans-serif;
  letter-spacing: 3px;
  font-size: 1rem;
  padding: 1rem 1.6rem;
}
@media screen and (min-width: 480px) {
  .image-overlap__copy {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin: 0;
  }
}
@media screen and (min-width: 993px) {
  .image-overlap__copy {
    width: 60%;
    bottom: 2rem;
    left: 2rem;
    max-width: 800px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .image-overlap__copy {
    bottom: 3rem;
    left: 3rem;
    font-size: 2.4rem;
    padding: 2rem 2.5rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .image-overlap__copy {
    font-size: 2.7rem;
    line-height: 3.2rem;
    padding: 3rem 4rem;
  }
}
.image-overlap__copy.bg-none.text-white {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 480px) {
  .image-overlap__copy.bg-none.text-white {
    background: none;
  }
}
@media screen and (min-width: 480px) {
  .image-overlap.top-left {
    margin-top: 6rem;
  }
  .image-overlap.top-left .image-overlap__copy {
    bottom: auto;
    top: -6rem;
  }
}
@media screen and (min-width: 480px) {
  .image-overlap.bottom-left {
    margin-bottom: 6rem;
  }
  .image-overlap.bottom-left .image-overlap__copy {
    top: auto;
    bottom: -6rem;
  }
}
@media screen and (min-width: 480px) {
  .image-overlap.top-right {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 480px) {
  .image-overlap.top-right .image-overlap__copy {
    bottom: auto;
    left: auto;
    top: -6rem;
    right: 1rem;
  }
}
@media screen and (min-width: 993px) {
  .image-overlap.top-right .image-overlap__copy {
    right: 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .image-overlap.top-right .image-overlap__copy {
    right: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .image-overlap.bottom-right {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 480px) {
  .image-overlap.bottom-right .image-overlap__copy {
    top: auto;
    left: auto;
    bottom: -3rem;
    right: 1rem;
  }
}
@media screen and (min-width: 993px) {
  .image-overlap.bottom-right .image-overlap__copy {
    right: 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .image-overlap.bottom-right .image-overlap__copy {
    right: 3rem;
  }
}

.contact-social {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .contact-social {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .contact-social {
    justify-content: space-between;
  }
}
.contact-social a {
  color: #3e8ef7;
  margin: 0.5rem 0.4rem;
}
.contact-social a img {
  width: 35px;
  height: 35px;
  fill: #3e8ef7;
}
@media screen and (min-width: 1200px) {
  .contact-social a img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-social a img {
    width: 35px;
    height: 35px;
  }
}
.contact-social a span {
  margin-left: 0.5rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 1200px) {
  .contact-social a span {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .contact-social a span {
    font-size: 0.9rem;
  }
}

.freeform-row p {
  margin-bottom: 0;
  color: #76767e;
}
.freeform-row .freeform-label {
  display: none !important;
}
.freeform-row label.freeform-label.freeform-input-only-label {
  display: block !important;
}

.show-labels .freeform-label {
  display: block !important;
}

.nav-hidden {
  opacity: 0;
}

.text-decoration-underline {
  text-decoration: underline;
}

.form .freeform-input {
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  color: #757575;
  border: 1px solid #757575;
  background: none;
}
.form .freeform-column p {
  font-size: 0.9rem;
}
.form .freeform-column p a {
  text-decoration: underline;
}
.form button[type=submit] {
  background-color: #003057;
  padding: 0.8rem 2rem;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  min-width: 12rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: GoudyStd, sans-serif;
  transition: 0.2s ease-in-out;
  border: none;
}
.form button[type=submit]:hover {
  background: #004c8a;
}

.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #003057;
  opacity: 0.8;
}

.overlay-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.blue-border-top {
  border-top: 1px solid #003057;
}

@media (min-width: 992px) {
  .offset-img-margin {
    margin: -4rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
