/* -------------- NAVIGATION ---------------- */
/* Hide arrows: */
.navContainer .dropArrow {
    display: none;
}

/* Adjust drop-down position: */
.navContent ul li:nth-child(2) ul {
   right: -1em;
   left: auto;
}
.navContent ul li ul {
   right: -1em;
   left: auto;
}
.navContent ul li:first-child ul {
   right: -1em;
   left: auto;
}


/* -------------- THROUGHOUT ---------------- */
/* Take out extra space above page content: */
.primaryAndSecondaryContent {
    margin-top: -6px;
    margin-left: 0;
}

/* Set side padding to be a pixel amount: */
.blockContentBleed .blockText {
    padding-left: 50px;
    padding-right: 50px;
}

/* Set paragraph spacing: */
p:not(:last-child) {
    margin-bottom: -1.5em;
}


/* ------------ Image Gallery Modal/Overlay (start) ------------ */
.modalImageGallery .imageContainer .nextImg {
    position: fixed;
    width: 40px;
    height: 40px;
    top: calc(50% - 22px);
    right: 0;
}
.modalImageGallery .imageContainer .prevImg {
    position: fixed;
    width: 40px;
    height: 40px;
    top: calc(50% - 22px);
    left: 0;
}

/* Close button: */
.publicModalClose {
    top: 14px;
    right: 14px;
    background: url(https://static.livebooks.com/e3e89c3548f44275a9a67a75d4bb0e12/i/f039f8e909de42fd90ffc643b1bb434a/1/5feFb8zhrk/Close%20X.png) 50% 50% no-repeat;
    width: 23px;
    height: 23px;
}

/* ------------ Image Gallery Modal/Overlay (end) ------------ */


/* -------------- CONTACT PAGE: GOOGLE MAP ---------------- */
#map {
    width: 100%;
    height: 500px;
}