/* RESET STYLES*/

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: 0;
}
img{
    border: 0;
	max-width: 100%;
}
a{
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

* {
    box-sizing: border-box;
}

/** For modern browsers - http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* GENERAL STYLES, TEXT FORMATTING AND  TYPOGRAPHY */

html, body {
    width: 100%;
    font: 400 16px big-caslon-fb,serif;
    color: #000;
    background-color: #fff;
    line-height: 1;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.wrapper,
.block {
    display: block;
}

.relative,
.section,
.body-list > li,
sup {
    position: relative;
}

.absolute,
.section::before {
    position: absolute;
}

.header,
.main,
.section,
.full-w,
.form-error-summary,
.section::before,
.image-separator-container {
    width: 100%;
}

.wrapper {
    max-width: 660px;
}

.section {
    padding: 60px 0 0 0;
    margin-top: 75px;
}

.section::before {
    content: '';
    height: 75px;
    top: -75px;
}

.wrapper,
.mx-auto {
    margin: 0 auto;
}

.body-list {
    max-width: 550px;
    list-style-type: disc;
}

.body-list > li {
    margin: 1rem 0;
}

.logo-circle-section-divide {
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.logo-circle-section-divide{
    width: 65px;
}

.image-separator-container {
    padding: 15px 0;
}

.image-separator {
    width: 50px;
}

.inline-icon-L {
    width: 1.8rem;
    vertical-align: bottom;
}

.section::before {
    height: 75px;
}

.animate{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-creme {
    background-color: #e5e4da;
}

/*
font-family: big-caslon-fb,serif;

black - 800
bold - 700
*/

strong {
    font-weight: 900;
}

em{
    font-style: italic;
}

sup {
    vertical-align: baseline;
    top: -0.4em;
    font-size: 0.75em;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.form-label,
.form-submit-button {
    color: #fff;
}

.body-text,
.body-list {
    margin-bottom: 2rem;
}

.body-text,
.body-list > li {
    font-size: 1.171875rem;
    line-height: 1.3;
}

.title {
    margin-bottom: 0.5rem;
    font-family: baskerville-display-pt,serif;
    font-size: 2.083125rem;
    line-height: 1.5;
    font-style: italic;
}

.title > strong {
    font-style: normal;
}

.legal-text {
    font-size: 12px;
    line-height: 1.2;
    color: #efdc7c;
}

.form-error-summary.closed {
    display: none;
}

.form-error-summary {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.form-error-summary-content {
    width: 75%;
    max-width: 600px;
    padding: 1.5rem;
    border: 2px solid #000;
}

.form-error-summary-close {
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#loader{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7) url(../img/ajax-loader.gif) no-repeat center center;
}

#loader.show {
    display: block;
    z-index: 999;
}

.has-webp .header {
    background-image: url(../img/landmark-aerial.webp);
}

.no-webp .header {
    background-image: url(../img/landmark-aerial.jpg);
}

.header {
    padding: 69% 0 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.masterpieces-design {
    padding-bottom: 60px;
}

.form {
    margin: 50px 0;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label,
.form-field-error,
.form-input,
.form-submit-button,
.form-required {
    font-size: 1.125rem;
    font-weight: 500;
}

.form-label,
.form-submit-button {
    width: 16.25%;
    padding: 1.625rem 0;
}

.form-input {
    width: 83.75%;
    height: 4.375rem;
    padding: 10px;
    border: none;
}

.form-input,
.form-error-summary-content {
    background-color: #ccc9b3;
}

.form-required {
    margin: 2rem 0;
    font-weight: 300;
}

.form-submit-button {
    width: 150px;
    border: 0;
    margin-left: auto;
    cursor: pointer;
}

.form-field-error {
    padding: 8px;
}

.footer {
    padding-top: 1100px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center top;
}

.has-webp .footer {
    background-image: url(../img/landmark-entrance.webp);
}

.no-webp .footer {
    background-image: url(../img/landmark-entrance.jpg);
}

.logo-footer {
    width: 174px;
}

.footer-legal {
    flex-direction: column;
}

.footer-legal > * {
    margin-bottom: 20px;
}

@media (max-width: 995px) {
    html, body {
        font-size: 14px;
    }

    .header {
        background-size: 150% auto;
        padding-top: 105%;
    }
}

@media (max-width: 675px) {
    .wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 768px) {
    .body-list {
        max-width: 300px;
    }

    .body-text br,
    .body-list > li br {
        display: none;
    }

    .legal-text {
        margin: 1.5rem 0;
    }

    .footer {
        padding-top: 120%;
        background-size: 200%;
    }
}

@media (max-width: 475px) {
    .header {
        padding-top: 132%;
        background-size: 190%;
    }
}