/* ------------ ABOUT PAGE PASSWORD LANDING (start) --------------- */

.pwp-icon {
    fill: rgba(255, 255, 255, 0);
    padding-bottom: 60px;
}

.pwp-form {
    background-image: url(https://static.livebooks.com/b86d4cae8eb843189bd054df7292cb50/i/e3f26790dd6d410e816de3454da6ce5b/1/5feFb8zhrk/Crest_DkGray.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    border: none;
    height: 280px;
}

.pwp-input {
    margin-top: 100px;
}

/* ------------ ABOUT PAGE PASSWORD LANDING (end) --------------- */



/* Main nav hover color: */
#navTopLevel a:hover {
	transition: color 0.5s ease;
	color: #CF9933;
}
#navTopLevel .navLabel:hover {
	transition: color 0.5s ease;
	color: #CF9933;
}


/* Home Image: */
.block_f75b334e51514e7ca9ba9bee6d3db5b5 {
    position: absolute;
    height: 400px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* ------------ IMAGE GALLERY MODAL OVERLAY (start) ------------ */
.modalImageGallery .nextImg {
    position: fixed;
    background-position: right;
    right: 0;
}
.modalImageGallery .prevImg {
    position: fixed;
    background-position: left;
    left: 0;
}


/* May or may not be needed: */
.publicModalClose {
    filter: brightness(0);
    /*filter: brightness(0) invert(1);*/
}

/* Background overlay: */
.publicModalMask {
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* Set side padding: */
.modalImageGallery .imageContainer {
    max-width: calc(100% - 80px);
}
/* ------------ IMAGE GALLERY MODAL OVERLAY (end) ------------ */

/* ------------ SEND NOTE FORM (start) ------------ */

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7  #lb-form-holder {
    width: 50%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 #lb-form {
    width: 80%;
    margin: 0 auto;
    padding: 35px 0 35px 0;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 h3.headTitle {
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 1.6;
    font-size: 20px;
    text-align: center;
    padding: 0 0 35px 0;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 input {
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    background-color: #f3f5f6;
    border: none;
    padding: 5px 0 5px 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 textarea {
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    background-color: #f3f5f6;
    border: none;
    padding: 5px 0 0 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 input::placeholder {
    color: #1d1d1d;
    text-transform: uppercase;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 input:-ms-input-placeholder { 
    /* Internet Explorer 10-11 */
   color: #1d1d1d;
   text-transform: uppercase;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 input::-ms-input-placeholder { 
    /* Microsoft Edge */
   color: #1d1d1d;
   text-transform: uppercase;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 textarea::placeholder {
    color: #1d1d1d;
    text-transform: uppercase;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 textarea:-ms-input-placeholder { 
    /* Internet Explorer 10-11 */
   color: #1d1d1d;
   text-transform: uppercase;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 textarea::-ms-input-placeholder { 
    /* Microsoft Edge */
   color: #1d1d1d;
   text-transform: uppercase;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 textarea[name="message"] {
    padding-bottom: 35%;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 input[name="send_button"] {
    padding: 10px;
    color: #5e0130;
    font-weight: 600;
    transition: all 2s ease;
}

.blockWrap_e3fb34503b2a4a608c7bc6c596d7a5e7 input[name="send_button"]:hover {
    background-color: #cf9933;
    color: #5e0130;
}
/* ------------ SEND NOTE FORM (end) ------------ */