html,
body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	height: 100%;
	background-color: #FFF9F3;
}
html {
	overflow-y: scroll;
}
body {

	font-family: 'Baskervville', sans-serif;
}
input, textarea, select, button {
	font-family: 'Baskervville', sans-serif;
	box-sizing: border-box;
}

.hidden {
	display: none !important;
}
.text-hidden,
.hidden-text {
	display: block;
	text-indent: -9999px;
	text-align: left !important;
	width: 1px;
	height: 1px;
	position: absolute;
}
.width-limiter {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}
.width-limiter.has-padding {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1390px;
}
.width-limiter.wide {
	max-width: 1820px;
}

.relative {
	position: relative;
}
.text-centered {
	text-align: center;
}
.wysiwyg > *:first-child {
	margin-top: 0px;
}
.wysiwyg > *:last-child {
	margin-bottom: 0px;
}
.action-button {
	font-size: 20px;
	line-height: 1em;
	font-weight: 500;
	display: inline-block;
	color: #ffffff;
	background-color: #748589;
	text-transform: uppercase;
	padding: 10px 40px;
	box-sizing: border-box;
	border: none;
	appearance: none;
	text-decoration: none;
}
	.action-button:hover {
		background-color: #657579;
	}

h1, h2 {
	line-height: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

em {
	display: inline-block;
	font-family: 'Niconne', cursive;
	text-transform: none;
	color: #748589;
	font-size: 1.6em;
	font-weight: 400;
	font-style: none;
}

em:after {
	content: '';
	display: block;
	width: 150px;
	border-top: 5px solid #748589;
	margin-top: 20px;
	margin-left: 5px;
}

h2 {
	font-size: 34px;	
}

.site-wrapper {
	padding-bottom: 50px;
	background-color: #ffffff;
}

main .hero {
	background: url(../images/hero2.jpg) center center no-repeat;
	background-size: cover;
	padding: 35px 0;
	position: relative;
}

.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 97, 101, 0.20);
}

.hero .hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: min-content;
	max-height: 870px;
	height:  75vh;
}

.hero .logo-cont {
	position: relative;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.hero h1 {
	max-width: 582px;
	background: url(../images/logo-title.svg) center center no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}

	.hero h1:before {
		content: '';
		display: block;
		padding-top: 33.85%;
	}

.hero .logo {
	background: url(../images/logo.svg) center center no-repeat;
	background-size: contain;
	width: 265px;
    height: 314px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	.hero .logo:before {
		content: '';
		display: block;
		padding-top: 84.4%;
	}

.note {
	font-size: .75em;
}

main {
	display: block;
	position: relative;
}



footer {
	
}

footer .top-section {
	background-color: #122228;
	color: #ffffff;
	font-size: 20px;
	padding: 15px 0;
	text-align: center;
}

footer .top-section a {
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: none;
}
footer .top-section a:hover {
	opacity: .8;
}

footer .copyright-cont {
	color: #748589;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
}

footer .flex-wrapper {
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 55px;
	row-gap: 20px;
}

@media (min-width: 1075px){
	footer .top-section a.phone {
		margin-left: 165px;
	}
}

.text-w-image-module {

}

.text-w-image-module h2 {
	max-width: 525px;
}

.text-w-image-module .action-button {
	margin-top: 40px;
}

.text-w-image-module .flex-wrapper {
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.text-w-image-module .text-wrapper,
.text-w-image-module .images-wrapper {
	flex: 0 0 calc(50% - 40px);
}

.text-w-image-module .text-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.text-w-image-module .images-wrapper {
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 30px;
}

.text-w-image-module .images-wrapper .image {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 465px;
}
.text-w-image-module .images-wrapper .image:before {
	content: '';
	display: block;
	padding-top: 80%;
}

@media (min-width: 950px){
	.flex-wrapper {
		display: flex;
	}

	.text-w-image-module .text-wrapper {
		max-width: 445px;
		padding-top: 50px;
		padding-bottom: 75px;
	}
	.text-w-image-module .images-wrapper {
		margin-top: -30px;
	}
}


/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots {
	margin: 10px 0 0 0;
	padding: 0;
}
.flickity-page-dots .dot {
	display: inline-block;
	vertical-align: top;
	background-color: #babfbe;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 15px;
}
.flickity-page-dots .dot.is-selected {
	background-color: #748589;
}