html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
blockquote,
cite,
figcaption,
figure,
summary,
details,
footer,
header,
hgroup,
menu,
nav,
section,
h1,
h2,
h3,
h4,
h5,
div,
form,
ul,
ol,
dl,
li {
  display: block;
}
* {
  outline: none;
}
body {
  line-height: 1em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #1c547d;
}
a:hover {
  color: #002652;
}
body {
  oveflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .grid-gutter-1 {
    grid-column-gap: 0.5rem;
  }
  .grid-gutter-2 {
    grid-column-gap: 1rem;
  }
  .grid-gutter-3 {
    grid-column-gap: 1.5rem;
  }
  .grid-gutter-4 {
    grid-column-gap: 2rem;
  }
  .grid-gutter-5 {
    grid-column-gap: 2.5rem;
  }
  .grid-gutter-6 {
    grid-column-gap: 3rem;
  }
  .grid-gutter-7 {
    grid-column-gap: 3.5rem;
  }
  .grid-gutter-8 {
    grid-column-gap: 4rem;
  }
  .grid-gutter-9 {
    grid-column-gap: 4.5rem;
  }
  .grid-gutter-10 {
    grid-column-gap: 5rem;
  }
}
.grid-leading-1 {
  grid-row-gap: 0.5rem;
}
.grid-leading-2 {
  grid-row-gap: 1rem;
}
.grid-leading-3 {
  grid-row-gap: 1.5rem;
}
.grid-leading-4 {
  grid-row-gap: 2rem;
}
.grid-leading-5 {
  grid-row-gap: 2.5rem;
}
.grid-leading-6 {
  grid-row-gap: 3rem;
}
.grid-leading-7 {
  grid-row-gap: 3.5rem;
}
.grid-leading-8 {
  grid-row-gap: 4rem;
}
.grid-leading-9 {
  grid-row-gap: 4.5rem;
}
.grid-leading-10 {
  grid-row-gap: 5rem;
}
.grid-section {
  display: grid;
  grid-template-columns: 1fr 24% 24% 24% 24% 1fr;
}
.grid-section > .grid-row {
  grid-column: 1 / span 5;
}
.grid-row {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 768px) {
  .grid-row .column.phone-1 {
    grid-column: span 1;
  }
  .grid-row .column.phone-2 {
    grid-column: span 2;
  }
  .grid-row .column.phone-3 {
    grid-column: span 3;
  }
  .grid-row .column.phone-4 {
    grid-column: span 4;
  }
  .grid-row .column.phone-6 {
    grid-column: span 6;
  }
  .grid-row .column.phone-7 {
    grid-column: span 7;
  }
  .grid-row .column.phone-8 {
    grid-column: span 8;
  }
  .grid-row .column.phone-9 {
    grid-column: span 9;
  }
  .grid-row .column.phone-10 {
    grid-column: span 10;
  }
  .grid-row .column.phone-11 {
    grid-column: span 11;
  }
  .grid-row .column.phone-12 {
    grid-column: span 12;
  }
}
.grid-row-fifteen {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(15, 1fr);
}
.grid-row-fifteen .column.phone-5 {
  grid-column: span 3;
}
.grid-row-fifteen .column.phone-5 {
  grid-column: span 5;
}
.grid-row-fifteen .column.phone-15 {
  grid-column: span 15;
}
.pos-relative {
  position: relative;
}
.w-max-90vw {
  width: 90vw;
}
.flex {
  display: flex;
}
div.flex-flex-row {
  display: flex;
}
div.flex-flex-column {
  display: flex;
  flex-direction: column;
}
.inline-flex-center {
  display: inline-flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  display: flex;
}
.flex-column.flex-center-all {
  align-items: center;
  justify-content: center;
}
.flex-column.flex-center-vert {
  align-items: center;
}
.flex-column.flex-center-bottom {
  align-items: flex-end;
}
.flex-column.flex-space-around {
  justify-content: space-around;
}
.flex-column.flex-space-between {
  justify-content: space-between;
}
div.box-row {
  display: block;
  max-width: 1536px;
  margin-right: auto;
  margin-left: auto;
}
.block {
  display: block;
}
.box-leading-all-1 {
  margin: 0.5rem auto 0.5rem auto;
}
.box-leading-all-2 {
  margin: 1rem auto 1rem auto;
}
.box-leading-all-3 {
  margin: 1.5rem auto 1.5rem auto;
}
.box-leading-all-4 {
  margin: 2rem auto 2rem auto;
}
.box-leading-all-5 {
  margin: 2.5rem auto 2.5rem auto;
}
.box-leading-all-6 {
  margin: 3rem auto 3rem auto;
}
.box-leading-all-8 {
  margin: 4rem auto 4rem auto;
}
.box-gutter-1 > div,
.box-gutter-1 > li {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.box-gutter-2 > div,
.box-gutter-2 > li {
  padding-right: 1rem;
  padding-left: 1rem;
}
.box-gutter-3 > div,
.box-gutter-3 > li {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.box-gutter-4 > div,
.box-gutter-4 > li {
  padding-right: 2rem;
  padding-left: 2rem;
}
.box-gutter-5 > div,
.box-gutter-5 > li {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.box-gutter-6 > div {
  padding-right: 3rem;
  padding-left: 3rem;
}
.box-gutter-7 > div {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}
.box-gutter-8 > div {
  padding-right: 4rem;
  padding-left: 4rem;
}
.box-gutter-9 > div {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}
.box-gutter-10 > div {
  padding-right: 5rem;
  padding-left: 5rem;
}
.padding-all-1 {
  padding: 0.5rem;
}
.padding-all-2 {
  padding: 1rem;
}
.padding-all-3 {
  padding: 1.5rem;
}
.padding-all-4 {
  padding: 2rem;
}
.padding-all-5 {
  padding: 2.5rem;
}
.padding-all-6 {
  padding: 3rem;
}
.padding-top-bottom-4 {
  padding: 2rem 0 2rem 0;
}
hr[type="spacer"] {
  background: transparent;
}
hr[type="spacer"].space-1 {
  padding: 0.5rem;
}
hr[type="spacer"].space-2 {
  padding: 1rem;
}
hr[type="spacer"].space-3 {
  padding: 1.5rem;
}
hr[type="spacer"].space-4 {
  padding: 2rem;
}
.gutter-box-r-2 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutter-box-r-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutter-box-r-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutter-box-r-6 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutter-box-l-2 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutter-box-l-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutter-box-l-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutter-box-l-6 {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  body > header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: grid;
    z-index: 200;
    grid-template-rows: 54px;
    grid-template-columns: repeat(12, 1fr);
  }
  body > header > nav {
    grid-column: 1 / span 12;
  }
  body > header #nav-main-button {
    grid-row: 1;
    grid-column: 10 / span 2;
    float: right;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    height: 54px;
    width: 60px;
    cursor: pointer;
    color: #000;
    font-weight: 400;
  }
  body > header #nav-main-button:after {
    content: "\2261";
  }
  body > header #nav-main-button.close {
    background-color: #fff;
  }
  body > header #nav-main-button.close:after {
    content: "\00D7";
  }
}
footer {
  padding-top: 2rem;
}
.footer-logo {
  width: 90%;
  height: auto;
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: -1rem;
}
.social a img {
  width: 50px;
  height: 50px;
}
footer .logo {
  width: 250px;
  height: auto;
}
footer address {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 2em;
}
footer .disclaimer {
  text-align: center;
  color: #fff;
  font-size: 0.625rem;
}
html {
  font-size: 18px;
  font-family: "nunito-sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.125em;
  display: block;
  font-family: "nunito-sans", sans-serif, sans-serif;
  margin: 0.75em auto 0.5em auto;
  font-weight: 200;
}
h1.type-inline,
h2.type-inline,
h3.type-inline,
h4.type-inline,
h5.type-inline {
  display: inline;
  margin: auto;
  padding: 0;
}
p,
ul,
ol,
blockquote {
  font-size: 1.25em;
  line-height: 1.5em;
}
p {
  margin: 1.5em 0 1.75em 0;
}
.no-wrap {
  white-space: nowrap;
}
.font-family-accent-1 {
  font-family: "nunito-sans", sans-serif, sans-serif;
}
.font-family-accent-2 {
  font-family: "nunito-sans", sans-serif, sans-serif;
}
.font-family-body {
  font-family: "nunito-sans", sans-serif, sans-serif;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.style-uppercase {
  text-transform: uppercase;
}
.style-italic {
  font-style: italic;
}
.style-titlecase {
  text-transform: capitalize;
}
.style-lowercase {
  text-transform: lowercase;
}
.weight-extralight {
  font-weight: 200;
}
.weight-light {
  font-weight: 300;
}
.weight-normal {
  font-weight: 400;
}
.weight-medium {
  font-weight: 500;
}
.weight-semibold {
  font-weight: 600;
}
.weight-bold {
  font-weight: 900;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1rem;
}
.size-phone-small {
  font-size: 0.625rem;
  line-height: 1.25em;
}
.size-phone-small-large {
  font-size: 0.875rem;
  line-height: 1.25em;
}
.size-phone-medium-small {
  font-size: 1rem;
  line-height: 1em;
}
.size-phone-medium {
  font-size: 1.125rem;
  line-height: 1.25em;
}
.size-phone-medium-large {
  font-size: 1.5rem;
  line-height: 1.25em;
}
.size-phone-medium-large-extra {
  font-size: 2rem;
  line-height: 1.25em;
}
.size-phone-large {
  font-size: 2.75rem;
  line-height: 1.25em;
}
.size-phone-large-extra {
  font-size: 3.5rem;
  line-height: 1.25em;
}
.margin-top-flush-2 {
  margin-top: 1rem;
}
.leading-all-0 {
  margin: 0 auto 0 auto;
}
.leading-all-1 {
  margin: 0.5rem auto 0.5rem auto;
}
.leading-all-2 {
  margin: 1rem auto 1rem auto;
}
.leading-all-3 {
  margin: 1.5rem auto 1.5rem auto;
}
.leading-all-4 {
  margin: 2rem auto 2rem auto;
}
.leading-all-5 {
  margin: 2.5rem auto 2.5rem auto;
}
.leading-all-6 {
  margin: 3rem auto 3rem auto;
}
.leading-top-0 {
  margin-top: 0;
}
.leading-top-1 {
  margin-top: 0.5rem;
}
.leading-top-2 {
  margin-top: 1rem;
}
.leading-top-3 {
  margin-top: 1.5rem;
}
.leading-top-4 {
  margin-top: 2rem;
}
.leading-top-5 {
  margin-top: 2.5rem;
}
.leading-top-6 {
  margin-top: 3rem;
}
.leading-top-7 {
  margin-top: 3.5rem;
}
.leading-top-8 {
  margin-top: 4rem;
}
.leading-bottom-0 {
  margin: auto auto 0 auto;
}
.leading-bottom-1 {
  margin: auto auto 0.5rem auto;
}
.leading-bottom-2 {
  margin: auto auto 1rem auto;
}
.leading-bottom-3 {
  margin: auto auto 1.5rem auto;
}
.leading-bottom-4 {
  margin: auto auto 2rem auto;
}
.leading-bottom-5 {
  margin: auto auto 2.5rem auto;
}
.leading-bottom-6 {
  margin: auto auto 3rem auto;
}
.leading-none {
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  .pad-sides-phone {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.pad-sides-2 {
  padding: 0 1rem 0 1rem;
}
.pad-sides-3 {
  padding: 0 1.5rem 0 1.5rem;
}
.pad-sides-4 {
  padding: 0 2rem 0 2rem;
}
.padding-top-1 {
  padding-top: 0.5rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-top-4 {
  padding-top: 1rem;
}
.padding-top-6 {
  padding-top: 3rem;
}
.padding-all-1 {
  padding: 0.5rem;
}
.padding-all-2 {
  padding: 1rem;
}
.padding-all-3 {
  padding: 1.5rem;
}
.padding-all-4 {
  padding: 2rem;
}
.padding-all-5 {
  padding: 2.5rem;
}
.padding-all-6 {
  padding: 3rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-top-6 {
  padding-top: 3rem;
}
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
.padding-bottom-6 {
  padding-bottom: 3rem;
}
.padding-all-2-phone {
  padding: 1rem;
}
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.75em;
}
sub {
  bottom: -0.25em;
}
@media screen and (max-width: 768px) {
  .align-center-phone {
    text-align: center;
  }
}
.color-blue {
  color: #1c547d;
}
hr.spacer {
  background-color: transparent;
  border: none;
}
hr.spacer.small {
  padding: 0.5em;
}
hr.spacer.medium {
  padding: 1em;
}
hr.spacer.large {
  padding: 2em;
}
hr.border-light-blue {
  border: none;
  padding: 1.3rem 0 0 0;
  background-color: #e7f4fd;
}
body > header a.logo {
  display: none;
}
body > header .phone-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
body > header .phone-logo img {
  width: 182px;
  height: 79px;
}
@media screen and (max-width: 767px) {
  #menu-back {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
  }
  #menu-back.open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .home-1 {
    margin: 10px 0 0 10px;
  }
  #nav-main {
    display: none;
  }
  #nav-main.open {
    display: block;
  }
  #nav-main.open ul {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 2rem 0;
    margin: 0 !important;
    background-color: #fff;
    width: 100%;
    position: relative;
    top: 1rem;
    left: 0;
  }
  #nav-main.open ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #nav-main.open ul li a {
    display: flex;
    color: #404046;
    font-size: 1.25rem;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 200;
  }
  #nav-main.open ul li.home-2 {
    display: none;
  }
  #nav-main.open .contact {
    display: block !important;
    position: relative;
    background-color: #fff;
  }
  #nav-main.open .contact a.tel {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.75rem 0 1.5rem 0;
  }
  #nav-main.open .contact img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .grid-section {
    grid-template-columns: 1fr 24% 24% 24% 24% 1fr;
  }
  .grid-row .column.tablet-1 {
    grid-column: span 1;
  }
  .grid-row .column.tablet-2 {
    grid-column: span 2;
  }
  .grid-row .column.tablet-3 {
    grid-column: span 3;
  }
  .grid-row .column.tablet-4 {
    grid-column: span 4;
  }
  .grid-row .column.tablet-6 {
    grid-column: span 6;
  }
  .grid-row .column.tablet-7 {
    grid-column: span 7;
  }
  .grid-row .column.tablet-8 {
    grid-column: span 8;
  }
  .grid-row .column.tablet-9 {
    grid-column: span 9;
  }
  .grid-row .column.tablet-10 {
    grid-column: span 10;
  }
  .grid-row .column.tablet-11 {
    grid-column: span 11;
  }
  .grid-row .column.tablet-12 {
    grid-column: span 12;
  }
}
.grid-row-fifteen .column.tablet-5 {
  grid-column: span 3;
}
.grid-row-fifteen .column.tablet-5 {
  grid-column: span 5;
}
.grid-row-fifteen .column.tablet-15 {
  grid-column: span 15;
}
@media screen and (min-width: 768px) {
  .home-1 {
    display: none;
  }
  body > header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: grid;
    z-index: 200;
    grid-template-rows: 80px;
    grid-template-columns: repeat(12, 1fr);
  }
  body > header #nav-main-button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #nav-main {
    display: flex;
    height: 80px;
    height: 100%;
    margin-top: 1.5rem;
    grid-column: 3 / span 10;
  }
  #nav-main > div {
    position: relative;
    height: 100%;
  }
  #nav-main > div:first-child {
    display: flex;
    flex-grow: 1;
  }
  #nav-main > div:last-child {
    display: flex;
    flex-shrink: 1;
    margin-left: 3em;
    align-items: center;
  }
  #nav-main > div:last-child a.tel {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #000;
  }
  #nav-main > div:last-child a.tel > span {
    margin-right: 0.75em;
  }
  #nav-main ul#nav-main-menu {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  #nav-main ul#nav-main-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: transparent;
    border: none;
    height: 100%;
    width: 100%;
  }
  #nav-main ul#nav-main-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1rem;
    font-size: 0.875rem;
    color: #404046;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    padding: 0.625rem;
  }
  #nav-main ul#nav-main-menu li a:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1rem;
  }
  .size-tablet-large-extra {
    font-size: 0.625rem;
  }
  .size-tablet-small {
    font-size: 0.625rem;
  }
  .size-tablet-medium {
    font-size: 1.5rem;
  }
  .size-tablet-medium-large {
    font-size: 2rem;
  }
  .size-tablet-large {
    font-size: 2.5rem;
  }
  .size-tablet-large-extra {
    font-size: 3.5rem;
  }
  .hidden-tablet-up {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .grid-section {
    grid-template-columns: 1fr 23% 23% 23% 23% 1fr;
  }
  .grid-section > .grid-row {
    grid-column: 2 / span 4;
  }
  .grid-row .column.desktop-1 {
    grid-column: span 1;
  }
  .grid-row .column.desktop-2 {
    grid-column: span 2;
  }
  .grid-row .column.desktop-3 {
    grid-column: span 3;
  }
  .grid-row .column.desktop-4 {
    grid-column: span 4;
  }
  .grid-row .column.desktop-5 {
    grid-column: span 5;
  }
  .grid-row .column.desktop-6 {
    grid-column: span 6;
  }
  .grid-row .column.desktop-7 {
    grid-column: span 7;
  }
  .grid-row .column.desktop-8 {
    grid-column: span 8;
  }
  .grid-row .column.desktop-9 {
    grid-column: span 9;
  }
  .grid-row .column.desktop-10 {
    grid-column: span 10;
  }
  .grid-row .column.desktop-11 {
    grid-column: span 11;
  }
  .grid-row .column.desktop-12 {
    grid-column: span 12;
  }
}
.grid-row-fifteen .column.desktop-5 {
  grid-column: span 3;
}
.grid-row-fifteen .column.desktop-5 {
  grid-column: span 5;
}
.grid-row-fifteen .column.desktop-15 {
  grid-column: span 15;
}
@media screen and (min-width: 1200px) {
  .gutter-box-r-2 {
    padding-right: 1rem;
    padding-left: 0;
  }
  .gutter-box-r-3 {
    padding-right: 1.5rem;
    padding-left: 0rem;
  }
  .gutter-box-r-4 {
    padding-right: 2rem;
    padding-left: 0rem;
  }
  .gutter-box-r-6 {
    padding-right: 3rem;
    padding-left: 0rem;
  }
  .gutter-box-l-2 {
    padding-right: 0rem;
    padding-left: 1rem;
  }
  .gutter-box-l-3 {
    padding-right: 0rem;
    padding-left: 1.5rem;
  }
  .gutter-box-l-4 {
    padding-right: 0rem;
    padding-left: 2rem;
  }
  .gutter-box-l-6 {
    padding-right: 0rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  body > header {
    height: 80px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .footer-number {
    font-size: 1.5rem;
  }
}
.footer-logo {
  width: 70%;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1rem;
  }
  .size-desktop-small {
    font-size: 0.75rem;
  }
  .size-desktop-medium-small {
    font-size: 1rem;
  }
  .size-desktop-medium {
    font-size: 1.5rem;
  }
  .size-desktop-medium-large {
    font-size: 1.75rem;
  }
  .size-desktop-large {
    font-size: 2.5rem;
  }
  .size-desktop-large-extra {
    font-size: 4rem;
  }
  .pad-sides-phone {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .margin-top-flush-2 {
    margin-top: 0;
  }
  .padding-all-4-desktop {
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  body > header a.logo {
    grid-column: 1 / span 6;
    display: flex;
    height: 123px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 173px;
  }
  body > header a.logo img {
    height: 123px;
    width: 300px;
  }
  .phone-logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #nav-main,
  #nav-main.open {
    display: flex;
    justify-content: space-between;
    height: 80px;
    position: relative;
    font-size: 1.25rem;
    height: 100%;
    width: 1200px;
    margin-top: 0;
  }
  #nav-main > div,
  #nav-main.open > div {
    position: relative;
    height: 100%;
  }
  #nav-main > div:first-child,
  #nav-main.open > div:first-child {
    display: flex;
    flex-grow: 1;
  }
  #nav-main > div:last-child,
  #nav-main.open > div:last-child {
    display: flex;
    flex-shrink: 1;
    margin-left: 3em;
    align-items: center;
  }
  #nav-main > div:last-child a.tel,
  #nav-main.open > div:last-child a.tel {
    display: flex;
    align-items: center;
    font-size: 1.375em;
    color: #3b74b1;
  }
  #nav-main > div:last-child a.tel > span,
  #nav-main.open > div:last-child a.tel > span {
    margin-right: 0.75em;
  }
  #nav-main ul#nav-main-menu,
  #nav-main.open ul#nav-main-menu {
    position: absolute;
    top: 0;
  }
  #nav-main ul#nav-main-menu,
  #nav-main.open ul#nav-main-menu {
    width: 100%;
    display: block;
  }
  #nav-main ul#nav-main-menu li,
  #nav-main.open ul#nav-main-menu li {
    display: inline-block;
    font-size: 1.25rem;
    background-color: transparent;
    height: 100%;
    padding: 0;
    margin: 0;
    width: auto;
  }
  #nav-main ul#nav-main-menu li a,
  #nav-main.open ul#nav-main-menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    line-height: 1.5rem;
    color: #404046;
    transition: 0.5s;
    color: #1c547d;
    font-size: 1rem;
    padding: 0 2em 0 0;
    font-weight: 300;
  }
  #nav-main ul#nav-main-menu li a:hover,
  #nav-main.open ul#nav-main-menu li a:hover {
    color: #002652;
  }
  .headroom--not-top ul#nav-main-menu li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1536px) {
  .grid-section {
    grid-template-columns: 1fr 17% 17% 17% 17% 1fr;
  }
}
@media screen and (min-width: 1536px) {
  body > header .contact .number {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1536px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1rem;
  }
  .size-desktoplarge-medium {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .size-desktoplarge-large {
    font-size: 2.5em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1200px) {
  .footer-logo {
    width: 60%;
  }
}
.img-full {
  width: 100%;
  height: auto;
}
.img-half {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .img-half {
    width: 48%;
    height: auto;
    float: left;
    margin: 0 2% 2% 0;
  }
}
.img-half-desktop-up {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .img-half-desktop-up {
    width: 48%;
    height: auto;
    float: left;
    margin: 0 2% 2% 0;
  }
}
.img-round {
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.img-round img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
a[type="button"] {
  display: flex;
  justify-content: center;
  padding: 0.75em 1.75em 0.75em 1.75em;
  cursor: pointer;
  color: #1c547d;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  border: solid 1px #8da9be;
}
a[type="button"]:hover {
  color: #002652;
  background-color: #fff;
  border: solid 1px #1c547d;
}
a[type="button"].inline {
  display: inline-block;
}
a[type="button"].rounded {
  border-radius: 1.75em;
}
a[type="button"].reverse {
  background-color: #fff;
  border: solid #e2d6ae 2px;
  color: #6c5301;
}
a[type="button"].reverse:hover {
  border: solid #6c5301 2px;
  color: #404046;
}
a[type="button"].play {
  z-index: 200;
  font-size: 1.5rem;
  position: relative;
  top: 0;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  border: solid 2px #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
a[type="button"].play:after {
  content: "\25B6 \FE0E";
}
.image-block {
  width: 100%;
}
.image-block.square {
  position: relative;
  padding-top: 100%;
}
.image-block.landscape {
  position: relative;
  padding-top: 62%;
}
.image-block.hd {
  position: relative;
  padding-top: 55%;
}
.image-block.slim {
  position: relative;
  padding-top: 40%;
}
.image-block.panorama {
  position: relative;
  padding-top: 11.625em;
}
.image-block.portrait {
  position: relative;
  padding-top: 125%;
}
.image-block.fourbythree {
  position: relative;
  padding-top: 60%;
}
.image-block.square {
  position: relative;
  padding-top: 100%;
}
.image-block.video,
.image-block.iframe {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.image-block.video iframe,
.image-block.video object,
.image-block.video embed,
.image-block.iframe iframe,
.image-block.iframe object,
.image-block.iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-block.video,
.image-block.iframe-form {
  position: relative;
  padding-top: 500px;
  height: 0;
  overflow: hidden;
}
.image-block.video iframe,
.image-block.iframe-form iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-block.square > div,
.image-block.square > picture,
.image-block.landscape > div,
.image-block.landscape > picture,
.image-block.portrait > div,
.image-block.portrait > picture,
.image-block.hd > div,
.image-block.hd > picture,
.image-block.fourbythree > div,
.image-block.fourbythree > picture,
.image-block.fourbythree_alt > div,
.image-block.fourbythree_alt > picture,
.image-block.panorama > div,
.image-block.panorama > picture,
.image-block.panorama > div,
.image-block.panorama > picture,
.image-block.slim > div,
.image-block.slim > picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.image-block.square > div img,
.image-block.square > picture img,
.image-block.landscape > div img,
.image-block.landscape > picture img,
.image-block.portrait > div img,
.image-block.portrait > picture img,
.image-block.hd > div img,
.image-block.hd > picture img,
.image-block.fourbythree > div img,
.image-block.fourbythree > picture img,
.image-block.fourbythree_alt > div img,
.image-block.fourbythree_alt > picture img,
.image-block.panorama > div img,
.image-block.panorama > picture img,
.image-block.panorama > div img,
.image-block.panorama > picture img,
.image-block.slim > div img,
.image-block.slim > picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image-block.square > div blockquote,
.image-block.square > picture blockquote,
.image-block.landscape > div blockquote,
.image-block.landscape > picture blockquote,
.image-block.portrait > div blockquote,
.image-block.portrait > picture blockquote,
.image-block.hd > div blockquote,
.image-block.hd > picture blockquote,
.image-block.fourbythree > div blockquote,
.image-block.fourbythree > picture blockquote,
.image-block.fourbythree_alt > div blockquote,
.image-block.fourbythree_alt > picture blockquote,
.image-block.panorama > div blockquote,
.image-block.panorama > picture blockquote,
.image-block.panorama > div blockquote,
.image-block.panorama > picture blockquote,
.image-block.slim > div blockquote,
.image-block.slim > picture blockquote {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-block.portrait > div img {
  width: auto;
  height: 100%;
}
.image-block h1,
.image-block h2,
.image-block h3,
.image-block h4 {
  position: absolute;
  width: 100%;
  margin: 0;
}
.image-block h1.top,
.image-block h2.top,
.image-block h3.top,
.image-block h4.top {
  top: 0;
}
.image-block h1.bottom,
.image-block h2.bottom,
.image-block h3.bottom,
.image-block h4.bottom {
  bottom: 0;
}
.image-block h1.center,
.image-block h2.center,
.image-block h3.center,
.image-block h4.center {
  top: 40%;
}
.image-block cite {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.image-block cite img.author {
  position: relative;
  width: 40px;
  height: 40px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 0 0 0.5em;
  display: flex;
  border: solid #fff 1px;
}
.image-block cite a,
.image-block cite span {
  display: inline-block;
  padding: 0.5em;
  color: #fff;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .image-block cite a,
  .image-block cite span {
    font-size: 1em;
  }
}
.image-block cite a {
  color: #fff;
  border-radius: 1em;
  background-color: #c7293a;
}
.crop-to-fit {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.crop-to-fit img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.flex-center-box {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: ease-in-out all 0.3s;
}
.back-screen:hover {
  background-color: rgba(0, 0, 0, 0);
}
.back-grade-top {
  padding: 0.75em 0.5em 0.75em 0.5em;
  font-size: 1.125em;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.5)),
    color-stop(1, rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.back-grade-bottom {
  padding: 0.5em;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
}
a.box-link {
  transition: 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "nunito-sans", sans-serif;
  font-size: 2.5vh;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
a.box-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
a.box-link:hover:after {
  content: " enlarge ";
}
.cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-text-singleline,
.c-phone,
.c-text-multiplelines {
  padding: 0 0.5em 0 0.5em !important;
}
.cognito .c-forms-form .c-editor {
  padding: 0 !important;
}
.cognito .c-action {
  float: none;
  text-align: center;
}
.c-label,
.c-forms-form-title {
  display: none !important;
}
input[type="text"] {
  padding: 0.75em;
  font-family: "Montserrat", sans-serif;
  border: solid thin #1c547d;
}
textarea {
  padding: 0.75em;
  font-family: "Montserrat", sans-serif;
  border: solid thin #1c547d;
}
.cognito .c-button-section {
  text-align: center;
  padding: 0px !important;
}
.cognito .c-action {
  text-align: center;
  float: none;
  padding: 0 0.5em 0 1em !important;
}
.cognito #c-submit-button,
.cognito .c-button {
  font-family: "Montserrat", sans-serif;
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  border: solid 2px #2b2b35;
  color: #2b2b35;
  background-color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  height: 60px;
}
.trim-fade {
  position: relative;
  height: 7.25em;
  overflow: hidden;
  cursor: pointer;
  color: #2b2b35;
}
.trim-fade.large {
  height: 19em;
}
.trim-fade:after {
  content: " ...show more";
}
.trim-fade.open {
  height: auto;
  overflow: visible;
}
.trim-fade.open:after {
  content: " ...show less";
}
.trim-fade:after,
.trim-fade.open:after {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4em;
  padding-top: 3em;
  padding-right: 3em;
  background-image: radial-gradient(
    at 80% bottom,
    #fff,
    #fff,
    rgba(0, 0, 0, 0) 50%
  );
  color: #c7293a;
}
.trim-fade-summary {
  position: relative;
  height: 4.25em;
  overflow: hidden;
  cursor: pointer;
  color: #2b2b35;
}
.trim-fade-summary:after {
  content: "...more";
}
.trim-fade-summary:after,
.trim-fade-summary.open:after {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4em;
  padding-top: 3em;
  padding-right: 3em;
  background-image: radial-gradient(
    at 80% bottom,
    #ebf0f4,
    #ebf0f4,
    rgba(90, 59, 59, 0) 50%
  );
  color: #1c547d;
}
.divider {
  text-align: center;
  position: relative;
  padding: 1.5em 0 0 0;
}
.divider span {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em 0.5em 1.5em;
  background-color: #fff;
  top: -20px;
}
.divider hr {
  display: block;
  border-top: solid 2px #ccc;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
ul {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-type: disc;
  list-style-position: outside;
  color: #404046;
}
ul li {
  display: list-item;
  margin: 0.25rem 0 1.5rem 0;
}
ol {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-position: outside;
  color: #404046;
}
ol li {
  display: list-item;
  margin: 0.25rem 0 1.5rem 0;
}
ul.center-list {
  text-align: center;
  list-style: none;
}
ul.center-list li {
  display: inline-block;
  text-align: center;
  border-radius: 1.25em;
  background-color: #f7f6f4;
  margin: 0.25em auto 0.25em auto;
  padding: 0.125em 1.5em 0.125em 1.5em;
}
ul.check-list li {
  display: flex;
  font-size: 1.625rem;
  text-transform: capitalize;
  color: #404046;
  padding-right: 1.5rem;
}
ul.check-list li em {
  color: #404046;
  margin-right: 1rem;
  font-size: 1.25em;
}
ul.check-list li em:after {
  content: "\2713";
}
ul.address-list {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-type: none;
  color: #404046;
}
ul.address-list a.map-point {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.address-list a.map-point img,
ul.address-list a.map-point svg {
  margin-right: 6px;
}
ul.address-list address span {
  line-height: 1.5em;
}
dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
dl dt,
dl dd {
  display: flex;
  background-color: #f7f6f4;
  margin-bottom: 5px;
  padding: 0.25em;
}
dl dd {
  justify-content: flex-end;
}
#amenities li {
  border: solid thin #e0e0e0;
  margin: 0.5em;
  border-radius: 0;
  padding: 1rem;
}
#amenities li:last-child {
  border: none;
}
ul {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-type: disc;
  list-style-position: outside;
  color: #404046;
}
ul li {
  display: list-item;
  margin: 0.25rem 0 1.5rem 0;
}
ol {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-position: outside;
  color: #404046;
}
ol li {
  display: list-item;
  margin: 0.25rem 0 1.5rem 0;
}
ul.center-list {
  text-align: center;
  list-style: none;
}
ul.center-list li {
  display: inline-block;
  text-align: center;
  border-radius: 1.25em;
  background-color: #f7f6f4;
  margin: 0.25em auto 0.25em auto;
  padding: 0.125em 1.5em 0.125em 1.5em;
}
ul.check-list li {
  display: flex;
  font-size: 1.625rem;
  text-transform: capitalize;
  color: #404046;
  padding-right: 1.5rem;
}
ul.check-list li em {
  color: #404046;
  margin-right: 1rem;
  font-size: 1.25em;
}
ul.check-list li em:after {
  content: "\2713";
}
ul.address-list {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-type: none;
  color: #404046;
}
ul.address-list a.map-point {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.address-list a.map-point img,
ul.address-list a.map-point svg {
  margin-right: 6px;
}
ul.address-list address span {
  line-height: 1.5em;
}
dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
dl dt,
dl dd {
  display: flex;
  background-color: #f7f6f4;
  margin-bottom: 5px;
  padding: 0.25em;
}
dl dd {
  justify-content: flex-end;
}
#amenities li {
  border: solid thin #e0e0e0;
  margin: 0.5em;
  border-radius: 0;
  padding: 1rem;
}
#amenities li:last-child {
  border: none;
}
#breadcrumbs {
  background-color: #f7f6f4;
  margin-bottom: 1.5rem;
}
#breadcrumbs nav {
  display: flex;
  height: 44px;
}
#breadcrumbs nav a {
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em 0 1em;
  font-size: 0.75rem;
}
#breadcrumbs nav a:last-child {
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  #breadcrumbs nav a {
    font-size: 1rem;
  }
}
blockquote {
  display: flex;
  position: relative;
}
blockquote p {
  font-size: 0.9rem;
  margin: 0;
  padding: 1rem 1rem 1rem 3.5rem;
}
blockquote p:before {
  content: "\201C";
  display: inline-flex;
  font-size: 72px;
  color: #e9e9f5;
  position: absolute;
  top: 36px;
  left: 1rem;
}
blockquote.flex-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e2d6ae;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.092' height='302' viewBox='0 0 305.092 302'%3E%3Cpath d='M281.527,341.287l-98.4-73.727-98.4,73.727H65.2l45.5-119.509L61.16,184.665V138.846h70.555l36.864-99.558h28.988l36.594,99.558H366.252l-110.7,82.932,45.5,119.509Z' transform='translate(-61.16 -39.288)' fill='%23fff' fill-opacity='0.12' /%3E%3C/svg%3E");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
blockquote.flex-quote p {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
blockquote.flex-quote p:before {
  content: none;
}
ul.results-list li {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 1rem 0 0.75rem;
  margin: 0.25rem;
}
ul.results-list li h3 {
  color: #000;
  text-align: center;
  width: 100%;
}
ul.results-list li h3 > span {
  display: block;
}
ul.results-list li h3 > span:before {
  content: "$";
  color: #ccc;
}
ul.results-list li h3 strong {
  font-weight: 700;
}
ul.results-list li .comment {
  font-size: 0.875em;
  line-height: 1.125em;
}
article.summary header h1,
article.summary header h2 {
  font-weight: 400;
  font-size: 24px;
}
article.summary p {
  border-left: solid 12px #f7f6f4;
  padding-left: 20px;
}
article.summary address {
  display: flex;
  align-items: center;
}
article.summary a[rel="tag"] {
  display: inline-block;
  border-radius: 2em;
  margin: 0 0.5em 0 0.5em;
}
article.summary a[rel="tag"]:before {
  content: "  |  ";
}
article.summary a[rel="tag"]:after {
  content: "  |  ";
}
.headroom {
  transition: transform 600ms linear;
  transition: all 600ms;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-300%);
}
.headroom--not-top {
  background-image: none;
}
.max-w-70 {

  max-width: 70ch

}
.max-w-60 {

  max-width: 60ch

}
.max-w-50 {

  max-width: 50ch

}

.max-w-40 {

  max-width: 40ch

}
.mx-auto {

  margin-left: auto;
  margin-right:auto;

}




